From 9f4766309f1b50dcb88a6a12be7f7408b1fc3542 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Wed, 5 Nov 2025 15:47:21 +0530 Subject: [PATCH 001/120] nadhil --- controller/user.ts | 0 package-lock.json | 559 ++++++++++++++++++++++++++++++++++++- package.json | 9 +- src/routes/uploadRouter.ts | 2 +- 4 files changed, 564 insertions(+), 6 deletions(-) delete mode 100644 controller/user.ts diff --git a/controller/user.ts b/controller/user.ts deleted file mode 100644 index e69de29..0000000 diff --git a/package-lock.json b/package-lock.json index 41376a2..7de44b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,17 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@types/express": "^5.0.3", "dotenv": "^17.2.3", "express": "^5.1.0", - "mongoose": "^8.19.1" + "mongoose": "^8.19.1", + "multer": "^2.0.2" }, "devDependencies": { + "@types/express": "^5.0.5", "@types/mongoose": "^5.11.96", + "@types/multer": "^2.0.0", "@types/node": "^24.8.1", + "nodemon": "^3.1.10", "ts-node": "^10.9.2", "typescript": "^5.9.3" } @@ -103,6 +106,7 @@ "version": "1.19.6", "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", + "dev": true, "license": "MIT", "dependencies": { "@types/connect": "*", @@ -113,6 +117,7 @@ "version": "3.4.38", "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dev": true, "license": "MIT", "dependencies": { "@types/node": "*" @@ -122,6 +127,7 @@ "version": "5.0.5", "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", + "dev": true, "license": "MIT", "dependencies": { "@types/body-parser": "*", @@ -133,6 +139,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.0.tgz", "integrity": "sha512-jnHMsrd0Mwa9Cf4IdOzbz543y4XJepXrbia2T4b6+spXC2We3t1y6K44D3mR8XMFSXMCf3/l7rCgddfx7UNVBA==", + "dev": true, "license": "MIT", "dependencies": { "@types/node": "*", @@ -145,12 +152,14 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", + "dev": true, "license": "MIT" }, "node_modules/@types/mime": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "dev": true, "license": "MIT" }, "node_modules/@types/mongoose": { @@ -163,10 +172,21 @@ "mongoose": "*" } }, + "node_modules/@types/multer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/multer/-/multer-2.0.0.tgz", + "integrity": "sha512-C3Z9v9Evij2yST3RSBktxP9STm6OdMc5uR1xF1SGr98uv8dUlAL2hqwrZ3GVB3uyMyiegnscEK6PGtYvNrjTjw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/express": "*" + } + }, "node_modules/@types/node": { "version": "24.9.2", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz", "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==", + "dev": true, "license": "MIT", "dependencies": { "undici-types": "~7.16.0" @@ -176,18 +196,21 @@ "version": "6.14.0", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", + "dev": true, "license": "MIT" }, "node_modules/@types/range-parser": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true, "license": "MIT" }, "node_modules/@types/send": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz", "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==", + "dev": true, "license": "MIT", "dependencies": { "@types/node": "*" @@ -197,6 +220,7 @@ "version": "1.15.10", "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz", "integrity": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==", + "dev": true, "license": "MIT", "dependencies": { "@types/http-errors": "*", @@ -208,6 +232,7 @@ "version": "0.17.6", "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz", "integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==", + "dev": true, "license": "MIT", "dependencies": { "@types/mime": "^1", @@ -268,6 +293,26 @@ "node": ">=0.4.0" } }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/append-field": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz", + "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==", + "license": "MIT" + }, "node_modules/arg": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", @@ -275,6 +320,26 @@ "dev": true, "license": "MIT" }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/body-parser": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz", @@ -295,6 +360,30 @@ "node": ">=18" } }, + "node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/bson": { "version": "6.10.4", "resolved": "https://registry.npmjs.org/bson/-/bson-6.10.4.tgz", @@ -304,6 +393,23 @@ "node": ">=16.20.1" } }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "license": "MIT" + }, + "node_modules/busboy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", + "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", + "dependencies": { + "streamsearch": "^1.1.0" + }, + "engines": { + "node": ">=10.16.0" + } + }, "node_modules/bytes": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", @@ -342,6 +448,53 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/concat-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", + "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", + "engines": [ + "node >= 6.0" + ], + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.0.2", + "typedarray": "^0.0.6" + } + }, "node_modules/content-disposition": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz", @@ -552,6 +705,19 @@ "url": "https://opencollective.com/express" } }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/finalhandler": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz", @@ -587,6 +753,21 @@ "node": ">= 0.8" } }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -633,6 +814,19 @@ "node": ">= 0.4" } }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/gopd": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", @@ -645,6 +839,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/has-symbols": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", @@ -706,6 +910,13 @@ "node": ">=0.10.0" } }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", + "dev": true, + "license": "ISC" + }, "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", @@ -721,6 +932,52 @@ "node": ">= 0.10" } }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, "node_modules/is-promise": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", @@ -800,6 +1057,40 @@ "node": ">= 0.6" } }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "license": "MIT", + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, "node_modules/mongodb": { "version": "6.20.0", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.20.0.tgz", @@ -905,6 +1196,67 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "license": "MIT" }, + "node_modules/multer": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.2.tgz", + "integrity": "sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==", + "license": "MIT", + "dependencies": { + "append-field": "^1.0.0", + "busboy": "^1.6.0", + "concat-stream": "^2.0.0", + "mkdirp": "^0.5.6", + "object-assign": "^4.1.1", + "type-is": "^1.6.18", + "xtend": "^4.0.2" + }, + "engines": { + "node": ">= 10.16.0" + } + }, + "node_modules/multer/node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/multer/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/multer/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/multer/node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/negotiator": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", @@ -914,6 +1266,54 @@ "node": ">= 0.6" } }, + "node_modules/nodemon": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz", + "integrity": "sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^4", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^7.5.3", + "simple-update-notifier": "^2.0.0", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/object-inspect": { "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", @@ -966,6 +1366,19 @@ "url": "https://opencollective.com/express" } }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/proxy-addr": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", @@ -979,6 +1392,13 @@ "node": ">= 0.10" } }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "dev": true, + "license": "MIT" + }, "node_modules/punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -1043,6 +1463,33 @@ "url": "https://opencollective.com/express" } }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, "node_modules/router": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz", @@ -1085,6 +1532,19 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "license": "MIT" }, + "node_modules/semver": { + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/send": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz", @@ -1206,6 +1666,19 @@ "integrity": "sha512-Rtlj66/b0ICeFzYTuNvX/EF1igRbbnGSvEyT79McoZa/DeGhMyC5pWKOEsZKnpkqtSeovd5FL/bjHWC3CIIvCQ==", "license": "MIT" }, + "node_modules/simple-update-notifier": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", + "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/sparse-bitfield": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", @@ -1224,6 +1697,49 @@ "node": ">= 0.8" } }, + "node_modules/streamsearch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, "node_modules/toidentifier": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", @@ -1233,6 +1749,16 @@ "node": ">=0.6" } }, + "node_modules/touch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", + "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==", + "dev": true, + "license": "ISC", + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, "node_modules/tr46": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz", @@ -1303,6 +1829,12 @@ "node": ">= 0.6" } }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "license": "MIT" + }, "node_modules/typescript": { "version": "5.9.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", @@ -1317,10 +1849,18 @@ "node": ">=14.17" } }, + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", + "dev": true, + "license": "MIT" + }, "node_modules/undici-types": { "version": "7.16.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "dev": true, "license": "MIT" }, "node_modules/unpipe": { @@ -1332,6 +1872,12 @@ "node": ">= 0.8" } }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" + }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", @@ -1376,6 +1922,15 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "license": "ISC" }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "license": "MIT", + "engines": { + "node": ">=0.4" + } + }, "node_modules/yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", diff --git a/package.json b/package.json index 4eb0c8f..05cc476 100644 --- a/package.json +++ b/package.json @@ -14,15 +14,18 @@ "author": "", "license": "ISC", "dependencies": { - "@types/express": "^5.0.3", "dotenv": "^17.2.3", "express": "^5.1.0", - "mongoose": "^8.19.1" + "mongoose": "^8.19.1", + "multer": "^2.0.2" }, "devDependencies": { + "@types/express": "^5.0.5", "@types/mongoose": "^5.11.96", + "@types/multer": "^2.0.0", "@types/node": "^24.8.1", + "nodemon": "^3.1.10", "ts-node": "^10.9.2", "typescript": "^5.9.3" } -} \ No newline at end of file +} diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index 0af6cfb..1f2e0c2 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -2,6 +2,6 @@ import { Router } from 'express' import { fileupload } from '../controller/uploadController.ts' const uploadRouter = Router() -uploadRouter.get("/", fileupload); +uploadRouter.get("/fileupload", fileupload); export default uploadRouter; \ No newline at end of file From 3bb784da86e97f8f5e8a300042cf0a8b9af648f0 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Wed, 5 Nov 2025 16:59:04 +0530 Subject: [PATCH 002/120] proper working --- package-lock.json | 383 +-------------------------- package.json | 6 +- src/app.ts | 7 +- src/controllers/paymentController.ts | 7 +- src/routes/paymentRoutes.ts | 4 - tsconfig.json | 2 +- 6 files changed, 9 insertions(+), 400 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95e5aab..fb564a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,26 +9,22 @@ "version": "1.0.0", "license": "ISC", "dependencies": { + "bcrypt": "^6.0.0", "body-parser": "^2.2.0", "cors": "^2.8.5", - "bcrypt": "^6.0.0", "dotenv": "^17.2.3", "express": "^5.1.0", - "mongoose": "^8.19.1", - "multer": "^2.0.2" "joi": "^18.0.1", "mongoose": "^8.19.1", + "multer": "^2.0.2", "nodemailer": "^7.0.10", "stripe": "^19.2.1" }, "devDependencies": { - "@types/express": "^5.0.5", "@types/cors": "^2.8.19", "@types/express": "^5.0.5", "@types/mongoose": "^5.11.96", "@types/multer": "^2.0.0", - "@types/node": "^24.8.1", - "nodemon": "^3.1.10", "@types/node": "^24.10.0", "nodemon": "^3.1.10", "ts-node": "^10.9.2", @@ -172,7 +168,6 @@ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", "dev": true, - "dev": true, "license": "MIT", "dependencies": { "@types/connect": "*", @@ -184,7 +179,6 @@ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", "dev": true, - "dev": true, "license": "MIT", "dependencies": { "@types/node": "*" @@ -205,7 +199,6 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "dev": true, - "dev": true, "license": "MIT", "dependencies": { "@types/body-parser": "*", @@ -218,7 +211,6 @@ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.0.tgz", "integrity": "sha512-jnHMsrd0Mwa9Cf4IdOzbz543y4XJepXrbia2T4b6+spXC2We3t1y6K44D3mR8XMFSXMCf3/l7rCgddfx7UNVBA==", "dev": true, - "dev": true, "license": "MIT", "dependencies": { "@types/node": "*", @@ -232,7 +224,6 @@ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", "dev": true, - "dev": true, "license": "MIT" }, "node_modules/@types/mime": { @@ -240,7 +231,6 @@ "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", "dev": true, - "dev": true, "license": "MIT" }, "node_modules/@types/mongoose": { @@ -264,16 +254,11 @@ } }, "node_modules/@types/node": { - "version": "24.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz", - "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==", - "dev": true, "version": "24.10.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -283,7 +268,6 @@ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", "dev": true, - "dev": true, "license": "MIT" }, "node_modules/@types/range-parser": { @@ -291,7 +275,6 @@ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", "dev": true, - "dev": true, "license": "MIT" }, "node_modules/@types/send": { @@ -299,7 +282,6 @@ "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz", "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==", "dev": true, - "dev": true, "license": "MIT", "dependencies": { "@types/node": "*" @@ -310,7 +292,6 @@ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz", "integrity": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==", "dev": true, - "dev": true, "license": "MIT", "dependencies": { "@types/http-errors": "*", @@ -323,7 +304,6 @@ "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz", "integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==", "dev": true, - "dev": true, "license": "MIT", "dependencies": { "@types/mime": "^1", @@ -404,20 +384,6 @@ "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==", "license": "MIT" }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "license": "ISC", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/arg": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", @@ -432,19 +398,6 @@ "dev": true, "license": "MIT" }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/bcrypt": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-6.0.0.tgz", @@ -459,13 +412,6 @@ "node": ">= 18" } }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, - "license": "MIT" - }, "node_modules/binary-extensions": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", @@ -523,30 +469,6 @@ "node": ">=8" } }, - "node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/bson": { "version": "6.10.4", "resolved": "https://registry.npmjs.org/bson/-/bson-6.10.4.tgz", @@ -658,38 +580,6 @@ "typedarray": "^0.0.6" } }, - "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true, - "license": "MIT" - }, "node_modules/content-disposition": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz", @@ -926,19 +816,6 @@ "node": ">=8" } }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "license": "MIT", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/finalhandler": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz", @@ -989,21 +866,6 @@ "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -1063,19 +925,6 @@ "node": ">= 6" } }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/gopd": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", @@ -1098,16 +947,6 @@ "node": ">=4" } }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/has-symbols": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", @@ -1176,13 +1015,6 @@ "dev": true, "license": "ISC" }, - "node_modules/ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", - "dev": true, - "license": "ISC" - }, "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", @@ -1244,52 +1076,6 @@ "node": ">=0.12.0" } }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "license": "MIT", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, "node_modules/is-promise": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", @@ -1421,19 +1207,6 @@ "mkdirp": "bin/cmd.js" } }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/mongodb": { "version": "6.20.0", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.20.0.tgz", @@ -1609,54 +1382,6 @@ "node": ">= 0.6" } }, - "node_modules/nodemon": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz", - "integrity": "sha512-WDjw3pJ0/0jMFmyNDp3gvY2YizjLmmOUQo6DEBY+JgdvW/yQ9mEeSw6H5ythl5Ny2ytb7f9C2nIbjSxMNzbJXw==", - "dev": true, - "license": "MIT", - "dependencies": { - "chokidar": "^3.5.2", - "debug": "^4", - "ignore-by-default": "^1.0.1", - "minimatch": "^3.1.2", - "pstree.remy": "^1.1.8", - "semver": "^7.5.3", - "simple-update-notifier": "^2.0.0", - "supports-color": "^5.5.0", - "touch": "^3.1.0", - "undefsafe": "^2.0.5" - }, - "bin": { - "nodemon": "bin/nodemon.js" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/nodemon" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/node-addon-api": { "version": "8.5.0", "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.5.0.tgz", @@ -1799,19 +1524,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/proxy-addr": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", @@ -1832,13 +1544,6 @@ "dev": true, "license": "MIT" }, - "node_modules/pstree.remy": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", - "dev": true, - "license": "MIT" - }, "node_modules/punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -1930,19 +1635,6 @@ "node": ">=8.10.0" } }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, "node_modules/router": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz", @@ -1998,19 +1690,6 @@ "node": ">=10" } }, - "node_modules/semver": { - "version": "7.7.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", - "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/send": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz", @@ -2145,19 +1824,6 @@ "node": ">=10" } }, - "node_modules/simple-update-notifier": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", - "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "semver": "^7.5.3" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/sparse-bitfield": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", @@ -2193,32 +1859,6 @@ "safe-buffer": "~5.2.0" } }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, "node_modules/stripe": { "version": "19.2.1", "resolved": "https://registry.npmjs.org/stripe/-/stripe-19.2.1.tgz", @@ -2284,16 +1924,6 @@ "nodetouch": "bin/nodetouch.js" } }, - "node_modules/touch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", - "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==", - "dev": true, - "license": "ISC", - "bin": { - "nodetouch": "bin/nodetouch.js" - } - }, "node_modules/tr46": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz", @@ -2376,7 +2006,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -2392,18 +2021,10 @@ "dev": true, "license": "MIT" }, - "node_modules/undefsafe": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", - "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", - "dev": true, - "license": "MIT" - }, "node_modules/undici-types": { "version": "7.16.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", - "dev": true, "devOptional": true, "license": "MIT" }, diff --git a/package.json b/package.json index ed38fe8..910289b 100644 --- a/package.json +++ b/package.json @@ -20,20 +20,16 @@ "dotenv": "^17.2.3", "express": "^5.1.0", "mongoose": "^8.19.1", - "multer": "^2.0.2" + "multer": "^2.0.2", "joi": "^18.0.1", - "mongoose": "^8.19.1", "nodemailer": "^7.0.10", "stripe": "^19.2.1" }, "devDependencies": { - "@types/express": "^5.0.5", "@types/cors": "^2.8.19", "@types/express": "^5.0.5", "@types/mongoose": "^5.11.96", "@types/multer": "^2.0.0", - "@types/node": "^24.8.1", - "nodemon": "^3.1.10", "@types/node": "^24.10.0", "nodemon": "^3.1.10", "ts-node": "^10.9.2", diff --git a/src/app.ts b/src/app.ts index 1ee64a9..3af8cf1 100644 --- a/src/app.ts +++ b/src/app.ts @@ -11,16 +11,15 @@ const app = express(); const connectDB = async () => { try { await mongoose.connect(process.env.mongo_uri!); - console.log("✅ MongoDB Connected"); + console.log(" MongoDB Connected successfully"); } catch (err) { - console.error("❌ MongoDB Error:", err); + console.error(" MongoDB Error occured:", err); } }; // Middleware app.use(cors({ origin: process.env.CLIENT_URL, - methods: ["GET", "POST"], credentials: true })); @@ -41,5 +40,5 @@ app.use("/payment", paymentRouter); const PORT = process.env.PORT || 5000; app.listen(PORT, () => { connectDB(); - console.log(`🚀 Server running on http://localhost:${PORT}`); + console.log(`server started at: http://localhost:${PORT}`); }); diff --git a/src/controllers/paymentController.ts b/src/controllers/paymentController.ts index 019e1ab..02b5607 100644 --- a/src/controllers/paymentController.ts +++ b/src/controllers/paymentController.ts @@ -7,8 +7,6 @@ const priceMap: Record = { Pro: 29, Enterprise: 59, }; - -// ✅ Create Stripe Checkout Session export const createCheckoutSession = async ( req: Request<{}, {}, CheckoutRequestBody>, res: Response @@ -23,13 +21,13 @@ export const createCheckoutSession = async ( const session = await stripe.checkout.sessions.create({ payment_method_types: ["card"], - mode: "subscription", // or 'payment' + mode: "subscription", line_items: [ { price_data: { currency: "usd", product_data: { name: `${plan} Plan` }, - unit_amount: priceMap[plan] * 100, // cents + unit_amount: priceMap[plan] * 100, }, quantity: 1, }, @@ -64,7 +62,6 @@ export const handleWebhook = async (req: Request, res: Response): Promise if (event.type === "checkout.session.completed") { const session = event.data.object as any; console.log("✅ Payment successful:", session); - // TODO: Save to DB } res.json({ received: true }); diff --git a/src/routes/paymentRoutes.ts b/src/routes/paymentRoutes.ts index 910c05c..4ca1c26 100644 --- a/src/routes/paymentRoutes.ts +++ b/src/routes/paymentRoutes.ts @@ -2,11 +2,7 @@ import express from "express"; import { createCheckoutSession, handleWebhook } from "../controllers/paymentController.js"; const router = express.Router(); - -// Create Checkout Session router.post("/create-checkout-session", createCheckoutSession); - -// Stripe Webhook router.post("/webhook", express.raw({ type: "application/json" }), handleWebhook); export default router; diff --git a/tsconfig.json b/tsconfig.json index 3adfbb1..647c42c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ES2020", "module": "ESNext", - // "moduleResolution":"node", + "moduleResolution":"node", "outDir": "./dist", "rootDir": "./src", "esModuleInterop": true, From ec9da21fe661025324744c797fb5ecde764a3cdc Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Wed, 5 Nov 2025 17:04:55 +0530 Subject: [PATCH 003/120] allowtsextentions --- src/controllers/paymentController.ts | 4 ++-- src/routes/paymentRoutes.ts | 2 +- src/routes/uploadRouter.ts | 2 +- src/routes/userRouter.ts | 2 +- tsconfig.json | 10 +++++++--- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/controllers/paymentController.ts b/src/controllers/paymentController.ts index 02b5607..23d6b06 100644 --- a/src/controllers/paymentController.ts +++ b/src/controllers/paymentController.ts @@ -1,6 +1,6 @@ import { Request, Response } from "express"; -import { stripe } from "../config/stripe.js"; -import { CheckoutRequestBody } from "../types/paymentTypes.js"; +import { stripe } from "../config/stripe.ts"; +import { CheckoutRequestBody } from "../types/paymentTypes.ts"; const priceMap: Record = { Starter: 15, diff --git a/src/routes/paymentRoutes.ts b/src/routes/paymentRoutes.ts index 4ca1c26..b610856 100644 --- a/src/routes/paymentRoutes.ts +++ b/src/routes/paymentRoutes.ts @@ -1,5 +1,5 @@ import express from "express"; -import { createCheckoutSession, handleWebhook } from "../controllers/paymentController.js"; +import { createCheckoutSession, handleWebhook } from "../controllers/paymentController.ts"; const router = express.Router(); router.post("/create-checkout-session", createCheckoutSession); diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index a183ae9..ccc6f72 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -1,5 +1,5 @@ import { Router } from 'express' -import { fileupload } from '../controllers/uploadController.js' +import { fileupload } from '../controllers/uploadController.ts' const uploadRouter = Router() uploadRouter.get("/fileupload", fileupload); diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 1eb841a..ab57ad5 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,5 +1,5 @@ import { Router } from "express"; -import { loginCheck,register } from "../controller/UserController.ts"; +import { loginCheck,register } from "../controllers/UserController.ts"; const userRouter = Router(); diff --git a/tsconfig.json b/tsconfig.json index 647c42c..459b813 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,12 +2,16 @@ "compilerOptions": { "target": "ES2020", "module": "ESNext", - "moduleResolution":"node", + "moduleResolution": "node", "outDir": "./dist", "rootDir": "./src", + "noEmit": true, + "allowImportingTsExtensions": true, "esModuleInterop": true, "strict": true, "skipLibCheck": true }, - "include": ["src"] -} + "include": [ + "src" + ] +} \ No newline at end of file From 7da8b763d6f9257e30c4c70d4c2c798d69863742 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Tue, 11 Nov 2025 11:58:13 +0530 Subject: [PATCH 004/120] axios interceptor --- src/controller/auth/auth.ts | 26 +++++++++++++++++++++----- src/middleware/verifytoken.ts | 2 +- src/routes/userRouter.ts | 4 ++-- src/services/jwtServices.ts | 20 +++++++++++++++++++- src/services/validation.ts | 2 +- 5 files changed, 44 insertions(+), 10 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index 591e06e..012669e 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -10,10 +10,11 @@ import Jwt from "jsonwebtoken"; import { loginSchema } from "../../services/validation.ts"; + // google authentication import { signJwt } from "../../services/jwtServices.ts"; import type { User } from "../../model/user.ts"; -import { json } from "body-parser"; + export const loginCheck = async (req: Request, res: Response) => { console.log(" reached here login"); @@ -31,7 +32,7 @@ export const loginCheck = async (req: Request, res: Response) => { const { error} = loginSchema.validate(req.body,{abortEarly:false}) if(error){ const details = error.details.map((err)=>err.message) - return res.status(400).json({success:false,message:"validation failed"}) + return res.status(400).json({success:false,message:details}) } const user = await userModel.findOne({ email }); @@ -108,6 +109,9 @@ export const getAllUser = async (req: Request, res: Response) => { } } + + + export const register = async (req: Request, res: Response) => { try { @@ -134,11 +138,10 @@ export const register = async (req: Request, res: Response) => { - const createOtpDoc = await otpModel.create({ name, password, email, otp }); + await otpModel.create({ name, password, email, otp }); await sendOtp(email, otp); - res.status(200).json({ message: "plz verify the otp to continue", otp: true }); } catch (err) { console.error("Register Error", err); @@ -180,8 +183,21 @@ export const verifyOtp = async (req: Request, res: Response) => { console.log(createUser); console.log("after loging create logging"); - + const accessToken = signJwt({id:otpData._id,email:otpData.email}) + const refreshToken = Jwt.sign( + {id:otpData._id,email:otpData.email}, + process.env.REFRESH_SECRET!, + {expiresIn:"30d"} + ) + + res.cookie("refreshToken",refreshToken,{ + httpOnly:true, + secure:false, + sameSite: "strict", + maxAge:30*24*60*60*100 + }) await otpModel.deleteOne({ email }); + diff --git a/src/middleware/verifytoken.ts b/src/middleware/verifytoken.ts index 5bc2c1d..c6861aa 100644 --- a/src/middleware/verifytoken.ts +++ b/src/middleware/verifytoken.ts @@ -12,7 +12,7 @@ import { Request,Response,NextFunction } from "express"; next(); }catch(err){ - return res.status(403).json({ message: "Invalid or expired token" }); + return res.status(401).json({ message: "Invalid or expired token" }); } diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index bb1e3ed..80aa1e0 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -2,15 +2,15 @@ import { Router } from "express"; import { register,loginCheck,verifyOtp,getAllUser } from "../controller/auth/auth.ts"; import { verifyToken } from "../middleware/verifytoken.ts"; import { testpro } from "../controller/auth/auth.ts"; +import { refreshAccessToken } from "../services/jwtServices.ts"; const userRouter = Router(); userRouter.post('/login',loginCheck); userRouter.post("/register",register); userRouter.post("/verifyOtp",verifyOtp); userRouter.get("/test",verifyToken,testpro) +userRouter.post("/newRefreshToken",refreshAccessToken) -userRouter.post("/register", register); -userRouter.post("/verifyOtp", verifyOtp); // dummy route dont take it serious userRouter.get('/alluser', getAllUser) diff --git a/src/services/jwtServices.ts b/src/services/jwtServices.ts index e2732b7..35169d7 100644 --- a/src/services/jwtServices.ts +++ b/src/services/jwtServices.ts @@ -1,6 +1,24 @@ import jwt from "jsonwebtoken"; +import { Response,Request } from "express"; +import { emitWarning } from "process"; export const signJwt = (payload: object) => { - return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "7d" }); + return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "15m" }); }; +export const refreshAccessToken = async(req:Request,res:Response)=>{ + const refreshToken = req.cookies.refreshToken; + if(!refreshToken){ + return res.status(401).json({success:false,message:"no refresh token"}) + } + try{ + const correctCheck = jwt.verify(refreshToken, process.env.REFRESH_SECRET!) as { id: string; email: string }; + const newAccessToken = jwt.sign({id:correctCheck.id,email:correctCheck.email},process.env.JWT_SECRET!,{expiresIn:"15m"}) + + return res.status(200).json({success:true,newAccessToken}) + + }catch(err){ + + } +} + diff --git a/src/services/validation.ts b/src/services/validation.ts index 2896850..390f20b 100644 --- a/src/services/validation.ts +++ b/src/services/validation.ts @@ -24,6 +24,6 @@ export const theValidation = Joi.object({ }); export const loginSchema = Joi.object({ - name:Joi.string().required().min(3).max(20), + email:Joi.string().required().email(), password:Joi.string().required().min(8) }) \ No newline at end of file From 52582d6bf74f924ea01f11f7eb61f0bb4d4d7612 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Tue, 11 Nov 2025 14:35:08 +0530 Subject: [PATCH 005/120] done --- .env | 2 +- src/app.ts | 2 +- tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 46a5678..ecdc40d 100644 --- a/.env +++ b/.env @@ -7,7 +7,7 @@ STRIPE_WEBHOOK_SECRET=whsec_effd822d0ed4e77e29f163dbb1601fe27c383439eace4511c1e7 # google links and that GOOGLE_CLIENT_ID=707765179997-d7r1cghth7f30lsakjp4sh06iankt5f0.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=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 -GOOGLE_CALLBACK_URL=http://localhost:4000/auth/google/callback +GOOGLE_CALLBACK_URL=http://localhost:5000/auth/google/callback JWT_SECRET=E72b1f2a9e7c8c1f4e28e5c948b0f21aebda10a4a18e9d3e7e1a8c3e5e4b5a3d diff --git a/src/app.ts b/src/app.ts index b252f8d..f62cbb5 100644 --- a/src/app.ts +++ b/src/app.ts @@ -40,7 +40,7 @@ app.use("/auth", googleRouter) app.use("/payment",paymentRouter) //routing -// app.use +// app.use //listening app.listen(process.env.PORT,() => { diff --git a/tsconfig.json b/tsconfig.json index 1b7ebbd..cbce106 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ES2020", "module": "ESNext", - "moduleResolution":"node", + "moduleResolution":"bundler", "outDir": "./dist", "rootDir": "./src", "esModuleInterop": true, From c72f1884e6a442651b99a3cbe42eb84cf4abbdfa Mon Sep 17 00:00:00 2001 From: riyas Date: Tue, 11 Nov 2025 14:39:32 +0530 Subject: [PATCH 006/120] backend started --- package-lock.json | 3 --- .../activitycontroller.ts} | 0 src/adminccontroller/insightscontroller.ts | 0 src/adminccontroller/tokenccontroller.ts | 0 src/adminccontroller/usercontroller.ts | 16 ++++++++++++++++ src/app.ts | 3 +++ src/model/user.ts | 15 ++++++++++++++- src/routes/adminroutes/userRouter.ts | 5 +++++ 8 files changed, 38 insertions(+), 4 deletions(-) rename src/{controllers/UserController.ts => adminccontroller/activitycontroller.ts} (100%) create mode 100644 src/adminccontroller/insightscontroller.ts create mode 100644 src/adminccontroller/tokenccontroller.ts create mode 100644 src/adminccontroller/usercontroller.ts create mode 100644 src/routes/adminroutes/userRouter.ts diff --git a/package-lock.json b/package-lock.json index 1dabc77..bfb1d76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1568,7 +1568,6 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", - "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -1630,7 +1629,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -3509,7 +3507,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/src/controllers/UserController.ts b/src/adminccontroller/activitycontroller.ts similarity index 100% rename from src/controllers/UserController.ts rename to src/adminccontroller/activitycontroller.ts diff --git a/src/adminccontroller/insightscontroller.ts b/src/adminccontroller/insightscontroller.ts new file mode 100644 index 0000000..e69de29 diff --git a/src/adminccontroller/tokenccontroller.ts b/src/adminccontroller/tokenccontroller.ts new file mode 100644 index 0000000..e69de29 diff --git a/src/adminccontroller/usercontroller.ts b/src/adminccontroller/usercontroller.ts new file mode 100644 index 0000000..5a8035b --- /dev/null +++ b/src/adminccontroller/usercontroller.ts @@ -0,0 +1,16 @@ +import { Request,Response } from "express"; +import userModel from "../model/user"; + +//function for get aallusers count to admindashboard graph +export const getAllusers = async(req:Request,res:Response)=>{ + +try{ + +const fetcchallusers = await userModel.find().countDocuments() +res.status(200).json({message:"user count taken",fetcchallusers,success:true}) + +} +catch{ + + res.status(500).json({message:"user not found"}) +}} \ No newline at end of file diff --git a/src/app.ts b/src/app.ts index 263730c..a952ddc 100644 --- a/src/app.ts +++ b/src/app.ts @@ -9,6 +9,7 @@ import googleRouter from './routes/authRoutes.ts'; import uploadRouter from './routes/uploadRouter.ts' import userRouter from './routes/userRouter.ts'; import paymentRouter from './routes/paymentRoutes.js'; +import { adminrouter } from './routes/adminroutes/userRouter.ts'; const app = express() app.use(express.json()) @@ -41,6 +42,8 @@ app.use("/user", userRouter) app.use("/auth", googleRouter) app.use("/payment",paymentRouter) +app.use("/admin/dashboard",adminrouter) + //routing // app.use diff --git a/src/model/user.ts b/src/model/user.ts index 0871b08..683c70a 100644 --- a/src/model/user.ts +++ b/src/model/user.ts @@ -13,7 +13,9 @@ export interface User { password?: string, token: number, status?: Status, - isDeleted?: boolean + isDeleted?: boolean, + place:String, + phone:Number }; const userSchema = new Schema({ @@ -36,6 +38,17 @@ const userSchema = new Schema({ type: Number, default: 3 }, + place:{ + + type:String, + + }, + + phone:{ + type:Number + + }, + status: { type: String, enum: Object.values(Status), diff --git a/src/routes/adminroutes/userRouter.ts b/src/routes/adminroutes/userRouter.ts new file mode 100644 index 0000000..5fae74f --- /dev/null +++ b/src/routes/adminroutes/userRouter.ts @@ -0,0 +1,5 @@ +import { Router } from "express"; +import { getAllusers } from "../../adminccontroller/usercontroller"; + +export const adminrouter = Router() +adminrouter.get("/usercount",getAllusers) \ No newline at end of file From b06cc1d4d5e94284944009c818d802887018dadc Mon Sep 17 00:00:00 2001 From: Shrijit Vivek Date: Tue, 11 Nov 2025 16:23:12 +0530 Subject: [PATCH 007/120] device usage --- src/adminccontroller/tokenccontroller.ts | 0 .../activityController.ts} | 0 src/admincontroller/insightsController.ts | 16 ++++++ .../tokenController.ts} | 0 .../userController.ts} | 2 +- src/app.ts | 3 ++ src/controller/auth/auth.ts | 54 +++++++++---------- src/middleware/deviceLogger.ts | 24 +++++++++ src/model/deviceModel.ts | 22 ++++++++ src/routes/adminroutes/insightsRouter.ts | 7 +++ src/routes/adminroutes/userRouter.ts | 2 +- src/routes/userRouter.ts | 3 +- 12 files changed, 102 insertions(+), 31 deletions(-) delete mode 100644 src/adminccontroller/tokenccontroller.ts rename src/{adminccontroller/activitycontroller.ts => admincontroller/activityController.ts} (100%) create mode 100644 src/admincontroller/insightsController.ts rename src/{adminccontroller/insightscontroller.ts => admincontroller/tokenController.ts} (100%) rename src/{adminccontroller/usercontroller.ts => admincontroller/userController.ts} (85%) create mode 100644 src/middleware/deviceLogger.ts create mode 100644 src/model/deviceModel.ts create mode 100644 src/routes/adminroutes/insightsRouter.ts diff --git a/src/adminccontroller/tokenccontroller.ts b/src/adminccontroller/tokenccontroller.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/adminccontroller/activitycontroller.ts b/src/admincontroller/activityController.ts similarity index 100% rename from src/adminccontroller/activitycontroller.ts rename to src/admincontroller/activityController.ts diff --git a/src/admincontroller/insightsController.ts b/src/admincontroller/insightsController.ts new file mode 100644 index 0000000..d8bffee --- /dev/null +++ b/src/admincontroller/insightsController.ts @@ -0,0 +1,16 @@ +import { Response, Request} from "express"; +import { deviceModel } from "../model/deviceModel"; + +export const getUserDevices = async (req: Request, res: Response) => { + try { + const user = (req as any).user; // get logged user-info from request + + // find all devices from db where userId matches logged in user + const devices = await deviceModel + .find({ userId: user._id }) + .sort({ createdAt: -1 }); + res.json({devices}) + } catch (err) { + res.status(500).json({ message: "Error Fetching Devices", error: err }); + } +}; diff --git a/src/adminccontroller/insightscontroller.ts b/src/admincontroller/tokenController.ts similarity index 100% rename from src/adminccontroller/insightscontroller.ts rename to src/admincontroller/tokenController.ts diff --git a/src/adminccontroller/usercontroller.ts b/src/admincontroller/userController.ts similarity index 85% rename from src/adminccontroller/usercontroller.ts rename to src/admincontroller/userController.ts index 5a8035b..4d68f85 100644 --- a/src/adminccontroller/usercontroller.ts +++ b/src/admincontroller/userController.ts @@ -1,7 +1,7 @@ import { Request,Response } from "express"; import userModel from "../model/user"; -//function for get aallusers count to admindashboard graph +//function for get allusers count to admindashboard graph export const getAllusers = async(req:Request,res:Response)=>{ try{ diff --git a/src/app.ts b/src/app.ts index a952ddc..e6d96d2 100644 --- a/src/app.ts +++ b/src/app.ts @@ -10,6 +10,7 @@ import uploadRouter from './routes/uploadRouter.ts' import userRouter from './routes/userRouter.ts'; import paymentRouter from './routes/paymentRoutes.js'; import { adminrouter } from './routes/adminroutes/userRouter.ts'; +import { insightsRouter } from './routes/adminroutes/insightsRouter.ts'; const app = express() app.use(express.json()) @@ -42,7 +43,9 @@ app.use("/user", userRouter) app.use("/auth", googleRouter) app.use("/payment",paymentRouter) +// admin routes app.use("/admin/dashboard",adminrouter) +app.use('/admin/dashboard',insightsRouter) //routing // app.use diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index 591e06e..f9f0101 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -50,35 +50,33 @@ export const loginCheck = async (req: Request, res: Response) => { }); } - const accessToken = signJwt({id:user._id,email:user.email}) - - const refreshToken = Jwt.sign({ - id:user._id,email:user.email, - }, process.env.REFRESH_SECRET!, { expiresIn: '30d' }); - - - res.cookie("refreshToken",refreshToken, - { - httpOnly:true, - secure:false, - sameSite:"strict", - maxAge:30*24*60*60*1000, - - } - ) - - + const accessToken = signJwt({id:user._id,email:user.email}) +const refreshToken = Jwt.sign( + { id:user._id,email:user.email }, + process.env.REFRESH_SECRET!, + { expiresIn: '30d' } +); + +res.cookie("refreshToken", refreshToken, { + httpOnly:true, + secure:false, + sameSite:"strict", + maxAge:30*24*60*60*1000, +}); + +(req as any).user = user // attach user for device logging middleware + +return res.status(200).json({ + success: true, + message: "Login successful", + accessToken, + user: { + id: user._id, + name: user.name, + email: user.email, + }, +}); - return res.status(200).json({ - success: true, - message: "Login successful", - accessToken, - user: { - id: user._id, - name: user.name, - email: user.email, - }, - }); diff --git a/src/middleware/deviceLogger.ts b/src/middleware/deviceLogger.ts new file mode 100644 index 0000000..8a35299 --- /dev/null +++ b/src/middleware/deviceLogger.ts @@ -0,0 +1,24 @@ +import { Response , Request , NextFunction } from "express"; +import { deviceModel } from "../model/deviceModel"; + +export const deviceLogger = async (req : Request , res : Response , next : NextFunction)=>{ + try{ + const user = (req as any).user // get the logged in user + if(!user) return next() // if not user skip logging and continue request flow + + + await deviceModel.create({ + userId : user._id, + userAgent : req.headers['user-agent'] || 'unknown', // browser + os info + ipAddress : req.ip || // request IP + (req.headers['x-forwarded-for'] as string) || // For proxy / production servers + req.socket.remoteAddress // fallback method to get IP Address + }) + + next() +} + catch (err) { + console.log("Device logging error:", err); // If logging fails, print error but dont break login flow + next(); +} +} diff --git a/src/model/deviceModel.ts b/src/model/deviceModel.ts new file mode 100644 index 0000000..c8412cf --- /dev/null +++ b/src/model/deviceModel.ts @@ -0,0 +1,22 @@ +import mongoose from "mongoose"; + +const deviceSchema = new mongoose.Schema({ + userId: { + type: String, + required: true, + }, + userAgent: { + type: String, + required: true, + }, + ipAddress: { + type: String, + required: true, + }, + createdAt: { + type: Date, + default: Date.now, + }, +}); + +export const deviceModel = mongoose.model("Device", deviceSchema); diff --git a/src/routes/adminroutes/insightsRouter.ts b/src/routes/adminroutes/insightsRouter.ts new file mode 100644 index 0000000..e91fbf0 --- /dev/null +++ b/src/routes/adminroutes/insightsRouter.ts @@ -0,0 +1,7 @@ +import express from "express"; +import { getUserDevices } from "../../admincontroller/insightsController"; +import { verifyToken } from "../../middleware/verifytoken"; + +export const insightsRouter = express.Router() + +insightsRouter.get('/device' , verifyToken , getUserDevices) \ No newline at end of file diff --git a/src/routes/adminroutes/userRouter.ts b/src/routes/adminroutes/userRouter.ts index 5fae74f..250f077 100644 --- a/src/routes/adminroutes/userRouter.ts +++ b/src/routes/adminroutes/userRouter.ts @@ -1,5 +1,5 @@ import { Router } from "express"; -import { getAllusers } from "../../adminccontroller/usercontroller"; +import { getAllusers } from "../../admincontroller/userController"; export const adminrouter = Router() adminrouter.get("/usercount",getAllusers) \ No newline at end of file diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index bb1e3ed..d1ee298 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -2,9 +2,10 @@ import { Router } from "express"; import { register,loginCheck,verifyOtp,getAllUser } from "../controller/auth/auth.ts"; import { verifyToken } from "../middleware/verifytoken.ts"; import { testpro } from "../controller/auth/auth.ts"; +import { deviceLogger } from "../middleware/deviceLogger.ts"; const userRouter = Router(); -userRouter.post('/login',loginCheck); +userRouter.post('/login',loginCheck , deviceLogger); userRouter.post("/register",register); userRouter.post("/verifyOtp",verifyOtp); userRouter.get("/test",verifyToken,testpro) From e20e41c7e81cae7c3ef6de96e3e5b9643b668e6e Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Tue, 11 Nov 2025 17:17:42 +0530 Subject: [PATCH 008/120] file upload --- .env | 5 +- package-lock.json | 229 ++++++++++++++++++++++++++++ package.json | 9 +- src/app.ts | 7 +- src/controllers/UserController.ts | 57 +++---- src/controllers/uploadController.ts | 116 +++++++++++++- src/middleware/multerUpload.ts | 41 +++++ src/routes/uploadRouter.ts | 3 +- src/utils/sendEmail.ts | 2 +- 9 files changed, 419 insertions(+), 50 deletions(-) create mode 100644 src/middleware/multerUpload.ts diff --git a/.env b/.env index 94328bd..a28e724 100644 --- a/.env +++ b/.env @@ -1,5 +1,6 @@ mongo_uri=`mongodb+srv://nadhunadhil33429_db_user:Admin123shanu@cluster1.noy1nfg.mongodb.net/Instaviz?retryWrites=true&w=majority&appName=Cluster1` STRIPE_SECRET_KEY=sk_test_51SQ1dLIVdMwHNhBBbCZWVVfYjIuqQocBHae6gnVS2kDwBY3kKEByP6xWhES6AAKA30VZi5SXZxNpfKMCDLOaMa8a00yKxvydpG -CLIENT_URL=http://localhost:5173 +CLIENT_URL=http://localhost:3000 PORT=5000 -STRIPE_WEBHOOK_SECRET=whsec_effd822d0ed4e77e29f163dbb1601fe27c383439eace4511c1e71367481bcdcb \ No newline at end of file +STRIPE_WEBHOOK_SECRET=whsec_effd822d0ed4e77e29f163dbb1601fe27c383439eace4511c1e71367481bcdcb +GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fb564a6..f884dcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,17 @@ "version": "1.0.0", "license": "ISC", "dependencies": { + "@google/generative-ai": "^0.24.1", "bcrypt": "^6.0.0", "body-parser": "^2.2.0", "cors": "^2.8.5", + "csv-parser": "^3.2.0", "dotenv": "^17.2.3", "express": "^5.1.0", "joi": "^18.0.1", "mongoose": "^8.19.1", "multer": "^2.0.2", + "node-fetch": "^3.3.2", "nodemailer": "^7.0.10", "stripe": "^19.2.1" }, @@ -26,6 +29,7 @@ "@types/mongoose": "^5.11.96", "@types/multer": "^2.0.0", "@types/node": "^24.10.0", + "@types/node-fetch": "^2.6.13", "nodemon": "^3.1.10", "ts-node": "^10.9.2", "typescript": "^5.9.3" @@ -44,6 +48,15 @@ "node": ">=12" } }, + "node_modules/@google/generative-ai": { + "version": "0.24.1", + "resolved": "https://registry.npmjs.org/@google/generative-ai/-/generative-ai-0.24.1.tgz", + "integrity": "sha512-MqO+MLfM6kjxcKoy0p1wRzG3b4ZZXtPI+z2IE26UogS2Cm/XHO+7gGRBh6gcJsOiIVoH93UwKvW4HdgiOZCy9Q==", + "license": "Apache-2.0", + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@hapi/address": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/@hapi/address/-/address-5.1.1.tgz", @@ -263,6 +276,17 @@ "undici-types": "~7.16.0" } }, + "node_modules/@types/node-fetch": { + "version": "2.6.13", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.13.tgz", + "integrity": "sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "form-data": "^4.0.4" + } + }, "node_modules/@types/qs": { "version": "6.14.0", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", @@ -391,6 +415,13 @@ "dev": true, "license": "MIT" }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true, + "license": "MIT" + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -558,6 +589,19 @@ "fsevents": "~2.3.2" } }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -639,6 +683,27 @@ "dev": true, "license": "MIT" }, + "node_modules/csv-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/csv-parser/-/csv-parser-3.2.0.tgz", + "integrity": "sha512-fgKbp+AJbn1h2dcAHKIdKNSSjfp43BZZykXsCjzALjKy80VXQNHPFJ6T9Afwdzoj24aMkq8GwDS7KGcDPpejrA==", + "license": "MIT", + "bin": { + "csv-parser": "bin/csv-parser" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/data-uri-to-buffer": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", + "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/debug": { "version": "4.4.3", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", @@ -656,6 +721,16 @@ } } }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", @@ -746,6 +821,22 @@ "node": ">= 0.4" } }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -803,6 +894,29 @@ "url": "https://opencollective.com/express" } }, + "node_modules/fetch-blob": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "paypal", + "url": "https://paypal.me/jimmywarting" + } + ], + "license": "MIT", + "dependencies": { + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" + }, + "engines": { + "node": "^12.20 || >= 14.13" + } + }, "node_modules/fill-range": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", @@ -833,6 +947,58 @@ "node": ">= 0.8" } }, + "node_modules/form-data": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", + "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", + "dev": true, + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/form-data/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/form-data/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "license": "MIT", + "dependencies": { + "fetch-blob": "^3.1.2" + }, + "engines": { + "node": ">=12.20.0" + } + }, "node_modules/forwarded": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", @@ -959,6 +1125,22 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/hasown": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", @@ -1391,6 +1573,44 @@ "node": "^18 || ^20 || >= 21" } }, + "node_modules/node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + "deprecated": "Use your platform's native DOMException instead", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "github", + "url": "https://paypal.me/jimmywarting" + } + ], + "license": "MIT", + "engines": { + "node": ">=10.5.0" + } + }, + "node_modules/node-fetch": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "license": "MIT", + "dependencies": { + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/node-fetch" + } + }, "node_modules/node-gyp-build": { "version": "4.8.4", "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", @@ -2059,6 +2279,15 @@ "node": ">= 0.8" } }, + "node_modules/web-streams-polyfill": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", + "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, "node_modules/webidl-conversions": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", diff --git a/package.json b/package.json index 910289b..dadbb29 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,17 @@ "author": "", "license": "ISC", "dependencies": { + "@google/generative-ai": "^0.24.1", + "bcrypt": "^6.0.0", "body-parser": "^2.2.0", "cors": "^2.8.5", - "bcrypt": "^6.0.0", + "csv-parser": "^3.2.0", "dotenv": "^17.2.3", "express": "^5.1.0", + "joi": "^18.0.1", "mongoose": "^8.19.1", "multer": "^2.0.2", - "joi": "^18.0.1", + "node-fetch": "^3.3.2", "nodemailer": "^7.0.10", "stripe": "^19.2.1" }, @@ -31,9 +34,9 @@ "@types/mongoose": "^5.11.96", "@types/multer": "^2.0.0", "@types/node": "^24.10.0", + "@types/node-fetch": "^2.6.13", "nodemon": "^3.1.10", "ts-node": "^10.9.2", "typescript": "^5.9.3" } } - diff --git a/src/app.ts b/src/app.ts index bdad1e6..7806970 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,9 +1,12 @@ import express, { Request, Response } from 'express'; import dotenv from 'dotenv'; import mongoose from 'mongoose'; +import multer, { FileFilterCallback } from 'multer'; +import path from 'path'; import cors from 'cors'; import uploadRouter from './routes/uploadRouter.ts'; import paymentRouter from './routes/paymentRoutes.ts'; +import { raw } from 'body-parser'; dotenv.config(); const app = express(); @@ -34,9 +37,9 @@ app.use((req, res, next) => { // Routes app.use("/upload", uploadRouter); app.use("/user", uploadRouter); -app.use("/payment", paymentRouter); +app.use("/payment", paymentRouter); -app.listen(process.env.PORT,() => { +app.listen(process.env.PORT, () => { connectDB(); console.log(` Server running on : http://localhost:${process.env.PORT}`); }); diff --git a/src/controllers/UserController.ts b/src/controllers/UserController.ts index 0563173..72994fe 100644 --- a/src/controllers/UserController.ts +++ b/src/controllers/UserController.ts @@ -17,42 +17,31 @@ export const loginCheck = async (req: Request, res: Response) => { -export const register = async(req:Request,res:Response)=>{ - try{ - const theValidation = Joi.object({ +export const register = async (req: Request, res: Response) => { + try { + const theValidation = Joi.object({ firstName: Joi.string().min(3).max(20).required(), lastName: Joi.string().min(3).max(20).required(), - email:Joi.string().email().required(), - password:Joi.string().pattern(new RegExp("^(?=.*[A-Za-z])(?=.*\\d)(?=.*[@$!%*#?&])[A-Za-z\\d@$!%*#?&]{8,}$")).min(8) - .messages({ - "string.pattern.base": "Password must contain letters, numbers, and symbols", - "string.min": "Password must be at least 8 characters", - }), - confirmPassword:Joi.string().valid(Joi.ref("password")).required().messages({ - "any.only": "Password and Confirm Password must match", - "any.required": "Confirm Password is required" - }) - - - - }) - - const {error} = theValidation.validate(req.body,{abortEarly:false}) - if(error){ - return res.status(400).json({message:"failed"}) - } - - - const otp = Math.floor( Math.random() * 900000); - - - - - + email: Joi.string().email().required(), + password: Joi.string().pattern(new RegExp("^(?=.*[A-Za-z])(?=.*\\d)(?=.*[@$!%*#?&])[A-Za-z\\d@$!%*#?&]{8,}$")).min(8) + .messages({ + "string.pattern.base": "Password must contain letters, numbers, and symbols", + "string.min": "Password must be at least 8 characters", + }), + confirmPassword: Joi.string().valid(Joi.ref("password")).required().messages({ + "any.only": "Password and Confirm Password must match", + "any.required": "Confirm Password is required" + }) + }) + + const { error } = theValidation.validate(req.body, { abortEarly: false }) + if (error) { + return res.status(400).json({ message: "failed" }) + } + const otp = Math.floor(Math.random() * 900000); + } catch (err) { + console.error("Register Error", err) + res.status(500).json({ message: "someting went wrong", success: false }) - }catch(err){ - console.error("Register Error",err) - res.status(500).json({message:"someting went wrong",success:false}) - } } \ No newline at end of file diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index ecdfdaa..2972901 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -1,11 +1,113 @@ -import type { Request, Response } from "express" +import type { Request, Response } from "express"; +import fs from "fs"; +import { GoogleGenerativeAI } from '@google/generative-ai' +import csv from "csv-parser"; +import fetch from "node-fetch"; +import dotenv from "dotenv"; +dotenv.config(); + +const genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY!); +const model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + + export const fileupload = async (req: Request, res: Response) => { try { - console.log("api reached here really") - res.send("hello"); + console.time("checking"); + if (!req.file) { + return res.status(404).json({ message: "File Not Uploaded" }); + } + + const filepath = req.file.path; + const results: any[] = []; + let headers: string[] = []; + const stream = fs.createReadStream(filepath, { encoding: "utf-8" }).pipe(csv()); + stream + .on("headers", (hdrs: string[]) => { + headers = hdrs; + }) + .on("data", (data: any) => { + results.push(data); + }) + .on("end", async () => { + console.timeEnd("checking"); + const rowsneeded = results.slice(0, 10); + + const datamodel = { + headers, + rows: rowsneeded + }; + + const json = JSON.stringify(datamodel); + const modelsize = Buffer.byteLength(json, "utf8"); + console.log((modelsize / (1024 * 1024)).toFixed(2) + " MB"); + fs.unlink(filepath, (err) => { + if (err) console.log("File removing Failed", err); + }); + + const prompt = ` +I will provide a JSON object called \`datamodel\` with: +- headers: an array of column names +- rows: up to 10 sample row objects (each row is a mapping header->value) + +Task: +1) Produce concise data insights (3–6 bullet points) about the dataset based only on the provided headers and sample rows. +2) Suggest 3–6 meaningful visualizations to answer high-level questions. For each visualization, specify: + - type (bar, line, pie, histogram, scatter) + - x field (column name) + - y field (column name or aggregation) + - any group/aggregation needed (e.g., count, sum, avg) + - suggested chart title and short caption +3) Provide 10 likely questions a user would ask about this dataset (short, clear questions). +4) For each of those 10 questions, provide: + a) A short natural-language answer based on the sample rows (if not determinable from sample, say "requires full dataset" and explain why). + b) The exact aggregation code needed to compute the answer on the full dataset. Provide both: + - JavaScript (in-memory) code snippet that takes an array \`rows\` and returns the result (use plain JS, no libraries), and + - Equivalent MongoDB aggregation pipeline that assumes a collection \`documents\` where each document corresponds to one CSV row (fields follow the headers). +5) Provide a short note about any data quality issues you detect from the sample (missing values, numeric columns stored as strings, inconsistent formats). +6) If the datamodel is large or has columns likely to be high-cardinality, mention that you should not send all rows to the model and recommend strategies +(sample rows, summary stats, or storing and analyzing remotely). + +Return a JSON object with this exact top-level shape (so my code can parse it): +{ + "insights": [ "..." ], + "visualizations": [ + { "type": "...", "x":"...", "y":"...", "aggregation":"count|sum|avg|none", "title":"...", "caption":"..." } + ], + "questions": [ + { + "question": "string", + "natural_answer": "string", + "js_aggregation": "string (self-contained JS code snippet)", + "mongodb_pipeline": [ /* array representing pipeline stages */ ], + "requires_full_data": true|false } - catch (err) { - console.log(err) - return res.status(500).json({ message: "internal server error", success: false }) + ], + "data_quality": [ "..." ], + "notes": "..." +} + +Now I provide \`datamodel\`: ${JSON.stringify(datamodel)} + +Only use the datamodel contents to create answers. If sample rows are too small to determine a statistic, + explicitly say so. +`; + try { + console.time("ai response") + const result = await model.generateContent(prompt); + const responsetext = await result.response.text() + console.timeEnd("ai response") + console.log(responsetext) + } + catch (err) { + console.log(err) + } + }) + .on("error", (err: any) => { + console.log("error while parsing csv:", err); + return res.status(500).json({ message: "error parsing csv", success: false, error: String(err) }); + }); + } catch (err) { + console.log(err); + return res.status(500).json({ message: "internal server error", success: false, error: String(err) }); } -} \ No newline at end of file +}; diff --git a/src/middleware/multerUpload.ts b/src/middleware/multerUpload.ts new file mode 100644 index 0000000..68c32fd --- /dev/null +++ b/src/middleware/multerUpload.ts @@ -0,0 +1,41 @@ +import multer, { FileFilterCallback } from "multer"; +import path from "path"; +import fs from "fs"; +import { Request } from "express"; + +const UPLOAD_DIR = path.join(process.cwd(), "uploads"); +if (!fs.existsSync(UPLOAD_DIR)) { + fs.mkdirSync(UPLOAD_DIR, { recursive: true }); + console.log("Created upload directory:", UPLOAD_DIR); +} + +const storage = multer.diskStorage({ + destination: function (_req, _file, cb) { + cb(null, UPLOAD_DIR); + }, + filename: function (_req, file, cb) { + const suffix = Date.now() + "_" + Math.round(Math.random() * 1e9); + cb(null, `${suffix}_${file.originalname}`); + }, +}); + +function fileFiltercsv( + _req: Request, + file: Express.Multer.File, + cb: FileFilterCallback +) { + const ext = path.extname(file.originalname).toLowerCase(); + if (ext !== ".csv") { + return cb(new Error("only csv FileType allowed")); + } + cb(null, true); +} + +const upload = multer({ + storage, + fileFilter: fileFiltercsv, +// limits: { fileSize: 50 * 1024 * 1024 }, +}); + +export default upload; +export { UPLOAD_DIR }; diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index ccc6f72..2ddbdb6 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -1,7 +1,8 @@ import { Router } from 'express' +import upload from '../middleware/multerUpload.ts'; import { fileupload } from '../controllers/uploadController.ts' const uploadRouter = Router() -uploadRouter.get("/fileupload", fileupload); +uploadRouter.post("/fileupload", upload.single('file'), fileupload); export default uploadRouter; \ No newline at end of file diff --git a/src/utils/sendEmail.ts b/src/utils/sendEmail.ts index 40c89b4..25833d1 100644 --- a/src/utils/sendEmail.ts +++ b/src/utils/sendEmail.ts @@ -1,4 +1,4 @@ -import nodemailer from 'nodemailer' +// import nodemailer from 'nodemailer' export const sendOtp = async(email:string,otp:number) =>{ let trans } From 190039e046d87473083831e840c92db2f630732a Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Tue, 11 Nov 2025 18:44:27 +0530 Subject: [PATCH 009/120] morgan added --- package-lock.json | 198 +++++++++++++++++++++++++++++++++++++++++++++- package.json | 3 + src/app.ts | 6 +- 3 files changed, 204 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1dabc77..e9b2e1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,10 @@ "version": "1.0.0", "license": "ISC", "dependencies": { + "@supabase/supabase-js": "^2.81.0", "@types/bcrypt": "^6.0.0", "@types/jsonwebtoken": "^9.0.10", + "@types/morgan": "^1.9.10", "@types/passport": "^1.0.17", "@types/passport-google-oauth20": "^2.0.17", "bcrypt": "^6.0.0", @@ -22,6 +24,7 @@ "joi": "^18.0.1", "jsonwebtoken": "^9.0.2", "mongoose": "^8.19.1", + "morgan": "^1.10.1", "nodemailer": "^7.0.10", "passport": "^0.7.0", "passport-google-oauth20": "^2.0.0", @@ -1487,6 +1490,85 @@ "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==", "license": "MIT" }, + "node_modules/@supabase/auth-js": { + "version": "2.81.0", + "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.81.0.tgz", + "integrity": "sha512-mWyRPO+XUo19MHNBFg5qdH8cMIyxRNj9HXhwkwToxDHYRZWru96hWZFCVb7trOrTpPVe4TgLer2yy3KMvYBMPw==", + "license": "MIT", + "dependencies": { + "tslib": "2.8.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/functions-js": { + "version": "2.81.0", + "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.81.0.tgz", + "integrity": "sha512-yxxIGbXm1TtRpP5VwXKEZIdQMd2XUrWS1xt3zPF3jMItX5dXfdpbz5YRPY3IfebR8gXB113d/APWvYLiNuzI1Q==", + "license": "MIT", + "dependencies": { + "tslib": "2.8.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/postgrest-js": { + "version": "2.81.0", + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-2.81.0.tgz", + "integrity": "sha512-HdybTRf5Sy+gBxzgwkag+WkvV8QqMXhnKQ383YG51lCbm8p82CuCcUTzGy2xFHiA2ZXnnlkSzrfw8uKFAiAiog==", + "license": "MIT", + "dependencies": { + "tslib": "2.8.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/realtime-js": { + "version": "2.81.0", + "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.81.0.tgz", + "integrity": "sha512-WCL9kMbmHQNGAG4ep+jfU22+h9OiQVv7bbkOmLy4gwlqtE+SJszkAtRp3l3xthqYkbxHbIqGc/BlHv3Dh79cXg==", + "license": "MIT", + "dependencies": { + "@types/phoenix": "^1.6.6", + "@types/ws": "^8.18.1", + "tslib": "2.8.1", + "ws": "^8.18.2" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/storage-js": { + "version": "2.81.0", + "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.81.0.tgz", + "integrity": "sha512-gj9u+EyEVLgDA9jW8JOsAgEc8H79zg01STK5KLv9EU45kf5Qh7kAoCmG090Jkp/YEGvSiaR/Ta7Xs/gUTLqflw==", + "license": "MIT", + "dependencies": { + "tslib": "2.8.1" + }, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/@supabase/supabase-js": { + "version": "2.81.0", + "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.81.0.tgz", + "integrity": "sha512-FkiqUYCzsT92V/mfvoFueszkQrPqSTHgXhN9ADqeMpY5j0tUqeAZu8g2ptLYiDmx1pBbh4xoiqxWAf3UDIv4Bw==", + "license": "MIT", + "dependencies": { + "@supabase/auth-js": "2.81.0", + "@supabase/functions-js": "2.81.0", + "@supabase/postgrest-js": "2.81.0", + "@supabase/realtime-js": "2.81.0", + "@supabase/storage-js": "2.81.0" + }, + "engines": { + "node": ">=20.0.0" + } + }, "node_modules/@tsconfig/node10": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", @@ -1619,6 +1701,15 @@ "mongoose": "*" } }, + "node_modules/@types/morgan": { + "version": "1.9.10", + "resolved": "https://registry.npmjs.org/@types/morgan/-/morgan-1.9.10.tgz", + "integrity": "sha512-sS4A1zheMvsADRVfT0lYbJ4S9lmsey8Zo2F7cnbYjWHP67Q0AwMYuuzLlkIM2N8gAbb9cubhIVFwcIN2XyYCkA==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@types/ms": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", @@ -1686,6 +1777,12 @@ "@types/passport": "*" } }, + "node_modules/@types/phoenix": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.6.tgz", + "integrity": "sha512-PIzZZlEppgrpoT2QgbnDU+MMzuR6BbCjllj0bM70lWoejMeNJAxCchxnv7J3XFkI8MpygtRpzXrIlmWUBclP5A==", + "license": "MIT" + }, "node_modules/@types/qs": { "version": "6.14.0", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", @@ -1743,6 +1840,15 @@ "@types/webidl-conversions": "*" } }, + "node_modules/@types/ws": { + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/accepts": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", @@ -1819,6 +1925,24 @@ "node": ">=6.0.0" } }, + "node_modules/basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "license": "MIT", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/basic-auth/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "license": "MIT" + }, "node_modules/bcrypt": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-6.0.0.tgz", @@ -2798,6 +2922,49 @@ "url": "https://opencollective.com/mongoose" } }, + "node_modules/morgan": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.1.tgz", + "integrity": "sha512-223dMRJtI/l25dJKWpgij2cMtywuG/WiUKXdvwfbhGKBhy1puASqXwFzmWZ7+K73vUPoR7SS2Qz2cI/g9MKw0A==", + "license": "MIT", + "dependencies": { + "basic-auth": "~2.0.1", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-finished": "~2.3.0", + "on-headers": "~1.1.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/morgan/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/morgan/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/morgan/node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/mpath": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz", @@ -2941,6 +3108,15 @@ "node": ">= 0.8" } }, + "node_modules/on-headers": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz", + "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -3486,7 +3662,6 @@ "version": "2.8.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "dev": true, "license": "0BSD" }, "node_modules/type-is": { @@ -3599,6 +3774,27 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "license": "ISC" }, + "node_modules/ws": { + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "node_modules/yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", diff --git a/package.json b/package.json index ed7813f..796ce8a 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,10 @@ "author": "", "license": "ISC", "dependencies": { + "@supabase/supabase-js": "^2.81.0", "@types/bcrypt": "^6.0.0", "@types/jsonwebtoken": "^9.0.10", + "@types/morgan": "^1.9.10", "@types/passport": "^1.0.17", "@types/passport-google-oauth20": "^2.0.17", "bcrypt": "^6.0.0", @@ -27,6 +29,7 @@ "joi": "^18.0.1", "jsonwebtoken": "^9.0.2", "mongoose": "^8.19.1", + "morgan": "^1.10.1", "nodemailer": "^7.0.10", "passport": "^0.7.0", "passport-google-oauth20": "^2.0.0", diff --git a/src/app.ts b/src/app.ts index 263730c..9221afe 100644 --- a/src/app.ts +++ b/src/app.ts @@ -2,6 +2,7 @@ import express from 'express'; import dotenv from 'dotenv' dotenv.config() import mongoose from 'mongoose' +import morgan from 'morgan'; import cors from 'cors'; import passport from './config/passport.ts'; import cookieParser from "cookie-parser"; @@ -15,6 +16,7 @@ app.use(express.json()) app.use(express.urlencoded({ extended: true })) app.use(passport.initialize()) app.use(cookieParser()) +app.use(morgan("dev")); //database connection @@ -39,13 +41,13 @@ app.use("/payment/webhook", express.raw({ type: "application/json" })); app.use("/upload", uploadRouter) app.use("/user", userRouter) app.use("/auth", googleRouter) -app.use("/payment",paymentRouter) +app.use("/payment", paymentRouter) //routing // app.use //listening -app.listen(process.env.PORT,() => { +app.listen(process.env.PORT, () => { connection(); console.log(` Server running on http://localhost:${process.env.PORT}`); }); \ No newline at end of file From f8bd48e8b666d054a24450a5d6c08db926438a08 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Wed, 12 Nov 2025 09:12:46 +0530 Subject: [PATCH 010/120] package lock json --- package-lock.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9b2e1f..a74de10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1650,7 +1650,6 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", - "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -1721,7 +1720,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -3684,7 +3682,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" From 71f402200dffa569aaee3ebe55e433ed093874e3 Mon Sep 17 00:00:00 2001 From: Shrijit Vivek Date: Wed, 12 Nov 2025 09:45:49 +0530 Subject: [PATCH 011/120] user agent implemented --- src/admincontroller/insightsController.ts | 2 +- src/middleware/deviceLogger.ts | 2 +- src/middleware/featureLogger.ts | 2 ++ src/model/{ => admin}/admin.ts | 0 src/model/{ => admin}/guest.ts | 0 src/model/{ => admin/insights}/deviceModel.ts | 0 src/model/admin/insights/featureModel.ts | 10 ++++++++++ 7 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 src/middleware/featureLogger.ts rename src/model/{ => admin}/admin.ts (100%) rename src/model/{ => admin}/guest.ts (100%) rename src/model/{ => admin/insights}/deviceModel.ts (100%) create mode 100644 src/model/admin/insights/featureModel.ts diff --git a/src/admincontroller/insightsController.ts b/src/admincontroller/insightsController.ts index d8bffee..512571c 100644 --- a/src/admincontroller/insightsController.ts +++ b/src/admincontroller/insightsController.ts @@ -1,5 +1,5 @@ import { Response, Request} from "express"; -import { deviceModel } from "../model/deviceModel"; +import { deviceModel } from "../model/admin/insights/deviceModel"; export const getUserDevices = async (req: Request, res: Response) => { try { diff --git a/src/middleware/deviceLogger.ts b/src/middleware/deviceLogger.ts index 8a35299..92a0bec 100644 --- a/src/middleware/deviceLogger.ts +++ b/src/middleware/deviceLogger.ts @@ -1,5 +1,5 @@ import { Response , Request , NextFunction } from "express"; -import { deviceModel } from "../model/deviceModel"; +import { deviceModel } from "../model/admin/insights/deviceModel"; export const deviceLogger = async (req : Request , res : Response , next : NextFunction)=>{ try{ diff --git a/src/middleware/featureLogger.ts b/src/middleware/featureLogger.ts new file mode 100644 index 0000000..9f747e9 --- /dev/null +++ b/src/middleware/featureLogger.ts @@ -0,0 +1,2 @@ +import { Response , Request , NextFunction } from "express"; +import { FeatureUsageModel } from "../model/admin/insights/featureModel"; \ No newline at end of file diff --git a/src/model/admin.ts b/src/model/admin/admin.ts similarity index 100% rename from src/model/admin.ts rename to src/model/admin/admin.ts diff --git a/src/model/guest.ts b/src/model/admin/guest.ts similarity index 100% rename from src/model/guest.ts rename to src/model/admin/guest.ts diff --git a/src/model/deviceModel.ts b/src/model/admin/insights/deviceModel.ts similarity index 100% rename from src/model/deviceModel.ts rename to src/model/admin/insights/deviceModel.ts diff --git a/src/model/admin/insights/featureModel.ts b/src/model/admin/insights/featureModel.ts new file mode 100644 index 0000000..c87c088 --- /dev/null +++ b/src/model/admin/insights/featureModel.ts @@ -0,0 +1,10 @@ +import mongoose from "mongoose"; + +const featureUsageSchema = new mongoose.Schema({ + userId: { type: String, required: true }, + feature: { type: String, required: true }, + count: { type: Number, default: 1 }, + lastUsed: { type: Date, default: Date.now }, +}); + +export const FeatureUsageModel = mongoose.model("FeatureUsage", featureUsageSchema); From 6e3992ff7e491c58d86ea162716bea6f16669b3a Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Wed, 12 Nov 2025 10:01:17 +0530 Subject: [PATCH 012/120] before merging to shanu --- package-lock.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package-lock.json b/package-lock.json index 61fe926..c263a98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1664,6 +1664,7 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -1744,6 +1745,7 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", + "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -3957,6 +3959,7 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" From 452a87c84fd634ddc8091ce5b529924e9b6baf13 Mon Sep 17 00:00:00 2001 From: riyas Date: Wed, 12 Nov 2025 10:24:56 +0530 Subject: [PATCH 013/120] changed usermodel --- src/adminccontroller/usercontroller.ts | 16 --- .../activitycontroller.ts | 0 .../insightscontroller.ts | 0 .../tokenccontroller.ts | 0 src/admincontroller/usercontroller.ts | 101 ++++++++++++++++++ src/model/guest.ts | 5 +- src/model/user.ts | 53 +++++---- src/routes/adminroutes/userRouter.ts | 23 +++- 8 files changed, 157 insertions(+), 41 deletions(-) delete mode 100644 src/adminccontroller/usercontroller.ts rename src/{adminccontroller => admincontroller}/activitycontroller.ts (100%) rename src/{adminccontroller => admincontroller}/insightscontroller.ts (100%) rename src/{adminccontroller => admincontroller}/tokenccontroller.ts (100%) create mode 100644 src/admincontroller/usercontroller.ts diff --git a/src/adminccontroller/usercontroller.ts b/src/adminccontroller/usercontroller.ts deleted file mode 100644 index 5a8035b..0000000 --- a/src/adminccontroller/usercontroller.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { Request,Response } from "express"; -import userModel from "../model/user"; - -//function for get aallusers count to admindashboard graph -export const getAllusers = async(req:Request,res:Response)=>{ - -try{ - -const fetcchallusers = await userModel.find().countDocuments() -res.status(200).json({message:"user count taken",fetcchallusers,success:true}) - -} -catch{ - - res.status(500).json({message:"user not found"}) -}} \ No newline at end of file diff --git a/src/adminccontroller/activitycontroller.ts b/src/admincontroller/activitycontroller.ts similarity index 100% rename from src/adminccontroller/activitycontroller.ts rename to src/admincontroller/activitycontroller.ts diff --git a/src/adminccontroller/insightscontroller.ts b/src/admincontroller/insightscontroller.ts similarity index 100% rename from src/adminccontroller/insightscontroller.ts rename to src/admincontroller/insightscontroller.ts diff --git a/src/adminccontroller/tokenccontroller.ts b/src/admincontroller/tokenccontroller.ts similarity index 100% rename from src/adminccontroller/tokenccontroller.ts rename to src/admincontroller/tokenccontroller.ts diff --git a/src/admincontroller/usercontroller.ts b/src/admincontroller/usercontroller.ts new file mode 100644 index 0000000..371dd67 --- /dev/null +++ b/src/admincontroller/usercontroller.ts @@ -0,0 +1,101 @@ +import { Request,Response } from "express"; +import userModel from "../model/user";//called userdatabase +import guestModel from "../model/guest"; + +//function for get allloged users count to admindashboard graph +export const loggedusers = async(req:Request,res:Response)=>{ + +try{ + +const fetcchallusers = await userModel.find().countDocuments() +res.status(200).json({message:"user count taken",fetcchallusers,success:true}) + +} +catch{ + + res.status(500).json({message:"user not found"}) +}} + + + +//function for get new logged users count per month +export const getNewUsersPerMonth = async (req: Request, res: Response) => { + try { + const usersPerMonth = await userModel.aggregate([ + { + $group: { + _id: { + year: { $year: "$createdAt" }, + month: { $month: "$createdAt" } + }, + count: { $sum: 1 } + } + }, + { + $sort: { + "_id.year": 1, + "_id.month": 1 + } + } + ]); + res.status(200).json({message: "new users per month count get successfully",success: true,usersPerMonth}); + } catch { + + res.status(500).json({message:"new user per month count not get"}) + + } +}; + + + + +//function for add guestusers +export const addGustuser = async(req:Request,res:Response)=>{ + try { + const newGuest = await guestModel.create({ + token: 12345, + IP_address: 19216801 + }); + res.status(200).json({message:"guest user added successfully",addGustuser,success:true}) +} + +catch{ + +res.status(500).json({message:"guest user not added some error"}) +} +} + + +//function for get full gustusers count +export const fetchAllgustusers = async(req:Request,res:Response)=>{ + try{ + const getAllgustusers = await guestModel.find().countDocuments() + res.status(200).json({message:"all gust users fetched successfully",allgustusers:getAllgustusers,success:true}) + + } + catch{ + + } +} + + + +//function for get all users count +export const getAllusers = async (req: Request, res: Response) => { + try { + const loggedCount = await userModel.countDocuments(); + const guestCount = await guestModel.countDocuments(); + + const totalCount = loggedCount + guestCount; + + res.status(200).json({ + message: "All users fetched successfully", + totalCount, + loggedCount, + guestCount, + success: true, + }); + } catch (err) { + res.status(500).json({ message: "failed to fetch all users", error: err }); + } +}; diff --git a/src/model/guest.ts b/src/model/guest.ts index 57c5eef..d61898b 100644 --- a/src/model/guest.ts +++ b/src/model/guest.ts @@ -14,7 +14,10 @@ const guestSchema = new Schema({ type: Number } -}); +}, +{timestamps:true} + +); const guestModel = mongoose.model('guest', guestSchema); diff --git a/src/model/user.ts b/src/model/user.ts index 683c70a..41998d3 100644 --- a/src/model/user.ts +++ b/src/model/user.ts @@ -18,47 +18,56 @@ export interface User { phone:Number }; -const userSchema = new Schema({ +const userSchema = new Schema( + { googleId: { - type: String, unique: true, sparse: true + type: String, + unique: true, + sparse: true }, name: { - type: String + type: String }, picture: { - type: String + type: String }, email: { - type: String, required: true + type: String, + required: true }, password: { - type: String, required: false + type: String, + required: false }, token: { - type: Number, - default: 3 + type: Number, + default: 3 }, - place:{ - - type:String, - + place: { + type: String }, - - phone:{ - type:Number - + phone: { + type: Number }, - status: { - type: String, - enum: Object.values(Status), - default: Status.Active, + type: String, + enum: Object.values(Status), + default: Status.Active }, isDeleted: { - type: Boolean, default: false + type: Boolean, + default: false }, -}); + + createdAt: { + type: Date, + default: Date.now + } + }, + { timestamps: true } +); + const userModel = mongoose.model("user", userSchema); diff --git a/src/routes/adminroutes/userRouter.ts b/src/routes/adminroutes/userRouter.ts index 5fae74f..7a1dea7 100644 --- a/src/routes/adminroutes/userRouter.ts +++ b/src/routes/adminroutes/userRouter.ts @@ -1,5 +1,24 @@ import { Router } from "express"; -import { getAllusers } from "../../adminccontroller/usercontroller"; + +import { addGustuser, getAllusers } from "../../admincontroller/usercontroller"; +import { loggedusers } from "../../admincontroller/usercontroller"; +import { fetchAllgustusers } from "../../admincontroller/usercontroller"; +import { getNewUsersPerMonth } from "../../admincontroller/usercontroller"; export const adminrouter = Router() -adminrouter.get("/usercount",getAllusers) \ No newline at end of file + + +adminrouter.get("/loggedusers",loggedusers) +adminrouter.get("/gustusers",fetchAllgustusers) +adminrouter.get("/allusers",getAllusers) +adminrouter.get("/newuserpermonth",getNewUsersPerMonth) + + + + + + + + +adminrouter.post("/addgustuser",addGustuser) + From a605082d8d4eeac44286b9af8c111762aaa1a0a4 Mon Sep 17 00:00:00 2001 From: riyas Date: Wed, 12 Nov 2025 11:06:16 +0530 Subject: [PATCH 014/120] gust user conflict solved --- src/admincontroller/usercontroller.ts | 1 + src/model/{admin => }/guest.ts | 0 src/routes/adminroutes/userRouter.ts | 5 +++-- tsconfig.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) rename src/model/{admin => }/guest.ts (100%) diff --git a/src/admincontroller/usercontroller.ts b/src/admincontroller/usercontroller.ts index 371dd67..040c6f1 100644 --- a/src/admincontroller/usercontroller.ts +++ b/src/admincontroller/usercontroller.ts @@ -2,6 +2,7 @@ import { Request,Response } from "express"; import userModel from "../model/user";//called userdatabase import guestModel from "../model/guest"; + //function for get allloged users count to admindashboard graph export const loggedusers = async(req:Request,res:Response)=>{ diff --git a/src/model/admin/guest.ts b/src/model/guest.ts similarity index 100% rename from src/model/admin/guest.ts rename to src/model/guest.ts diff --git a/src/routes/adminroutes/userRouter.ts b/src/routes/adminroutes/userRouter.ts index 7a1dea7..ce7393f 100644 --- a/src/routes/adminroutes/userRouter.ts +++ b/src/routes/adminroutes/userRouter.ts @@ -1,16 +1,17 @@ import { Router } from "express"; -import { addGustuser, getAllusers } from "../../admincontroller/usercontroller"; +import { addGustuser } from "../../admincontroller/usercontroller"; import { loggedusers } from "../../admincontroller/usercontroller"; import { fetchAllgustusers } from "../../admincontroller/usercontroller"; import { getNewUsersPerMonth } from "../../admincontroller/usercontroller"; +import { getAllusers } from "../../admincontroller/usercontroller"; export const adminrouter = Router() adminrouter.get("/loggedusers",loggedusers) adminrouter.get("/gustusers",fetchAllgustusers) -adminrouter.get("/allusers",getAllusers) +adminrouter.get("/getallusers",getAllusers) adminrouter.get("/newuserpermonth",getNewUsersPerMonth) diff --git a/tsconfig.json b/tsconfig.json index 3a648fb..5c03f62 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "allowImportingTsExtensions": true }, "include": [ - "src/**/*", + "src/*/", "src/services" ], "exclude": [ From f71cc2bf637466edc99a93ab793cdb4782cf1c00 Mon Sep 17 00:00:00 2001 From: Shrijit Vivek Date: Wed, 12 Nov 2025 11:49:11 +0530 Subject: [PATCH 015/120] duplicated files removed --- src/admincontroller/activitycontroller.ts | 0 src/admincontroller/insightscontroller.ts | 0 src/admincontroller/tokenController.ts | 0 src/admincontroller/tokenccontroller.ts | 0 .../{usercontroller.ts => userController.ts} | 0 src/routes/adminroutes/userRouter.ts | 10 +++++----- 6 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 src/admincontroller/activitycontroller.ts delete mode 100644 src/admincontroller/insightscontroller.ts delete mode 100644 src/admincontroller/tokenController.ts delete mode 100644 src/admincontroller/tokenccontroller.ts rename src/admincontroller/{usercontroller.ts => userController.ts} (100%) diff --git a/src/admincontroller/activitycontroller.ts b/src/admincontroller/activitycontroller.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/admincontroller/insightscontroller.ts b/src/admincontroller/insightscontroller.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/admincontroller/tokenController.ts b/src/admincontroller/tokenController.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/admincontroller/tokenccontroller.ts b/src/admincontroller/tokenccontroller.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/admincontroller/usercontroller.ts b/src/admincontroller/userController.ts similarity index 100% rename from src/admincontroller/usercontroller.ts rename to src/admincontroller/userController.ts diff --git a/src/routes/adminroutes/userRouter.ts b/src/routes/adminroutes/userRouter.ts index ce7393f..12d3366 100644 --- a/src/routes/adminroutes/userRouter.ts +++ b/src/routes/adminroutes/userRouter.ts @@ -1,10 +1,10 @@ import { Router } from "express"; -import { addGustuser } from "../../admincontroller/usercontroller"; -import { loggedusers } from "../../admincontroller/usercontroller"; -import { fetchAllgustusers } from "../../admincontroller/usercontroller"; -import { getNewUsersPerMonth } from "../../admincontroller/usercontroller"; -import { getAllusers } from "../../admincontroller/usercontroller"; +import { addGustuser } from "../../admincontroller/userController"; +import { loggedusers } from "../../admincontroller/userController"; +import { fetchAllgustusers } from "../../admincontroller/userController"; +import { getNewUsersPerMonth } from "../../admincontroller/userController"; +import { getAllusers } from "../../admincontroller/userController"; export const adminrouter = Router() From f97f4de91efcc3b4633353dfdcbeae3c051ff82a Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Tue, 11 Nov 2025 12:32:03 +0530 Subject: [PATCH 016/120] login validation on email corected --- src/controller/auth/auth.ts | 77 +++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 42 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index c4ba9d7..9d62a71 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -1,16 +1,14 @@ import type { Request, Response } from "express"; -import bcrypt from "bcrypt" +import bcrypt from "bcrypt"; import otpModel from "../../model/otpModel.ts"; import Joi, { number } from "../../../node_modules/joi/lib/index"; import userModel from "../../model/user.ts"; import { sendOtp } from "../../utils/sendEmail.ts"; import { theValidation } from "../../services/validation.ts"; import { generateOtp } from "../../utils/otpGenerate.ts"; -import Jwt from "jsonwebtoken"; +import Jwt from "jsonwebtoken"; import { loginSchema } from "../../services/validation.ts"; - - // google authentication import { signJwt } from "../../services/jwtServices.ts"; import type { User } from "../../model/user.ts"; @@ -19,22 +17,21 @@ import type { User } from "../../model/user.ts"; export const loginCheck = async (req: Request, res: Response) => { console.log(" reached here login"); console.log(req.body); - - + try { const { email, password } = req.body; - if(!email || !password){ - return res.status(400).json({ + if (!email || !password) { + return res.status(400).json({ success: false, message: "Email and password are required", }); - } - const { error} = loginSchema.validate(req.body,{abortEarly:false}) - if(error){ - const details = error.details.map((err)=>err.message) - return res.status(400).json({success:false,message:details}) } - + const { error } = loginSchema.validate(req.body, { abortEarly: false }); + if (error) { + const details = error.details.map((err) => err.message); + return res.status(400).json({ success: false, message: details }); + } + const user = await userModel.findOne({ email }); if (!user) { return res.status(404).json({ @@ -84,7 +81,7 @@ return res.status(200).json({ } catch (err) { console.log("catch in login worked"); - + console.error("Login error:", err); return res.status(500).json({ success: false, @@ -93,25 +90,18 @@ return res.status(200).json({ } }; - - // dummy bro export const getAllUser = async (req: Request, res: Response) => { try { const user = await userModel.find(); - res.status(200).json({ message: "All users", user }) - } - catch (err) { - res.status(500).json(err) + res.status(200).json({ message: "All users", user }); + } catch (err) { + res.status(500).json(err); } -} - - - +}; export const register = async (req: Request, res: Response) => { - try { const { name, email, password, confirmPassword } = req.body; @@ -140,6 +130,10 @@ export const register = async (req: Request, res: Response) => { await sendOtp(email, otp); + res + .status(200) + .json({ message: "plz verify the otp to continue", otp: true }); + res.status(200).json({ message: "plz verify the otp to continue", otp: true }); } catch (err) { console.error("Register Error", err); @@ -152,7 +146,7 @@ export const verifyOtp = async (req: Request, res: Response) => { try { const { email } = req.query; const { otp } = req.body; - console.log(`${email},${otp}`) + console.log(`${email},${otp}`); const otpData = await otpModel.findOne({ email }); console.log("before logging otp data"); @@ -160,7 +154,6 @@ export const verifyOtp = async (req: Request, res: Response) => { console.log("after loging otp data"); - if (!otpData) { console.log("no otp data"); @@ -172,10 +165,14 @@ export const verifyOtp = async (req: Request, res: Response) => { return res.status(400).json({ message: "Invalid otp" }); } - const hashedPassword = await bcrypt.hash(otpData.password, 10) + const hashedPassword = await bcrypt.hash(otpData.password, 10); console.log("after hashed pass"); - const createUser = await userModel.create({ name: otpData.name, email: otpData.email, password: hashedPassword }); + const createUser = await userModel.create({ + name: otpData.name, + email: otpData.email, + password: hashedPassword, + }); console.log("after create user"); console.log(createUser); @@ -203,14 +200,12 @@ export const verifyOtp = async (req: Request, res: Response) => { success: true, message: "Registration completed successfully", }); - } catch (err) { console.log("veryfyotp catch woerked", err); res.status(500).json({ message: "Internal server errror" }); } }; - // google authentication export const googleCallback = (req: Request, res: Response) => { @@ -218,18 +213,16 @@ export const googleCallback = (req: Request, res: Response) => { const token = signJwt({ id: user.googleId, - email: user.email + email: user.email, }); const frontendURL = "http://localhost:3000"; res.redirect(`${frontendURL}/auth/callback?token=${token}`); }; - -export const testpro = (req:Request,res:Response)=>{ -try{ - return res.json({message:"reached protecteed route"}) - -}catch(err){ - return res.json({message:"error",error:err}) -} -} +export const testpro = (req: Request, res: Response) => { + try { + return res.json({ message: "reached protecteed route" }); + } catch (err) { + return res.json({ message: "error", error: err }); + } +}; From a81c9f50f5cb67c917c2c54f99cfcd168477bce5 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Wed, 12 Nov 2025 10:00:01 +0530 Subject: [PATCH 017/120] before pulling dev --- src/controller/auth/auth.ts | 32 +++++++++++++++++--------------- src/services/jwtServices.ts | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index 9d62a71..8e6ec5c 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -48,21 +48,23 @@ export const loginCheck = async (req: Request, res: Response) => { }); } - const accessToken = signJwt({id:user._id,email:user.email}) -const refreshToken = Jwt.sign( - { id:user._id,email:user.email }, - process.env.REFRESH_SECRET!, - { expiresIn: '30d' } -); - -res.cookie("refreshToken", refreshToken, { - httpOnly:true, - secure:false, - sameSite:"strict", - maxAge:30*24*60*60*1000, -}); - -(req as any).user = user // attach user for device logging middleware + const accessToken = signJwt({ id: user._id, email: user.email }); + + const refreshToken = Jwt.sign( + { + id: user._id, + email: user.email, + }, + process.env.REFRESH_SECRET!, + { expiresIn: "30d" } + ); + + res.cookie("refreshToken", refreshToken, { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 1000, + }); return res.status(200).json({ success: true, diff --git a/src/services/jwtServices.ts b/src/services/jwtServices.ts index 35169d7..7fd9e53 100644 --- a/src/services/jwtServices.ts +++ b/src/services/jwtServices.ts @@ -3,7 +3,7 @@ import { Response,Request } from "express"; import { emitWarning } from "process"; export const signJwt = (payload: object) => { - return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "15m" }); + return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "2m" }); }; export const refreshAccessToken = async(req:Request,res:Response)=>{ From d9f13a3d69ccfca2b848f2f4228c38c2bec99c60 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Wed, 12 Nov 2025 10:01:17 +0530 Subject: [PATCH 018/120] before merging to shanu --- package-lock.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package-lock.json b/package-lock.json index 61fe926..c263a98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1664,6 +1664,7 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -1744,6 +1745,7 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", + "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -3957,6 +3959,7 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" From 874c1ad2ebd5a372d17d0f059792a35a0f01aee9 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Wed, 12 Nov 2025 12:01:00 +0530 Subject: [PATCH 019/120] done --- src/controllers/uploadController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 8595391..efb9c82 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -16,6 +16,7 @@ export const fileupload = async (req: Request, res: Response) => { if (!req.file) { return res.status(404).json({ message: "File Not Uploaded" }); } + const filepath = req.file.path; const results: any[] = []; From a77dfe3d81dccee8484eab87f9501bf2cf0d05c5 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Wed, 12 Nov 2025 12:09:54 +0530 Subject: [PATCH 020/120] package installled --- package-lock.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c263a98..61fe926 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1664,7 +1664,6 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", - "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -1745,7 +1744,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -3959,7 +3957,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" From a82b6997c86171649ff6988e1240eb187ce5c35e Mon Sep 17 00:00:00 2001 From: chechu776 Date: Wed, 12 Nov 2025 12:55:15 +0530 Subject: [PATCH 021/120] api key supabase --- .env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 3d7fb19..2dea191 100644 --- a/.env +++ b/.env @@ -15,4 +15,7 @@ REFRESH_SECRET = E72b1f2a9e7c8c1f4e28e5c948b0f21aebda10a4a18e9d3e7e1a8c3e5e4b5a EMAIL = shanu.work.org@gmail.com EMAIL_PASS = lhubgdnbvmfrzjcj -GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o \ No newline at end of file +GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o + +SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co +SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo \ No newline at end of file From bb7d25bc794fbe352df2dc7bd9517904c51ea7ff Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Wed, 12 Nov 2025 15:49:08 +0530 Subject: [PATCH 022/120] supabase completed --- .env | 6 +++++ src/app.ts | 2 +- src/config/supabaseClient.ts | 6 +++++ src/controllers/UserController.ts | 23 ++++++++++++++++++ src/routes/userRouter.ts | 16 ++++++++----- src/utils/imageUploader.ts | 40 +++++++++++++++++++++++++++++++ 6 files changed, 86 insertions(+), 7 deletions(-) create mode 100644 src/config/supabaseClient.ts create mode 100644 src/utils/imageUploader.ts diff --git a/.env b/.env index 5a09d7d..25e366d 100644 --- a/.env +++ b/.env @@ -14,3 +14,9 @@ REFRESH_SECRET = E72b1f2a9e7c8c1f4e28e5c948b0f21aebda10a4a18e9d3e7e1a8c3e5e4b5a EMAIL = shanu.work.org@gmail.com EMAIL_PASS = lhubgdnbvmfrzjcj + + +# supabase key and secret + +SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co +SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo diff --git a/src/app.ts b/src/app.ts index 9221afe..2b0c7d2 100644 --- a/src/app.ts +++ b/src/app.ts @@ -12,7 +12,7 @@ import userRouter from './routes/userRouter.ts'; import paymentRouter from './routes/paymentRoutes.js'; const app = express() -app.use(express.json()) +app.use(express.json({ limit: "10mb" })); app.use(express.urlencoded({ extended: true })) app.use(passport.initialize()) app.use(cookieParser()) diff --git a/src/config/supabaseClient.ts b/src/config/supabaseClient.ts new file mode 100644 index 0000000..bb98f9b --- /dev/null +++ b/src/config/supabaseClient.ts @@ -0,0 +1,6 @@ +import { createClient } from "@supabase/supabase-js"; + +const supebaseUrl = process.env.SUPABASE_URL!; +const supabaseSuperKey = process.env.SUPABASE_SERVICE_ROLE_KEY!; + +export const supabase = createClient(supebaseUrl, supabaseSuperKey); \ No newline at end of file diff --git a/src/controllers/UserController.ts b/src/controllers/UserController.ts index e69de29..7e211ed 100644 --- a/src/controllers/UserController.ts +++ b/src/controllers/UserController.ts @@ -0,0 +1,23 @@ +import { Request, Response } from "express"; +import userModel from "../model/user"; +import { uploadimageToSupabase } from "../utils/imageUploader"; + +export const userImageUpdate = async (req: Request, res: Response) => { + console.log("hi") + try { + const { userId, image } = req.body; + + if (!userId || !image) { + return res.status(401).json({ message: "image and userId is required.." }) + } + + const imageUrl = await uploadimageToSupabase(userId, image); + + await userModel.findByIdAndUpdate(userId, { picture: image }) + + return res.status(200).json({ message: "image uploaded successfully..", imageUrl }) + } + catch (err) { + res.status(500).json({ message: "Internal server error..", err }) + } +} \ No newline at end of file diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 80aa1e0..be10985 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,18 +1,22 @@ import { Router } from "express"; -import { register,loginCheck,verifyOtp,getAllUser } from "../controller/auth/auth.ts"; +import { register, loginCheck, verifyOtp, getAllUser } from "../controller/auth/auth.ts"; import { verifyToken } from "../middleware/verifytoken.ts"; import { testpro } from "../controller/auth/auth.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; +import { userImageUpdate } from "../controllers/UserController.ts"; const userRouter = Router(); -userRouter.post('/login',loginCheck); -userRouter.post("/register",register); -userRouter.post("/verifyOtp",verifyOtp); -userRouter.get("/test",verifyToken,testpro) -userRouter.post("/newRefreshToken",refreshAccessToken) +userRouter.post('/login', loginCheck); +userRouter.post("/register", register); +userRouter.post("/verifyOtp", verifyOtp); +userRouter.get("/test", verifyToken, testpro) +userRouter.post("/newRefreshToken", refreshAccessToken) // dummy route dont take it serious userRouter.get('/alluser', getAllUser) +// user image uploader router +userRouter.put('/upload', userImageUpdate) + export default userRouter; \ No newline at end of file diff --git a/src/utils/imageUploader.ts b/src/utils/imageUploader.ts new file mode 100644 index 0000000..d61e6a5 --- /dev/null +++ b/src/utils/imageUploader.ts @@ -0,0 +1,40 @@ +import { supabase } from "../config/supabaseClient"; + +const ALLOWED_MIME_TYPES = ["image/png", "image/jpeg", "image/jpg"]; + +export const uploadimageToSupabase = async (userId: string, image: string) => { + + console.log("api reached here") + if (!image.startsWith("data:image/")) { + throw new Error("Invalid image format. Must be base64 encoded image."); + } + + const mimeType = image.substring( + image.indexOf(":") + 1, + image.indexOf(";") + ); + + if (!ALLOWED_MIME_TYPES.includes(mimeType)) { + throw new Error("Unsupported image type. Only PNG and JPG are allowed."); + } + + const base64Data = image.replace(/^data:image\/\w+;base64,/, ""); + const buffer = Buffer.from(base64Data, "base64"); + + const extension = mimeType.split("/")[1]; + const fileName = `user-${userId}-${Date.now()}.${extension}`; + + const { data, error } = await supabase.storage + .from("picture") + .upload(fileName, buffer, { + cacheControl: "3600", + upsert: true, + contentType: mimeType, + }); + + if (error) throw error; + + const { data: publicUrlData } = supabase.storage.from("picture").getPublicUrl(fileName) + + return publicUrlData.publicUrl +} \ No newline at end of file From 1d901d42f98018e12310cb695a12e953e36d4f1b Mon Sep 17 00:00:00 2001 From: chechu776 Date: Wed, 12 Nov 2025 15:57:45 +0530 Subject: [PATCH 023/120] upload controller --- src/controllers/uploadController.ts | 235 +++++++++++++++++----------- 1 file changed, 141 insertions(+), 94 deletions(-) diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 8595391..304f50d 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -1,113 +1,160 @@ import type { Request, Response } from "express"; import fs from "fs"; -import { GoogleGenerativeAI } from '@google/generative-ai' import csv from "csv-parser"; -import fetch from "node-fetch"; +import { GoogleGenerativeAI } from "@google/generative-ai"; import dotenv from "dotenv"; +import Dataset from "../model/dataModel"; dotenv.config(); const genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY!); const model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); - export const fileupload = async (req: Request, res: Response) => { - try { - console.time("checking"); - if (!req.file) { - return res.status(404).json({ message: "File Not Uploaded" }); + try { + if (!req.file) { + return res.status(400).json({ message: "No file uploaded", success: false }); + } + + const file = req.file as Express.Multer.File; + const filepath = file.path; + const results: any[] = []; + let headers: string[] = []; + let totalRows = 0; + let responded = false; + + // Stream CSV file efficiently + + console.time("parsing") + const stream = fs.createReadStream(filepath, { encoding: "utf-8" }).pipe(csv()); + + stream + .on("headers", (hdrs: string[]) => (headers = hdrs)) + .on("data", (data: any) => { + totalRows++; + if (results.length < 10) results.push(data); + }) + .on("end", async () => { + if (responded) return; + responded = true; + console.timeEnd("parsing") + // Delete temp file + fs.unlink(filepath, () => {}); + + // Compute accurate metrics locally + const totalColumns = headers.length; + let missingValues = 0; + for (const row of results) { + for (const val of Object.values(row)) { + if (val === "" || val === null || val === undefined) { + missingValues++; + } + } } - const filepath = req.file.path; - const results: any[] = []; - let headers: string[] = []; - const stream = fs.createReadStream(filepath, { encoding: "utf-8" }).pipe(csv()); - stream - .on("headers", (hdrs: string[]) => { - headers = hdrs; - }) - .on("data", (data: any) => { - results.push(data); - }) - .on("end", async () => { - console.timeEnd("checking"); - const rowsneeded = results.slice(0, 10); - - const datamodel = { - headers, - rows: rowsneeded - }; - - const json = JSON.stringify(datamodel); - const modelsize = Buffer.byteLength(json, "utf8"); - console.log((modelsize / (1024 * 1024)).toFixed(2) + " MB"); - fs.unlink(filepath, (err) => { - if (err) console.log("File removing Failed", err); - }); - - const prompt = ` -I will provide a JSON object called \`datamodel\` with: -- headers: an array of column names -- rows: up to 10 sample row objects (each row is a mapping header->value) - -Task: -1) Produce concise data insights (3–6 bullet points) about the dataset based only on the provided headers and sample rows. -2) Suggest 3–6 meaningful visualizations to answer high-level questions. For each visualization, specify: - - type (bar, line, pie, histogram, scatter) - - x field (column name) - - y field (column name or aggregation) - - any group/aggregation needed (e.g., count, sum, avg) - - suggested chart title and short caption -3) Provide 10 likely questions a user would ask about this dataset (short, clear questions). -4) For each of those 10 questions, provide: - a) A short natural-language answer based on the sample rows (if not determinable from sample, say "requires full dataset" and explain why). - b) The exact aggregation code needed to compute the answer on the full dataset. Provide both: - - JavaScript (in-memory) code snippet that takes an array \`rows\` and returns the result (use plain JS, no libraries), and - - Equivalent MongoDB aggregation pipeline that assumes a collection \`documents\` where each document corresponds to one CSV row (fields follow the headers). -5) Provide a short note about any data quality issues you detect from the sample (missing values, numeric columns stored as strings, inconsistent formats). -6) If the datamodel is large or has columns likely to be high-cardinality, mention that you should not send all rows to the model and recommend strategies -(sample rows, summary stats, or storing and analyzing remotely). - -Return a JSON object with this exact top-level shape (so my code can parse it): + const computedMetrics = { + total_rows: totalRows, + total_columns: totalColumns, + missing_values: missingValues, + }; + + // Save dataset metadata for later chat/analysis + const dataset = await Dataset.create({ + name: file.originalname, + headers, + rows: results, + metrics: computedMetrics, + }); + + // Optimized AI Prompt — with enforced chart diversity + const prompt = ` +You are an expert AI data analyst for a web app called InstaviZ. + +You are given a dataset summary in JSON: { - "insights": [ "..." ], - "visualizations": [ - { "type": "...", "x":"...", "y":"...", "aggregation":"count|sum|avg|none", "title":"...", "caption":"..." } - ], - "questions": [ - { - "question": "string", - "natural_answer": "string", - "js_aggregation": "string (self-contained JS code snippet)", - "mongodb_pipeline": [ /* array representing pipeline stages */ ], - "requires_full_data": true|false - } - ], - "data_quality": [ "..." ], - "notes": "..." + "headers": [...], + "rows": [sample of 10 rows], + "metrics": ${JSON.stringify(computedMetrics)} } -Now I provide \`datamodel\`: ${JSON.stringify(datamodel)} +Your task: +1 Return ONLY a valid JSON object (no markdown or text). +2 Use the provided metrics directly — do not recompute them. +3 Generate **exactly 2 charts**: + - One "bar" chart for numeric comparison (choose the most meaningful numeric field). + - One "pie" chart for category distribution (choose a categorical field). +4 Return strictly in this format: +{ + "metrics": { + "total_rows": number, + "total_columns": number, + "missing_values": number, + "charts_generated": 2 + }, + "charts": [ + { "type": "bar", "x": "column", "y": "column or count", "title": "string" }, + { "type": "pie", "x": "column", "y": "count", "title": "string" } + ], + "summary": ["short bullet insight 1", "insight 2", "insight 3"] +} -Only use the datamodel contents to create answers. If sample rows are too small to determine a statistic, - explicitly say so. +Dataset sample: +${JSON.stringify({ headers, rows: results })} `; - try { - console.time("ai response") - const result = await model.generateContent(prompt); - const responsetext = await result.response.text() - console.timeEnd("ai response") - console.log(responsetext) - } - catch (err) { - console.log(err) - } - }) - .on("error", (err: any) => { - console.log("error while parsing csv:", err); - return res.status(500).json({ message: "error parsing csv", success: false, error: String(err) }); + + try { + console.time("AI Response"); + const result = await Promise.race([ + model.generateContent(prompt), + new Promise((_, reject) => + setTimeout(() => reject(new Error("AI timeout (30s)")), 30000) + ), + ]); + console.timeEnd("AI Response"); + + let responsetext = (result as any).response.text().trim(); + responsetext = responsetext.replace(/```json|```/g, "").trim(); + + const jsonStart = responsetext.indexOf("{"); + const jsonEnd = responsetext.lastIndexOf("}"); + if (jsonStart !== -1 && jsonEnd !== -1) + responsetext = responsetext.slice(jsonStart, jsonEnd + 1); + + let parsed; + try { + parsed = JSON.parse(responsetext); + } catch (err) { + console.error("AI returned invalid JSON:", responsetext); + return res.status(500).json({ + message: "Invalid AI response", + success: false, }); - } catch (err) { - console.log(err); - return res.status(500).json({ message: "internal server error", success: false, error: String(err) }); - } + } + + // Add guaranteed metrics count (for safety) + parsed.metrics = { + ...computedMetrics, + charts_generated: 2, + }; + + res.status(200).json({ + success: true, + message: "File processed successfully", + datasetId: dataset._id, + data: parsed, + }); + } catch (err) { + console.error("Gemini error:", err); + res.status(500).json({ message: "AI processing failed", success: false }); + } + }) + .on("error", (err) => { + if (responded) return; + responded = true; + console.error("CSV parse error:", err); + res.status(500).json({ message: "Error parsing CSV", success: false, error: err }); + }); + } catch (err) { + console.error("File upload error:", err); + res.status(500).json({ message: "Internal server error", success: false, error: err }); + } }; From 48bf0edee260a3af3a3245ee9a29b4cef03748ac Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Wed, 12 Nov 2025 15:59:48 +0530 Subject: [PATCH 024/120] supabase env --- .env | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.env b/.env index 81228c9..e55f8a9 100644 --- a/.env +++ b/.env @@ -16,12 +16,6 @@ EMAIL = shanu.work.org@gmail.com EMAIL_PASS = lhubgdnbvmfrzjcj -# supabase key and secret - -SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co -SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo - - # supabase key and secret SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co From 1b0afb60f194dbe1bdefbb37687fba9f82d37775 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Wed, 12 Nov 2025 19:58:05 +0530 Subject: [PATCH 025/120] added console for error check --- src/controller/auth/auth.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index 8e6ec5c..e98e29c 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -61,8 +61,8 @@ export const loginCheck = async (req: Request, res: Response) => { res.cookie("refreshToken", refreshToken, { httpOnly: true, - secure: false, - sameSite: "strict", + secure: process.env.NODE_ENV === "production", + sameSite: "none", maxAge: 30 * 24 * 60 * 60 * 1000, }); From 806b641467a385b7471c2dbb680f0815f5dad9a9 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Thu, 13 Nov 2025 11:28:05 +0530 Subject: [PATCH 026/120] done --- src/controller/auth/auth.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index e98e29c..bade66d 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -132,9 +132,6 @@ export const register = async (req: Request, res: Response) => { await sendOtp(email, otp); - res - .status(200) - .json({ message: "plz verify the otp to continue", otp: true }); res.status(200).json({ message: "plz verify the otp to continue", otp: true }); } catch (err) { From cc7a6a5dd068c60a651740e9c873e99281d7bc82 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Thu, 13 Nov 2025 11:53:02 +0530 Subject: [PATCH 027/120] env added --- src/controller/auth/auth.ts | 168 +++++++++++++++--------------- src/controllers/UserController.ts | 51 ++++++--- src/routes/userRouter.ts | 4 +- 3 files changed, 122 insertions(+), 101 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index 012669e..a4f6315 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -1,40 +1,37 @@ import type { Request, Response } from "express"; -import bcrypt from "bcrypt" +import bcrypt from "bcrypt"; import otpModel from "../../model/otpModel.ts"; import Joi, { number } from "../../../node_modules/joi/lib/index"; import userModel from "../../model/user.ts"; import { sendOtp } from "../../utils/sendEmail.ts"; import { theValidation } from "../../services/validation.ts"; import { generateOtp } from "../../utils/otpGenerate.ts"; -import Jwt from "jsonwebtoken"; +import Jwt from "jsonwebtoken"; import { loginSchema } from "../../services/validation.ts"; - - // google authentication import { signJwt } from "../../services/jwtServices.ts"; import type { User } from "../../model/user.ts"; - +import mongoose from "mongoose"; export const loginCheck = async (req: Request, res: Response) => { console.log(" reached here login"); console.log(req.body); - - + try { const { email, password } = req.body; - if(!email || !password){ - return res.status(400).json({ + if (!email || !password) { + return res.status(400).json({ success: false, message: "Email and password are required", }); - } - const { error} = loginSchema.validate(req.body,{abortEarly:false}) - if(error){ - const details = error.details.map((err)=>err.message) - return res.status(400).json({success:false,message:details}) } - + const { error } = loginSchema.validate(req.body, { abortEarly: false }); + if (error) { + const details = error.details.map((err) => err.message); + return res.status(400).json({ success: false, message: details }); + } + const user = await userModel.findOne({ email }); if (!user) { return res.status(404).json({ @@ -51,24 +48,23 @@ export const loginCheck = async (req: Request, res: Response) => { }); } - const accessToken = signJwt({id:user._id,email:user.email}) - - const refreshToken = Jwt.sign({ - id:user._id,email:user.email, - }, process.env.REFRESH_SECRET!, { expiresIn: '30d' }); - - - res.cookie("refreshToken",refreshToken, - { - httpOnly:true, - secure:false, - sameSite:"strict", - maxAge:30*24*60*60*1000, - - } - ) - - + const accessToken = signJwt({ id: user._id, email: user.email }); + + const refreshToken = Jwt.sign( + { + id: user._id, + email: user.email, + }, + process.env.REFRESH_SECRET!, + { expiresIn: "30d" } + ); + + res.cookie("refreshToken", refreshToken, { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 1000, + }); return res.status(200).json({ success: true, @@ -80,13 +76,9 @@ export const loginCheck = async (req: Request, res: Response) => { email: user.email, }, }); - - - - } catch (err) { console.log("catch in login worked"); - + console.error("Login error:", err); return res.status(500).json({ success: false, @@ -95,25 +87,34 @@ export const loginCheck = async (req: Request, res: Response) => { } }; - - // dummy bro -export const getAllUser = async (req: Request, res: Response) => { +export const getUserProfile = async (req: Request, res: Response) => { try { - const user = await userModel.find(); - res.status(200).json({ message: "All users", user }) - } - catch (err) { - res.status(500).json(err) - } -} + const { userId } = req.params; + if (!userId) { + return res.status(400).json({ message: "User ID required" }); + } + const user = await userModel.findOne({ + $or: [ + { _id: mongoose.Types.ObjectId.isValid(userId) ? userId : undefined }, + { googleId: userId }, + ].filter(Boolean), + }); + if (!user) return res.status(404).json({ message: "User not found" }); + return res.status(200).json({ + message: "User fetched successfully", + user, + }); + } catch (err) { + res.status(500).json({ message: "Error fetching user", err }); + } +}; export const register = async (req: Request, res: Response) => { - try { const { name, email, password, confirmPassword } = req.body; @@ -136,13 +137,13 @@ export const register = async (req: Request, res: Response) => { const otp = generateOtp(); console.log(otp); - - await otpModel.create({ name, password, email, otp }); await sendOtp(email, otp); - res.status(200).json({ message: "plz verify the otp to continue", otp: true }); + res + .status(200) + .json({ message: "plz verify the otp to continue", otp: true }); } catch (err) { console.error("Register Error", err); res.status(500).json({ message: "someting went wrong", success: false }); @@ -154,7 +155,7 @@ export const verifyOtp = async (req: Request, res: Response) => { try { const { email } = req.query; const { otp } = req.body; - console.log(`${email},${otp}`) + console.log(`${email},${otp}`); const otpData = await otpModel.findOne({ email }); console.log("before logging otp data"); @@ -162,7 +163,6 @@ export const verifyOtp = async (req: Request, res: Response) => { console.log("after loging otp data"); - if (!otpData) { console.log("no otp data"); @@ -174,64 +174,60 @@ export const verifyOtp = async (req: Request, res: Response) => { return res.status(400).json({ message: "Invalid otp" }); } - const hashedPassword = await bcrypt.hash(otpData.password, 10) + const hashedPassword = await bcrypt.hash(otpData.password, 10); console.log("after hashed pass"); - const createUser = await userModel.create({ name: otpData.name, email: otpData.email, password: hashedPassword }); + const createUser = await userModel.create({ + name: otpData.name, + email: otpData.email, + password: hashedPassword, + }); console.log("after create user"); console.log(createUser); console.log("after loging create logging"); - const accessToken = signJwt({id:otpData._id,email:otpData.email}) - const refreshToken = Jwt.sign( - {id:otpData._id,email:otpData.email}, - process.env.REFRESH_SECRET!, - {expiresIn:"30d"} - ) - - res.cookie("refreshToken",refreshToken,{ - httpOnly:true, - secure:false, - sameSite: "strict", - maxAge:30*24*60*60*100 - }) + const accessToken = signJwt({ id: otpData._id, email: otpData.email }); + const refreshToken = Jwt.sign( + { id: otpData._id, email: otpData.email }, + process.env.REFRESH_SECRET!, + { expiresIn: "30d" } + ); + + res.cookie("refreshToken", refreshToken, { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 100, + }); await otpModel.deleteOne({ email }); - - - return res.status(200).json({ success: true, message: "Registration completed successfully", }); - } catch (err) { console.log("veryfyotp catch woerked", err); res.status(500).json({ message: "Internal server errror" }); } }; - // google authentication - export const googleCallback = (req: Request, res: Response) => { const user = req.user as User; const token = signJwt({ id: user.googleId, - email: user.email + email: user.email, }); - const frontendURL = "http://localhost:3000"; + const frontendURL = `${process.env.CLIENT_URL}`; res.redirect(`${frontendURL}/auth/callback?token=${token}`); }; - -export const testpro = (req:Request,res:Response)=>{ -try{ - return res.json({message:"reached protecteed route"}) - -}catch(err){ - return res.json({message:"error",error:err}) -} -} +export const testpro = (req: Request, res: Response) => { + try { + return res.json({ message: "reached protecteed route" }); + } catch (err) { + return res.json({ message: "error", error: err }); + } +}; diff --git a/src/controllers/UserController.ts b/src/controllers/UserController.ts index 7e211ed..06b4840 100644 --- a/src/controllers/UserController.ts +++ b/src/controllers/UserController.ts @@ -1,23 +1,48 @@ import { Request, Response } from "express"; import userModel from "../model/user"; import { uploadimageToSupabase } from "../utils/imageUploader"; +import mongoose from "mongoose"; export const userImageUpdate = async (req: Request, res: Response) => { - console.log("hi") - try { - const { userId, image } = req.body; + try { + const { userId, image } = req.body; - if (!userId || !image) { - return res.status(401).json({ message: "image and userId is required.." }) - } - - const imageUrl = await uploadimageToSupabase(userId, image); + if (!userId || !image) { + return res.status(400).json({ message: "image and userId are required." }); + } - await userModel.findByIdAndUpdate(userId, { picture: image }) + // 1️⃣ Upload image to Supabase + const imageUrl = await uploadimageToSupabase(userId, image); - return res.status(200).json({ message: "image uploaded successfully..", imageUrl }) + // 2️⃣ Detect whether it's a Mongo ObjectId or Google ID + let query: any; + if (mongoose.Types.ObjectId.isValid(userId)) { + query = { _id: userId }; + } else { + query = { googleId: userId }; } - catch (err) { - res.status(500).json({ message: "Internal server error..", err }) + + // 3️⃣ Update user profileImage in DB + const updatedUser = await userModel.findOneAndUpdate( + query, + { picture: imageUrl }, + { new: true, upsert: false } // don't create new users accidentally + ); + + if (!updatedUser) { + return res.status(404).json({ message: "User not found" }); } -} \ No newline at end of file + + console.log("✅ User image updated:", updatedUser.picture); + + // 4️⃣ Send new image back to frontend + return res.status(200).json({ + message: "Profile image updated successfully", + imageUrl: updatedUser.picture, + user: updatedUser, + }); + } catch (err) { + console.error("❌ Error in userImageUpdate:", err); + res.status(500).json({ message: "Internal server error.", err }); + } +}; diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index be10985..51020a5 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,5 +1,5 @@ import { Router } from "express"; -import { register, loginCheck, verifyOtp, getAllUser } from "../controller/auth/auth.ts"; +import { register, loginCheck, verifyOtp, getUserProfile } from "../controller/auth/auth.ts"; import { verifyToken } from "../middleware/verifytoken.ts"; import { testpro } from "../controller/auth/auth.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; @@ -14,7 +14,7 @@ userRouter.post("/newRefreshToken", refreshAccessToken) // dummy route dont take it serious -userRouter.get('/alluser', getAllUser) +userRouter.get('/:userId', getUserProfile) // user image uploader router userRouter.put('/upload', userImageUpdate) From fb5ad6566d7e0bffb1e9bf95a12a8b300f837dcc Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Thu, 13 Nov 2025 12:32:29 +0530 Subject: [PATCH 028/120] test --- src/controller/auth/auth.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index f523da3..a9971da 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -74,10 +74,7 @@ export const loginCheck = async (req: Request, res: Response) => { id: user._id, email: user.email, }, - process.env.REFRESH_SECRET!, - { expiresIn: "30d" } - ); - + }); } catch (err) { console.log("catch in login worked"); From 6e52d790e3b159a3e6f059db38377755d0ed690f Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Thu, 13 Nov 2025 12:37:58 +0530 Subject: [PATCH 029/120] otp corrected --- src/controller/auth/auth.ts | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index a9971da..3b88ad5 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -186,20 +186,23 @@ export const verifyOtp = async (req: Request, res: Response) => { console.log(createUser); console.log("after loging create logging"); - const accessToken = signJwt({ id: otpData._id, email: otpData.email }); - const refreshToken = Jwt.sign( - { id: otpData._id, email: otpData.email }, - process.env.REFRESH_SECRET!, - { expiresIn: "30d" } - ); - - res.cookie("refreshToken", refreshToken, { - httpOnly: true, - secure: false, - sameSite: "strict", - maxAge: 30 * 24 * 60 * 60 * 100, - }); + const accessToken = signJwt({id:otpData._id,email:otpData.email}) + const refreshToken = Jwt.sign( + {id:otpData._id,email:otpData.email}, + process.env.REFRESH_SECRET!, + {expiresIn:"30d"} + ) + + res.cookie("refreshToken",refreshToken,{ + httpOnly:true, + secure:false, + sameSite: "strict", + maxAge:30*24*60*60*100 + }) await otpModel.deleteOne({ email }); + + + return res.status(200).json({ success: true, @@ -211,6 +214,7 @@ export const verifyOtp = async (req: Request, res: Response) => { } }; + // google authentication export const googleCallback = (req: Request, res: Response) => { const user = req.user as User; From 2575b74e127785ba640101ef267fd0dbc92f6d5d Mon Sep 17 00:00:00 2001 From: chechu776 Date: Thu, 13 Nov 2025 17:02:10 +0530 Subject: [PATCH 030/120] r2 bucket integrated file is uploading --- .env | 9 +- package-lock.json | 1400 ++++++++++++++++++++++----- package.json | 1 + src/app.ts | 1 - src/config/r2Client.ts | 10 + src/controllers/uploadController.ts | 294 +++--- src/model/dataModel.ts | 48 +- 7 files changed, 1349 insertions(+), 414 deletions(-) create mode 100644 src/config/r2Client.ts diff --git a/.env b/.env index 6cb85e0..3841449 100644 --- a/.env +++ b/.env @@ -24,4 +24,11 @@ SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhY GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co -SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo \ No newline at end of file +SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo + + +R2_ACCOUNT_ID=e6a357e38f300a67ae9df3c103d060e5 +R2_ACCESS_KEY_ID=c7d19730f99bbbebe4158c94089efd4a +R2_SECRET_ACCESS_KEY=5e79e90773faa628cd5409ebd9835ffd140bca3e8b59002085e3a634e94613da +R2_BUCKET_NAME=instaviz +R2_PUBLIC_URL=https://pub-e11ccec3e5ab495796b8d807084b93ca.r2.dev/ diff --git a/package-lock.json b/package-lock.json index c263a98..0f75496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { + "@aws-sdk/client-s3": "^3.930.0", "@google/generative-ai": "^0.24.1", "@supabase/supabase-js": "^2.81.0", "@types/bcrypt": "^6.0.0", @@ -47,11 +48,87 @@ "typescript": "^5.9.3" } }, + "node_modules/@aws-crypto/crc32": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz", + "integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==", + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/util": "^5.2.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@aws-crypto/crc32c": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz", + "integrity": "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==", + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/util": "^5.2.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@aws-crypto/sha1-browser": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz", + "integrity": "sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==", + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/supports-web-crypto": "^5.2.0", + "@aws-crypto/util": "^5.2.0", + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", + "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", + "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/is-array-buffer": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", + "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/util-buffer-from": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@aws-crypto/sha256-browser": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz", "integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-js": "^5.2.0", @@ -67,7 +144,6 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -80,7 +156,6 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^2.2.0", @@ -94,7 +169,6 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^2.2.0", @@ -108,7 +182,6 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz", "integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@aws-crypto/util": "^5.2.0", @@ -123,7 +196,6 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz", "integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -133,7 +205,6 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz", "integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "^3.222.0", @@ -145,7 +216,6 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -158,7 +228,6 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^2.2.0", @@ -172,7 +241,6 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^2.2.0", @@ -182,6 +250,552 @@ "node": ">=14.0.0" } }, + "node_modules/@aws-sdk/client-s3": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.930.0.tgz", + "integrity": "sha512-5ddhr3ShseFRIdNXH8bkh1CIC78p0ZXpa7HJZpONDU3JGvd/B+yHHgTr141rtgoFTaW0gjPdbdtqtPLnhlnK+A==", + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/sha1-browser": "5.2.0", + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/core": "3.930.0", + "@aws-sdk/credential-provider-node": "3.930.0", + "@aws-sdk/middleware-bucket-endpoint": "3.930.0", + "@aws-sdk/middleware-expect-continue": "3.930.0", + "@aws-sdk/middleware-flexible-checksums": "3.930.0", + "@aws-sdk/middleware-host-header": "3.930.0", + "@aws-sdk/middleware-location-constraint": "3.930.0", + "@aws-sdk/middleware-logger": "3.930.0", + "@aws-sdk/middleware-recursion-detection": "3.930.0", + "@aws-sdk/middleware-sdk-s3": "3.930.0", + "@aws-sdk/middleware-ssec": "3.930.0", + "@aws-sdk/middleware-user-agent": "3.930.0", + "@aws-sdk/region-config-resolver": "3.930.0", + "@aws-sdk/signature-v4-multi-region": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@aws-sdk/util-endpoints": "3.930.0", + "@aws-sdk/util-user-agent-browser": "3.930.0", + "@aws-sdk/util-user-agent-node": "3.930.0", + "@aws-sdk/xml-builder": "3.930.0", + "@smithy/config-resolver": "^4.4.3", + "@smithy/core": "^3.18.2", + "@smithy/eventstream-serde-browser": "^4.2.5", + "@smithy/eventstream-serde-config-resolver": "^4.3.5", + "@smithy/eventstream-serde-node": "^4.2.5", + "@smithy/fetch-http-handler": "^5.3.6", + "@smithy/hash-blob-browser": "^4.2.6", + "@smithy/hash-node": "^4.2.5", + "@smithy/hash-stream-node": "^4.2.5", + "@smithy/invalid-dependency": "^4.2.5", + "@smithy/md5-js": "^4.2.5", + "@smithy/middleware-content-length": "^4.2.5", + "@smithy/middleware-endpoint": "^4.3.9", + "@smithy/middleware-retry": "^4.4.9", + "@smithy/middleware-serde": "^4.2.5", + "@smithy/middleware-stack": "^4.2.5", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/node-http-handler": "^4.4.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/smithy-client": "^4.9.5", + "@smithy/types": "^4.9.0", + "@smithy/url-parser": "^4.2.5", + "@smithy/util-base64": "^4.3.0", + "@smithy/util-body-length-browser": "^4.2.0", + "@smithy/util-body-length-node": "^4.2.1", + "@smithy/util-defaults-mode-browser": "^4.3.8", + "@smithy/util-defaults-mode-node": "^4.2.11", + "@smithy/util-endpoints": "^3.2.5", + "@smithy/util-middleware": "^4.2.5", + "@smithy/util-retry": "^4.2.5", + "@smithy/util-stream": "^4.5.6", + "@smithy/util-utf8": "^4.2.0", + "@smithy/util-waiter": "^4.2.5", + "@smithy/uuid": "^1.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.930.0.tgz", + "integrity": "sha512-sASqgm1iMLcmi+srSH9WJuqaf3GQAKhuB4xIJwkNEPUQ+yGV8HqErOOHJLXXuTUyskcdtK+4uMaBRLT2ESm+QQ==", + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/core": "3.930.0", + "@aws-sdk/middleware-host-header": "3.930.0", + "@aws-sdk/middleware-logger": "3.930.0", + "@aws-sdk/middleware-recursion-detection": "3.930.0", + "@aws-sdk/middleware-user-agent": "3.930.0", + "@aws-sdk/region-config-resolver": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@aws-sdk/util-endpoints": "3.930.0", + "@aws-sdk/util-user-agent-browser": "3.930.0", + "@aws-sdk/util-user-agent-node": "3.930.0", + "@smithy/config-resolver": "^4.4.3", + "@smithy/core": "^3.18.2", + "@smithy/fetch-http-handler": "^5.3.6", + "@smithy/hash-node": "^4.2.5", + "@smithy/invalid-dependency": "^4.2.5", + "@smithy/middleware-content-length": "^4.2.5", + "@smithy/middleware-endpoint": "^4.3.9", + "@smithy/middleware-retry": "^4.4.9", + "@smithy/middleware-serde": "^4.2.5", + "@smithy/middleware-stack": "^4.2.5", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/node-http-handler": "^4.4.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/smithy-client": "^4.9.5", + "@smithy/types": "^4.9.0", + "@smithy/url-parser": "^4.2.5", + "@smithy/util-base64": "^4.3.0", + "@smithy/util-body-length-browser": "^4.2.0", + "@smithy/util-body-length-node": "^4.2.1", + "@smithy/util-defaults-mode-browser": "^4.3.8", + "@smithy/util-defaults-mode-node": "^4.2.11", + "@smithy/util-endpoints": "^3.2.5", + "@smithy/util-middleware": "^4.2.5", + "@smithy/util-retry": "^4.2.5", + "@smithy/util-utf8": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.930.0.tgz", + "integrity": "sha512-E95pWT1ayfRWg0AW2KNOCYM7QQcVeOhMRLX5PXLeDKcdxP7s3x0LHG9t7a3nPbAbvYLRrhC7O2lLWzzMCpqjsw==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@aws-sdk/xml-builder": "3.930.0", + "@smithy/core": "^3.18.2", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/property-provider": "^4.2.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/signature-v4": "^5.3.5", + "@smithy/smithy-client": "^4.9.5", + "@smithy/types": "^4.9.0", + "@smithy/util-base64": "^4.3.0", + "@smithy/util-middleware": "^4.2.5", + "@smithy/util-utf8": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.930.0.tgz", + "integrity": "sha512-5tJyxNQmm9C1XKeiWt/K67mUHtTiU2FxTkVsqVrzAMjNsF3uyA02kyTK70byh5n29oVR9XNValVEl6jk01ipYg==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/property-provider": "^4.2.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.930.0.tgz", + "integrity": "sha512-vw565GctpOPoRJyRvgqXM8U/4RG8wYEPfhe6GHvt9dchebw0OaFeW1mmSYpwEPkMhZs9Z808dkSPScwm8WZBKA==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/fetch-http-handler": "^5.3.6", + "@smithy/node-http-handler": "^4.4.5", + "@smithy/property-provider": "^4.2.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/smithy-client": "^4.9.5", + "@smithy/types": "^4.9.0", + "@smithy/util-stream": "^4.5.6", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.930.0.tgz", + "integrity": "sha512-Ua4T5MWjm7QdHi7ZSUvnPBFwBZmLFP/IEGCLacPKbUT1sQO30hlWuB/uQOj0ns4T6p7V4XsM8bz5+xsW2yRYbQ==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.930.0", + "@aws-sdk/credential-provider-env": "3.930.0", + "@aws-sdk/credential-provider-http": "3.930.0", + "@aws-sdk/credential-provider-process": "3.930.0", + "@aws-sdk/credential-provider-sso": "3.930.0", + "@aws-sdk/credential-provider-web-identity": "3.930.0", + "@aws-sdk/nested-clients": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/credential-provider-imds": "^4.2.5", + "@smithy/property-provider": "^4.2.5", + "@smithy/shared-ini-file-loader": "^4.4.0", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.930.0.tgz", + "integrity": "sha512-LTx5G0PsL51hNCCzOIdacGPwqnTp3X2Ck8CjLL4Kz9FTR0mfY02qEJB5y5segU1hlge/WdQYxzBBMhtMUR2h8A==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/credential-provider-env": "3.930.0", + "@aws-sdk/credential-provider-http": "3.930.0", + "@aws-sdk/credential-provider-ini": "3.930.0", + "@aws-sdk/credential-provider-process": "3.930.0", + "@aws-sdk/credential-provider-sso": "3.930.0", + "@aws-sdk/credential-provider-web-identity": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/credential-provider-imds": "^4.2.5", + "@smithy/property-provider": "^4.2.5", + "@smithy/shared-ini-file-loader": "^4.4.0", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.930.0.tgz", + "integrity": "sha512-lqC4lepxgwR2uZp/JROTRjkHld4/FEpSgofmiIOAfUfDx0OWSg7nkWMMS/DzlMpODqATl9tO0DcvmIJ8tMbh6g==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/property-provider": "^4.2.5", + "@smithy/shared-ini-file-loader": "^4.4.0", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.930.0.tgz", + "integrity": "sha512-LIs2aaVoFfioRokR1R9SpLS9u8CmbHhrV/gpHO1ED41qNCujn23vAxRNQmWzJ2XoCxSTwvToiHD2i6CjPA6rHQ==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/client-sso": "3.930.0", + "@aws-sdk/core": "3.930.0", + "@aws-sdk/token-providers": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/property-provider": "^4.2.5", + "@smithy/shared-ini-file-loader": "^4.4.0", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.930.0.tgz", + "integrity": "sha512-iIYF8GReLOp16yn2bnRWrc4UOW/vVLifqyRWZ3iAGe8NFzUiHBq+Nok7Edh+2D8zt30QOCOsWCZ31uRrPuXH8w==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.930.0", + "@aws-sdk/nested-clients": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/property-provider": "^4.2.5", + "@smithy/shared-ini-file-loader": "^4.4.0", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.930.0.tgz", + "integrity": "sha512-x30jmm3TLu7b/b+67nMyoV0NlbnCVT5DI57yDrhXAPCtdgM1KtdLWt45UcHpKOm1JsaIkmYRh2WYu7Anx4MG0g==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.930.0.tgz", + "integrity": "sha512-vh4JBWzMCBW8wREvAwoSqB2geKsZwSHTa0nSt0OMOLp2PdTYIZDi0ZiVMmpfnjcx9XbS6aSluLv9sKx4RrG46A==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.930.0.tgz", + "integrity": "sha512-gv0sekNpa2MBsIhm2cjP3nmYSfI4nscx/+K9u9ybrWZBWUIC4kL2sV++bFjjUz4QxUIlvKByow3/a9ARQyCu7Q==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@aws/lambda-invoke-store": "^0.1.1", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.930.0.tgz", + "integrity": "sha512-bnVK0xVVmrPyKTbV5MgG6KP7MPe87GngBPD5MrYj9kWmGrJIvnt0qer0UIgWAnsyCi7XrTfw7SMgYRpSxOYEMw==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@aws-sdk/util-arn-parser": "3.893.0", + "@smithy/core": "^3.18.2", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/signature-v4": "^5.3.5", + "@smithy/smithy-client": "^4.9.5", + "@smithy/types": "^4.9.0", + "@smithy/util-config-provider": "^4.2.0", + "@smithy/util-middleware": "^4.2.5", + "@smithy/util-stream": "^4.5.6", + "@smithy/util-utf8": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.930.0.tgz", + "integrity": "sha512-UUItqy02biaHoZDd1Z2CskFon3Lej15ZCIZzW4n2lsJmgLWNvz21jtFA8DQny7ZgCLAOOXI8YK3VLZptZWtIcg==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@aws-sdk/util-endpoints": "3.930.0", + "@smithy/core": "^3.18.2", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.930.0.tgz", + "integrity": "sha512-eEDjTVXNiDkoV0ZV+X+WV40GTpF70xZmDW13CQzQF7rzOC2iFjtTRU+F7MUhy/Vs+e9KvDgiuCDecITtaOXUNw==", + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/core": "3.930.0", + "@aws-sdk/middleware-host-header": "3.930.0", + "@aws-sdk/middleware-logger": "3.930.0", + "@aws-sdk/middleware-recursion-detection": "3.930.0", + "@aws-sdk/middleware-user-agent": "3.930.0", + "@aws-sdk/region-config-resolver": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@aws-sdk/util-endpoints": "3.930.0", + "@aws-sdk/util-user-agent-browser": "3.930.0", + "@aws-sdk/util-user-agent-node": "3.930.0", + "@smithy/config-resolver": "^4.4.3", + "@smithy/core": "^3.18.2", + "@smithy/fetch-http-handler": "^5.3.6", + "@smithy/hash-node": "^4.2.5", + "@smithy/invalid-dependency": "^4.2.5", + "@smithy/middleware-content-length": "^4.2.5", + "@smithy/middleware-endpoint": "^4.3.9", + "@smithy/middleware-retry": "^4.4.9", + "@smithy/middleware-serde": "^4.2.5", + "@smithy/middleware-stack": "^4.2.5", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/node-http-handler": "^4.4.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/smithy-client": "^4.9.5", + "@smithy/types": "^4.9.0", + "@smithy/url-parser": "^4.2.5", + "@smithy/util-base64": "^4.3.0", + "@smithy/util-body-length-browser": "^4.2.0", + "@smithy/util-body-length-node": "^4.2.1", + "@smithy/util-defaults-mode-browser": "^4.3.8", + "@smithy/util-defaults-mode-node": "^4.2.11", + "@smithy/util-endpoints": "^3.2.5", + "@smithy/util-middleware": "^4.2.5", + "@smithy/util-retry": "^4.2.5", + "@smithy/util-utf8": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.930.0.tgz", + "integrity": "sha512-KL2JZqH6aYeQssu1g1KuWsReupdfOoxD6f1as2VC+rdwYFUu4LfzMsFfXnBvvQWWqQ7rZHWOw1T+o5gJmg7Dzw==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@smithy/config-resolver": "^4.4.3", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.930.0.tgz", + "integrity": "sha512-UOAq1ftbrZc9HRP/nG970OONNykIDWunjth9GvGDODkW0FR7DHJWBmTwj61ZnrSiuSParp1eQfa+JsZ8eXNPcw==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/middleware-sdk-s3": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/protocol-http": "^5.3.5", + "@smithy/signature-v4": "^5.3.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.930.0.tgz", + "integrity": "sha512-K+fJFJXA2Tdx10WhhTm+xQmf1WDHu14rUutByyqx6W0iW2rhtl3YeRr188LWSU3/hpz7BPyvigaAb0QyRti6FQ==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.930.0", + "@aws-sdk/nested-clients": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/property-provider": "^4.2.5", + "@smithy/shared-ini-file-loader": "^4.4.0", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.930.0.tgz", + "integrity": "sha512-we/vaAgwlEFW7IeftmCLlLMw+6hFs3DzZPJw7lVHbj/5HJ0bz9gndxEsS2lQoeJ1zhiiLqAqvXxmM43s0MBg0A==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.930.0.tgz", + "integrity": "sha512-M2oEKBzzNAYr136RRc6uqw3aWlwCxqTP1Lawps9E1d2abRPvl1p1ztQmmXp1Ak4rv8eByIZ+yQyKQ3zPdRG5dw==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@smithy/types": "^4.9.0", + "@smithy/url-parser": "^4.2.5", + "@smithy/util-endpoints": "^3.2.5", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.930.0.tgz", + "integrity": "sha512-q6lCRm6UAe+e1LguM5E4EqM9brQlDem4XDcQ87NzEvlTW6GzmNCO0w1jS0XgCFXQHjDxjdlNFX+5sRbHijwklg==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@smithy/types": "^4.9.0", + "bowser": "^2.11.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.930.0.tgz", + "integrity": "sha512-tYc5uFKogn0vLukeZ6Zz2dR1/WiTjxZH7+Jjoce6aEYgRVfyrDje1POFb7YxhNZ7Pp1WzHCuwW2KgkmMoYVbxQ==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/middleware-user-agent": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "aws-crt": ">=1.0.0" + }, + "peerDependenciesMeta": { + "aws-crt": { + "optional": true + } + } + }, + "node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.930.0.tgz", + "integrity": "sha512-YIfkD17GocxdmlUVc3ia52QhcWuRIUJonbF8A2CYfcWNV3HzvAqpcPeC0bYUhkK+8e8YO1ARnLKZQE0TlwzorA==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "fast-xml-parser": "5.2.5", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@aws-sdk/client-sesv2": { "version": "3.922.0", "resolved": "https://registry.npmjs.org/@aws-sdk/client-sesv2/-/client-sesv2-3.922.0.tgz", @@ -435,35 +1049,196 @@ "node": ">=18.0.0" } }, - "node_modules/@aws-sdk/credential-provider-web-identity": { - "version": "3.922.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.922.0.tgz", - "integrity": "sha512-wjGIhgMHGGQfQTdFaJphNOKyAL8wZs6znJdHADPVURmgR+EWLyN/0fDO1u7wx8xaLMZpbHIFWBEvf9TritR/cQ==", - "dev": true, + "node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.922.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.922.0.tgz", + "integrity": "sha512-wjGIhgMHGGQfQTdFaJphNOKyAL8wZs6znJdHADPVURmgR+EWLyN/0fDO1u7wx8xaLMZpbHIFWBEvf9TritR/cQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.922.0", + "@aws-sdk/nested-clients": "3.922.0", + "@aws-sdk/types": "3.922.0", + "@smithy/property-provider": "^4.2.4", + "@smithy/shared-ini-file-loader": "^4.3.4", + "@smithy/types": "^4.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-bucket-endpoint": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.930.0.tgz", + "integrity": "sha512-cnCLWeKPYgvV4yRYPFH6pWMdUByvu2cy2BAlfsPpvnm4RaVioztyvxmQj5PmVN5fvWs5w/2d6U7le8X9iye2sA==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@aws-sdk/util-arn-parser": "3.893.0", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", + "@smithy/util-config-provider": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.930.0.tgz", + "integrity": "sha512-we/vaAgwlEFW7IeftmCLlLMw+6hFs3DzZPJw7lVHbj/5HJ0bz9gndxEsS2lQoeJ1zhiiLqAqvXxmM43s0MBg0A==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-expect-continue": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.930.0.tgz", + "integrity": "sha512-5HEQ+JU4DrLNWeY27wKg/jeVa8Suy62ivJHOSUf6e6hZdVIMx0h/kXS1fHEQNNiLu2IzSEP/bFXsKBaW7x7s0g==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.930.0.tgz", + "integrity": "sha512-we/vaAgwlEFW7IeftmCLlLMw+6hFs3DzZPJw7lVHbj/5HJ0bz9gndxEsS2lQoeJ1zhiiLqAqvXxmM43s0MBg0A==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-flexible-checksums": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.930.0.tgz", + "integrity": "sha512-ZbAwwe7sqIO7tmNH3Q8rH91tZCQwBGliyXUbANoVMp1CWLPDAeaECurkmuBe/UJmoszi2U3gyhIQlbfzD2SBLw==", + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/crc32": "5.2.0", + "@aws-crypto/crc32c": "5.2.0", + "@aws-crypto/util": "5.2.0", + "@aws-sdk/core": "3.930.0", + "@aws-sdk/types": "3.930.0", + "@smithy/is-array-buffer": "^4.2.0", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", + "@smithy/util-middleware": "^4.2.5", + "@smithy/util-stream": "^4.5.6", + "@smithy/util-utf8": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.930.0.tgz", + "integrity": "sha512-E95pWT1ayfRWg0AW2KNOCYM7QQcVeOhMRLX5PXLeDKcdxP7s3x0LHG9t7a3nPbAbvYLRrhC7O2lLWzzMCpqjsw==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@aws-sdk/xml-builder": "3.930.0", + "@smithy/core": "^3.18.2", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/property-provider": "^4.2.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/signature-v4": "^5.3.5", + "@smithy/smithy-client": "^4.9.5", + "@smithy/types": "^4.9.0", + "@smithy/util-base64": "^4.3.0", + "@smithy/util-middleware": "^4.2.5", + "@smithy/util-utf8": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.930.0.tgz", + "integrity": "sha512-we/vaAgwlEFW7IeftmCLlLMw+6hFs3DzZPJw7lVHbj/5HJ0bz9gndxEsS2lQoeJ1zhiiLqAqvXxmM43s0MBg0A==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.930.0.tgz", + "integrity": "sha512-YIfkD17GocxdmlUVc3ia52QhcWuRIUJonbF8A2CYfcWNV3HzvAqpcPeC0bYUhkK+8e8YO1ARnLKZQE0TlwzorA==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "fast-xml-parser": "5.2.5", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-host-header": { + "version": "3.922.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.922.0.tgz", + "integrity": "sha512-HPquFgBnq/KqKRVkiuCt97PmWbKtxQ5iUNLEc6FIviqOoZTmaYG3EDsIbuFBz9C4RHJU4FKLmHL2bL3FEId6AA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.922.0", + "@smithy/protocol-http": "^5.3.4", + "@smithy/types": "^4.8.1", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-location-constraint": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.930.0.tgz", + "integrity": "sha512-QIGNsNUdRICog+LYqmtJ03PLze6h2KCORXUs5td/hAEjVP5DMmubhtrGg1KhWyctACluUH/E/yrD14p4pRXxwA==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/core": "3.922.0", - "@aws-sdk/nested-clients": "3.922.0", - "@aws-sdk/types": "3.922.0", - "@smithy/property-provider": "^4.2.4", - "@smithy/shared-ini-file-loader": "^4.3.4", - "@smithy/types": "^4.8.1", + "@aws-sdk/types": "3.930.0", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" } }, - "node_modules/@aws-sdk/middleware-host-header": { - "version": "3.922.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.922.0.tgz", - "integrity": "sha512-HPquFgBnq/KqKRVkiuCt97PmWbKtxQ5iUNLEc6FIviqOoZTmaYG3EDsIbuFBz9C4RHJU4FKLmHL2bL3FEId6AA==", - "dev": true, + "node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.930.0.tgz", + "integrity": "sha512-we/vaAgwlEFW7IeftmCLlLMw+6hFs3DzZPJw7lVHbj/5HJ0bz9gndxEsS2lQoeJ1zhiiLqAqvXxmM43s0MBg0A==", "license": "Apache-2.0", "dependencies": { - "@aws-sdk/types": "3.922.0", - "@smithy/protocol-http": "^5.3.4", - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -528,6 +1303,33 @@ "node": ">=18.0.0" } }, + "node_modules/@aws-sdk/middleware-ssec": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.930.0.tgz", + "integrity": "sha512-N2/SvodmaDS6h7CWfuapt3oJyn1T2CBz0CsDIiTDv9cSagXAVFjPdm2g4PFJqrNBeqdDIoYBnnta336HmamWHg==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.930.0", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types": { + "version": "3.930.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.930.0.tgz", + "integrity": "sha512-we/vaAgwlEFW7IeftmCLlLMw+6hFs3DzZPJw7lVHbj/5HJ0bz9gndxEsS2lQoeJ1zhiiLqAqvXxmM43s0MBg0A==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@aws-sdk/middleware-user-agent": { "version": "3.922.0", "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.922.0.tgz", @@ -655,7 +1457,6 @@ "version": "3.922.0", "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.922.0.tgz", "integrity": "sha512-eLA6XjVobAUAMivvM7DBL79mnHyrm+32TkXNWZua5mnxF+6kQCfblKKJvxMZLGosO53/Ex46ogim8IY5Nbqv2w==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.8.1", @@ -669,7 +1470,6 @@ "version": "3.893.0", "resolved": "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.893.0.tgz", "integrity": "sha512-u8H4f2Zsi19DGnwj5FSZzDMhytYF/bCh37vAtBsn3cNDL3YG578X5oc+wSX54pM3tOxS+NY7tvOAo52SW7koUA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -699,7 +1499,6 @@ "version": "3.893.0", "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.893.0.tgz", "integrity": "sha512-T89pFfgat6c8nMmpI8eKjBcDcgJq36+m9oiXbcUzeU55MP9ZuGgBomGjGnHaEyF36jenW9gmg3NfZDm0AO2XPg==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -765,7 +1564,6 @@ "version": "0.1.1", "resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.1.1.tgz", "integrity": "sha512-RcLam17LdlbSOSp9VxmUu1eI6Mwxp+OwhD2QhiSNmNCzoDb0EeUXTD2n/WbcnrAYMGlmf05th6QYq23VqvJqpA==", - "dev": true, "license": "Apache-2.0", "engines": { "node": ">=18.0.0" @@ -879,13 +1677,37 @@ } }, "node_modules/@smithy/abort-controller": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.4.tgz", - "integrity": "sha512-Z4DUr/AkgyFf1bOThW2HwzREagee0sB5ycl+hDiSZOfRLW8ZgrOjDi6g8mHH19yyU5E2A/64W3z6SMIf5XiUSQ==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.5.tgz", + "integrity": "sha512-j7HwVkBw68YW8UmFRcjZOmssE77Rvk0GWAIN1oFBhsaovQmZWYCIcGa9/pwRB0ExI8Sk9MWNALTjftjHZea7VA==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@smithy/chunked-blob-reader": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@smithy/chunked-blob-reader/-/chunked-blob-reader-5.2.0.tgz", + "integrity": "sha512-WmU0TnhEAJLWvfSeMxBNe5xtbselEO8+4wG0NtZeL8oR21WgH1xiO37El+/Y+H/Ie4SCwBy3MxYWmOYaGgZueA==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@smithy/chunked-blob-reader-native": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-4.2.1.tgz", + "integrity": "sha512-lX9Ay+6LisTfpLid2zZtIhSEjHMZoAR5hHCR4H7tBz/Zkfr5ea8RcQ7Tk4mi0P76p4cN+Btz16Ffno7YHpKXnQ==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/util-base64": "^4.3.0", "tslib": "^2.6.2" }, "engines": { @@ -893,17 +1715,16 @@ } }, "node_modules/@smithy/config-resolver": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.4.2.tgz", - "integrity": "sha512-4Jys0ni2tB2VZzgslbEgszZyMdTkPOFGA8g+So/NjR8oy6Qwaq4eSwsrRI+NMtb0Dq4kqCzGUu/nGUx7OM/xfw==", - "dev": true, + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.4.3.tgz", + "integrity": "sha512-ezHLe1tKLUxDJo2LHtDuEDyWXolw8WGOR92qb4bQdWq/zKenO5BvctZGrVJBK08zjezSk7bmbKFOXIVyChvDLw==", "license": "Apache-2.0", "dependencies": { - "@smithy/node-config-provider": "^4.3.4", - "@smithy/types": "^4.8.1", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/types": "^4.9.0", "@smithy/util-config-provider": "^4.2.0", - "@smithy/util-endpoints": "^3.2.4", - "@smithy/util-middleware": "^4.2.4", + "@smithy/util-endpoints": "^3.2.5", + "@smithy/util-middleware": "^4.2.5", "tslib": "^2.6.2" }, "engines": { @@ -911,19 +1732,18 @@ } }, "node_modules/@smithy/core": { - "version": "3.17.2", - "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.17.2.tgz", - "integrity": "sha512-n3g4Nl1Te+qGPDbNFAYf+smkRVB+JhFsGy9uJXXZQEufoP4u0r+WLh6KvTDolCswaagysDc/afS1yvb2jnj1gQ==", - "dev": true, + "version": "3.18.3", + "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.3.tgz", + "integrity": "sha512-qqpNskkbHOSfrbFbjhYj5o8VMXO26fvN1K/+HbCzUNlTuxgNcPRouUDNm+7D6CkN244WG7aK533Ne18UtJEgAA==", "license": "Apache-2.0", "dependencies": { - "@smithy/middleware-serde": "^4.2.4", - "@smithy/protocol-http": "^5.3.4", - "@smithy/types": "^4.8.1", + "@smithy/middleware-serde": "^4.2.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", "@smithy/util-base64": "^4.3.0", "@smithy/util-body-length-browser": "^4.2.0", - "@smithy/util-middleware": "^4.2.4", - "@smithy/util-stream": "^4.5.5", + "@smithy/util-middleware": "^4.2.5", + "@smithy/util-stream": "^4.5.6", "@smithy/util-utf8": "^4.2.0", "@smithy/uuid": "^1.1.0", "tslib": "^2.6.2" @@ -933,16 +1753,85 @@ } }, "node_modules/@smithy/credential-provider-imds": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.4.tgz", - "integrity": "sha512-YVNMjhdz2pVto5bRdux7GMs0x1m0Afz3OcQy/4Yf9DH4fWOtroGH7uLvs7ZmDyoBJzLdegtIPpXrpJOZWvUXdw==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.5.tgz", + "integrity": "sha512-BZwotjoZWn9+36nimwm/OLIcVe+KYRwzMjfhd4QT7QxPm9WY0HiOV8t/Wlh+HVUif0SBVV7ksq8//hPaBC/okQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/node-config-provider": "^4.3.4", - "@smithy/property-provider": "^4.2.4", - "@smithy/types": "^4.8.1", - "@smithy/url-parser": "^4.2.4", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/property-provider": "^4.2.5", + "@smithy/types": "^4.9.0", + "@smithy/url-parser": "^4.2.5", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@smithy/eventstream-codec": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-4.2.5.tgz", + "integrity": "sha512-Ogt4Zi9hEbIP17oQMd68qYOHUzmH47UkK7q7Gl55iIm9oKt27MUGrC5JfpMroeHjdkOliOA4Qt3NQ1xMq/nrlA==", + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/crc32": "5.2.0", + "@smithy/types": "^4.9.0", + "@smithy/util-hex-encoding": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-browser": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.2.5.tgz", + "integrity": "sha512-HohfmCQZjppVnKX2PnXlf47CW3j92Ki6T/vkAT2DhBR47e89pen3s4fIa7otGTtrVxmj7q+IhH0RnC5kpR8wtw==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/eventstream-serde-universal": "^4.2.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-config-resolver": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.3.5.tgz", + "integrity": "sha512-ibjQjM7wEXtECiT6my1xfiMH9IcEczMOS6xiCQXoUIYSj5b1CpBbJ3VYbdwDy8Vcg5JHN7eFpOCGk8nyZAltNQ==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-node": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.2.5.tgz", + "integrity": "sha512-+elOuaYx6F2H6x1/5BQP5ugv12nfJl66GhxON8+dWVUEDJ9jah/A0tayVdkLRP0AeSac0inYkDz5qBFKfVp2Gg==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/eventstream-serde-universal": "^4.2.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-universal": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.2.5.tgz", + "integrity": "sha512-G9WSqbST45bmIFaeNuP/EnC19Rhp54CcVdX9PDL1zyEB514WsDVXhlyihKlGXnRycmHNmVv88Bvvt4EYxWef/Q==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/eventstream-codec": "^4.2.5", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -950,15 +1839,14 @@ } }, "node_modules/@smithy/fetch-http-handler": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.5.tgz", - "integrity": "sha512-mg83SM3FLI8Sa2ooTJbsh5MFfyMTyNRwxqpKHmE0ICRIa66Aodv80DMsTQI02xBLVJ0hckwqTRr5IGAbbWuFLQ==", - "dev": true, + "version": "5.3.6", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.6.tgz", + "integrity": "sha512-3+RG3EA6BBJ/ofZUeTFJA7mHfSYrZtQIrDP9dI8Lf7X6Jbos2jptuLrAAteDiFVrmbEmLSuRG/bUKzfAXk7dhg==", "license": "Apache-2.0", "dependencies": { - "@smithy/protocol-http": "^5.3.4", - "@smithy/querystring-builder": "^4.2.4", - "@smithy/types": "^4.8.1", + "@smithy/protocol-http": "^5.3.5", + "@smithy/querystring-builder": "^4.2.5", + "@smithy/types": "^4.9.0", "@smithy/util-base64": "^4.3.0", "tslib": "^2.6.2" }, @@ -966,14 +1854,28 @@ "node": ">=18.0.0" } }, + "node_modules/@smithy/hash-blob-browser": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/@smithy/hash-blob-browser/-/hash-blob-browser-4.2.6.tgz", + "integrity": "sha512-8P//tA8DVPk+3XURk2rwcKgYwFvwGwmJH/wJqQiSKwXZtf/LiZK+hbUZmPj/9KzM+OVSwe4o85KTp5x9DUZTjw==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/chunked-blob-reader": "^5.2.0", + "@smithy/chunked-blob-reader-native": "^4.2.1", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@smithy/hash-node": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.2.4.tgz", - "integrity": "sha512-kKU0gVhx/ppVMntvUOZE7WRMFW86HuaxLwvqileBEjL7PoILI8/djoILw3gPQloGVE6O0oOzqafxeNi2KbnUJw==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.2.5.tgz", + "integrity": "sha512-DpYX914YOfA3UDT9CN1BM787PcHfWRBB43fFGCYrZFUH0Jv+5t8yYl+Pd5PW4+QzoGEDvn5d5QIO4j2HyYZQSA==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "@smithy/util-buffer-from": "^4.2.0", "@smithy/util-utf8": "^4.2.0", "tslib": "^2.6.2" @@ -982,14 +1884,27 @@ "node": ">=18.0.0" } }, + "node_modules/@smithy/hash-stream-node": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/hash-stream-node/-/hash-stream-node-4.2.5.tgz", + "integrity": "sha512-6+do24VnEyvWcGdHXomlpd0m8bfZePpUKBy7m311n+JuRwug8J4dCanJdTymx//8mi0nlkflZBvJe+dEO/O12Q==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "@smithy/util-utf8": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@smithy/invalid-dependency": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.2.4.tgz", - "integrity": "sha512-z6aDLGiHzsMhbS2MjetlIWopWz//K+mCoPXjW6aLr0mypF+Y7qdEh5TyJ20Onf9FbWHiWl4eC+rITdizpnXqOw==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.2.5.tgz", + "integrity": "sha512-2L2erASEro1WC5nV+plwIMxrTXpvpfzl4e+Nre6vBVRR2HKeGGcvpJyyL3/PpiSg+cJG2KpTmZmq934Olb6e5A==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1000,7 +1915,6 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.2.0.tgz", "integrity": "sha512-DZZZBvC7sjcYh4MazJSGiWMI2L7E0oCiRHREDzIxi/M2LY79/21iXt6aPLHge82wi5LsuRF5A06Ds3+0mlh6CQ==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -1009,15 +1923,28 @@ "node": ">=18.0.0" } }, + "node_modules/@smithy/md5-js": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/md5-js/-/md5-js-4.2.5.tgz", + "integrity": "sha512-Bt6jpSTMWfjCtC0s79gZ/WZ1w90grfmopVOWqkI2ovhjpD5Q2XRXuecIPB9689L2+cCySMbaXDhBPU56FKNDNg==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^4.9.0", + "@smithy/util-utf8": "^4.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@smithy/middleware-content-length": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.2.4.tgz", - "integrity": "sha512-hJRZuFS9UsElX4DJSJfoX4M1qXRH+VFiLMUnhsWvtOOUWRNvvOfDaUSdlNbjwv1IkpVjj/Rd/O59Jl3nhAcxow==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.2.5.tgz", + "integrity": "sha512-Y/RabVa5vbl5FuHYV2vUCwvh/dqzrEY/K2yWPSqvhFUwIY0atLqO4TienjBXakoy4zrKAMCZwg+YEqmH7jaN7A==", "license": "Apache-2.0", "dependencies": { - "@smithy/protocol-http": "^5.3.4", - "@smithy/types": "^4.8.1", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1025,19 +1952,18 @@ } }, "node_modules/@smithy/middleware-endpoint": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.6.tgz", - "integrity": "sha512-PXehXofGMFpDqr933rxD8RGOcZ0QBAWtuzTgYRAHAL2BnKawHDEdf/TnGpcmfPJGwonhginaaeJIKluEojiF/w==", - "dev": true, + "version": "4.3.10", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.10.tgz", + "integrity": "sha512-SoAag3QnWBFoXjwa1jenEThkzJYClidZUyqsLKwWZ8kOlZBwehrLBp4ygVDjNEM2a2AamCQ2FBA/HuzKJ/LiTA==", "license": "Apache-2.0", "dependencies": { - "@smithy/core": "^3.17.2", - "@smithy/middleware-serde": "^4.2.4", - "@smithy/node-config-provider": "^4.3.4", - "@smithy/shared-ini-file-loader": "^4.3.4", - "@smithy/types": "^4.8.1", - "@smithy/url-parser": "^4.2.4", - "@smithy/util-middleware": "^4.2.4", + "@smithy/core": "^3.18.3", + "@smithy/middleware-serde": "^4.2.5", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/shared-ini-file-loader": "^4.4.0", + "@smithy/types": "^4.9.0", + "@smithy/url-parser": "^4.2.5", + "@smithy/util-middleware": "^4.2.5", "tslib": "^2.6.2" }, "engines": { @@ -1045,19 +1971,18 @@ } }, "node_modules/@smithy/middleware-retry": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.6.tgz", - "integrity": "sha512-OhLx131znrEDxZPAvH/OYufR9d1nB2CQADyYFN4C3V/NQS7Mg4V6uvxHC/Dr96ZQW8IlHJTJ+vAhKt6oxWRndA==", - "dev": true, + "version": "4.4.10", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.10.tgz", + "integrity": "sha512-6fOwX34gXxcqKa3bsG0mR0arc2Cw4ddOS6tp3RgUD2yoTrDTbQ2aVADnDjhUuxaiDZN2iilxndgGDhnpL/XvJA==", "license": "Apache-2.0", "dependencies": { - "@smithy/node-config-provider": "^4.3.4", - "@smithy/protocol-http": "^5.3.4", - "@smithy/service-error-classification": "^4.2.4", - "@smithy/smithy-client": "^4.9.2", - "@smithy/types": "^4.8.1", - "@smithy/util-middleware": "^4.2.4", - "@smithy/util-retry": "^4.2.4", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/service-error-classification": "^4.2.5", + "@smithy/smithy-client": "^4.9.6", + "@smithy/types": "^4.9.0", + "@smithy/util-middleware": "^4.2.5", + "@smithy/util-retry": "^4.2.5", "@smithy/uuid": "^1.1.0", "tslib": "^2.6.2" }, @@ -1066,14 +1991,13 @@ } }, "node_modules/@smithy/middleware-serde": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.2.4.tgz", - "integrity": "sha512-jUr3x2CDhV15TOX2/Uoz4gfgeqLrRoTQbYAuhLS7lcVKNev7FeYSJ1ebEfjk+l9kbb7k7LfzIR/irgxys5ZTOg==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.2.5.tgz", + "integrity": "sha512-La1ldWTJTZ5NqQyPqnCNeH9B+zjFhrNoQIL1jTh4zuqXRlmXhxYHhMtI1/92OlnoAtp6JoN7kzuwhWoXrBwPqg==", "license": "Apache-2.0", "dependencies": { - "@smithy/protocol-http": "^5.3.4", - "@smithy/types": "^4.8.1", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1081,13 +2005,12 @@ } }, "node_modules/@smithy/middleware-stack": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.2.4.tgz", - "integrity": "sha512-Gy3TKCOnm9JwpFooldwAboazw+EFYlC+Bb+1QBsSi5xI0W5lX81j/P5+CXvD/9ZjtYKRgxq+kkqd/KOHflzvgA==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.2.5.tgz", + "integrity": "sha512-bYrutc+neOyWxtZdbB2USbQttZN0mXaOyYLIsaTbJhFsfpXyGWUxJpEuO1rJ8IIJm2qH4+xJT0mxUSsEDTYwdQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1095,15 +2018,14 @@ } }, "node_modules/@smithy/node-config-provider": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.3.4.tgz", - "integrity": "sha512-3X3w7qzmo4XNNdPKNS4nbJcGSwiEMsNsRSunMA92S4DJLLIrH5g1AyuOA2XKM9PAPi8mIWfqC+fnfKNsI4KvHw==", - "dev": true, + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.3.5.tgz", + "integrity": "sha512-UTurh1C4qkVCtqggI36DGbLB2Kv8UlcFdMXDcWMbqVY2uRg0XmT9Pb4Vj6oSQ34eizO1fvR0RnFV4Axw4IrrAg==", "license": "Apache-2.0", "dependencies": { - "@smithy/property-provider": "^4.2.4", - "@smithy/shared-ini-file-loader": "^4.3.4", - "@smithy/types": "^4.8.1", + "@smithy/property-provider": "^4.2.5", + "@smithy/shared-ini-file-loader": "^4.4.0", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1111,16 +2033,15 @@ } }, "node_modules/@smithy/node-http-handler": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.4.4.tgz", - "integrity": "sha512-VXHGfzCXLZeKnFp6QXjAdy+U8JF9etfpUXD1FAbzY1GzsFJiDQRQIt2CnMUvUdz3/YaHNqT3RphVWMUpXTIODA==", - "dev": true, + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.4.5.tgz", + "integrity": "sha512-CMnzM9R2WqlqXQGtIlsHMEZfXKJVTIrqCNoSd/QpAyp+Dw0a1Vps13l6ma1fH8g7zSPNsA59B/kWgeylFuA/lw==", "license": "Apache-2.0", "dependencies": { - "@smithy/abort-controller": "^4.2.4", - "@smithy/protocol-http": "^5.3.4", - "@smithy/querystring-builder": "^4.2.4", - "@smithy/types": "^4.8.1", + "@smithy/abort-controller": "^4.2.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/querystring-builder": "^4.2.5", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1128,13 +2049,12 @@ } }, "node_modules/@smithy/property-provider": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.4.tgz", - "integrity": "sha512-g2DHo08IhxV5GdY3Cpt/jr0mkTlAD39EJKN27Jb5N8Fb5qt8KG39wVKTXiTRCmHHou7lbXR8nKVU14/aRUf86w==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.5.tgz", + "integrity": "sha512-8iLN1XSE1rl4MuxvQ+5OSk/Zb5El7NJZ1td6Tn+8dQQHIjp59Lwl6bd0+nzw6SKm2wSSriH2v/I9LPzUic7EOg==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1142,13 +2062,12 @@ } }, "node_modules/@smithy/protocol-http": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.4.tgz", - "integrity": "sha512-3sfFd2MAzVt0Q/klOmjFi3oIkxczHs0avbwrfn1aBqtc23WqQSmjvk77MBw9WkEQcwbOYIX5/2z4ULj8DuxSsw==", - "dev": true, + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.5.tgz", + "integrity": "sha512-RlaL+sA0LNMp03bf7XPbFmT5gN+w3besXSWMkA8rcmxLSVfiEXElQi4O2IWwPfxzcHkxqrwBFMbngB8yx/RvaQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1156,13 +2075,12 @@ } }, "node_modules/@smithy/querystring-builder": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.4.tgz", - "integrity": "sha512-KQ1gFXXC+WsbPFnk7pzskzOpn4s+KheWgO3dzkIEmnb6NskAIGp/dGdbKisTPJdtov28qNDohQrgDUKzXZBLig==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.5.tgz", + "integrity": "sha512-y98otMI1saoajeik2kLfGyRp11e5U/iJYH/wLCh3aTV/XutbGT9nziKGkgCaMD1ghK7p6htHMm6b6scl9JRUWg==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "@smithy/util-uri-escape": "^4.2.0", "tslib": "^2.6.2" }, @@ -1171,13 +2089,12 @@ } }, "node_modules/@smithy/querystring-parser": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.2.4.tgz", - "integrity": "sha512-aHb5cqXZocdzEkZ/CvhVjdw5l4r1aU/9iMEyoKzH4eXMowT6M0YjBpp7W/+XjkBnY8Xh0kVd55GKjnPKlCwinQ==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.2.5.tgz", + "integrity": "sha512-031WCTdPYgiQRYNPXznHXof2YM0GwL6SeaSyTH/P72M1Vz73TvCNH2Nq8Iu2IEPq9QP2yx0/nrw5YmSeAi/AjQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1185,26 +2102,24 @@ } }, "node_modules/@smithy/service-error-classification": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.2.4.tgz", - "integrity": "sha512-fdWuhEx4+jHLGeew9/IvqVU/fxT/ot70tpRGuOLxE3HzZOyKeTQfYeV1oaBXpzi93WOk668hjMuuagJ2/Qs7ng==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.2.5.tgz", + "integrity": "sha512-8fEvK+WPE3wUAcDvqDQG1Vk3ANLR8Px979te96m84CbKAjBVf25rPYSzb4xU4hlTyho7VhOGnh5i62D/JVF0JQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1" + "@smithy/types": "^4.9.0" }, "engines": { "node": ">=18.0.0" } }, "node_modules/@smithy/shared-ini-file-loader": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.3.4.tgz", - "integrity": "sha512-y5ozxeQ9omVjbnJo9dtTsdXj9BEvGx2X8xvRgKnV+/7wLBuYJQL6dOa/qMY6omyHi7yjt1OA97jZLoVRYi8lxA==", - "dev": true, + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.0.tgz", + "integrity": "sha512-5WmZ5+kJgJDjwXXIzr1vDTG+RhF9wzSODQBfkrQ2VVkYALKGvZX1lgVSxEkgicSAFnFhPj5rudJV0zoinqS0bA==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1212,17 +2127,16 @@ } }, "node_modules/@smithy/signature-v4": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.3.4.tgz", - "integrity": "sha512-ScDCpasxH7w1HXHYbtk3jcivjvdA1VICyAdgvVqKhKKwxi+MTwZEqFw0minE+oZ7F07oF25xh4FGJxgqgShz0A==", - "dev": true, + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.3.5.tgz", + "integrity": "sha512-xSUfMu1FT7ccfSXkoLl/QRQBi2rOvi3tiBZU2Tdy3I6cgvZ6SEi9QNey+lqps/sJRnogIS+lq+B1gxxbra2a/w==", "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^4.2.0", - "@smithy/protocol-http": "^5.3.4", - "@smithy/types": "^4.8.1", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", "@smithy/util-hex-encoding": "^4.2.0", - "@smithy/util-middleware": "^4.2.4", + "@smithy/util-middleware": "^4.2.5", "@smithy/util-uri-escape": "^4.2.0", "@smithy/util-utf8": "^4.2.0", "tslib": "^2.6.2" @@ -1232,18 +2146,17 @@ } }, "node_modules/@smithy/smithy-client": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.2.tgz", - "integrity": "sha512-gZU4uAFcdrSi3io8U99Qs/FvVdRxPvIMToi+MFfsy/DN9UqtknJ1ais+2M9yR8e0ASQpNmFYEKeIKVcMjQg3rg==", - "dev": true, + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.6.tgz", + "integrity": "sha512-hGz42hggqReicRRZUvrKDQiAmoJnx1Q+XfAJnYAGu544gOfxQCAC3hGGD7+Px2gEUUxB/kKtQV7LOtBRNyxteQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/core": "^3.17.2", - "@smithy/middleware-endpoint": "^4.3.6", - "@smithy/middleware-stack": "^4.2.4", - "@smithy/protocol-http": "^5.3.4", - "@smithy/types": "^4.8.1", - "@smithy/util-stream": "^4.5.5", + "@smithy/core": "^3.18.3", + "@smithy/middleware-endpoint": "^4.3.10", + "@smithy/middleware-stack": "^4.2.5", + "@smithy/protocol-http": "^5.3.5", + "@smithy/types": "^4.9.0", + "@smithy/util-stream": "^4.5.6", "tslib": "^2.6.2" }, "engines": { @@ -1251,10 +2164,9 @@ } }, "node_modules/@smithy/types": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.8.1.tgz", - "integrity": "sha512-N0Zn0OT1zc+NA+UVfkYqQzviRh5ucWwO7mBV3TmHHprMnfcJNfhlPicDkBHi0ewbh+y3evR6cNAW0Raxvb01NA==", - "dev": true, + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.9.0.tgz", + "integrity": "sha512-MvUbdnXDTwykR8cB1WZvNNwqoWVaTRA0RLlLmf/cIFNMM2cKWz01X4Ly6SMC4Kks30r8tT3Cty0jmeWfiuyHTA==", "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -1264,14 +2176,13 @@ } }, "node_modules/@smithy/url-parser": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.4.tgz", - "integrity": "sha512-w/N/Iw0/PTwJ36PDqU9PzAwVElo4qXxCC0eCTlUtIz/Z5V/2j/cViMHi0hPukSBHp4DVwvUlUhLgCzqSJ6plrg==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.5.tgz", + "integrity": "sha512-VaxMGsilqFnK1CeBX+LXnSuaMx4sTL/6znSZh2829txWieazdVxr54HmiyTsIbpOTLcf5nYpq9lpzmwRdxj6rQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/querystring-parser": "^4.2.4", - "@smithy/types": "^4.8.1", + "@smithy/querystring-parser": "^4.2.5", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1282,7 +2193,6 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.3.0.tgz", "integrity": "sha512-GkXZ59JfyxsIwNTWFnjmFEI8kZpRNIBfxKjv09+nkAWPt/4aGaEWMM04m4sxgNVWkbt2MdSvE3KF/PfX4nFedQ==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^4.2.0", @@ -1297,7 +2207,6 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.2.0.tgz", "integrity": "sha512-Fkoh/I76szMKJnBXWPdFkQJl2r9SjPt3cMzLdOB6eJ4Pnpas8hVoWPYemX/peO0yrrvldgCUVJqOAjUrOLjbxg==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -1310,7 +2219,6 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.2.1.tgz", "integrity": "sha512-h53dz/pISVrVrfxV1iqXlx5pRg3V2YWFcSQyPyXZRrZoZj4R4DeWRDo1a7dd3CPTcFi3kE+98tuNyD2axyZReA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -1323,7 +2231,6 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.2.0.tgz", "integrity": "sha512-kAY9hTKulTNevM2nlRtxAG2FQ3B2OR6QIrPY3zE5LqJy1oxzmgBGsHLWTcNhWXKchgA0WHW+mZkQrng/pgcCew==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^4.2.0", @@ -1337,7 +2244,6 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.2.0.tgz", "integrity": "sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -1347,15 +2253,14 @@ } }, "node_modules/@smithy/util-defaults-mode-browser": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.5.tgz", - "integrity": "sha512-GwaGjv/QLuL/QHQaqhf/maM7+MnRFQQs7Bsl6FlaeK6lm6U7mV5AAnVabw68cIoMl5FQFyKK62u7RWRzWL25OQ==", - "dev": true, + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.9.tgz", + "integrity": "sha512-Bh5bU40BgdkXE2BcaNazhNtEXi1TC0S+1d84vUwv5srWfvbeRNUKFzwKQgC6p6MXPvEgw+9+HdX3pOwT6ut5aw==", "license": "Apache-2.0", "dependencies": { - "@smithy/property-provider": "^4.2.4", - "@smithy/smithy-client": "^4.9.2", - "@smithy/types": "^4.8.1", + "@smithy/property-provider": "^4.2.5", + "@smithy/smithy-client": "^4.9.6", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1363,18 +2268,17 @@ } }, "node_modules/@smithy/util-defaults-mode-node": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.8.tgz", - "integrity": "sha512-gIoTf9V/nFSIZ0TtgDNLd+Ws59AJvijmMDYrOozoMHPJaG9cMRdqNO50jZTlbM6ydzQYY8L/mQ4tKSw/TB+s6g==", - "dev": true, + "version": "4.2.12", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.12.tgz", + "integrity": "sha512-EHZwe1E9Q7umImIyCKQg/Cm+S+7rjXxCRvfGmKifqwYvn7M8M4ZcowwUOQzvuuxUUmdzCkqL0Eq0z1m74Pq6pw==", "license": "Apache-2.0", "dependencies": { - "@smithy/config-resolver": "^4.4.2", - "@smithy/credential-provider-imds": "^4.2.4", - "@smithy/node-config-provider": "^4.3.4", - "@smithy/property-provider": "^4.2.4", - "@smithy/smithy-client": "^4.9.2", - "@smithy/types": "^4.8.1", + "@smithy/config-resolver": "^4.4.3", + "@smithy/credential-provider-imds": "^4.2.5", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/property-provider": "^4.2.5", + "@smithy/smithy-client": "^4.9.6", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1382,14 +2286,13 @@ } }, "node_modules/@smithy/util-endpoints": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.2.4.tgz", - "integrity": "sha512-f+nBDhgYRCmUEDKEQb6q0aCcOTXRDqH5wWaFHJxt4anB4pKHlgGoYP3xtioKXH64e37ANUkzWf6p4Mnv1M5/Vg==", - "dev": true, + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.2.5.tgz", + "integrity": "sha512-3O63AAWu2cSNQZp+ayl9I3NapW1p1rR5mlVHcF6hAB1dPZUQFfRPYtplWX/3xrzWthPGj5FqB12taJJCfH6s8A==", "license": "Apache-2.0", "dependencies": { - "@smithy/node-config-provider": "^4.3.4", - "@smithy/types": "^4.8.1", + "@smithy/node-config-provider": "^4.3.5", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1400,7 +2303,6 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.2.0.tgz", "integrity": "sha512-CCQBwJIvXMLKxVbO88IukazJD9a4kQ9ZN7/UMGBjBcJYvatpWk+9g870El4cB8/EJxfe+k+y0GmR9CAzkF+Nbw==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -1410,13 +2312,12 @@ } }, "node_modules/@smithy/util-middleware": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.4.tgz", - "integrity": "sha512-fKGQAPAn8sgV0plRikRVo6g6aR0KyKvgzNrPuM74RZKy/wWVzx3BMk+ZWEueyN3L5v5EDg+P582mKU+sH5OAsg==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.5.tgz", + "integrity": "sha512-6Y3+rvBF7+PZOc40ybeZMcGln6xJGVeY60E7jy9Mv5iKpMJpHgRE6dKy9ScsVxvfAYuEX4Q9a65DQX90KaQ3bA==", "license": "Apache-2.0", "dependencies": { - "@smithy/types": "^4.8.1", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1424,14 +2325,13 @@ } }, "node_modules/@smithy/util-retry": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.2.4.tgz", - "integrity": "sha512-yQncJmj4dtv/isTXxRb4AamZHy4QFr4ew8GxS6XLWt7sCIxkPxPzINWd7WLISEFPsIan14zrKgvyAF+/yzfwoA==", - "dev": true, + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.2.5.tgz", + "integrity": "sha512-GBj3+EZBbN4NAqJ/7pAhsXdfzdlznOh8PydUijy6FpNIMnHPSMO2/rP4HKu+UFeikJxShERk528oy7GT79YiJg==", "license": "Apache-2.0", "dependencies": { - "@smithy/service-error-classification": "^4.2.4", - "@smithy/types": "^4.8.1", + "@smithy/service-error-classification": "^4.2.5", + "@smithy/types": "^4.9.0", "tslib": "^2.6.2" }, "engines": { @@ -1439,15 +2339,14 @@ } }, "node_modules/@smithy/util-stream": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.5.5.tgz", - "integrity": "sha512-7M5aVFjT+HPilPOKbOmQfCIPchZe4DSBc1wf1+NvHvSoFTiFtauZzT+onZvCj70xhXd0AEmYnZYmdJIuwxOo4w==", - "dev": true, + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.5.6.tgz", + "integrity": "sha512-qWw/UM59TiaFrPevefOZ8CNBKbYEP6wBAIlLqxn3VAIo9rgnTNc4ASbVrqDmhuwI87usnjhdQrxodzAGFFzbRQ==", "license": "Apache-2.0", "dependencies": { - "@smithy/fetch-http-handler": "^5.3.5", - "@smithy/node-http-handler": "^4.4.4", - "@smithy/types": "^4.8.1", + "@smithy/fetch-http-handler": "^5.3.6", + "@smithy/node-http-handler": "^4.4.5", + "@smithy/types": "^4.9.0", "@smithy/util-base64": "^4.3.0", "@smithy/util-buffer-from": "^4.2.0", "@smithy/util-hex-encoding": "^4.2.0", @@ -1462,7 +2361,6 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.2.0.tgz", "integrity": "sha512-igZpCKV9+E/Mzrpq6YacdTQ0qTiLm85gD6N/IrmyDvQFA4UnU3d5g3m8tMT/6zG/vVkWSU+VxeUyGonL62DuxA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -1475,7 +2373,6 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.2.0.tgz", "integrity": "sha512-zBPfuzoI8xyBtR2P6WQj63Rz8i3AmfAaJLuNG8dWsfvPe8lO4aCPYLn879mEgHndZH1zQ2oXmG8O1GGzzaoZiw==", - "dev": true, "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^4.2.0", @@ -1485,11 +2382,24 @@ "node": ">=18.0.0" } }, + "node_modules/@smithy/util-waiter": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-4.2.5.tgz", + "integrity": "sha512-Dbun99A3InifQdIrsXZ+QLcC0PGBPAdrl4cj1mTgJvyc9N2zf7QSxg8TBkzsCmGJdE3TLbO9ycwpY0EkWahQ/g==", + "license": "Apache-2.0", + "dependencies": { + "@smithy/abort-controller": "^4.2.5", + "@smithy/types": "^4.9.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@smithy/uuid": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@smithy/uuid/-/uuid-1.1.0.tgz", "integrity": "sha512-4aUIteuyxtBUhVdiQqcDhKFitwfd9hqoSDYY2KRXiWtgoWJ9Bmise+KfEPDiVHWeJepvF8xJO9/9+WDIciMFFw==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" @@ -1664,7 +2574,6 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", - "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -1745,7 +2654,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -2024,7 +2932,6 @@ "version": "2.12.1", "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.12.1.tgz", "integrity": "sha512-z4rE2Gxh7tvshQ4hluIT7XcFrgLIQaw9X3A+kTTRdovCz5PMukm/0QC/BKSYPj3omF5Qfypn9O/c5kgpmvYUCw==", - "dev": true, "license": "MIT" }, "node_modules/brace-expansion": { @@ -2444,7 +3351,6 @@ "version": "5.2.5", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==", - "dev": true, "funding": [ { "type": "github", @@ -3817,7 +4723,6 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz", "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==", - "dev": true, "funding": [ { "type": "github", @@ -3959,7 +4864,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 109b472..7d4a9f4 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "author": "", "license": "ISC", "dependencies": { + "@aws-sdk/client-s3": "^3.930.0", "@google/generative-ai": "^0.24.1", "@supabase/supabase-js": "^2.81.0", "@types/bcrypt": "^6.0.0", diff --git a/src/app.ts b/src/app.ts index f434afc..45114dc 100644 --- a/src/app.ts +++ b/src/app.ts @@ -48,7 +48,6 @@ app.use("/upload", uploadRouter) app.use("/user", userRouter) app.use("/auth", googleRouter) app.use("/payment", paymentRouter) -app.use("/payment",paymentRouter) // admin routes app.use("/admin/dashboard",adminrouter) diff --git a/src/config/r2Client.ts b/src/config/r2Client.ts new file mode 100644 index 0000000..57870cb --- /dev/null +++ b/src/config/r2Client.ts @@ -0,0 +1,10 @@ +import { S3Client } from "@aws-sdk/client-s3"; + +export const r2 = new S3Client({ + region: "auto", + endpoint: `https://${process.env.R2_ACCOUNT_ID}.r2.cloudflarestorage.com`, + credentials: { + accessKeyId: process.env.R2_ACCESS_KEY_ID!, + secretAccessKey: process.env.R2_SECRET_ACCESS_KEY! + } +}); diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index dc9b495..ca7007e 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -2,160 +2,162 @@ import type { Request, Response } from "express"; import fs from "fs"; import csv from "csv-parser"; import { GoogleGenerativeAI } from "@google/generative-ai"; -import dotenv from "dotenv"; -import Dataset from "../model/dataModel"; -dotenv.config(); +import { PutObjectCommand } from "@aws-sdk/client-s3"; +import { r2 } from "../config/r2Client"; +import dataModel from "../model/dataModel"; const genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY!); const model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); export const fileupload = async (req: Request, res: Response) => { - try { - if (!req.file) { - return res.status(400).json({ message: "No file uploaded", success: false }); - } - - const file = req.file as Express.Multer.File; - const filepath = file.path; - const results: any[] = []; - let headers: string[] = []; - let totalRows = 0; - let responded = false; - - // Stream CSV file efficiently - - console.time("parsing") - const stream = fs.createReadStream(filepath, { encoding: "utf-8" }).pipe(csv()); - - stream - .on("headers", (hdrs: string[]) => (headers = hdrs)) - .on("data", (data: any) => { - totalRows++; - if (results.length < 10) results.push(data); - }) - .on("end", async () => { - if (responded) return; - responded = true; - console.timeEnd("parsing") - // Delete temp file - fs.unlink(filepath, () => {}); - - // Compute accurate metrics locally - const totalColumns = headers.length; - let missingValues = 0; - for (const row of results) { - for (const val of Object.values(row)) { - if (val === "" || val === null || val === undefined) { - missingValues++; - } - } + try { + if (!req.file) { + return res.status(400).json({ message: "No file uploaded", success: false }); } - - const computedMetrics = { - total_rows: totalRows, - total_columns: totalColumns, - missing_values: missingValues, + const file = req.file as Express.Multer.File; + const filepath = file.path; + + const results: any[] = []; + let headers: string[] = []; + let totalRows = 0; + let responded = false; + + console.time("Parsing CSV"); + const stream = fs.createReadStream(filepath, { encoding: "utf-8" }).pipe(csv()); + + const handleHeaders = (hdrs: string[]) => (headers = hdrs); + + const handleData = (data: any) => { + totalRows++; + if (results.length < 10) results.push(data); }; - // Save dataset metadata for later chat/analysis - const dataset = await Dataset.create({ - name: file.originalname, - headers, - rows: results, - metrics: computedMetrics, - }); - - // Optimized AI Prompt — with enforced chart diversity - const prompt = ` -You are an expert AI data analyst for a web app called InstaviZ. - -You are given a dataset summary in JSON: -{ - "headers": [...], - "rows": [sample of 10 rows], - "metrics": ${JSON.stringify(computedMetrics)} -} - -Your task: -1 Return ONLY a valid JSON object (no markdown or text). -2 Use the provided metrics directly — do not recompute them. -3 Generate **exactly 2 charts**: - - One "bar" chart for numeric comparison (choose the most meaningful numeric field). - - One "pie" chart for category distribution (choose a categorical field). -4 Return strictly in this format: -{ - "metrics": { - "total_rows": number, - "total_columns": number, - "missing_values": number, - "charts_generated": 2 - }, - "charts": [ - { "type": "bar", "x": "column", "y": "column or count", "title": "string" }, - { "type": "pie", "x": "column", "y": "count", "title": "string" } - ], - "summary": ["short bullet insight 1", "insight 2", "insight 3"] -} - -Dataset sample: -${JSON.stringify({ headers, rows: results })} -`; - - try { - console.time("AI Response"); - const result = await Promise.race([ - model.generateContent(prompt), - new Promise((_, reject) => - setTimeout(() => reject(new Error("AI timeout (30s)")), 30000) - ), - ]); - console.timeEnd("AI Response"); - - let responsetext = (result as any).response.text().trim(); - responsetext = responsetext.replace(/```json|```/g, "").trim(); - - const jsonStart = responsetext.indexOf("{"); - const jsonEnd = responsetext.lastIndexOf("}"); - if (jsonStart !== -1 && jsonEnd !== -1) - responsetext = responsetext.slice(jsonStart, jsonEnd + 1); - - let parsed; - try { - parsed = JSON.parse(responsetext); - } catch (err) { - console.error("AI returned invalid JSON:", responsetext); - return res.status(500).json({ - message: "Invalid AI response", - success: false, + const handleEnd = async () => { + if (responded) return; + responded = true; + console.timeEnd("Parsing CSV"); + + // Upload to Cloudflare R2 + const fileBuffer = fs.readFileSync(filepath); + const fileName = `${Date.now()}_${file.originalname}`; + + try { + await r2.send( + new PutObjectCommand({ + Bucket: process.env.R2_BUCKET_NAME!, + Key: fileName, + Body: fileBuffer, + ContentType: "text/csv", + }) + ); + } catch (err) { + console.error("R2 upload error:", err); + return res.status(500).json({ message: "R2 upload failed", success: false }); + } + + fs.unlink(filepath, () => { }); + + // Public file URL + const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; + + // Compute metrics + const totalColumns = headers.length; + let missingValues = 0; + for (const row of results) { + for (const val of Object.values(row)) { + if (val === "" || val === null || val === undefined) missingValues++; + } + } + + const computedMetrics = { + total_rows: totalRows, + total_columns: totalColumns, + missing_values: missingValues, + }; + + // Save sample data in MongoDB + const dataset = await dataModel.create({ + data: results, + user_id: req.body.user_id || null, + chat_id: null, + chart_id: null, + r2_url: fileUrl }); - } - - // Add guaranteed metrics count (for safety) - parsed.metrics = { - ...computedMetrics, - charts_generated: 2, - }; - - res.status(200).json({ - success: true, - message: "File processed successfully", - datasetId: dataset._id, - data: parsed, - }); - } catch (err) { - console.error("Gemini error:", err); - res.status(500).json({ message: "AI processing failed", success: false }); - } - }) - .on("error", (err) => { - if (responded) return; - responded = true; - console.error("CSV parse error:", err); - res.status(500).json({ message: "Error parsing CSV", success: false, error: err }); - }); - } catch (err) { - console.error("File upload error:", err); - res.status(500).json({ message: "Internal server error", success: false, error: err }); - } + + // AI insight + const prompt = `You are an expert AI data analyst for a web app called InstaviZ. + + You are given a dataset summary in JSON: + { + "headers": [...], + "rows": [sample of 10 rows], + "metrics": ${JSON.stringify(computedMetrics)} + } + + Your task: + 1 Return ONLY a valid JSON object (no markdown or text). + 2 Use the provided metrics directly — do not recompute them. + 3 Generate **exactly 2 charts**: + - One "bar" chart for numeric comparison (choose the most meaningful numeric field). + - One "pie" chart for category distribution (choose a categorical field). + 4 Return strictly in this format: + { + "metrics": { + "total_rows": number, + "total_columns": number, + "missing_values": number, + "charts_generated": 2 + }, + "charts": [ + { "type": "bar", "x": "column", "y": "column or count", "title": "string" }, + { "type": "pie", "x": "column", "y": "count", "title": "string" } + ], + "summary": ["short bullet insight 1", "insight 2", "insight 3"] + } + + Dataset sample: + ${JSON.stringify({ headers, rows: results })} + `; + + let parsed: any; + try { + const result = await model.generateContent(prompt); + let responseText = result.response.text().trim().replace(/```json|```/g, ""); + parsed = JSON.parse(responseText); + } catch (err) { + console.error("Gemini error:", err); + parsed = { + metrics: computedMetrics, + charts: [], + summary: ["AI summary unavailable due to timeout"], + }; + } + + res.status(200).json({ + success: true, + message: "Dataset processed successfully", + datasetId: dataset._id, + r2Url: fileUrl, + data: parsed, + }); + }; + + const handleError = (err: any) => { + if (responded) return; + responded = true; + console.error("CSV parse error:", err); + res.status(500).json({ message: "Error parsing CSV", success: false, error: err }); + }; + + stream + .on("headers", handleHeaders) + .on("data", handleData) + .on("end", handleEnd) + .on("error", handleError); + + } catch (err) { + console.error("File upload error:", err); + res.status(500).json({ message: "Internal server error", success: false, error: err }); + } }; diff --git a/src/model/dataModel.ts b/src/model/dataModel.ts index 5eff803..b96841d 100644 --- a/src/model/dataModel.ts +++ b/src/model/dataModel.ts @@ -1,35 +1,47 @@ -import mongoose, { Schema, SchemaType } from "mongoose"; +import mongoose, { Schema } from "mongoose"; interface Data { data: Record[]; - user_id: mongoose.Types.ObjectId, - chat_id?: string, - chart_id?: mongoose.Types.ObjectId, - createdAt: Date, - updatedAt: Date -}; + user_id: mongoose.Types.ObjectId; + chat_id?: string; + chart_id?: mongoose.Types.ObjectId; + r2_url?: string; + createdAt: Date; + updatedAt: Date; +} const dataSchema = new Schema({ - data: [ { - type: Map, of: Schema.Types.Mixed + type: Map, + of: Schema.Types.Mixed } ], + user_id: { - type: Schema.Types.ObjectId, ref: "user" + type: Schema.Types.ObjectId, + ref: "user" }, + chat_id: { - type: Schema.Types.ObjectId, ref: "chat" + type: Schema.Types.ObjectId, + ref: "chat" }, + chart_id: { - type: Schema.Types.ObjectId, ref: "chart" + type: Schema.Types.ObjectId, + ref: "chart" + }, + + r2_url: { + type: String, + required: false } -}, - { - timestamps: true - }); -const dataModel = mongoose.model('data', dataSchema); +}, { + timestamps: true +}); + +const dataModel = mongoose.model("data", dataSchema); -export default dataModel; \ No newline at end of file +export default dataModel; From f571ff6d7b78892d7fde27fd84b139b8e68d6758 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Thu, 13 Nov 2025 17:19:48 +0530 Subject: [PATCH 031/120] health check --- src/app.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 45114dc..4c5b8f9 100644 --- a/src/app.ts +++ b/src/app.ts @@ -60,4 +60,15 @@ app.use('/admin/dashboard',insightsRouter) app.listen(process.env.PORT, () => { connection(); console.log(` Server running on http://localhost:${process.env.PORT}`); -}); \ No newline at end of file +}); + +app.get("/health", async (req, res) => { + const dbStatus = mongoose.connection.readyState === 1 ? "connected" : "disconnected"; + + res.json({ + status: "ok", + db: dbStatus, + uptime: process.uptime(), + time: new Date().toISOString() + }); +}); From a89520a028bbb6e1711eb91849cedf82e90d841f Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Thu, 13 Nov 2025 18:23:30 +0530 Subject: [PATCH 032/120] do so many things --- .env | 4 +- .prettierrc.ts | 45 ++++ package-lock.json | 17 ++ package.json | 1 + src/app.ts | 73 +++--- src/controller/auth/auth.ts | 148 +++++------- src/controllers/UserController.ts | 79 +++---- src/controllers/paymentController.ts | 25 +- src/controllers/uploadController.ts | 218 ++++++++++-------- src/middleware/verifytoken.ts | 19 -- src/middlewares/fileSizeCheck.ts | 16 ++ .../loginCheck.ts} | 0 src/middlewares/tokenCheck.ts | 13 ++ src/middlewares/verifyToken.ts | 23 ++ src/routes/authRoutes.ts | 9 + src/routes/paymentRoutes.ts | 4 + src/routes/uploadRouter.ts | 8 +- src/routes/userRouter.ts | 2 +- src/services/jwtServices.ts | 36 +-- src/utils/CustomError.ts | 19 ++ src/utils/aiPromt.ts | 36 +++ src/{middleware => utils}/multerUpload.ts | 13 +- 22 files changed, 496 insertions(+), 312 deletions(-) create mode 100644 .prettierrc.ts delete mode 100644 src/middleware/verifytoken.ts create mode 100644 src/middlewares/fileSizeCheck.ts rename src/{middleware/logincheck.ts => middlewares/loginCheck.ts} (100%) create mode 100644 src/middlewares/tokenCheck.ts create mode 100644 src/middlewares/verifyToken.ts create mode 100644 src/utils/CustomError.ts create mode 100644 src/utils/aiPromt.ts rename src/{middleware => utils}/multerUpload.ts (68%) diff --git a/.env b/.env index 3d7fb19..a581ffc 100644 --- a/.env +++ b/.env @@ -14,5 +14,5 @@ REFRESH_SECRET = E72b1f2a9e7c8c1f4e28e5c948b0f21aebda10a4a18e9d3e7e1a8c3e5e4b5a EMAIL = shanu.work.org@gmail.com EMAIL_PASS = lhubgdnbvmfrzjcj - -GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o \ No newline at end of file +MAX_FILE_SIZE = 50 * 1024 * 1024; +GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo \ No newline at end of file diff --git a/.prettierrc.ts b/.prettierrc.ts new file mode 100644 index 0000000..2445856 --- /dev/null +++ b/.prettierrc.ts @@ -0,0 +1,45 @@ +import type { Config } from "prettier"; + +const config: Config = { + // Format options + printWidth: 100, + tabWidth: 2, + useTabs: false, + semi: true, + singleQuote: true, + trailingComma: "all", + bracketSpacing: true, + bracketSameLine: false, + arrowParens: "avoid", + htmlWhitespaceSensitivity: "css", + endOfLine: "lf", + proseWrap: "always", + quoteProps: "as-needed", + embeddedLanguageFormatting: "auto", + + // Overrides for specific file types + overrides: [ + { + files: ["*.json", "*.json5", "*.yaml", "*.yml"], + options: { + tabWidth: 2, + singleQuote: false, + trailingComma: "none", + }, + }, + { + files: ["*.md", "*.mdx"], + options: { + printWidth: 80, + proseWrap: "preserve", + }, + }, + { + files: ["*.ts", "*.tsx"], + options: { + }, + }, + ], +}; + +export default config; diff --git a/package-lock.json b/package-lock.json index 61fe926..8f232b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,6 +43,7 @@ "@types/node": "^24.10.0", "@types/nodemailer": "^7.0.3", "nodemon": "^3.1.10", + "prettier": "^3.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.3" } @@ -3457,6 +3458,22 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/prettier": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", + "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", + "dev": true, + "license": "MIT", + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, "node_modules/proxy-addr": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", diff --git a/package.json b/package.json index 109b472..6cf662e 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "@types/node": "^24.10.0", "@types/nodemailer": "^7.0.3", "nodemon": "^3.1.10", + "prettier": "^3.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.3" } diff --git a/src/app.ts b/src/app.ts index 97d62f9..f72cce8 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,57 +1,60 @@ -import express from 'express'; -import dotenv from 'dotenv' -dotenv.config() - -import multer, { FileFilterCallback } from 'multer'; -import path from 'path'; -import mongoose from 'mongoose' +import express, { NextFunction, Request, Response } from 'express'; +import dotenv from 'dotenv'; +dotenv.config(); +import multer from 'multer'; +import mongoose from 'mongoose'; import morgan from 'morgan'; import cors from 'cors'; import passport from './config/passport.ts'; -import cookieParser from "cookie-parser"; +import cookieParser from 'cookie-parser'; import googleRouter from './routes/authRoutes.ts'; -import uploadRouter from './routes/uploadRouter.ts' +import uploadRouter from './routes/uploadRouter.ts'; import userRouter from './routes/userRouter.ts'; import paymentRouter from './routes/paymentRoutes.js'; -import { raw } from 'body-parser'; - -const app = express() -app.use(express.json()) -app.use(express.urlencoded({ extended: true })) -app.use(passport.initialize()) -app.use(cookieParser()) -app.use(morgan("dev")); +import { fileSizeCheck } from './middlewares/fileSizeCheck.ts'; +const app = express(); +app.use(express.json()); +app.use(express.urlencoded({ extended: true })); +app.use(passport.initialize()); +app.use(cookieParser()); +app.use(morgan('dev')); //TODO: WHY ???. dev //database connection const connection = async () => { try { await mongoose.connect(process.env.mongo_uri!); - console.log("Mongoose connected"); - } - catch (err) { - console.log(err) + console.log('Mongoose connected'); + } catch (err) { + console.log(err); } -} +}; -app.use(cors({ - origin: process.env.CLIENT_URL, - credentials: true -})); +app.use( + cors({ + origin: process.env.CLIENT_URL, + credentials: true, + }), +); -app.use("/payment/webhook", express.raw({ type: "application/json" })); +app.use('/payment/webhook', express.raw({ type: 'application/json' })); //middleware -app.use("/upload", uploadRouter) -app.use("/user", userRouter) -app.use("/auth", googleRouter) -app.use("/payment", paymentRouter) +app.use('/upload', uploadRouter); +app.use('/user', userRouter); +app.use('/auth', googleRouter); +app.use('/payment', paymentRouter); +//file upload check + +app.use(fileSizeCheck); + +// TODO: Where is 404 route +// TODO: Helth check route ? is server active ?. is mongodb connected proplery. -//routing -// app.use +//listening -//listening +// TODO: use .env for urls app.listen(process.env.PORT, () => { connection(); console.log(` Server running on http://localhost:${process.env.PORT}`); -}); \ No newline at end of file +}); diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index 012669e..8b86910 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -1,40 +1,36 @@ import type { Request, Response } from "express"; -import bcrypt from "bcrypt" +import bcrypt from "bcrypt"; import otpModel from "../../model/otpModel.ts"; import Joi, { number } from "../../../node_modules/joi/lib/index"; import userModel from "../../model/user.ts"; import { sendOtp } from "../../utils/sendEmail.ts"; import { theValidation } from "../../services/validation.ts"; import { generateOtp } from "../../utils/otpGenerate.ts"; -import Jwt from "jsonwebtoken"; +import Jwt from "jsonwebtoken"; import { loginSchema } from "../../services/validation.ts"; - - // google authentication import { signJwt } from "../../services/jwtServices.ts"; import type { User } from "../../model/user.ts"; - export const loginCheck = async (req: Request, res: Response) => { console.log(" reached here login"); console.log(req.body); - - + try { const { email, password } = req.body; - if(!email || !password){ - return res.status(400).json({ + if (!email || !password) { + return res.status(400).json({ success: false, message: "Email and password are required", }); - } - const { error} = loginSchema.validate(req.body,{abortEarly:false}) - if(error){ - const details = error.details.map((err)=>err.message) - return res.status(400).json({success:false,message:details}) } - + const { error } = loginSchema.validate(req.body, { abortEarly: false }); + if (error) { + const details = error.details.map((err) => err.message); + return res.status(400).json({ success: false, message: details }); + } + const user = await userModel.findOne({ email }); if (!user) { return res.status(404).json({ @@ -51,24 +47,23 @@ export const loginCheck = async (req: Request, res: Response) => { }); } - const accessToken = signJwt({id:user._id,email:user.email}) - - const refreshToken = Jwt.sign({ - id:user._id,email:user.email, - }, process.env.REFRESH_SECRET!, { expiresIn: '30d' }); - - - res.cookie("refreshToken",refreshToken, - { - httpOnly:true, - secure:false, - sameSite:"strict", - maxAge:30*24*60*60*1000, - - } - ) - - + const accessToken = signJwt({ id: user._id, email: user.email }); + + const refreshToken = Jwt.sign( + { + id: user._id, + email: user.email, + }, + process.env.REFRESH_SECRET!, + { expiresIn: "30d" } + ); + + res.cookie("refreshToken", refreshToken, { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 1000, + }); return res.status(200).json({ success: true, @@ -80,13 +75,9 @@ export const loginCheck = async (req: Request, res: Response) => { email: user.email, }, }); - - - - } catch (err) { console.log("catch in login worked"); - + console.error("Login error:", err); return res.status(500).json({ success: false, @@ -95,25 +86,18 @@ export const loginCheck = async (req: Request, res: Response) => { } }; - - // dummy bro export const getAllUser = async (req: Request, res: Response) => { try { const user = await userModel.find(); - res.status(200).json({ message: "All users", user }) - } - catch (err) { - res.status(500).json(err) + res.status(200).json({ message: "All users", user }); + } catch (err) { + res.status(500).json(err); } -} - - - +}; export const register = async (req: Request, res: Response) => { - try { const { name, email, password, confirmPassword } = req.body; @@ -136,13 +120,13 @@ export const register = async (req: Request, res: Response) => { const otp = generateOtp(); console.log(otp); - - await otpModel.create({ name, password, email, otp }); await sendOtp(email, otp); - res.status(200).json({ message: "plz verify the otp to continue", otp: true }); + res + .status(200) + .json({ message: "plz verify the otp to continue", otp: true }); } catch (err) { console.error("Register Error", err); res.status(500).json({ message: "someting went wrong", success: false }); @@ -154,7 +138,7 @@ export const verifyOtp = async (req: Request, res: Response) => { try { const { email } = req.query; const { otp } = req.body; - console.log(`${email},${otp}`) + console.log(`${email},${otp}`); const otpData = await otpModel.findOne({ email }); console.log("before logging otp data"); @@ -162,7 +146,6 @@ export const verifyOtp = async (req: Request, res: Response) => { console.log("after loging otp data"); - if (!otpData) { console.log("no otp data"); @@ -174,45 +157,44 @@ export const verifyOtp = async (req: Request, res: Response) => { return res.status(400).json({ message: "Invalid otp" }); } - const hashedPassword = await bcrypt.hash(otpData.password, 10) + const hashedPassword = await bcrypt.hash(otpData.password, 10); console.log("after hashed pass"); - const createUser = await userModel.create({ name: otpData.name, email: otpData.email, password: hashedPassword }); + const createUser = await userModel.create({ + name: otpData.name, + email: otpData.email, + password: hashedPassword, + }); console.log("after create user"); console.log(createUser); console.log("after loging create logging"); - const accessToken = signJwt({id:otpData._id,email:otpData.email}) - const refreshToken = Jwt.sign( - {id:otpData._id,email:otpData.email}, - process.env.REFRESH_SECRET!, - {expiresIn:"30d"} - ) - - res.cookie("refreshToken",refreshToken,{ - httpOnly:true, - secure:false, - sameSite: "strict", - maxAge:30*24*60*60*100 - }) + const accessToken = signJwt({ id: otpData._id, email: otpData.email }); + const refreshToken = Jwt.sign( + { id: otpData._id, email: otpData.email }, + process.env.REFRESH_SECRET!, + { expiresIn: "30d" } + ); + + res.cookie("refreshToken", refreshToken, { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 100, + }); await otpModel.deleteOne({ email }); - - - return res.status(200).json({ success: true, message: "Registration completed successfully", }); - } catch (err) { console.log("veryfyotp catch woerked", err); res.status(500).json({ message: "Internal server errror" }); } }; - // google authentication export const googleCallback = (req: Request, res: Response) => { @@ -220,18 +202,16 @@ export const googleCallback = (req: Request, res: Response) => { const token = signJwt({ id: user.googleId, - email: user.email + email: user.email, }); const frontendURL = "http://localhost:3000"; res.redirect(`${frontendURL}/auth/callback?token=${token}`); }; - -export const testpro = (req:Request,res:Response)=>{ -try{ - return res.json({message:"reached protecteed route"}) - -}catch(err){ - return res.json({message:"error",error:err}) -} -} +export const testpro = (req: Request, res: Response) => { + try { + return res.json({ message: "reached protecteed route" }); + } catch (err) { + return res.json({ message: "error", error: err }); + } +}; diff --git a/src/controllers/UserController.ts b/src/controllers/UserController.ts index 2ebf3a7..48b3137 100644 --- a/src/controllers/UserController.ts +++ b/src/controllers/UserController.ts @@ -1,47 +1,42 @@ -import type { Request, Response } from "express" -import Joi from "joi"; - - +import type { Request, Response } from 'express'; +import Joi from 'joi'; export const loginCheck = async (req: Request, res: Response) => { - try { - const { email, password } = req.body - console.log(email, password) - } - catch (err) { - console.log(err); - return - } -} - - - + try { + const { email, password } = req.body; + console.log(email, password); + } catch (err) { + console.log(err); + return; + } +}; export const register = async (req: Request, res: Response) => { - try { - const theValidation = Joi.object({ - firstName: Joi.string().min(3).max(20).required(), - lastName: Joi.string().min(3).max(20).required(), - email: Joi.string().email().required(), - password: Joi.string().pattern(new RegExp("^(?=.*[A-Za-z])(?=.*\\d)(?=.*[@$!%*#?&])[A-Za-z\\d@$!%*#?&]{8,}$")).min(8) - .messages({ - "string.pattern.base": "Password must contain letters, numbers, and symbols", - "string.min": "Password must be at least 8 characters", - }), - confirmPassword: Joi.string().valid(Joi.ref("password")).required().messages({ - "any.only": "Password and Confirm Password must match", - "any.required": "Confirm Password is required" - }) - }) - - const { error } = theValidation.validate(req.body, { abortEarly: false }) - if (error) { - return res.status(400).json({ message: "failed" }) - } - const otp = Math.floor(Math.random() * 900000); - } catch (err) { - console.error("Register Error", err) - res.status(500).json({ message: "someting went wrong", success: false }) - + try { + const theValidation = Joi.object({ + firstName: Joi.string().min(3).max(20).required(), + lastName: Joi.string().min(3).max(20).required(), + email: Joi.string().email().required(), + password: Joi.string() + .pattern(new RegExp('^(?=.*[A-Za-z])(?=.*\\d)(?=.*[@$!%*#?&])[A-Za-z\\d@$!%*#?&]{8,}$')) + .min(8) + .messages({ + 'string.pattern.base': 'Password must contain letters, numbers, and symbols', + 'string.min': 'Password must be at least 8 characters', + }), + confirmPassword: Joi.string().valid(Joi.ref('password')).required().messages({ + 'any.only': 'Password and Confirm Password must match', + 'any.required': 'Confirm Password is required', + }), + }); + + const { error } = theValidation.validate(req.body, { abortEarly: false }); + if (error) { + return res.status(400).json({ message: 'failed' }); } -} + const otp = Math.floor(Math.random() * 900000); + } catch (err) { + console.error('Register Error', err); + res.status(500).json({ message: 'someting went wrong', success: false }); + } +}; diff --git a/src/controllers/paymentController.ts b/src/controllers/paymentController.ts index d8b8ece..5c46a26 100644 --- a/src/controllers/paymentController.ts +++ b/src/controllers/paymentController.ts @@ -16,7 +16,9 @@ export const createCheckoutSession = async ( const { plan } = req.body; if (!priceMap[plan]) { - res.status(400).json({ message: "Invalid plan selected",success:false}); + res + .status(400) + .json({ message: "Invalid plan selected", success: false }); return; } @@ -37,15 +39,22 @@ export const createCheckoutSession = async ( cancel_url: `${process.env.CLIENT_URL}/cancel`, }); - res.status(200).json({ url: session.url ,message:"checkout created",success:true}); + res + .status(200) + .json({ url: session.url, message: "checkout created", success: true }); } catch (error: any) { console.error("Stripe Error (createCheckoutSession):", error); - res.status(500).json({message: error.message || "Something went wrong creating session",success:false}); + res.status(500).json({ + message: error.message || "Something went wrong creating session", + success: false, + }); } - }; -export const handleWebhook = async (req: Request, res: Response): Promise => { +export const handleWebhook = async ( + req: Request, + res: Response +): Promise => { const sig = req.headers["stripe-signature"]; let event; @@ -57,7 +66,9 @@ export const handleWebhook = async (req: Request, res: Response): Promise ); } catch (err: any) { console.error("Webhook Error:", err.message); - res.status(400).json({message:`Webhook Error: ${err.message}`,success:false}); + res + .status(400) + .json({ message: `Webhook Error: ${err.message}`, success: false }); return; } @@ -66,5 +77,5 @@ export const handleWebhook = async (req: Request, res: Response): Promise console.log("Payment successful:", session); } - res.json({ received: true ,message:"payment received",success:true}); + res.json({ received: true, message: "payment received", success: true }); }; diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 2972901..da3b917 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -1,113 +1,129 @@ -import type { Request, Response } from "express"; -import fs from "fs"; -import { GoogleGenerativeAI } from '@google/generative-ai' -import csv from "csv-parser"; -import fetch from "node-fetch"; -import dotenv from "dotenv"; -dotenv.config(); +import type { Request, Response } from 'express'; +import fs from 'fs'; +import { GoogleGenerativeAI } from '@google/generative-ai'; +import csv from 'csv-parser'; +import { CustomError } from '../utils/CustomError'; +import { generateAiPromt } from '../utils/aiPromt'; -const genAI = new GoogleGenerativeAI(process.env.GEMINI_API_KEY!); -const model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); +// const apikey = +let apiKeyIndex = 1; +const apiKeys = process.env.GEMINI_API_KEY!.split(',').map(k => k.trim()); +let currentApi = apiKeys[apiKeyIndex]; +let genAI = new GoogleGenerativeAI(currentApi); +let model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); +const switchApi = () => { + apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; + currentApi = apiKeys[apiKeyIndex]; + genAI = new GoogleGenerativeAI(currentApi); + model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); + console.log('Api Key swithed',currentApi); +}; -export const fileupload = async (req: Request, res: Response) => { - try { - console.time("checking"); - if (!req.file) { - return res.status(404).json({ message: "File Not Uploaded" }); - } +export const fileParsing = async (req: Request, res: Response) => { + try { + // console.log(req.ip); + console.time('checking') + console.log(currentApi); + if (!req.file) { + return res.status(404).json({ message: 'File Not Uploaded' }); + } - const filepath = req.file.path; - const results: any[] = []; - let headers: string[] = []; - const stream = fs.createReadStream(filepath, { encoding: "utf-8" }).pipe(csv()); - stream - .on("headers", (hdrs: string[]) => { - headers = hdrs; - }) - .on("data", (data: any) => { - results.push(data); - }) - .on("end", async () => { - console.timeEnd("checking"); - const rowsneeded = results.slice(0, 10); + const filepath = req.file.path; + const results: any[] = []; + let headers: string[] = []; + let totalRows = 0; + // let headerOnCalledCount = 0; - const datamodel = { - headers, - rows: rowsneeded - }; + const handleOnHeaders = (hdrs: string[]) => { + headers = hdrs; + // TODO: Check and remove + // console.log("Header evert called : ", headerOnCalledCount++, hdrs); + }; - const json = JSON.stringify(datamodel); - const modelsize = Buffer.byteLength(json, "utf8"); - console.log((modelsize / (1024 * 1024)).toFixed(2) + " MB"); - fs.unlink(filepath, (err) => { - if (err) console.log("File removing Failed", err); - }); + const handleOnData = (data: any) => { + totalRows++; + results.push(data); + }; - const prompt = ` -I will provide a JSON object called \`datamodel\` with: -- headers: an array of column names -- rows: up to 10 sample row objects (each row is a mapping header->value) + const handleOnError = (err: any) => { + console.log('error while parsing csv:', err); + return res.status(500).json({ + message: 'error parsing csv', + success: false, + error: String(err), + }); + }; -Task: -1) Produce concise data insights (3–6 bullet points) about the dataset based only on the provided headers and sample rows. -2) Suggest 3–6 meaningful visualizations to answer high-level questions. For each visualization, specify: - - type (bar, line, pie, histogram, scatter) - - x field (column name) - - y field (column name or aggregation) - - any group/aggregation needed (e.g., count, sum, avg) - - suggested chart title and short caption -3) Provide 10 likely questions a user would ask about this dataset (short, clear questions). -4) For each of those 10 questions, provide: - a) A short natural-language answer based on the sample rows (if not determinable from sample, say "requires full dataset" and explain why). - b) The exact aggregation code needed to compute the answer on the full dataset. Provide both: - - JavaScript (in-memory) code snippet that takes an array \`rows\` and returns the result (use plain JS, no libraries), and - - Equivalent MongoDB aggregation pipeline that assumes a collection \`documents\` where each document corresponds to one CSV row (fields follow the headers). -5) Provide a short note about any data quality issues you detect from the sample (missing values, numeric columns stored as strings, inconsistent formats). -6) If the datamodel is large or has columns likely to be high-cardinality, mention that you should not send all rows to the model and recommend strategies -(sample rows, summary stats, or storing and analyzing remotely). + const handleOnEnd = async () => { + console.timeEnd('checking'); + const rowsneeded = results.slice(0, 10); + const totalColumns = headers.length; + let missingValues = 0; + for (let i of results) { + for (let j of Object.values(i)) { + if (j === '' || j === null || j === undefined) { + missingValues++; + } + } + } -Return a JSON object with this exact top-level shape (so my code can parse it): -{ - "insights": [ "..." ], - "visualizations": [ - { "type": "...", "x":"...", "y":"...", "aggregation":"count|sum|avg|none", "title":"...", "caption":"..." } - ], - "questions": [ - { - "question": "string", - "natural_answer": "string", - "js_aggregation": "string (self-contained JS code snippet)", - "mongodb_pipeline": [ /* array representing pipeline stages */ ], - "requires_full_data": true|false - } - ], - "data_quality": [ "..." ], - "notes": "..." -} + // user to calucuate total rows, cols of the given data + const computedMetrics = { + total_rows: totalRows, + total_columns: totalColumns, + missing_values: missingValues, + }; -Now I provide \`datamodel\`: ${JSON.stringify(datamodel)} + // Data given to AI + const sampleData = { + name: req.file?.originalname, + headers, + rows: rowsneeded, + metrics: computedMetrics, + }; -Only use the datamodel contents to create answers. If sample rows are too small to determine a statistic, - explicitly say so. -`; - try { - console.time("ai response") - const result = await model.generateContent(prompt); - const responsetext = await result.response.text() - console.timeEnd("ai response") - console.log(responsetext) - } - catch (err) { - console.log(err) - } - }) - .on("error", (err: any) => { - console.log("error while parsing csv:", err); - return res.status(500).json({ message: "error parsing csv", success: false, error: String(err) }); - }); - } catch (err) { - console.log(err); - return res.status(500).json({ message: "internal server error", success: false, error: String(err) }); - } + const json = JSON.stringify(sampleData); + const modelsize = Buffer.byteLength(json, 'utf8'); + console.log((modelsize / (1024 * 1024)).toFixed(2) + ' MB'); + fs.unlink(filepath, err => { + if (err) console.log('File removing Failed', err); + }); + + const prompt = generateAiPromt(sampleData, computedMetrics); + try { + console.time('ai response'); + const result = await model.generateContent(prompt); + const responsetext = await result.response.text(); + console.timeEnd('ai response'); + console.log(responsetext); + } catch (err: any) { + const msg = String(err?.message || ''); + if ( + err.status == 503 || + msg.includes('quota') || + msg.includes('exceeded') || + msg.includes('429') + ) { + console.log('Limit Reached For This Api Key'); + switchApi(); + } else { + console.log(err); + } + } + }; + + const stream = fs.createReadStream(filepath, { encoding: 'utf-8' }).pipe(csv()); + + stream + .on('headers', handleOnHeaders) + .on('data', handleOnData) + .on('error', handleOnError) + .on('end', handleOnEnd); + //.. + } catch (err) { + console.log(err); + const error = new CustomError({ errorData: String(err), statusCode: 404 }); + return res.status(error.statusCode).json(error); + } }; diff --git a/src/middleware/verifytoken.ts b/src/middleware/verifytoken.ts deleted file mode 100644 index c6861aa..0000000 --- a/src/middleware/verifytoken.ts +++ /dev/null @@ -1,19 +0,0 @@ -import Jwt from "jsonwebtoken"; -import { Request,Response,NextFunction } from "express"; - export const verifyToken = (req:Request,res:Response,next:NextFunction)=>{ - const authHeader = req.headers.authorization; - if(!authHeader){ - return res.status(401).json({message:"no token"}) - } - const token = authHeader.split(" ")[1] - try{ - const decoded = Jwt.verify(token,process.env.JWT_SECRET!); - req.user = decoded; - next(); - - }catch(err){ - return res.status(401).json({ message: "Invalid or expired token" }); - } - - - } \ No newline at end of file diff --git a/src/middlewares/fileSizeCheck.ts b/src/middlewares/fileSizeCheck.ts new file mode 100644 index 0000000..1b74242 --- /dev/null +++ b/src/middlewares/fileSizeCheck.ts @@ -0,0 +1,16 @@ +import { NextFunction, Request, Response } from "express"; +import multer from "multer"; + +export const fileSizeCheck = (err: any, req: Request, res: Response, next: NextFunction) => { + if (err instanceof multer.MulterError) { + if (err.code === 'LIMIT_FILE_SIZE') { + return res.status(400).json({ + message: `File size too large. Max is ${process.env.MAX_FILE_SIZE} bytes.`, + }); + } + } + if (err) { + return res.status(400).json({ message: err.message }); + } + next(); +}; diff --git a/src/middleware/logincheck.ts b/src/middlewares/loginCheck.ts similarity index 100% rename from src/middleware/logincheck.ts rename to src/middlewares/loginCheck.ts diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts new file mode 100644 index 0000000..d421ff4 --- /dev/null +++ b/src/middlewares/tokenCheck.ts @@ -0,0 +1,13 @@ +import { NextFunction, Request, Response } from 'express'; +import dataModel from '../model/dataModel'; +export const tokenCheck = async (error: any, req: Request, res: Response, next: NextFunction) => { + try { + console.log('api in middleware'); + const userIp = req.ip; + console.log(userIp); + // next(); + return; + } catch (err) { + console.log(err); + } +}; diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts new file mode 100644 index 0000000..60ff7db --- /dev/null +++ b/src/middlewares/verifyToken.ts @@ -0,0 +1,23 @@ +import Jwt from "jsonwebtoken"; +import { Request, Response, NextFunction } from "express"; + +export const verifyToken = ( + req: Request, + res: Response, + next: NextFunction +) => { + const authHeader = req.headers.authorization; + + if (!authHeader) { + return res.status(401).json({ message: "no token" }); + } + + const token = authHeader.split(" ")[1]; + try { + const decoded = Jwt.verify(token, process.env.JWT_SECRET!); + req.user = decoded; + next(); + } catch (err) { + return res.status(401).json({ message: "Invalid or expired token" }); + } +}; diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 03491aa..427a691 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -4,6 +4,15 @@ import { googleCallback } from "../controller/auth/auth.ts"; const googleRouter = Router(); +// Login +// Signup +// Refresh +// GetAuthData +// Logout +// Google/ + +// Properly use .env + googleRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); googleRouter.get('/google/callback', passport.authenticate("google", { session: false, failureRedirect: "http://localhost:5000/auth/google" }), googleCallback); diff --git a/src/routes/paymentRoutes.ts b/src/routes/paymentRoutes.ts index 9212b96..bdf1615 100644 --- a/src/routes/paymentRoutes.ts +++ b/src/routes/paymentRoutes.ts @@ -3,6 +3,10 @@ import { createCheckoutSession, handleWebhook } from "../controllers/paymentCont const router = express.Router(); router.post("/create-checkout-session", createCheckoutSession); + +// Seems duplicated router.post("/webhook", express.raw({ type: "application/json" }), handleWebhook); +// payment/webhook app.use + export default router; diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index 2ddbdb6..4a33d26 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -1,8 +1,10 @@ import { Router } from 'express' -import upload from '../middleware/multerUpload.ts'; -import { fileupload } from '../controllers/uploadController.ts' +import upload from '../utils/multerUpload.ts'; +import { fileParsing } from '../controllers/uploadController.ts' +import { tokenCheck } from '../middlewares/tokenCheck.ts'; const uploadRouter = Router() -uploadRouter.post("/fileupload", upload.single('file'), fileupload); +// uploadRouter.use('/fileupload',tokenCheck) +uploadRouter.post("/fileupload", upload.single('file'), fileParsing); export default uploadRouter; \ No newline at end of file diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 80aa1e0..1d4bca4 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,6 +1,6 @@ import { Router } from "express"; import { register,loginCheck,verifyOtp,getAllUser } from "../controller/auth/auth.ts"; -import { verifyToken } from "../middleware/verifytoken.ts"; +import { verifyToken } from "../middlewares/verifyToken.ts"; import { testpro } from "../controller/auth/auth.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; diff --git a/src/services/jwtServices.ts b/src/services/jwtServices.ts index 35169d7..e77d5d8 100644 --- a/src/services/jwtServices.ts +++ b/src/services/jwtServices.ts @@ -1,24 +1,30 @@ import jwt from "jsonwebtoken"; -import { Response,Request } from "express"; +import { Response, Request } from "express"; import { emitWarning } from "process"; export const signJwt = (payload: object) => { - return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "15m" }); + return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "15m" }); }; -export const refreshAccessToken = async(req:Request,res:Response)=>{ - const refreshToken = req.cookies.refreshToken; - if(!refreshToken){ - return res.status(401).json({success:false,message:"no refresh token"}) - } - try{ - const correctCheck = jwt.verify(refreshToken, process.env.REFRESH_SECRET!) as { id: string; email: string }; - const newAccessToken = jwt.sign({id:correctCheck.id,email:correctCheck.email},process.env.JWT_SECRET!,{expiresIn:"15m"}) - - return res.status(200).json({success:true,newAccessToken}) +export const refreshAccessToken = async (req: Request, res: Response) => { + const refreshToken = req.cookies.refreshToken; + if (!refreshToken) { + return res + .status(401) + .json({ success: false, message: "no refresh token" }); + } + try { + const correctCheck = jwt.verify( + refreshToken, + process.env.REFRESH_SECRET! + ) as { id: string; email: string }; - }catch(err){ + const jwtPayload = { id: correctCheck.id, email: correctCheck.email }; - } -} + const newAccessToken = jwt.sign(jwtPayload, process.env.JWT_SECRET!, { + expiresIn: "15m", + }); + return res.status(200).json({ success: true, newAccessToken }); + } catch (err) {} +}; diff --git a/src/utils/CustomError.ts b/src/utils/CustomError.ts new file mode 100644 index 0000000..f4594bb --- /dev/null +++ b/src/utils/CustomError.ts @@ -0,0 +1,19 @@ +export class CustomError extends Error { + statusCode: number; + errorData: any; + success: boolean = false; + + constructor({ + message, + statusCode, + errorData, + }: { + message?: string; + statusCode?: number; + errorData?: any; + }) { + super(message || "Iternal Server error"); + this.statusCode = statusCode || 500; + this.errorData = errorData; + } +} \ No newline at end of file diff --git a/src/utils/aiPromt.ts b/src/utils/aiPromt.ts new file mode 100644 index 0000000..94fa947 --- /dev/null +++ b/src/utils/aiPromt.ts @@ -0,0 +1,36 @@ +export const generateAiPromt = (computedMetrics: any, sampleData: any) => { + return ` +You are an expert AI data analyst for a web app called InstaviZ. + +You are given a dataset summary in JSON: +{ + "headers": [...], + "rows": [sample of 10 rows], + "metrics": ${JSON.stringify(computedMetrics)} +} + +Your task: +1. Return ONLY a valid JSON object (no markdown or text). +2. Use the provided metrics directly — do not recompute them. +3. Generate **exactly 2 charts**: + - One "bar" chart for numeric comparison (choose the most meaningful numeric field). + - One "pie" chart for category distribution (choose a categorical field). +4. Return strictly in this format: +{ + "metrics": { + "total_rows": number, + "total_columns": number, + "missing_values": number, + "charts_generated": 2 + }, + "charts": [ + { "type": "bar", "x": "column", "y": "column or count", "title": "string" }, + { "type": "pie", "x": "column", "y": "count", "title": "string" } + ], + "summary": ["short bullet insight 1", "insight 2", "insight 3"] +} +5.give me some important filed in this data that i can show it to user (like if the data set based on sales give total sales) +Dataset sample: +${JSON.stringify(sampleData)} +`; +}; diff --git a/src/middleware/multerUpload.ts b/src/utils/multerUpload.ts similarity index 68% rename from src/middleware/multerUpload.ts rename to src/utils/multerUpload.ts index 68c32fd..e91c262 100644 --- a/src/middleware/multerUpload.ts +++ b/src/utils/multerUpload.ts @@ -15,7 +15,8 @@ const storage = multer.diskStorage({ }, filename: function (_req, file, cb) { const suffix = Date.now() + "_" + Math.round(Math.random() * 1e9); - cb(null, `${suffix}_${file.originalname}`); + const safeName = file.originalname.replace(/[^a-zA-Z0-9.\-_]/g, "_"); + cb(null, `${suffix}_${safeName}`); }, }); @@ -26,15 +27,21 @@ function fileFiltercsv( ) { const ext = path.extname(file.originalname).toLowerCase(); if (ext !== ".csv") { - return cb(new Error("only csv FileType allowed")); + return cb(new Error("Only CSV file type allowed")); + } + if (file.mimetype !== "text/csv" && file.mimetype !== "application/vnd.ms-excel") { + return cb(new Error("Invalid mimetype for CSV")); } cb(null, true); } + +const MAX_FILE_SIZE = 50 * 1024 * 1024; + const upload = multer({ storage, fileFilter: fileFiltercsv, -// limits: { fileSize: 50 * 1024 * 1024 }, + limits: { fileSize: MAX_FILE_SIZE, files: 1 }, }); export default upload; From 2733f79f190d3dc07ac75a77ac7e460ca6897444 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Fri, 14 Nov 2025 09:18:20 +0530 Subject: [PATCH 033/120] profile update and logout basic --- .env | 2 -- src/app.ts | 4 +-- src/controller/auth/auth.ts | 55 ++++++++++++++++++++----------- src/controllers/UserController.ts | 10 ++---- src/middleware/verifytoken.ts | 37 +++++++++++---------- src/model/dataModel.ts | 49 ++++++++++++++------------- src/routes/authRoutes.ts | 11 ++++--- src/routes/paymentRoutes.ts | 13 ++++++-- src/services/jwtServices.ts | 40 ++++++++++++---------- src/utils/imageUploader.ts | 2 +- 10 files changed, 125 insertions(+), 98 deletions(-) diff --git a/.env b/.env index e55f8a9..25e366d 100644 --- a/.env +++ b/.env @@ -20,5 +20,3 @@ EMAIL_PASS = lhubgdnbvmfrzjcj SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo - -GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o \ No newline at end of file diff --git a/src/app.ts b/src/app.ts index f434afc..be074e2 100644 --- a/src/app.ts +++ b/src/app.ts @@ -9,7 +9,7 @@ import morgan from 'morgan'; import cors from 'cors'; import passport from './config/passport.ts'; import cookieParser from "cookie-parser"; -import googleRouter from './routes/authRoutes.ts'; +import authRouter from './routes/authRoutes.ts'; import uploadRouter from './routes/uploadRouter.ts' import userRouter from './routes/userRouter.ts'; import paymentRouter from './routes/paymentRoutes.js'; @@ -46,7 +46,7 @@ app.use("/payment/webhook", express.raw({ type: "application/json" })); //middleware app.use("/upload", uploadRouter) app.use("/user", userRouter) -app.use("/auth", googleRouter) +app.use("/auth", authRouter) app.use("/payment", paymentRouter) app.use("/payment",paymentRouter) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index 3b88ad5..3f9d1c8 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -72,6 +72,7 @@ export const loginCheck = async (req: Request, res: Response) => { accessToken, user: { id: user._id, + name: user.name, email: user.email, }, }); @@ -186,23 +187,20 @@ export const verifyOtp = async (req: Request, res: Response) => { console.log(createUser); console.log("after loging create logging"); - const accessToken = signJwt({id:otpData._id,email:otpData.email}) - const refreshToken = Jwt.sign( - {id:otpData._id,email:otpData.email}, - process.env.REFRESH_SECRET!, - {expiresIn:"30d"} - ) - - res.cookie("refreshToken",refreshToken,{ - httpOnly:true, - secure:false, - sameSite: "strict", - maxAge:30*24*60*60*100 - }) - await otpModel.deleteOne({ email }); - - + const accessToken = signJwt({ id: otpData._id, email: otpData.email }); + const refreshToken = Jwt.sign( + { id: otpData._id, email: otpData.email }, + process.env.REFRESH_SECRET!, + { expiresIn: "30d" } + ); + res.cookie("refreshToken", refreshToken, { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 100, + }); + await otpModel.deleteOne({ email }); return res.status(200).json({ success: true, @@ -214,16 +212,17 @@ export const verifyOtp = async (req: Request, res: Response) => { } }; - // google authentication export const googleCallback = (req: Request, res: Response) => { - const user = req.user as User; + const user = req.user as any; const token = signJwt({ - id: user.googleId, + id: user._id?.toString() || null, + googleId: user.googleId?.toString() || null, email: user.email, }); - const frontendURL = `${process.env.CLIENT_URL}`; + + const frontendURL = process.env.CLIENT_URL!; res.redirect(`${frontendURL}/auth/callback?token=${token}`); }; @@ -234,3 +233,19 @@ export const testpro = (req: Request, res: Response) => { return res.json({ message: "error", error: err }); } }; + +export const logoutUser = async (req: Request, res: Response) => { + const refreshToken = req.cookies.refreshToken; + + if (!refreshToken) return res.status(200).json({ message: "Logged out" }); + + const data = await userModel.updateOne({ refreshToken }, { $set: { refreshToken: null } }); + console.log("data",data) + res.clearCookie("refreshToken", { + httpOnly: true, + secure: true, + sameSite: "strict", + }); + + res.status(200).json({ message: "Logout successful" }); +}; diff --git a/src/controllers/UserController.ts b/src/controllers/UserController.ts index 06b4840..5733197 100644 --- a/src/controllers/UserController.ts +++ b/src/controllers/UserController.ts @@ -11,10 +11,8 @@ export const userImageUpdate = async (req: Request, res: Response) => { return res.status(400).json({ message: "image and userId are required." }); } - // 1️⃣ Upload image to Supabase const imageUrl = await uploadimageToSupabase(userId, image); - // 2️⃣ Detect whether it's a Mongo ObjectId or Google ID let query: any; if (mongoose.Types.ObjectId.isValid(userId)) { query = { _id: userId }; @@ -22,27 +20,25 @@ export const userImageUpdate = async (req: Request, res: Response) => { query = { googleId: userId }; } - // 3️⃣ Update user profileImage in DB const updatedUser = await userModel.findOneAndUpdate( query, { picture: imageUrl }, - { new: true, upsert: false } // don't create new users accidentally + { new: true, upsert: false } ); if (!updatedUser) { return res.status(404).json({ message: "User not found" }); } - console.log("✅ User image updated:", updatedUser.picture); + console.log(" User image updated:", updatedUser.picture); - // 4️⃣ Send new image back to frontend return res.status(200).json({ message: "Profile image updated successfully", imageUrl: updatedUser.picture, user: updatedUser, }); } catch (err) { - console.error("❌ Error in userImageUpdate:", err); + console.error(" Error in userImageUpdate:", err); res.status(500).json({ message: "Internal server error.", err }); } }; diff --git a/src/middleware/verifytoken.ts b/src/middleware/verifytoken.ts index c6861aa..98c39ea 100644 --- a/src/middleware/verifytoken.ts +++ b/src/middleware/verifytoken.ts @@ -1,19 +1,20 @@ -import Jwt from "jsonwebtoken"; -import { Request,Response,NextFunction } from "express"; - export const verifyToken = (req:Request,res:Response,next:NextFunction)=>{ - const authHeader = req.headers.authorization; - if(!authHeader){ - return res.status(401).json({message:"no token"}) - } - const token = authHeader.split(" ")[1] - try{ - const decoded = Jwt.verify(token,process.env.JWT_SECRET!); - req.user = decoded; +import Jwt from "jsonwebtoken"; +import { Request, Response, NextFunction } from "express"; +export const verifyToken = ( + req: Request, + res: Response, + next: NextFunction +) => { + const authHeader = req.headers.authorization; + if (!authHeader) { + return res.status(401).json({ message: "no token" }); + } + const token = authHeader.split(" ")[1]; + try { + const decoded = Jwt.verify(token, process.env.JWT_SECRET!); + req.user = decoded; next(); - - }catch(err){ - return res.status(401).json({ message: "Invalid or expired token" }); - } - - - } \ No newline at end of file + } catch (err) { + return res.status(401).json({ message: "Invalid or expired token" }); + } +}; diff --git a/src/model/dataModel.ts b/src/model/dataModel.ts index 5eff803..e147d57 100644 --- a/src/model/dataModel.ts +++ b/src/model/dataModel.ts @@ -1,35 +1,40 @@ import mongoose, { Schema, SchemaType } from "mongoose"; interface Data { - data: Record[]; - user_id: mongoose.Types.ObjectId, - chat_id?: string, - chart_id?: mongoose.Types.ObjectId, - createdAt: Date, - updatedAt: Date -}; - -const dataSchema = new Schema({ + data: Record[]; + user_id: mongoose.Types.ObjectId; + chat_id?: string; + chart_id?: mongoose.Types.ObjectId; + createdAt: Date; + updatedAt: Date; +} +const dataSchema = new Schema( + { data: [ - { - type: Map, of: Schema.Types.Mixed - } + { + type: Map, + of: Schema.Types.Mixed, + }, ], user_id: { - type: Schema.Types.ObjectId, ref: "user" + type: Schema.Types.ObjectId, + ref: "user", }, chat_id: { - type: Schema.Types.ObjectId, ref: "chat" + type: Schema.Types.ObjectId, + ref: "chat", }, chart_id: { - type: Schema.Types.ObjectId, ref: "chart" - } -}, - { - timestamps: true - }); + type: Schema.Types.ObjectId, + ref: "chart", + }, + }, + { + timestamps: true, + } +); -const dataModel = mongoose.model('data', dataSchema); +const dataModel = mongoose.model("data", dataSchema); -export default dataModel; \ No newline at end of file +export default dataModel; diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 03491aa..31a57e9 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -1,10 +1,11 @@ import passport from "passport"; import { Router } from "express"; -import { googleCallback } from "../controller/auth/auth.ts"; +import { googleCallback, logoutUser } from "../controller/auth/auth.ts"; -const googleRouter = Router(); +const authRouter = Router(); -googleRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); -googleRouter.get('/google/callback', passport.authenticate("google", { session: false, failureRedirect: "http://localhost:5000/auth/google" }), googleCallback); +authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); +authRouter.get('/google/callback', passport.authenticate("google", { session: false, failureRedirect: "http://localhost:5000/auth/google" }), googleCallback); -export default googleRouter; \ No newline at end of file +authRouter.post('/logout',logoutUser) +export default authRouter; \ No newline at end of file diff --git a/src/routes/paymentRoutes.ts b/src/routes/paymentRoutes.ts index 9212b96..cdfc8d0 100644 --- a/src/routes/paymentRoutes.ts +++ b/src/routes/paymentRoutes.ts @@ -1,8 +1,15 @@ import express from "express"; -import { createCheckoutSession, handleWebhook } from "../controllers/paymentController.ts"; +import { + createCheckoutSession, + handleWebhook, +} from "../controllers/paymentController.ts"; const router = express.Router(); router.post("/create-checkout-session", createCheckoutSession); -router.post("/webhook", express.raw({ type: "application/json" }), handleWebhook); +router.post( + "/webhook", + express.raw({ type: "application/json" }), + handleWebhook +); -export default router; +export default router; diff --git a/src/services/jwtServices.ts b/src/services/jwtServices.ts index 7fd9e53..bd5b6eb 100644 --- a/src/services/jwtServices.ts +++ b/src/services/jwtServices.ts @@ -1,24 +1,28 @@ import jwt from "jsonwebtoken"; -import { Response,Request } from "express"; -import { emitWarning } from "process"; +import { Response, Request } from "express"; export const signJwt = (payload: object) => { - return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "2m" }); + return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "7d" }); }; -export const refreshAccessToken = async(req:Request,res:Response)=>{ - const refreshToken = req.cookies.refreshToken; - if(!refreshToken){ - return res.status(401).json({success:false,message:"no refresh token"}) - } - try{ - const correctCheck = jwt.verify(refreshToken, process.env.REFRESH_SECRET!) as { id: string; email: string }; - const newAccessToken = jwt.sign({id:correctCheck.id,email:correctCheck.email},process.env.JWT_SECRET!,{expiresIn:"15m"}) - - return res.status(200).json({success:true,newAccessToken}) - - }catch(err){ - - } -} +export const refreshAccessToken = async (req: Request, res: Response) => { + const refreshToken = req.cookies.refreshToken; + if (!refreshToken) { + return res + .status(401) + .json({ success: false, message: "no refresh token" }); + } + try { + const correctCheck = jwt.verify( + refreshToken, + process.env.REFRESH_SECRET! + ) as { id: string; email: string }; + const newAccessToken = jwt.sign( + { id: correctCheck.id, email: correctCheck.email }, + process.env.JWT_SECRET!, + { expiresIn: "15m" } + ); + return res.status(200).json({ success: true, newAccessToken }); + } catch (err) {} +}; diff --git a/src/utils/imageUploader.ts b/src/utils/imageUploader.ts index d61e6a5..dec3175 100644 --- a/src/utils/imageUploader.ts +++ b/src/utils/imageUploader.ts @@ -3,7 +3,7 @@ import { supabase } from "../config/supabaseClient"; const ALLOWED_MIME_TYPES = ["image/png", "image/jpeg", "image/jpg"]; export const uploadimageToSupabase = async (userId: string, image: string) => { - + console.log("api reached here") if (!image.startsWith("data:image/")) { throw new Error("Invalid image format. Must be base64 encoded image."); From 17b354186ba7bfd247cc224704c53204fae94ed7 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Fri, 14 Nov 2025 09:27:28 +0530 Subject: [PATCH 034/120] logout deleted --- src/controller/auth/auth.ts | 15 --------------- src/routes/authRoutes.ts | 3 +-- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index 3f9d1c8..f36c041 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -234,18 +234,3 @@ export const testpro = (req: Request, res: Response) => { } }; -export const logoutUser = async (req: Request, res: Response) => { - const refreshToken = req.cookies.refreshToken; - - if (!refreshToken) return res.status(200).json({ message: "Logged out" }); - - const data = await userModel.updateOne({ refreshToken }, { $set: { refreshToken: null } }); - console.log("data",data) - res.clearCookie("refreshToken", { - httpOnly: true, - secure: true, - sameSite: "strict", - }); - - res.status(200).json({ message: "Logout successful" }); -}; diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 31a57e9..56fa861 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -1,11 +1,10 @@ import passport from "passport"; import { Router } from "express"; -import { googleCallback, logoutUser } from "../controller/auth/auth.ts"; +import { googleCallback } from "../controller/auth/auth.ts"; const authRouter = Router(); authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); authRouter.get('/google/callback', passport.authenticate("google", { session: false, failureRedirect: "http://localhost:5000/auth/google" }), googleCallback); -authRouter.post('/logout',logoutUser) export default authRouter; \ No newline at end of file From 2e246b05a5363ab689960c40df10b726b43374d8 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Fri, 14 Nov 2025 10:33:31 +0530 Subject: [PATCH 035/120] everything --- .env | 3 +-- .prettierrc.ts | 31 +++++++++++---------- src/controllers/uploadController.ts | 39 +++++++++++++++++---------- src/routes/userRouter.ts | 31 +++++++++++---------- src/utils/CustomError.ts | 4 +-- src/utils/{aiPromt.ts => aiPrompt.ts} | 4 +-- 6 files changed, 60 insertions(+), 52 deletions(-) rename src/utils/{aiPromt.ts => aiPrompt.ts} (91%) diff --git a/.env b/.env index 48997b4..9f2bfb9 100644 --- a/.env +++ b/.env @@ -21,7 +21,7 @@ EMAIL_PASS = lhubgdnbvmfrzjcj SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo MAX_FILE_SIZE = 50 * 1024 * 1024; -GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o +GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo @@ -32,4 +32,3 @@ R2_ACCESS_KEY_ID=c7d19730f99bbbebe4158c94089efd4a R2_SECRET_ACCESS_KEY=5e79e90773faa628cd5409ebd9835ffd140bca3e8b59002085e3a634e94613da R2_BUCKET_NAME=instaviz R2_PUBLIC_URL=https://pub-e11ccec3e5ab495796b8d807084b93ca.r2.dev/ -,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo \ No newline at end of file diff --git a/.prettierrc.ts b/.prettierrc.ts index 2445856..ad334f3 100644 --- a/.prettierrc.ts +++ b/.prettierrc.ts @@ -1,4 +1,4 @@ -import type { Config } from "prettier"; +import type { Config } from 'prettier'; const config: Config = { // Format options @@ -7,37 +7,36 @@ const config: Config = { useTabs: false, semi: true, singleQuote: true, - trailingComma: "all", + trailingComma: 'all', bracketSpacing: true, bracketSameLine: false, - arrowParens: "avoid", - htmlWhitespaceSensitivity: "css", - endOfLine: "lf", - proseWrap: "always", - quoteProps: "as-needed", - embeddedLanguageFormatting: "auto", + arrowParens: 'avoid', + htmlWhitespaceSensitivity: 'css', + endOfLine: 'lf', + proseWrap: 'always', + quoteProps: 'as-needed', + embeddedLanguageFormatting: 'auto', // Overrides for specific file types overrides: [ { - files: ["*.json", "*.json5", "*.yaml", "*.yml"], + files: ['*.json', '*.json5', '*.yaml', '*.yml'], options: { tabWidth: 2, singleQuote: false, - trailingComma: "none", + trailingComma: 'none', }, }, { - files: ["*.md", "*.mdx"], + files: ['*.md', '*.mdx'], options: { - printWidth: 80, - proseWrap: "preserve", + printWidth: 150, + proseWrap: 'preserve', }, }, { - files: ["*.ts", "*.tsx"], - options: { - }, + files: ['*.ts', '*.tsx'], + options: {}, }, ], }; diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index cf20457..23d6fb4 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -7,7 +7,7 @@ import { PutObjectCommand } from '@aws-sdk/client-s3'; import { r2 } from '../config/r2Client'; import dataModel from '../model/dataModel'; import { CustomError } from '../utils/CustomError'; -import { generateAiPromt } from '../utils/aiPromt'; +import { generateAiPromt } from '../utils/aiPrompt'; // const apikey = let apiKeyIndex = 1; @@ -24,14 +24,14 @@ const switchApi = () => { console.log('Api Key swithed', currentApi); }; -export const fileupload = async (req: Request, res: Response) => { +export const fileParsing = async (req: Request, res: Response) => { try { console.time('checking'); if (!req.file) { return res.status(404).json({ message: 'File Not Uploaded' }); } - - const filepath = req.file.path; + const file = req.file as Express.Multer.File; + const filepath = file.path; const results: any[] = []; let headers: string[] = []; let totalRows = 0; @@ -63,7 +63,7 @@ export const fileupload = async (req: Request, res: Response) => { // Upload to Cloudflare R2 const fileBuffer = fs.readFileSync(filepath); - const fileName = `${Date.now()}_${req.?file?.originalname}; + const fileName = `${Date.now()}_${file.originalname}`; try { await r2.send( @@ -82,8 +82,8 @@ export const fileupload = async (req: Request, res: Response) => { fs.unlink(filepath, () => {}); // Public file URL - const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; - + const fileUrl = `${process.env.R2_PUBLIC_URL}${fileName}`; + console.log(fileUrl); // Compute metrics const totalColumns = headers.length; let missingValues = 0; @@ -101,19 +101,23 @@ export const fileupload = async (req: Request, res: Response) => { // Save sample data in MongoDB const dataset = await dataModel.create({ - data: results, + data: results.slice(0, 10), user_id: req.body.user_id || null, chat_id: null, chart_id: null, r2_url: fileUrl, }); - const prompt = generateAiPromt(sampleData, computedMetrics); + const prompt = generateAiPromt(dataset, computedMetrics); + let parsed: any; try { - console.time('ai response'); + console.log(currentApi) const result = await model.generateContent(prompt); - const responsetext = await result.response.text(); - console.timeEnd('ai response'); - console.log(responsetext); + let responseText = result.response + .text() + .trim() + .replace(/```json|```/g, ''); + parsed = JSON.parse(responseText); + console.log(parsed); } catch (err: any) { const msg = String(err?.message || ''); if ( @@ -128,9 +132,16 @@ export const fileupload = async (req: Request, res: Response) => { console.log(err); } } + + res.status(200).json({ + success: true, + message: 'Dataset processed successfully', + datasetId: dataset._id, + r2Url: fileUrl, + data: parsed, + }); }; - const stream = fs.createReadStream(filepath, { encoding: 'utf-8' }).pipe(csv()); stream .on('headers', handleOnHeaders) diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index bf4aa36..18456f3 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,23 +1,22 @@ -import { Router } from "express"; -import { register, loginCheck, verifyOtp, getUserProfile } from "../controller/auth/auth.ts"; -import { verifyToken } from "../middleware/verifytoken.ts"; -import { testpro } from "../controller/auth/auth.ts"; -import { refreshAccessToken } from "../services/jwtServices.ts"; -import { userImageUpdate } from "../controllers/UserController.ts"; -import { deviceLogger } from "../middleware/deviceLogger.ts"; +import { Router } from 'express'; +import { register, loginCheck, verifyOtp, getUserProfile } from '../controller/auth/auth.ts'; +import { verifyToken } from '../middlewares/verifyToken.ts'; +import { testpro } from '../controller/auth/auth.ts'; +import { refreshAccessToken } from '../services/jwtServices.ts'; +import { userImageUpdate } from '../controllers/UserController.ts'; +import { deviceLogger } from '../utils/deviceLogger.ts'; const userRouter = Router(); -userRouter.post('/login',loginCheck , deviceLogger); -userRouter.post("/register",register); -userRouter.post("/verifyOtp",verifyOtp); -userRouter.get("/test",verifyToken,testpro) -userRouter.post("/newRefreshToken",refreshAccessToken) - +userRouter.post('/login', loginCheck, deviceLogger); +userRouter.post('/register', register); +userRouter.post('/verifyOtp', verifyOtp); +userRouter.get('/test', verifyToken, testpro); +userRouter.post('/newRefreshToken', refreshAccessToken); // dummy route dont take it serious -userRouter.get('/:userId', getUserProfile) +userRouter.get('/:userId', getUserProfile); // user image uploader router -userRouter.put('/upload', userImageUpdate) +userRouter.put('/upload', userImageUpdate); -export default userRouter; \ No newline at end of file +export default userRouter; diff --git a/src/utils/CustomError.ts b/src/utils/CustomError.ts index f4594bb..1059466 100644 --- a/src/utils/CustomError.ts +++ b/src/utils/CustomError.ts @@ -12,8 +12,8 @@ export class CustomError extends Error { statusCode?: number; errorData?: any; }) { - super(message || "Iternal Server error"); + super(message || 'Iternal Server error'); this.statusCode = statusCode || 500; this.errorData = errorData; } -} \ No newline at end of file +} diff --git a/src/utils/aiPromt.ts b/src/utils/aiPrompt.ts similarity index 91% rename from src/utils/aiPromt.ts rename to src/utils/aiPrompt.ts index 94fa947..ea95e88 100644 --- a/src/utils/aiPromt.ts +++ b/src/utils/aiPrompt.ts @@ -1,4 +1,4 @@ -export const generateAiPromt = (computedMetrics: any, sampleData: any) => { +export const generateAiPromt = (computedMetrics: any, dataset: any) => { return ` You are an expert AI data analyst for a web app called InstaviZ. @@ -31,6 +31,6 @@ Your task: } 5.give me some important filed in this data that i can show it to user (like if the data set based on sales give total sales) Dataset sample: -${JSON.stringify(sampleData)} +${JSON.stringify(dataset)} `; }; From 67c0fbc4442cae31e63f5eb25a1f18726c3f12b8 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Fri, 14 Nov 2025 10:36:36 +0530 Subject: [PATCH 036/120] env changed file is clear --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 9f2bfb9..2c5539d 100644 --- a/.env +++ b/.env @@ -31,4 +31,4 @@ R2_ACCOUNT_ID=e6a357e38f300a67ae9df3c103d060e5 R2_ACCESS_KEY_ID=c7d19730f99bbbebe4158c94089efd4a R2_SECRET_ACCESS_KEY=5e79e90773faa628cd5409ebd9835ffd140bca3e8b59002085e3a634e94613da R2_BUCKET_NAME=instaviz -R2_PUBLIC_URL=https://pub-e11ccec3e5ab495796b8d807084b93ca.r2.dev/ +R2_PUBLIC_URL=https://pub-e11ccec3e5ab495796b8d807084b93ca.r2.dev From 1c3115a19e8f6bea5c679043b78234c05f09b744 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Fri, 14 Nov 2025 10:37:59 +0530 Subject: [PATCH 037/120] done --- src/routes/adminroutes/insightsRouter.ts | 2 +- src/routes/userRouter.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/adminroutes/insightsRouter.ts b/src/routes/adminroutes/insightsRouter.ts index a0b4915..1199ca9 100644 --- a/src/routes/adminroutes/insightsRouter.ts +++ b/src/routes/adminroutes/insightsRouter.ts @@ -1,6 +1,6 @@ import express from "express"; import { getUserDevices } from "../../admincontroller/insightsController"; -import { verifyToken } from "../../middleware/verifytoken"; +import { verifyToken } from "../../middlewares/verifyToken"; export const insightsRouter = express.Router() diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 18456f3..8729a26 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -3,7 +3,7 @@ import { register, loginCheck, verifyOtp, getUserProfile } from '../controller/a import { verifyToken } from '../middlewares/verifyToken.ts'; import { testpro } from '../controller/auth/auth.ts'; import { refreshAccessToken } from '../services/jwtServices.ts'; -import { userImageUpdate } from '../controllers/UserController.ts'; +import { userImageUpdate } from '../controllers/userController.ts'; import { deviceLogger } from '../utils/deviceLogger.ts'; const userRouter = Router(); From 0b521a86043dbbc61d961c6f646288e0227bded5 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Fri, 14 Nov 2025 10:42:01 +0530 Subject: [PATCH 038/120] slash on url r2 --- src/controllers/uploadController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 23d6fb4..4f7ea95 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -82,7 +82,7 @@ export const fileParsing = async (req: Request, res: Response) => { fs.unlink(filepath, () => {}); // Public file URL - const fileUrl = `${process.env.R2_PUBLIC_URL}${fileName}`; + const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; console.log(fileUrl); // Compute metrics const totalColumns = headers.length; From c9dc2a7d0d30f884cb5ac24055fc027384034b3e Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Fri, 14 Nov 2025 10:42:33 +0530 Subject: [PATCH 039/120] aligned and change routes --- src/{controller => }/auth/auth.ts | 17 +++++----- src/routes/authRoutes.ts | 18 ++++++++++- src/routes/userRouter.ts | 22 ++++--------- src/utils/imageUploader.ts | 52 +++++++++++++++---------------- src/utils/sendEmail.ts | 47 +++++++++++++--------------- 5 files changed, 77 insertions(+), 79 deletions(-) rename src/{controller => }/auth/auth.ts (91%) diff --git a/src/controller/auth/auth.ts b/src/auth/auth.ts similarity index 91% rename from src/controller/auth/auth.ts rename to src/auth/auth.ts index f36c041..5b6dd32 100644 --- a/src/controller/auth/auth.ts +++ b/src/auth/auth.ts @@ -1,17 +1,14 @@ import type { Request, Response } from "express"; import bcrypt from "bcrypt"; -import otpModel from "../../model/otpModel.ts"; -import Joi, { number } from "../../../node_modules/joi/lib/index"; -import userModel from "../../model/user.ts"; -import { sendOtp } from "../../utils/sendEmail.ts"; -import { theValidation } from "../../services/validation.ts"; -import { generateOtp } from "../../utils/otpGenerate.ts"; +import otpModel from "../model/otpModel.ts"; +import userModel from "../model/user.ts"; +import { sendOtp } from "../utils/sendEmail.ts"; +import { theValidation } from "../services/validation.ts"; +import { generateOtp } from "../utils/otpGenerate.ts"; import Jwt from "jsonwebtoken"; -import { loginSchema } from "../../services/validation.ts"; +import { loginSchema } from "../services/validation.ts"; -// google authentication -import { signJwt } from "../../services/jwtServices.ts"; -import type { User } from "../../model/user.ts"; +import { signJwt } from "../services/jwtServices.ts"; import mongoose from "mongoose"; export const loginCheck = async (req: Request, res: Response) => { diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 56fa861..3366b3e 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -1,9 +1,25 @@ import passport from "passport"; import { Router } from "express"; -import { googleCallback } from "../controller/auth/auth.ts"; +import { googleCallback } from "../auth/auth.ts"; + +import { register, loginCheck, verifyOtp } from "../auth/auth.ts"; +import { verifyToken } from "../middleware/verifytoken.ts"; +import { testpro } from "../auth/auth.ts"; +import { refreshAccessToken } from "../services/jwtServices.ts"; +import { deviceLogger } from "../middleware/deviceLogger.ts"; + + const authRouter = Router(); +// login authentication +authRouter.post('/login',loginCheck , deviceLogger); +authRouter.post("/register",register); +authRouter.post("/verifyOtp",verifyOtp); +authRouter.get("/test",verifyToken,testpro) +authRouter.post("/newRefreshToken",refreshAccessToken) + +// google authentication authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); authRouter.get('/google/callback', passport.authenticate("google", { session: false, failureRedirect: "http://localhost:5000/auth/google" }), googleCallback); diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index bf4aa36..6dec593 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,23 +1,13 @@ import { Router } from "express"; -import { register, loginCheck, verifyOtp, getUserProfile } from "../controller/auth/auth.ts"; -import { verifyToken } from "../middleware/verifytoken.ts"; -import { testpro } from "../controller/auth/auth.ts"; -import { refreshAccessToken } from "../services/jwtServices.ts"; -import { userImageUpdate } from "../controllers/UserController.ts"; -import { deviceLogger } from "../middleware/deviceLogger.ts"; +import { userImageUpdate } from "../controllers/userController.ts"; +import { getUserProfile } from "../auth/auth.ts"; const userRouter = Router(); -userRouter.post('/login',loginCheck , deviceLogger); -userRouter.post("/register",register); -userRouter.post("/verifyOtp",verifyOtp); -userRouter.get("/test",verifyToken,testpro) -userRouter.post("/newRefreshToken",refreshAccessToken) - -// dummy route dont take it serious -userRouter.get('/:userId', getUserProfile) +// dummy route for single user +userRouter.get("/:userId", getUserProfile); // user image uploader router -userRouter.put('/upload', userImageUpdate) +userRouter.put("/upload", userImageUpdate); -export default userRouter; \ No newline at end of file +export default userRouter; diff --git a/src/utils/imageUploader.ts b/src/utils/imageUploader.ts index dec3175..a7a9273 100644 --- a/src/utils/imageUploader.ts +++ b/src/utils/imageUploader.ts @@ -3,38 +3,36 @@ import { supabase } from "../config/supabaseClient"; const ALLOWED_MIME_TYPES = ["image/png", "image/jpeg", "image/jpg"]; export const uploadimageToSupabase = async (userId: string, image: string) => { - - console.log("api reached here") - if (!image.startsWith("data:image/")) { - throw new Error("Invalid image format. Must be base64 encoded image."); - } + console.log("api reached here"); + if (!image.startsWith("data:image/")) { + throw new Error("Invalid image format. Must be base64 encoded image."); + } - const mimeType = image.substring( - image.indexOf(":") + 1, - image.indexOf(";") - ); + const mimeType = image.substring(image.indexOf(":") + 1, image.indexOf(";")); - if (!ALLOWED_MIME_TYPES.includes(mimeType)) { - throw new Error("Unsupported image type. Only PNG and JPG are allowed."); - } + if (!ALLOWED_MIME_TYPES.includes(mimeType)) { + throw new Error("Unsupported image type. Only PNG and JPG are allowed."); + } - const base64Data = image.replace(/^data:image\/\w+;base64,/, ""); - const buffer = Buffer.from(base64Data, "base64"); + const base64Data = image.replace(/^data:image\/\w+;base64,/, ""); + const buffer = Buffer.from(base64Data, "base64"); - const extension = mimeType.split("/")[1]; - const fileName = `user-${userId}-${Date.now()}.${extension}`; + const extension = mimeType.split("/")[1]; + const fileName = `user-${userId}-${Date.now()}.${extension}`; - const { data, error } = await supabase.storage - .from("picture") - .upload(fileName, buffer, { - cacheControl: "3600", - upsert: true, - contentType: mimeType, - }); + const { data, error } = await supabase.storage + .from("picture") + .upload(fileName, buffer, { + cacheControl: "3600", + upsert: true, + contentType: mimeType, + }); - if (error) throw error; + if (error) throw error; - const { data: publicUrlData } = supabase.storage.from("picture").getPublicUrl(fileName) + const { data: publicUrlData } = supabase.storage + .from("picture") + .getPublicUrl(fileName); - return publicUrlData.publicUrl -} \ No newline at end of file + return publicUrlData.publicUrl; +}; diff --git a/src/utils/sendEmail.ts b/src/utils/sendEmail.ts index 2731e94..748ff50 100644 --- a/src/utils/sendEmail.ts +++ b/src/utils/sendEmail.ts @@ -1,28 +1,25 @@ -import nodemailer from 'nodemailer' -export const sendOtp = async(email:string,otp:string) =>{ - console.log("reached here at send otp"); - - try{ - let sendMail = nodemailer.createTransport({ - service:"gmail", - auth:{ - user:process.env.EMAIL, - pass:process.env.EMAIL_PASS - } - }) +import nodemailer from "nodemailer"; +export const sendOtp = async (email: string, otp: string) => { + console.log("reached here at send otp"); + + try { + let sendMail = nodemailer.createTransport({ + service: "gmail", + auth: { + user: process.env.EMAIL, + pass: process.env.EMAIL_PASS, + }, + }); const info = await sendMail.sendMail({ - from:"shanuvr.work.org@gmail.com", - to:email, - subject:"your OTP for InstaViz", - text:`your otp is ${otp}` - }) + from: "shanuvr.work.org@gmail.com", + to: email, + subject: "your OTP for InstaViz", + text: `your otp is ${otp}`, + }); console.log("opt sentttt"); - - }catch(err){ - console.log("eroor woeked"); - console.log("error sending email",err) - - } - -} + } catch (err) { + console.log("eroor woeked"); + console.log("error sending email", err); + } +}; From ce03a22a456553400dbcd9bdda84c51673e5ecd4 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Fri, 14 Nov 2025 11:11:21 +0530 Subject: [PATCH 040/120] stashing --- src/controller/auth/auth.ts | 78 +++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 38 deletions(-) diff --git a/src/controller/auth/auth.ts b/src/controller/auth/auth.ts index bade66d..b4327fd 100644 --- a/src/controller/auth/auth.ts +++ b/src/controller/auth/auth.ts @@ -13,7 +13,6 @@ import { loginSchema } from "../../services/validation.ts"; import { signJwt } from "../../services/jwtServices.ts"; import type { User } from "../../model/user.ts"; - export const loginCheck = async (req: Request, res: Response) => { console.log(" reached here login"); console.log(req.body); @@ -40,6 +39,14 @@ export const loginCheck = async (req: Request, res: Response) => { }); } + if (!user.password) { + return res.status(400).json({ + success: false, + message: + "This account was created using Google. Please login with Google.", + }); + } + const isPasswordCorrect = await bcrypt.compare(password, user.password!); if (!isPasswordCorrect) { return res.status(401).json({ @@ -58,7 +65,7 @@ export const loginCheck = async (req: Request, res: Response) => { process.env.REFRESH_SECRET!, { expiresIn: "30d" } ); - + res.cookie("refreshToken", refreshToken, { httpOnly: true, secure: process.env.NODE_ENV === "production", @@ -66,21 +73,16 @@ export const loginCheck = async (req: Request, res: Response) => { maxAge: 30 * 24 * 60 * 60 * 1000, }); -return res.status(200).json({ - success: true, - message: "Login successful", - accessToken, - user: { - id: user._id, - name: user.name, - email: user.email, - }, -}); - - - - - + return res.status(200).json({ + success: true, + message: "Login successful", + accessToken, + user: { + id: user._id, + name: user.name, + email: user.email, + }, + }); } catch (err) { console.log("catch in login worked"); @@ -126,14 +128,13 @@ export const register = async (req: Request, res: Response) => { const otp = generateOtp(); console.log(otp); - - await otpModel.create({ name, password, email, otp }); await sendOtp(email, otp); - - res.status(200).json({ message: "plz verify the otp to continue", otp: true }); + res + .status(200) + .json({ message: "plz verify the otp to continue", otp: true }); } catch (err) { console.error("Register Error", err); res.status(500).json({ message: "someting went wrong", success: false }); @@ -177,31 +178,32 @@ export const verifyOtp = async (req: Request, res: Response) => { console.log(createUser); console.log("after loging create logging"); - const accessToken = signJwt({id:otpData._id,email:otpData.email}) - const refreshToken = Jwt.sign( - {id:otpData._id,email:otpData.email}, - process.env.REFRESH_SECRET!, - {expiresIn:"30d"} - ) - - res.cookie("refreshToken",refreshToken,{ - httpOnly:true, - secure:false, - sameSite: "strict", - maxAge:30*24*60*60*100 - }) - await otpModel.deleteOne({ email }); - - + const accessToken = signJwt({ + id: createUser._id, + email: createUser.email, + }); + const refreshToken = Jwt.sign( + { id: otpData._id, email: otpData.email }, + process.env.REFRESH_SECRET!, + { expiresIn: "30d" } + ); + res.cookie("refreshToken", refreshToken, { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 100, + }); + await otpModel.deleteOne({ email }); return res.status(200).json({ success: true, message: "Registration completed successfully", + accessToken: accessToken, }); } catch (err) { console.log("veryfyotp catch woerked", err); - res.status(500).json({ message: "Internal server errror" }); + res.status(500).json({ message: "Internal server errror", error: err }); } }; From 6072bc6c554660b898e09e7d8f96ec7fcb8f191f Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Fri, 14 Nov 2025 11:13:51 +0530 Subject: [PATCH 041/120] test --- src/routes/paymentRoutes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/paymentRoutes.ts b/src/routes/paymentRoutes.ts index b8982bc..d1aa755 100644 --- a/src/routes/paymentRoutes.ts +++ b/src/routes/paymentRoutes.ts @@ -11,5 +11,4 @@ router.post("/create-checkout-session", createCheckoutSession); router.post("/webhook", express.raw({ type: "application/json" }), handleWebhook); // payment/webhook app.use - export default router; From d0252c71a2b37ae16da60ce6c138d80d8c9e905b Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Fri, 14 Nov 2025 11:16:23 +0530 Subject: [PATCH 042/120] stashing --- package-lock.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package-lock.json b/package-lock.json index 7f622ab..760fbb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2575,6 +2575,7 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -2655,6 +2656,7 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", + "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -4881,6 +4883,7 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" From 48d8a7832ca2fa51ecf9d17e2f47b755f51f9fd2 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Fri, 14 Nov 2025 11:20:27 +0530 Subject: [PATCH 043/120] on pro --- src/middlewares/tokenCheck.ts | 1 + src/model/admin/admin.ts | 32 +++++++++++++++++++------------- src/routes/uploadRouter.ts | 2 +- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index d421ff4..dfdcab3 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -1,5 +1,6 @@ import { NextFunction, Request, Response } from 'express'; import dataModel from '../model/dataModel'; +import { verifyToken } from './verifyToken'; export const tokenCheck = async (error: any, req: Request, res: Response, next: NextFunction) => { try { console.log('api in middleware'); diff --git a/src/model/admin/admin.ts b/src/model/admin/admin.ts index 25bd05e..9eafd0d 100644 --- a/src/model/admin/admin.ts +++ b/src/model/admin/admin.ts @@ -1,21 +1,27 @@ -import mongoose, { Schema } from "mongoose"; +import { required } from 'joi'; +import mongoose, { Schema } from 'mongoose'; interface Admin { - email: string, - password: string -}; + email: string; + password: string; + role: string; +} const adminSchema = new Schema({ - - email: { - type: String, required: true - }, - password: { - type: String, required: true - }, - + email: { + type: String, + required: true, + }, + password: { + type: String, + required: true, + }, + role: { + type: String, + required: true, + }, }); const adminModel = mongoose.model('admin', adminSchema); -export default adminModel; \ No newline at end of file +export default adminModel; diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index 4a33d26..a35d0ce 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -4,7 +4,7 @@ import { fileParsing } from '../controllers/uploadController.ts' import { tokenCheck } from '../middlewares/tokenCheck.ts'; const uploadRouter = Router() -// uploadRouter.use('/fileupload',tokenCheck) +uploadRouter.use('/fileupload',tokenCheck) uploadRouter.post("/fileupload", upload.single('file'), fileParsing); export default uploadRouter; \ No newline at end of file From ba00c0c1c2a7d53f162040dc24a2c606594ce847 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Sat, 15 Nov 2025 08:20:29 +0530 Subject: [PATCH 044/120] stored refresh token in db --- src/auth/auth.ts | 122 +++++++++++++++++++----------------- src/model/refreshtoken.ts | 29 +++++++++ src/services/jwtServices.ts | 9 ++- src/utils/hashTokens.ts | 5 ++ 4 files changed, 107 insertions(+), 58 deletions(-) create mode 100644 src/model/refreshtoken.ts create mode 100644 src/utils/hashTokens.ts diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 38bd15e..6b34911 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -1,18 +1,19 @@ -import type { Request, Response } from "express"; -import bcrypt from "bcrypt"; -import otpModel from "../model/otpModel.ts"; -import userModel from "../model/user.ts"; -import { sendOtp } from "../utils/sendEmail.ts"; -import { theValidation } from "../services/validation.ts"; -import { generateOtp } from "../utils/otpGenerate.ts"; -import Jwt from "jsonwebtoken"; -import { loginSchema } from "../services/validation.ts"; - -import { signJwt } from "../services/jwtServices.ts"; -import mongoose from "mongoose"; +import type { Request, Response } from 'express'; +import bcrypt from 'bcrypt'; +import otpModel from '../model/otpModel.ts'; +import userModel from '../model/user.ts'; +import { sendOtp } from '../utils/sendEmail.ts'; +import { theValidation } from '../services/validation.ts'; +import { generateOtp } from '../utils/otpGenerate.ts'; +import Jwt from 'jsonwebtoken'; +import { loginSchema } from '../services/validation.ts'; +import { signJwt } from '../services/jwtServices.ts'; +import mongoose from 'mongoose'; +import refreshModel from '../model/refreshtoken'; +import { hashToken } from '../utils/hashTokens.ts'; export const loginCheck = async (req: Request, res: Response) => { - console.log(" reached here login"); + console.log(' reached here login'); console.log(req.body); try { @@ -20,12 +21,12 @@ export const loginCheck = async (req: Request, res: Response) => { if (!email || !password) { return res.status(400).json({ success: false, - message: "Email and password are required", + message: 'Email and password are required', }); } const { error } = loginSchema.validate(req.body, { abortEarly: false }); if (error) { - const details = error.details.map((err) => err.message); + const details = error.details.map(err => err.message); return res.status(400).json({ success: false, message: details }); } @@ -33,15 +34,14 @@ export const loginCheck = async (req: Request, res: Response) => { if (!user) { return res.status(404).json({ success: false, - message: "User not found. Please register first.", + message: 'User not found. Please register first.', }); } if (!user.password) { return res.status(400).json({ success: false, - message: - "This account was created using Google. Please login with Google.", + message: 'This account was created using Google. Please login with Google.', }); } @@ -49,7 +49,7 @@ export const loginCheck = async (req: Request, res: Response) => { if (!isPasswordCorrect) { return res.status(401).json({ success: false, - message: "Invalid email or password", + message: 'Invalid email or password', }); } @@ -61,19 +61,30 @@ export const loginCheck = async (req: Request, res: Response) => { email: user.email, }, process.env.REFRESH_SECRET!, - { expiresIn: "30d" } + { expiresIn: '30d' }, ); - res.cookie("refreshToken", refreshToken, { + const hashed = hashToken(refreshToken); + await refreshModel.findOneAndUpdate( + {userId: user._id,}, + { + userId: user._id, + tokenhash: hashed, + expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), + }, + { upsert: true,}, + ); + + res.cookie('refreshToken', refreshToken, { httpOnly: true, secure: false, - sameSite: "strict", + sameSite: 'strict', maxAge: 30 * 24 * 60 * 60 * 1000, }); return res.status(200).json({ success: true, - message: "Login successful", + message: 'Login successful', accessToken, user: { id: user._id, @@ -82,12 +93,12 @@ export const loginCheck = async (req: Request, res: Response) => { }, }); } catch (err) { - console.log("catch in login worked"); + console.log('catch in login worked'); - console.error("Login error:", err); + console.error('Login error:', err); return res.status(500).json({ success: false, - message: "Internal server error", + message: 'Internal server error', }); } }; @@ -98,7 +109,7 @@ export const getUserProfile = async (req: Request, res: Response) => { try { const { userId } = req.params; if (!userId) { - return res.status(400).json({ message: "User ID required" }); + return res.status(400).json({ message: 'User ID required' }); } const user = await userModel.findOne({ @@ -108,14 +119,14 @@ export const getUserProfile = async (req: Request, res: Response) => { ].filter(Boolean), }); - if (!user) return res.status(404).json({ message: "User not found" }); + if (!user) return res.status(404).json({ message: 'User not found' }); return res.status(200).json({ - message: "User fetched successfully", + message: 'User fetched successfully', user, }); } catch (err) { - res.status(500).json({ message: "Error fetching user", err }); + res.status(500).json({ message: 'Error fetching user', err }); } }; @@ -126,17 +137,17 @@ export const register = async (req: Request, res: Response) => { const { error } = theValidation.validate(req.body, { abortEarly: false }); if (error) { - const details = error.details.map((err) => err.message); + const details = error.details.map(err => err.message); return res.status(400).json({ success: false, - message: "Validation failed", + message: 'Validation failed', errors: details, }); } const existUser = await userModel.findOne({ email }); if (existUser) { - return res.status(400).json({ message: "user already exists" }); + return res.status(400).json({ message: 'user already exists' }); } const otp = generateOtp(); @@ -146,75 +157,73 @@ export const register = async (req: Request, res: Response) => { await sendOtp(email, otp); - res - .status(200) - .json({ message: "plz verify the otp to continue", otp: true }); + res.status(200).json({ message: 'plz verify the otp to continue', otp: true }); } catch (err) { - console.error("Register Error", err); - res.status(500).json({ message: "someting went wrong", success: false }); + console.error('Register Error', err); + res.status(500).json({ message: 'someting went wrong', success: false }); } }; export const verifyOtp = async (req: Request, res: Response) => { - console.log("reached here at verify otp"); + console.log('reached here at verify otp'); try { const { email } = req.query; const { otp } = req.body; console.log(`${email},${otp}`); const otpData = await otpModel.findOne({ email }); - console.log("before logging otp data"); + console.log('before logging otp data'); console.log(otpData); - console.log("after loging otp data"); + console.log('after loging otp data'); if (!otpData) { - console.log("no otp data"); + console.log('no otp data'); - return res.status(400).json({ message: "otp not found" }); + return res.status(400).json({ message: 'otp not found' }); } if (otpData.otp.toString() !== otp.toString()) { - console.log("otp mismatch"); + console.log('otp mismatch'); - return res.status(400).json({ message: "Invalid otp" }); + return res.status(400).json({ message: 'Invalid otp' }); } const hashedPassword = await bcrypt.hash(otpData.password, 10); - console.log("after hashed pass"); + console.log('after hashed pass'); const createUser = await userModel.create({ name: otpData.name, email: otpData.email, password: hashedPassword, }); - console.log("after create user"); + console.log('after create user'); console.log(createUser); - console.log("after loging create logging"); + console.log('after loging create logging'); const accessToken = signJwt({ id: otpData._id, email: otpData.email }); const refreshToken = Jwt.sign( { id: otpData._id, email: otpData.email }, process.env.REFRESH_SECRET!, - { expiresIn: "30d" } + { expiresIn: '30d' }, ); - res.cookie("refreshToken", refreshToken, { + res.cookie('refreshToken', refreshToken, { httpOnly: true, secure: false, - sameSite: "strict", + sameSite: 'strict', maxAge: 30 * 24 * 60 * 60 * 100, }); await otpModel.deleteOne({ email }); return res.status(200).json({ success: true, - message: "Registration completed successfully", + message: 'Registration completed successfully', accessToken: accessToken, }); } catch (err) { - console.log("veryfyotp catch woerked", err); - res.status(500).json({ message: "Internal server errror", error: err }); + console.log('veryfyotp catch woerked', err); + res.status(500).json({ message: 'Internal server errror', error: err }); } }; @@ -234,9 +243,8 @@ export const googleCallback = (req: Request, res: Response) => { export const testpro = (req: Request, res: Response) => { try { - return res.json({ message: "reached protecteed route" }); + return res.json({ message: 'reached protecteed route' }); } catch (err) { - return res.json({ message: "error", error: err }); + return res.json({ message: 'error', error: err }); } }; - diff --git a/src/model/refreshtoken.ts b/src/model/refreshtoken.ts new file mode 100644 index 0000000..b823998 --- /dev/null +++ b/src/model/refreshtoken.ts @@ -0,0 +1,29 @@ +import mongoose from "mongoose"; +export interface Irefreshtoken{ + userId:mongoose.Types.ObjectId; + tokenhash:string; + expiresAt:Date; +} + +const refreshTokenSchema = new mongoose.Schema({ +userId:{ + type:mongoose.Schema.Types.ObjectId, + ref:"user", + required:true, + unique:true + +}, +tokenhash:{ + type:String, + required:true +}, +expiresAt:{ + type:Date, + required:true +} + +}) + +const refreshModel = mongoose.model("refreshToken",refreshTokenSchema) + +export default refreshModel \ No newline at end of file diff --git a/src/services/jwtServices.ts b/src/services/jwtServices.ts index e77d5d8..1bbb4fe 100644 --- a/src/services/jwtServices.ts +++ b/src/services/jwtServices.ts @@ -1,6 +1,7 @@ import jwt from "jsonwebtoken"; import { Response, Request } from "express"; -import { emitWarning } from "process"; +import { hashToken } from "../utils/hashTokens"; +import refreshModel from "../model/refreshtoken"; export const signJwt = (payload: object) => { return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "15m" }); @@ -18,6 +19,12 @@ export const refreshAccessToken = async (req: Request, res: Response) => { refreshToken, process.env.REFRESH_SECRET! ) as { id: string; email: string }; + const hashedToken = hashToken(refreshToken); + const savedToken = await refreshModel.findOne({tokenhash:hashedToken}) + if(!savedToken){ + return res.status(401).json({success:false,message:"invalid refreshtoken"}) + } + const jwtPayload = { id: correctCheck.id, email: correctCheck.email }; diff --git a/src/utils/hashTokens.ts b/src/utils/hashTokens.ts new file mode 100644 index 0000000..786801a --- /dev/null +++ b/src/utils/hashTokens.ts @@ -0,0 +1,5 @@ +import crypto from "crypto"; + +export const hashToken = (token: string): string => { + return crypto.createHash("sha256").update(token).digest("hex"); +}; From 04b49087800582c7bb3a368fae4616a1ec194ba4 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Sat, 15 Nov 2025 11:45:40 +0530 Subject: [PATCH 045/120] logout implemented --- src/auth/auth.ts | 26 +++++++++++++++++++++++++- src/routes/authRoutes.ts | 3 ++- src/services/jwtServices.ts | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 6b34911..2019bda 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -12,6 +12,7 @@ import mongoose from 'mongoose'; import refreshModel from '../model/refreshtoken'; import { hashToken } from '../utils/hashTokens.ts'; + export const loginCheck = async (req: Request, res: Response) => { console.log(' reached here login'); console.log(req.body); @@ -241,9 +242,32 @@ export const googleCallback = (req: Request, res: Response) => { res.redirect(`${frontendURL}/auth/callback?token=${token}`); }; +export const logout = async(req:Request,res:Response)=>{ + try{ + const refreToken = req.cookies.refreshToken; + if(!refreToken){ + return res.status(200).json({success:true,message :"Logged out"}) + } + const hashed = hashToken(refreToken); + await refreshModel.deleteOne({tokenhash:hashed}) + res.clearCookie("refreshToken",{ + httpOnly:true, + secure:false, + sameSite:"strict" + }) + return res.status(200).json({sccess:true,message:"Logged out successfully"}) + + + }catch(err){ + console.log("error in logout"); + return res.status(500).json({success:false,message:"Internal server Error"}) + + } +} + export const testpro = (req: Request, res: Response) => { try { - return res.json({ message: 'reached protecteed route' }); + return res.json({ message: 'reached protecteed routes' }); } catch (err) { return res.json({ message: 'error', error: err }); } diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index bfa270b..e643faa 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -1,6 +1,6 @@ import passport from "passport"; import { Router } from "express"; -import { googleCallback } from "../auth/auth.ts"; +import { googleCallback, logout } from "../auth/auth.ts"; import { register, loginCheck, verifyOtp } from "../auth/auth.ts"; import { testpro } from "../auth/auth.ts"; @@ -17,6 +17,7 @@ authRouter.post("/register",register); authRouter.post("/verifyOtp",verifyOtp); authRouter.get("/test",verifyToken,testpro) authRouter.post("/newRefreshToken",refreshAccessToken) +authRouter.post("/logout",logout) // google authentication authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); diff --git a/src/services/jwtServices.ts b/src/services/jwtServices.ts index 1bbb4fe..f397931 100644 --- a/src/services/jwtServices.ts +++ b/src/services/jwtServices.ts @@ -4,7 +4,7 @@ import { hashToken } from "../utils/hashTokens"; import refreshModel from "../model/refreshtoken"; export const signJwt = (payload: object) => { - return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "15m" }); + return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "1m" }); }; export const refreshAccessToken = async (req: Request, res: Response) => { From c685a7f1108aacaa5d5f026e4eaa2fe2b03f4d88 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Sat, 15 Nov 2025 11:46:16 +0530 Subject: [PATCH 046/120] change password --- src/app.ts | 2 +- src/controllers/UserController.ts | 60 +++++++++++++++++++++++++------ src/routes/userRouter.ts | 15 ++++---- 3 files changed, 57 insertions(+), 20 deletions(-) diff --git a/src/app.ts b/src/app.ts index d1e919a..b970f69 100644 --- a/src/app.ts +++ b/src/app.ts @@ -16,7 +16,7 @@ import { insightsRouter } from './routes/adminroutes/insightsRouter.ts'; import { fileSizeCheck } from './middlewares/fileSizeCheck.ts'; const app = express(); -app.use(express.json()); +app.use(express.json({limit:"50mb"})); app.use(express.urlencoded({ extended: true })); app.use(passport.initialize()); app.use(cookieParser()); diff --git a/src/controllers/UserController.ts b/src/controllers/UserController.ts index 5733197..a1a520b 100644 --- a/src/controllers/UserController.ts +++ b/src/controllers/UserController.ts @@ -1,14 +1,16 @@ -import { Request, Response } from "express"; -import userModel from "../model/user"; -import { uploadimageToSupabase } from "../utils/imageUploader"; -import mongoose from "mongoose"; +import { Request, Response } from 'express'; +import bcrypt from 'bcrypt'; +import userModel from '../model/user'; +import { uploadimageToSupabase } from '../utils/imageUploader'; +import mongoose from 'mongoose'; export const userImageUpdate = async (req: Request, res: Response) => { try { const { userId, image } = req.body; + console.log('image router reached'); if (!userId || !image) { - return res.status(400).json({ message: "image and userId are required." }); + return res.status(400).json({ message: 'image and userId are required.' }); } const imageUrl = await uploadimageToSupabase(userId, image); @@ -23,22 +25,58 @@ export const userImageUpdate = async (req: Request, res: Response) => { const updatedUser = await userModel.findOneAndUpdate( query, { picture: imageUrl }, - { new: true, upsert: false } + { new: true, upsert: false }, ); if (!updatedUser) { - return res.status(404).json({ message: "User not found" }); + return res.status(404).json({ message: 'User not found' }); } - console.log(" User image updated:", updatedUser.picture); + console.log(' User image updated:', updatedUser.picture); return res.status(200).json({ - message: "Profile image updated successfully", + message: 'Profile image updated successfully', imageUrl: updatedUser.picture, user: updatedUser, }); } catch (err) { - console.error(" Error in userImageUpdate:", err); - res.status(500).json({ message: "Internal server error.", err }); + console.error(' Error in userImageUpdate:', err); + res.status(500).json({ message: 'Internal server error.', err }); + } +}; + +export const changePassword = async (req: Request, res: Response) => { + try { + const { userId, oldPassword, newPassword } = req.body; + console.log(req.body); + + if (!userId || !oldPassword || !newPassword) { + return res.status(400).json({ message: 'All fields required..' }); + } + const user = await userModel.findOne({ _id: userId }); + + if (!user) { + return res.status(404).json({ message: 'User is not found..' }); + } + + if (user.googleId) { + return res.status(400).json({ + message: 'This account uses Google Login. Password cannot be changed.', + }); + } + + const isCorrect = await bcrypt.compare(oldPassword, user.password!); + + if (!isCorrect) { + return res.status(401).json({ message: 'Password is not matching.!' }); + } + + const hashed = await bcrypt.hash(newPassword, 10); + user.password = hashed; + await user.save(); + + return res.status(200).json({ message: 'Password updated successfully' }); + } catch (err) { + res.status(500).json(err); } }; diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 9b27c8b..61e2a55 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,14 +1,13 @@ -import { Router } from "express"; -import { userImageUpdate } from "../controllers/userController.ts"; -import { getUserProfile } from "../auth/auth.ts"; - +import { Router } from 'express'; +import { getUserProfile } from '../auth/auth.ts'; +import { changePassword, userImageUpdate } from '../controllers/userController.ts'; const userRouter = Router(); // dummy route for single user -userRouter.get("/:userId", getUserProfile); - +userRouter.get('/:userId', getUserProfile); // user image uploader router -userRouter.put("/upload", userImageUpdate); +userRouter.put('/upload', userImageUpdate); +// new password +userRouter.post('/newpassword', changePassword); export default userRouter; - From e5477e29f2e9e1048c464947d0c2a991a72867ee Mon Sep 17 00:00:00 2001 From: chechu776 Date: Sat, 15 Nov 2025 12:38:11 +0530 Subject: [PATCH 047/120] mcp integrated --- .env | 2 +- package-lock.json | 231 ++++++++++++++++++ package.json | 1 + src/app.ts | 10 +- src/controllers/uploadController.ts | 42 ++-- .../{UserController.ts => userController.ts} | 0 src/services/mcpClient.ts | 65 +++++ src/utils/aiPrompt.ts | 59 +++-- 8 files changed, 370 insertions(+), 40 deletions(-) rename src/controllers/{UserController.ts => userController.ts} (100%) create mode 100644 src/services/mcpClient.ts diff --git a/.env b/.env index 2c5539d..0d91e24 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -mongo_uri=`mongodb+srv://nadhunadhil33429_db_user:Admin123shanu@cluster1.noy1nfg.mongodb.net/Instaviz?retryWrites=true&w=majority&appName=Cluster1` +mongo_uri=mongodb+srv://nadhunadhil33429_db_user:Admin123shanu@cluster1.noy1nfg.mongodb.net/Instaviz?retryWrites=true&w=majority&appName=Cluster1 STRIPE_SECRET_KEY=sk_test_51SQ1dLIVdMwHNhBBbCZWVVfYjIuqQocBHae6gnVS2kDwBY3kKEByP6xWhES6AAKA30VZi5SXZxNpfKMCDLOaMa8a00yKxvydpG CLIENT_URL=http://localhost:3000 PORT=5000 diff --git a/package-lock.json b/package-lock.json index 7f622ab..8813f34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.930.0", "@google/generative-ai": "^0.24.1", + "@modelcontextprotocol/sdk": "^1.22.0", "@supabase/supabase-js": "^2.81.0", "@types/bcrypt": "^6.0.0", "@types/jsonwebtoken": "^9.0.10", @@ -1668,6 +1669,38 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@modelcontextprotocol/sdk": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.22.0.tgz", + "integrity": "sha512-VUpl106XVTCpDmTBil2ehgJZjhyLY2QZikzF8NvTXtLRF1CvO5iEE2UNZdVIUer35vFOwMKYeUGbjJtvPWan3g==", + "license": "MIT", + "dependencies": { + "ajv": "^8.17.1", + "ajv-formats": "^3.0.1", + "content-type": "^1.0.5", + "cors": "^2.8.5", + "cross-spawn": "^7.0.5", + "eventsource": "^3.0.2", + "eventsource-parser": "^3.0.0", + "express": "^5.0.1", + "express-rate-limit": "^7.5.0", + "pkce-challenge": "^5.0.0", + "raw-body": "^3.0.0", + "zod": "^3.23.8", + "zod-to-json-schema": "^3.24.1" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@cfworker/json-schema": "^4.1.1" + }, + "peerDependenciesMeta": { + "@cfworker/json-schema": { + "optional": true + } + } + }, "node_modules/@mongodb-js/saslprep": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.3.2.tgz", @@ -2821,6 +2854,39 @@ "node": ">=0.4.0" } }, + "node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -3154,6 +3220,20 @@ "dev": true, "license": "MIT" }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/csv-parser": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/csv-parser/-/csv-parser-3.2.0.tgz", @@ -3306,6 +3386,27 @@ "node": ">= 0.6" } }, + "node_modules/eventsource": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz", + "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==", + "license": "MIT", + "dependencies": { + "eventsource-parser": "^3.0.1" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/eventsource-parser": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz", + "integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/express": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", @@ -3348,6 +3449,43 @@ "url": "https://opencollective.com/express" } }, + "node_modules/express-rate-limit": { + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.1.tgz", + "integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==", + "license": "MIT", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/express-rate-limit" + }, + "peerDependencies": { + "express": ">= 4.11" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" + }, + "node_modules/fast-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/fast-xml-parser": { "version": "5.2.5", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", @@ -3680,6 +3818,12 @@ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==", "license": "MIT" }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC" + }, "node_modules/joi": { "version": "18.0.1", "resolved": "https://registry.npmjs.org/joi/-/joi-18.0.1.tgz", @@ -3698,6 +3842,12 @@ "node": ">= 20" } }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" + }, "node_modules/jsonwebtoken": { "version": "9.0.2", "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", @@ -4338,6 +4488,15 @@ "node": ">= 0.4.0" } }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/path-to-regexp": { "version": "8.3.0", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", @@ -4366,6 +4525,15 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/pkce-challenge": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.0.tgz", + "integrity": "sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ==", + "license": "MIT", + "engines": { + "node": ">=16.20.0" + } + }, "node_modules/prettier": { "version": "3.6.2", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", @@ -4493,6 +4661,15 @@ "node": ">=8.10.0" } }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/router": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz", @@ -4590,6 +4767,27 @@ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", "license": "ISC" }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/side-channel": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", @@ -4979,6 +5177,21 @@ "node": ">=18" } }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -5024,6 +5237,24 @@ "engines": { "node": ">=6" } + }, + "node_modules/zod": { + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, + "node_modules/zod-to-json-schema": { + "version": "3.24.6", + "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz", + "integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==", + "license": "ISC", + "peerDependencies": { + "zod": "^3.24.1" + } } } } diff --git a/package.json b/package.json index 8323f44..2f3a046 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.930.0", "@google/generative-ai": "^0.24.1", + "@modelcontextprotocol/sdk": "^1.22.0", "@supabase/supabase-js": "^2.81.0", "@types/bcrypt": "^6.0.0", "@types/jsonwebtoken": "^9.0.10", diff --git a/src/app.ts b/src/app.ts index b70f7ad..db4ba27 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,7 +1,6 @@ import express, { NextFunction, Request, Response } from 'express'; import dotenv from 'dotenv'; dotenv.config(); -import multer from 'multer'; import mongoose from 'mongoose'; import morgan from 'morgan'; import cors from 'cors'; @@ -14,6 +13,7 @@ import paymentRouter from './routes/paymentRoutes.js'; import { adminrouter } from './routes/adminroutes/userRouter.ts'; import { insightsRouter } from './routes/adminroutes/insightsRouter.ts'; import { fileSizeCheck } from './middlewares/fileSizeCheck.ts'; +import mcpClient from './services/mcpClient.ts'; const app = express(); app.use(express.json()); @@ -59,8 +59,9 @@ app.use(fileSizeCheck); //listening // TODO: use .env for urls -app.listen(process.env.PORT, () => { - connection(); +app.listen(process.env.PORT, async() => { + await connection(); + await mcpClient.connect(); console.log(` Server running on http://localhost:${process.env.PORT}`); }); app.get("/health", async (req, res) => { @@ -72,4 +73,5 @@ app.get("/health", async (req, res) => { uptime: process.uptime(), time: new Date().toISOString() }); -}); \ No newline at end of file +}); + diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 4f7ea95..223c041 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -71,25 +71,26 @@ export const fileParsing = async (req: Request, res: Response) => { Bucket: process.env.R2_BUCKET_NAME!, Key: fileName, Body: fileBuffer, - ContentType: 'text/csv', - }), + ContentType: "text/csv", + }) ); } catch (err) { - console.error('R2 upload error:', err); - return res.status(500).json({ message: 'R2 upload failed', success: false }); + console.error("R2 upload error:", err); + return res.status(500).json({ message: "R2 upload failed", success: false }); } - fs.unlink(filepath, () => {}); + fs.unlink(filepath, () => { }); // Public file URL const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; console.log(fileUrl); + // Compute metrics const totalColumns = headers.length; let missingValues = 0; for (const row of results) { for (const val of Object.values(row)) { - if (val === '' || val === null || val === undefined) missingValues++; + if (val === "" || val === null || val === undefined) missingValues++; } } @@ -99,7 +100,7 @@ export const fileParsing = async (req: Request, res: Response) => { missing_values: missingValues, }; - // Save sample data in MongoDB + // Save sample data in MongoDB (your own DB) const dataset = await dataModel.create({ data: results.slice(0, 10), user_id: req.body.user_id || null, @@ -107,26 +108,26 @@ export const fileParsing = async (req: Request, res: Response) => { chart_id: null, r2_url: fileUrl, }); - const prompt = generateAiPromt(dataset, computedMetrics); + + + // Gemini + MCP-aware prompt + const prompt = generateAiPromt(computedMetrics, dataset); let parsed: any; + try { - console.log(currentApi) + console.log(currentApi); const result = await model.generateContent(prompt); - let responseText = result.response - .text() - .trim() - .replace(/```json|```/g, ''); + let responseText = result.response.text().trim().replace(/```json|```/g, ""); parsed = JSON.parse(responseText); - console.log(parsed); } catch (err: any) { - const msg = String(err?.message || ''); + const msg = String(err?.message || ""); if ( err.status == 503 || - msg.includes('quota') || - msg.includes('exceeded') || - msg.includes('429') + msg.includes("quota") || + msg.includes("exceeded") || + msg.includes("429") ) { - console.log('Limit Reached For This Api Key'); + console.log("Limit Reached For This Api Key"); switchApi(); } else { console.log(err); @@ -135,13 +136,14 @@ export const fileParsing = async (req: Request, res: Response) => { res.status(200).json({ success: true, - message: 'Dataset processed successfully', + message: "Dataset processed successfully", datasetId: dataset._id, r2Url: fileUrl, data: parsed, }); }; + const stream = fs.createReadStream(filepath, { encoding: 'utf-8' }).pipe(csv()); stream .on('headers', handleOnHeaders) diff --git a/src/controllers/UserController.ts b/src/controllers/userController.ts similarity index 100% rename from src/controllers/UserController.ts rename to src/controllers/userController.ts diff --git a/src/services/mcpClient.ts b/src/services/mcpClient.ts new file mode 100644 index 0000000..dc75366 --- /dev/null +++ b/src/services/mcpClient.ts @@ -0,0 +1,65 @@ +import { Client } from "@modelcontextprotocol/sdk/client"; +import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js"; + +class MCPClient { + private static instance: MCPClient; + private client: Client | null = null; + + private constructor() { } + + static getInstance() { + if (!MCPClient.instance) MCPClient.instance = new MCPClient(); + return MCPClient.instance; + } + + async connect() { + if (this.client) return this.client; + + // Spawn MCP server (mongodb-mcp-server) + const transport = new StdioClientTransport({ + command: "npx", + args: ["-y", "mongodb-mcp-server@latest", "--readOnly"], + env: { + MDB_MCP_CONNECTION_STRING: process.env.mongo_uri!, + } + }); + + + const client = new Client( + { + name: "instaviz-mcp-client", + version: "1.0.0", + }, + { + capabilities: {}, + } + ); + + await client.connect(transport); + + console.log("MCP Connected "); + + this.client = client; + return client; + } + + async call(toolName: string, args: any = {}) { + const client = await this.connect(); + + const result = await client.callTool({ + name: toolName, + arguments: args, + }); + + return result; + } + + async listTools() { + const client = await this.connect(); + const tools = await client.listTools(); + console.log('Available MCP tools:', JSON.stringify(tools, null, 2)); + return tools; + } +} + +export default MCPClient.getInstance(); diff --git a/src/utils/aiPrompt.ts b/src/utils/aiPrompt.ts index ea95e88..7abd65e 100644 --- a/src/utils/aiPrompt.ts +++ b/src/utils/aiPrompt.ts @@ -1,21 +1,47 @@ export const generateAiPromt = (computedMetrics: any, dataset: any) => { return ` -You are an expert AI data analyst for a web app called InstaviZ. +You are an expert AI data analyst for a web application called InstaviZ. -You are given a dataset summary in JSON: +IMPORTANT — You have access to MCP tools. +You may call them when needed: + +Available MCP tools: +- mdb_query (MongoDB query) +- mdb_aggregate (MongoDB aggregation) +- mdb_find (fetch one or many documents) + +Dataset information you can use with MCP: { - "headers": [...], - "rows": [sample of 10 rows], + "dataset_id": "${dataset._id}", + "r2_url": "${dataset.r2_url}", + "sample_rows": ${JSON.stringify(dataset.data)}, "metrics": ${JSON.stringify(computedMetrics)} } +If you need more information about the dataset, use: + +1) To fetch dataset metadata: +mdb_query { + "database": "Instaviz", + "collection": "datas", + "query": { "dataset_id": "${dataset._id}" } +} + +2) To perform deeper analysis: +mdb_aggregate { + "database": "Instaviz", + "collection": "datas", + "pipeline": [ ... ] +} + Your task: -1. Return ONLY a valid JSON object (no markdown or text). -2. Use the provided metrics directly — do not recompute them. -3. Generate **exactly 2 charts**: - - One "bar" chart for numeric comparison (choose the most meaningful numeric field). - - One "pie" chart for category distribution (choose a categorical field). -4. Return strictly in this format: +1. Return ONLY a valid JSON object (no markdown, no backticks). +2. Use the provided metrics directly — do not recompute them unless using MCP. +3. Generate exactly 2 charts: + - One "bar" chart for comparing numeric values. + - One "pie" chart for category distribution. +4. Output strictly in this format: + { "metrics": { "total_rows": number, @@ -24,13 +50,16 @@ Your task: "charts_generated": 2 }, "charts": [ - { "type": "bar", "x": "column", "y": "column or count", "title": "string" }, + { "type": "bar", "x": "column", "y": "column_or_count", "title": "string" }, { "type": "pie", "x": "column", "y": "count", "title": "string" } ], - "summary": ["short bullet insight 1", "insight 2", "insight 3"] + "summary": ["short_insight_1", "short_insight_2", "short_insight_3"], + "key_fields": ["important_field_1", "important_field_2"] } -5.give me some important filed in this data that i can show it to user (like if the data set based on sales give total sales) -Dataset sample: -${JSON.stringify(dataset)} + +5. Identify key fields (e.g., total sales, average price, most frequent category) based on the dataset. + +Dataset preview (first 10 rows): +${JSON.stringify(dataset.data)} `; }; From bd83f4d8b72727d44a09951ec2eeea48bb34ff75 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 15 Nov 2025 15:04:01 +0530 Subject: [PATCH 048/120] cheking the user logged --- package-lock.json | 234 ++++++++++++++- package.json | 1 + src/app.ts | 2 +- src/auth/auth.ts | 3 +- src/controllers/uploadController.ts | 16 +- src/middlewares/tokenCheck.ts | 13 +- src/middlewares/verifyToken.ts | 1 + src/routes/uploadRouter.ts | 13 +- src/services/mcpClient.ts | 274 ++++++++++++++++++ src/utils/multerUpload.ts | 31 +- ...766946_78975905_country_classification.csv | 259 +++++++++++++++++ 11 files changed, 805 insertions(+), 42 deletions(-) create mode 100644 src/services/mcpClient.ts create mode 100644 uploads/1763112766946_78975905_country_classification.csv diff --git a/package-lock.json b/package-lock.json index 760fbb0..8813f34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.930.0", "@google/generative-ai": "^0.24.1", + "@modelcontextprotocol/sdk": "^1.22.0", "@supabase/supabase-js": "^2.81.0", "@types/bcrypt": "^6.0.0", "@types/jsonwebtoken": "^9.0.10", @@ -1668,6 +1669,38 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@modelcontextprotocol/sdk": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.22.0.tgz", + "integrity": "sha512-VUpl106XVTCpDmTBil2ehgJZjhyLY2QZikzF8NvTXtLRF1CvO5iEE2UNZdVIUer35vFOwMKYeUGbjJtvPWan3g==", + "license": "MIT", + "dependencies": { + "ajv": "^8.17.1", + "ajv-formats": "^3.0.1", + "content-type": "^1.0.5", + "cors": "^2.8.5", + "cross-spawn": "^7.0.5", + "eventsource": "^3.0.2", + "eventsource-parser": "^3.0.0", + "express": "^5.0.1", + "express-rate-limit": "^7.5.0", + "pkce-challenge": "^5.0.0", + "raw-body": "^3.0.0", + "zod": "^3.23.8", + "zod-to-json-schema": "^3.24.1" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@cfworker/json-schema": "^4.1.1" + }, + "peerDependenciesMeta": { + "@cfworker/json-schema": { + "optional": true + } + } + }, "node_modules/@mongodb-js/saslprep": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.3.2.tgz", @@ -2575,7 +2608,6 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", - "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -2656,7 +2688,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -2823,6 +2854,39 @@ "node": ">=0.4.0" } }, + "node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -3156,6 +3220,20 @@ "dev": true, "license": "MIT" }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/csv-parser": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/csv-parser/-/csv-parser-3.2.0.tgz", @@ -3308,6 +3386,27 @@ "node": ">= 0.6" } }, + "node_modules/eventsource": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz", + "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==", + "license": "MIT", + "dependencies": { + "eventsource-parser": "^3.0.1" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/eventsource-parser": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz", + "integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/express": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", @@ -3350,6 +3449,43 @@ "url": "https://opencollective.com/express" } }, + "node_modules/express-rate-limit": { + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.1.tgz", + "integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==", + "license": "MIT", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/express-rate-limit" + }, + "peerDependencies": { + "express": ">= 4.11" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" + }, + "node_modules/fast-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/fast-xml-parser": { "version": "5.2.5", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", @@ -3682,6 +3818,12 @@ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==", "license": "MIT" }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC" + }, "node_modules/joi": { "version": "18.0.1", "resolved": "https://registry.npmjs.org/joi/-/joi-18.0.1.tgz", @@ -3700,6 +3842,12 @@ "node": ">= 20" } }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" + }, "node_modules/jsonwebtoken": { "version": "9.0.2", "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", @@ -4340,6 +4488,15 @@ "node": ">= 0.4.0" } }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/path-to-regexp": { "version": "8.3.0", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", @@ -4368,6 +4525,15 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/pkce-challenge": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.0.tgz", + "integrity": "sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ==", + "license": "MIT", + "engines": { + "node": ">=16.20.0" + } + }, "node_modules/prettier": { "version": "3.6.2", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", @@ -4495,6 +4661,15 @@ "node": ">=8.10.0" } }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/router": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz", @@ -4592,6 +4767,27 @@ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", "license": "ISC" }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/side-channel": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", @@ -4883,7 +5079,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -4982,6 +5177,21 @@ "node": ">=18" } }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -5027,6 +5237,24 @@ "engines": { "node": ">=6" } + }, + "node_modules/zod": { + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, + "node_modules/zod-to-json-schema": { + "version": "3.24.6", + "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz", + "integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==", + "license": "ISC", + "peerDependencies": { + "zod": "^3.24.1" + } } } } diff --git a/package.json b/package.json index 8323f44..2f3a046 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.930.0", "@google/generative-ai": "^0.24.1", + "@modelcontextprotocol/sdk": "^1.22.0", "@supabase/supabase-js": "^2.81.0", "@types/bcrypt": "^6.0.0", "@types/jsonwebtoken": "^9.0.10", diff --git a/src/app.ts b/src/app.ts index d1e919a..3d4f0dc 100644 --- a/src/app.ts +++ b/src/app.ts @@ -61,7 +61,7 @@ app.use(fileSizeCheck); //listening // TODO: use .env for urls app.listen(process.env.PORT, () => { - connection(); + connection() console.log(` Server running on http://localhost:${process.env.PORT}`); }); app.get("/health", async (req, res) => { diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 5b6dd32..bdedaff 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -14,7 +14,6 @@ import mongoose from "mongoose"; export const loginCheck = async (req: Request, res: Response) => { console.log(" reached here login"); console.log(req.body); - try { const { email, password } = req.body; if (!email || !password) { @@ -50,7 +49,7 @@ export const loginCheck = async (req: Request, res: Response) => { const refreshToken = Jwt.sign( { id: user._id, - email: user.email, + email: user.email }, process.env.REFRESH_SECRET!, { expiresIn: "30d" } diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 4f7ea95..7ada204 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -2,12 +2,12 @@ import type { Request, Response } from 'express'; import fs from 'fs'; import { GoogleGenerativeAI } from '@google/generative-ai'; import csv from 'csv-parser'; -import fetch from 'node-fetch'; import { PutObjectCommand } from '@aws-sdk/client-s3'; import { r2 } from '../config/r2Client'; import dataModel from '../model/dataModel'; import { CustomError } from '../utils/CustomError'; import { generateAiPromt } from '../utils/aiPrompt'; +import { tokenCheck } from '../middlewares/tokenCheck'; // const apikey = let apiKeyIndex = 1; @@ -26,7 +26,7 @@ const switchApi = () => { export const fileParsing = async (req: Request, res: Response) => { try { - console.time('checking'); + console.time('Parsing CSV'); if (!req.file) { return res.status(404).json({ message: 'File Not Uploaded' }); } @@ -108,16 +108,18 @@ export const fileParsing = async (req: Request, res: Response) => { r2_url: fileUrl, }); const prompt = generateAiPromt(dataset, computedMetrics); - let parsed: any; + let aiResponse: any; try { - console.log(currentApi) + console.log(currentApi); + console.time('ai response time:'); const result = await model.generateContent(prompt); let responseText = result.response .text() .trim() .replace(/```json|```/g, ''); - parsed = JSON.parse(responseText); - console.log(parsed); + aiResponse = JSON.parse(responseText); + console.log(aiResponse); + console.timeEnd('ai response time:'); } catch (err: any) { const msg = String(err?.message || ''); if ( @@ -138,7 +140,7 @@ export const fileParsing = async (req: Request, res: Response) => { message: 'Dataset processed successfully', datasetId: dataset._id, r2Url: fileUrl, - data: parsed, + data: aiResponse, }); }; diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index dfdcab3..c36c118 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -1,14 +1,17 @@ import { NextFunction, Request, Response } from 'express'; import dataModel from '../model/dataModel'; -import { verifyToken } from './verifyToken'; -export const tokenCheck = async (error: any, req: Request, res: Response, next: NextFunction) => { + +export const tokenCheck = (req: Request, res: Response, next: NextFunction) => { try { console.log('api in middleware'); + const userIp = req.ip; console.log(userIp); - // next(); - return; + + console.log(req.user) + next(); } catch (err) { - console.log(err); + res.status(403).json({ message: 'Invalid or expired token' }); + return; } }; diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index 60ff7db..21972bf 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -16,6 +16,7 @@ export const verifyToken = ( try { const decoded = Jwt.verify(token, process.env.JWT_SECRET!); req.user = decoded; + console.log("req.user succefully set") next(); } catch (err) { return res.status(401).json({ message: "Invalid or expired token" }); diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index a35d0ce..2394888 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -1,10 +1,11 @@ -import { Router } from 'express' +import { Router } from 'express'; import upload from '../utils/multerUpload.ts'; -import { fileParsing } from '../controllers/uploadController.ts' +import { fileParsing } from '../controllers/uploadController.ts'; import { tokenCheck } from '../middlewares/tokenCheck.ts'; +import { verifyToken } from '../middlewares/verifyToken.ts'; -const uploadRouter = Router() -uploadRouter.use('/fileupload',tokenCheck) -uploadRouter.post("/fileupload", upload.single('file'), fileParsing); +const uploadRouter = Router(); +uploadRouter.use('/fileupload',verifyToken,tokenCheck) +uploadRouter.post('/fileupload', upload.single('file'), fileParsing); -export default uploadRouter; \ No newline at end of file +export default uploadRouter; diff --git a/src/services/mcpClient.ts b/src/services/mcpClient.ts new file mode 100644 index 0000000..193aa1b --- /dev/null +++ b/src/services/mcpClient.ts @@ -0,0 +1,274 @@ +// import { Client } from '@modelcontextprotocol/sdk/client/index.js'; +// import { StdioClientTransport } from '@modelcontextprotocol/sdk/client/stdio.js'; +// import { Tool, ListToolsResult, CallToolResult } from '@modelcontextprotocol/sdk/types.js'; + +// interface MongoDBDocument { +// [key: string]: any; +// } + +// interface InsertResult { +// insertedCount: number; +// results: any[]; +// } + +// interface MCPClientConfig { +// name?: string; +// version?: string; +// mongodbUri?: string; +// } + +// class MongoDBMCPClient { +// private client: Client | null; +// private transport: StdioClientTransport | null; +// private tools: Tool[]; +// private config: MCPClientConfig; + +// constructor(config: MCPClientConfig = {}) { +// this.client = null; +// this.transport = null; +// this.tools = []; +// this.config = { +// name: config.name || 'csv-insights-app', +// version: config.version || '1.0.0', +// mongodbUri: config.mongodbUri || process.env.MONGODB_URI || 'mongodb://localhost:27017/mydb', +// }; +// } + +// /** +// * Connect to MongoDB MCP server +// */ +// async connect(): Promise { +// try { +// // Create the MCP client +// this.client = new Client( +// { +// name: this.config.name!, +// version: this.config.version!, +// }, +// { +// capabilities: {}, +// }, +// ); + +// // Create transport to connect to MongoDB MCP server +// // Option 1: If MongoDB MCP server is already running as a separate process +// this.transport = new StdioClientTransport({ +// command: 'npx', +// args: ['-y', '@modelcontextprotocol/server-mongodb', this.config.mongodbUri!], +// }); + +// // Option 2: If you have a local MongoDB MCP server file +// // this.transport = new StdioClientTransport({ +// // command: 'node', +// // args: ['./mongodb-mcp-server.js'] +// // }); + +// // Connect client to transport +// await this.client.connect(this.transport); + +// console.log('✅ Connected to MongoDB MCP server'); + +// // List available tools +// const toolsList: ListToolsResult = await this.client.listTools(); +// this.tools = toolsList.tools; + +// console.log( +// `📋 Found ${this.tools.length} tools:`, +// this.tools.map(t => t.name), +// ); + +// return true; +// } catch (error) { +// console.error('❌ Failed to connect to MongoDB MCP:', error); +// throw error; +// } +// } + +// /** +// * Check if client is connected +// */ +// isConnected(): boolean { +// return this.client !== null; +// } + +// /** +// * Get list of available tools +// */ +// getTools(): Tool[] { +// return this.tools; +// } + +// /** +// * Call a tool +// */ +// async callTool(toolName: string, args: Record): Promise { +// if (!this.client) { +// throw new Error('MCP client not connected. Call connect() first.'); +// } + +// try { +// const result: CallToolResult = await this.client.callTool({ +// name: toolName, +// arguments: args, +// }); + +// // Parse the response +// if (result.content && result.content.length > 0) { +// const firstContent = result.content[0]; + +// // Check if it's a text content type +// if (firstContent.type === 'text' && 'text' in firstContent) { +// try { +// return JSON.parse(firstContent.text); +// } catch { +// // If JSON parse fails, return the text as is +// return firstContent.text; +// } +// } +// } + +// return result; +// } catch (error) { +// console.error(`Failed to call tool ${toolName}:`, error); +// throw error; +// } +// } + +// /** +// * Insert documents into collection +// */ +// async insertMany(collection: string, documents: MongoDBDocument[]): Promise { +// const results: any[] = []; + +// for (const doc of documents) { +// const result = await this.callTool('mongodb_insert', { +// collection, +// document: doc, +// }); +// results.push(result); +// } + +// return { insertedCount: results.length, results }; +// } + +// /** +// * Insert single document into collection +// */ +// async insertOne(collection: string, document: MongoDBDocument): Promise { +// return await this.callTool('mongodb_insert', { +// collection, +// document, +// }); +// } + +// /** +// * Find documents in collection +// */ +// async find( +// collection: string, +// query: Record = {}, +// limit: number = 100, +// ): Promise { +// return await this.callTool('mongodb_find', { +// collection, +// query, +// limit, +// }); +// } + +// /** +// * Find one document in collection +// */ +// async findOne( +// collection: string, +// query: Record = {}, +// ): Promise { +// const results = await this.find(collection, query, 1); +// return results.length > 0 ? results[0] : null; +// } + +// /** +// * Run aggregation pipeline +// */ +// async aggregate(collection: string, pipeline: Record[]): Promise { +// return await this.callTool('mongodb_aggregate', { +// collection, +// pipeline, +// }); +// } + +// /** +// * Update documents +// */ +// async updateMany( +// collection: string, +// filter: Record, +// update: Record, +// ): Promise { +// return await this.callTool('mongodb_update', { +// collection, +// filter, +// update, +// }); +// } + +// /** +// * Update one document +// */ +// async updateOne( +// collection: string, +// filter: Record, +// update: Record, +// ): Promise { +// return await this.updateMany(collection, filter, update); +// } + +// /** +// * Delete documents +// */ +// async deleteMany(collection: string, filter: Record): Promise { +// return await this.callTool('mongodb_delete', { +// collection, +// filter, +// }); +// } + +// /** +// * Delete one document +// */ +// async deleteOne(collection: string, filter: Record): Promise { +// return await this.deleteMany(collection, filter); +// } + +// /** +// * List all collections +// */ +// async listCollections(): Promise { +// return await this.callTool('mongodb_list_collections', {}); +// } + +// /** +// * Count documents in collection +// */ +// async count(collection: string, query: Record = {}): Promise { +// const pipeline = [{ $match: query }, { $count: 'total' }]; + +// const result = await this.aggregate(collection, pipeline); +// return result.length > 0 ? result[0].total : 0; +// } + +// /** +// * Disconnect from MCP server +// */ +// async disconnect(): Promise { +// if (this.client) { +// await this.client.close(); +// this.client = null; +// this.transport = null; +// console.log('🔌 Disconnected from MongoDB MCP server'); +// } +// } +// } + +// export default MongoDBMCPClient; +// export type { MongoDBDocument, InsertResult, MCPClientConfig }; diff --git a/src/utils/multerUpload.ts b/src/utils/multerUpload.ts index e91c262..0bd85af 100644 --- a/src/utils/multerUpload.ts +++ b/src/utils/multerUpload.ts @@ -1,12 +1,12 @@ -import multer, { FileFilterCallback } from "multer"; -import path from "path"; -import fs from "fs"; -import { Request } from "express"; +import multer, { FileFilterCallback } from 'multer'; +import path from 'path'; +import fs from 'fs'; +import { Request } from 'express'; -const UPLOAD_DIR = path.join(process.cwd(), "uploads"); +const UPLOAD_DIR = path.join(process.cwd(), 'uploads'); if (!fs.existsSync(UPLOAD_DIR)) { fs.mkdirSync(UPLOAD_DIR, { recursive: true }); - console.log("Created upload directory:", UPLOAD_DIR); + console.log('Created upload directory:', UPLOAD_DIR); } const storage = multer.diskStorage({ @@ -14,28 +14,23 @@ const storage = multer.diskStorage({ cb(null, UPLOAD_DIR); }, filename: function (_req, file, cb) { - const suffix = Date.now() + "_" + Math.round(Math.random() * 1e9); - const safeName = file.originalname.replace(/[^a-zA-Z0-9.\-_]/g, "_"); + const suffix = Date.now() + '_' + Math.round(Math.random() * 1e9); + const safeName = file.originalname.replace(/[^a-zA-Z0-9.\-_]/g, '_'); cb(null, `${suffix}_${safeName}`); }, }); -function fileFiltercsv( - _req: Request, - file: Express.Multer.File, - cb: FileFilterCallback -) { +function fileFiltercsv(_req: Request, file: Express.Multer.File, cb: FileFilterCallback) { const ext = path.extname(file.originalname).toLowerCase(); - if (ext !== ".csv") { - return cb(new Error("Only CSV file type allowed")); + if (ext !== '.csv') { + return cb(new Error('Only CSV file type allowed')); } - if (file.mimetype !== "text/csv" && file.mimetype !== "application/vnd.ms-excel") { - return cb(new Error("Invalid mimetype for CSV")); + if (file.mimetype !== 'text/csv' && file.mimetype !== 'application/vnd.ms-excel') { + return cb(new Error('Invalid mimetype for CSV')); } cb(null, true); } - const MAX_FILE_SIZE = 50 * 1024 * 1024; const upload = multer({ diff --git a/uploads/1763112766946_78975905_country_classification.csv b/uploads/1763112766946_78975905_country_classification.csv new file mode 100644 index 0000000..bbacf56 --- /dev/null +++ b/uploads/1763112766946_78975905_country_classification.csv @@ -0,0 +1,259 @@ +country_code,country_label +AD,Andorra +AE,United Arab Emirates +AF,Afghanistan +AG,Antigua and Barbuda +AI,Anguilla +AL,Albania +AM,Armenia +AO,Angola +AQ,Antarctica +AR,Argentina +AS,"Samoa, American" +AT,Austria +AU,Australia +AW,Aruba +AZ,Azerbaijan +BA,Bosnia and Herzegovina +BB,Barbados +BD,Bangladesh +BE,Belgium +BF,Burkina Faso +BG,Bulgaria +BH,Bahrain +BI,Burundi +BJ,Benin +BM,Bermuda +BN,Brunei Darussalam +BO,Bolivia +BR,Brazil +BS,Bahamas +BT,Bhutan +BW,Botswana +BY,Belarus +BZ,Belize +CA,Canada +CC,Cocos (Keeling) Islands +CD,"Congo, the Democratic Republic of the" +CF,Central African Republic +CG,Congo +CH,Switzerland +CI,Cote d'Ivoire +CK,Cook Islands +CL,Chile +CM,Cameroon +CN,"China, People's Republic of" +CO,Colombia +CR,Costa Rica +CU,Cuba +CV,Cabo Verde +CW,Curacao +CX,Christmas Island +CY,Cyprus +CZ,Czechia +DE,Germany +DJ,Djibouti +DK,Denmark +DM,Dominica +DO,Dominican Republic +DZ,Algeria +EC,Ecuador +EE,Estonia +EG,Egypt +EH,Western Sahara +EN,England +ER,Eritrea +ES,Spain +ET,Ethiopia +FI,Finland +FJ,Fiji +FK,Falkland Islands +FM,"Micronesia, Federated States of" +FO,Faeroe Islands +FR,France +GA,Gabon +GB,United Kingdom +GD,Grenada +GE,Georgia +GF,French Guiana +GH,Ghana +GI,Gibraltar +GJ,Channel Islands +GL,Greenland +GM,Gambia +GN,Guinea +GP,Guadeloupe +GQ,Equatorial Guinea +GR,Greece +GS,South Georgia and the South Sandwich Islands +GT,Guatemala +GU,Guam +GW,Guinea-Bissau +GY,Guyana +HI,Scotland +HK,Hong Kong (Special Administrative Region) +HN,Honduras +HR,Croatia +HT,Haiti +HU,Hungary +ID,Indonesia +IE,Ireland +IL,Israel +IM,Isle of Man +IN,India +IO,British Indian Ocean Territory +IQ,Iraq +IR,Iran +IS,Iceland +IT,Italy +JM,Jamaica +JO,Jordan +JP,Japan +KE,Kenya +KG,Kyrgyzstan +KH,Cambodia +KI,Kiribati +KM,Comoros +KN,St Kitts and Nevis +KP,"Korea, Democratic People's Republic of" +KR,"Korea, Republic of" +KW,Kuwait +KX,Kosovo +KY,Cayman Islands +KZ,Kazakhstan +LA,Laos +LB,Lebanon +LC,St Lucia +LI,Liechtenstein +LK,Sri Lanka +LR,Liberia +LS,Lesotho +LT,Lithuania +LU,Luxembourg +LV,Latvia +LY,Libya +MA,Morocco +MC,Monaco +MD,Moldova +ME,Montenegro +MG,Madagascar +MH,Marshall Islands +MK,North Macedonia +ML,Mali +MM,Myanmar +MN,Mongolia +MO,Macau (Special Administrative Region) +MP,Northern Mariana Islands +MQ,Martinique +MR,Mauritania +MS,Montserrat +MT,Malta +MU,Mauritius +MV,Maldives +MW,Malawi +MX,Mexico +MY,Malaysia +MZ,Mozambique +NA,Namibia +NC,New Caledonia +ND,Northern Ireland +NE,Niger +NF,Norfolk Island +NG,Nigeria +NI,Nicaragua +NL,Netherlands +NO,Norway +NP,Nepal +NR,Nauru +NU,Niue +NZ,New Zealand +OM,Oman +PA,Panama +PE,Peru +PF,French Polynesia +PG,Papua New Guinea +PH,Philippines +PK,Pakistan +PL,Poland +PM,St Pierre and Miquelon +PN,Pitcairn +PR,Puerto Rico +PS,Gaza Strip/Palestine/West Bank +PT,Portugal +PW,Palau +PY,Paraguay +QA,Qatar +RE,Reunion +RO,Romania +RS,Serbia +RU,Russia +RW,Rwanda +SA,Saudi Arabia +SB,Solomon Islands +SC,Seychelles +SD,Sudan +SE,Sweden +SG,Singapore +SH,St Helena +SI,Slovenia +SK,Slovakia +SL,Sierra Leone +SM,San Marino +SN,Senegal +SO,Somalia +SR,Suriname +SS,South Sudan +ST,Sao Tome and Principe +SV,El Salvador +SX,St Maarten (Dutch Part) +SY,Syria +SZ,Eswatini +TC,Turks and Caicos Islands +TD,Chad +TF,French Southern Territories +TG,Togo +TH,Thailand +TJ,Tajikistan +TK,Tokelau +TL,Timor-Leste +TM,Turkmenistan +TN,Tunisia +TO,Tonga +TR,Türkiye +TT,Trinidad and Tobago +TV,Tuvalu +TW,Taiwan +TZ,Tanzania +UA,Ukraine +UG,Uganda +UM,United States Minor Outlying Islands +US,United States of America +UY,Uruguay +UZ,Uzbekistan +VA,Vatican City State +VC,St Vincent and the Grenadines +VE,Venezuela +VG,"Virgin Islands, British" +VI,"Virgin Islands, United States" +VN,Viet Nam +VU,Vanuatu +WA,Wales +WF,Wallis and Futuna +WS,Samoa +XX,Not Stated +YE,Yemen +YT,Mayotte +ZA,South Africa +ZB,Ships' Bunkering +ZE,Destination Unknown - EU +ZM,Zambia +ZO,Destination Unknown - Non-EU +ZP,Passengers' Effects +ZS,Ships' Stores +ZW,Zimbabwe +TOT,Total +TOT (OMT CIF),Total goods - cost including insurance and freight) +TOT (OMT FOB),Total goods - free on board +TOT (OMT VFD),Total goods - value for duty +TOT (BoP basis),Total goods - Balance of Payments basis +BoP conceptual adjustment,Balance of Payments conceptual adjustment From 3f4b28e598764792a64c3ffc45dce7a26056ffa5 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Mon, 17 Nov 2025 09:54:40 +0530 Subject: [PATCH 049/120] password changed --- src/controllers/UserController.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/controllers/UserController.ts b/src/controllers/UserController.ts index a1a520b..7498869 100644 --- a/src/controllers/UserController.ts +++ b/src/controllers/UserController.ts @@ -51,16 +51,16 @@ export const changePassword = async (req: Request, res: Response) => { console.log(req.body); if (!userId || !oldPassword || !newPassword) { - return res.status(400).json({ message: 'All fields required..' }); + return res.status(403).json({ message: 'All fields required..' }); } const user = await userModel.findOne({ _id: userId }); - + console.log(user) if (!user) { - return res.status(404).json({ message: 'User is not found..' }); + return res.status(400).json({ message: 'User is not found..' }); } if (user.googleId) { - return res.status(400).json({ + return res.status(200).json({ message: 'This account uses Google Login. Password cannot be changed.', }); } @@ -68,7 +68,7 @@ export const changePassword = async (req: Request, res: Response) => { const isCorrect = await bcrypt.compare(oldPassword, user.password!); if (!isCorrect) { - return res.status(401).json({ message: 'Password is not matching.!' }); + return res.status(400).json({ message: 'Password is not matching.!' }); } const hashed = await bcrypt.hash(newPassword, 10); From 51923a7c4ec843389ef4606e3d499b7c98bf1872 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Mon, 17 Nov 2025 10:00:58 +0530 Subject: [PATCH 050/120] merged sameer --- src/auth/auth.ts | 1 + src/routes/uploadRouter.ts | 2 + ...27076_251949991_country_classification.csv | 259 ++++++++++++++++++ ...17988_260800315_country_classification.csv | 259 ++++++++++++++++++ ...75696_161036485_country_classification.csv | 259 ++++++++++++++++++ 5 files changed, 780 insertions(+) create mode 100644 uploads/1763205327076_251949991_country_classification.csv create mode 100644 uploads/1763205417988_260800315_country_classification.csv create mode 100644 uploads/1763206075696_161036485_country_classification.csv diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 2019bda..4ba30b0 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -66,6 +66,7 @@ export const loginCheck = async (req: Request, res: Response) => { ); const hashed = hashToken(refreshToken); + await refreshModel.findOneAndUpdate( {userId: user._id,}, { diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index 4a33d26..23116aa 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -2,6 +2,8 @@ import { Router } from 'express' import upload from '../utils/multerUpload.ts'; import { fileParsing } from '../controllers/uploadController.ts' import { tokenCheck } from '../middlewares/tokenCheck.ts'; +import { verifyToken } from '../middlewares/verifyToken.ts'; + const uploadRouter = Router() // uploadRouter.use('/fileupload',tokenCheck) diff --git a/uploads/1763205327076_251949991_country_classification.csv b/uploads/1763205327076_251949991_country_classification.csv new file mode 100644 index 0000000..bbacf56 --- /dev/null +++ b/uploads/1763205327076_251949991_country_classification.csv @@ -0,0 +1,259 @@ +country_code,country_label +AD,Andorra +AE,United Arab Emirates +AF,Afghanistan +AG,Antigua and Barbuda +AI,Anguilla +AL,Albania +AM,Armenia +AO,Angola +AQ,Antarctica +AR,Argentina +AS,"Samoa, American" +AT,Austria +AU,Australia +AW,Aruba +AZ,Azerbaijan +BA,Bosnia and Herzegovina +BB,Barbados +BD,Bangladesh +BE,Belgium +BF,Burkina Faso +BG,Bulgaria +BH,Bahrain +BI,Burundi +BJ,Benin +BM,Bermuda +BN,Brunei Darussalam +BO,Bolivia +BR,Brazil +BS,Bahamas +BT,Bhutan +BW,Botswana +BY,Belarus +BZ,Belize +CA,Canada +CC,Cocos (Keeling) Islands +CD,"Congo, the Democratic Republic of the" +CF,Central African Republic +CG,Congo +CH,Switzerland +CI,Cote d'Ivoire +CK,Cook Islands +CL,Chile +CM,Cameroon +CN,"China, People's Republic of" +CO,Colombia +CR,Costa Rica +CU,Cuba +CV,Cabo Verde +CW,Curacao +CX,Christmas Island +CY,Cyprus +CZ,Czechia +DE,Germany +DJ,Djibouti +DK,Denmark +DM,Dominica +DO,Dominican Republic +DZ,Algeria +EC,Ecuador +EE,Estonia +EG,Egypt +EH,Western Sahara +EN,England +ER,Eritrea +ES,Spain +ET,Ethiopia +FI,Finland +FJ,Fiji +FK,Falkland Islands +FM,"Micronesia, Federated States of" +FO,Faeroe Islands +FR,France +GA,Gabon +GB,United Kingdom +GD,Grenada +GE,Georgia +GF,French Guiana +GH,Ghana +GI,Gibraltar +GJ,Channel Islands +GL,Greenland +GM,Gambia +GN,Guinea +GP,Guadeloupe +GQ,Equatorial Guinea +GR,Greece +GS,South Georgia and the South Sandwich Islands +GT,Guatemala +GU,Guam +GW,Guinea-Bissau +GY,Guyana +HI,Scotland +HK,Hong Kong (Special Administrative Region) +HN,Honduras +HR,Croatia +HT,Haiti +HU,Hungary +ID,Indonesia +IE,Ireland +IL,Israel +IM,Isle of Man +IN,India +IO,British Indian Ocean Territory +IQ,Iraq +IR,Iran +IS,Iceland +IT,Italy +JM,Jamaica +JO,Jordan +JP,Japan +KE,Kenya +KG,Kyrgyzstan +KH,Cambodia +KI,Kiribati +KM,Comoros +KN,St Kitts and Nevis +KP,"Korea, Democratic People's Republic of" +KR,"Korea, Republic of" +KW,Kuwait +KX,Kosovo +KY,Cayman Islands +KZ,Kazakhstan +LA,Laos +LB,Lebanon +LC,St Lucia +LI,Liechtenstein +LK,Sri Lanka +LR,Liberia +LS,Lesotho +LT,Lithuania +LU,Luxembourg +LV,Latvia +LY,Libya +MA,Morocco +MC,Monaco +MD,Moldova +ME,Montenegro +MG,Madagascar +MH,Marshall Islands +MK,North Macedonia +ML,Mali +MM,Myanmar +MN,Mongolia +MO,Macau (Special Administrative Region) +MP,Northern Mariana Islands +MQ,Martinique +MR,Mauritania +MS,Montserrat +MT,Malta +MU,Mauritius +MV,Maldives +MW,Malawi +MX,Mexico +MY,Malaysia +MZ,Mozambique +NA,Namibia +NC,New Caledonia +ND,Northern Ireland +NE,Niger +NF,Norfolk Island +NG,Nigeria +NI,Nicaragua +NL,Netherlands +NO,Norway +NP,Nepal +NR,Nauru +NU,Niue +NZ,New Zealand +OM,Oman +PA,Panama +PE,Peru +PF,French Polynesia +PG,Papua New Guinea +PH,Philippines +PK,Pakistan +PL,Poland +PM,St Pierre and Miquelon +PN,Pitcairn +PR,Puerto Rico +PS,Gaza Strip/Palestine/West Bank +PT,Portugal +PW,Palau +PY,Paraguay +QA,Qatar +RE,Reunion +RO,Romania +RS,Serbia +RU,Russia +RW,Rwanda +SA,Saudi Arabia +SB,Solomon Islands +SC,Seychelles +SD,Sudan +SE,Sweden +SG,Singapore +SH,St Helena +SI,Slovenia +SK,Slovakia +SL,Sierra Leone +SM,San Marino +SN,Senegal +SO,Somalia +SR,Suriname +SS,South Sudan +ST,Sao Tome and Principe +SV,El Salvador +SX,St Maarten (Dutch Part) +SY,Syria +SZ,Eswatini +TC,Turks and Caicos Islands +TD,Chad +TF,French Southern Territories +TG,Togo +TH,Thailand +TJ,Tajikistan +TK,Tokelau +TL,Timor-Leste +TM,Turkmenistan +TN,Tunisia +TO,Tonga +TR,Türkiye +TT,Trinidad and Tobago +TV,Tuvalu +TW,Taiwan +TZ,Tanzania +UA,Ukraine +UG,Uganda +UM,United States Minor Outlying Islands +US,United States of America +UY,Uruguay +UZ,Uzbekistan +VA,Vatican City State +VC,St Vincent and the Grenadines +VE,Venezuela +VG,"Virgin Islands, British" +VI,"Virgin Islands, United States" +VN,Viet Nam +VU,Vanuatu +WA,Wales +WF,Wallis and Futuna +WS,Samoa +XX,Not Stated +YE,Yemen +YT,Mayotte +ZA,South Africa +ZB,Ships' Bunkering +ZE,Destination Unknown - EU +ZM,Zambia +ZO,Destination Unknown - Non-EU +ZP,Passengers' Effects +ZS,Ships' Stores +ZW,Zimbabwe +TOT,Total +TOT (OMT CIF),Total goods - cost including insurance and freight) +TOT (OMT FOB),Total goods - free on board +TOT (OMT VFD),Total goods - value for duty +TOT (BoP basis),Total goods - Balance of Payments basis +BoP conceptual adjustment,Balance of Payments conceptual adjustment diff --git a/uploads/1763205417988_260800315_country_classification.csv b/uploads/1763205417988_260800315_country_classification.csv new file mode 100644 index 0000000..bbacf56 --- /dev/null +++ b/uploads/1763205417988_260800315_country_classification.csv @@ -0,0 +1,259 @@ +country_code,country_label +AD,Andorra +AE,United Arab Emirates +AF,Afghanistan +AG,Antigua and Barbuda +AI,Anguilla +AL,Albania +AM,Armenia +AO,Angola +AQ,Antarctica +AR,Argentina +AS,"Samoa, American" +AT,Austria +AU,Australia +AW,Aruba +AZ,Azerbaijan +BA,Bosnia and Herzegovina +BB,Barbados +BD,Bangladesh +BE,Belgium +BF,Burkina Faso +BG,Bulgaria +BH,Bahrain +BI,Burundi +BJ,Benin +BM,Bermuda +BN,Brunei Darussalam +BO,Bolivia +BR,Brazil +BS,Bahamas +BT,Bhutan +BW,Botswana +BY,Belarus +BZ,Belize +CA,Canada +CC,Cocos (Keeling) Islands +CD,"Congo, the Democratic Republic of the" +CF,Central African Republic +CG,Congo +CH,Switzerland +CI,Cote d'Ivoire +CK,Cook Islands +CL,Chile +CM,Cameroon +CN,"China, People's Republic of" +CO,Colombia +CR,Costa Rica +CU,Cuba +CV,Cabo Verde +CW,Curacao +CX,Christmas Island +CY,Cyprus +CZ,Czechia +DE,Germany +DJ,Djibouti +DK,Denmark +DM,Dominica +DO,Dominican Republic +DZ,Algeria +EC,Ecuador +EE,Estonia +EG,Egypt +EH,Western Sahara +EN,England +ER,Eritrea +ES,Spain +ET,Ethiopia +FI,Finland +FJ,Fiji +FK,Falkland Islands +FM,"Micronesia, Federated States of" +FO,Faeroe Islands +FR,France +GA,Gabon +GB,United Kingdom +GD,Grenada +GE,Georgia +GF,French Guiana +GH,Ghana +GI,Gibraltar +GJ,Channel Islands +GL,Greenland +GM,Gambia +GN,Guinea +GP,Guadeloupe +GQ,Equatorial Guinea +GR,Greece +GS,South Georgia and the South Sandwich Islands +GT,Guatemala +GU,Guam +GW,Guinea-Bissau +GY,Guyana +HI,Scotland +HK,Hong Kong (Special Administrative Region) +HN,Honduras +HR,Croatia +HT,Haiti +HU,Hungary +ID,Indonesia +IE,Ireland +IL,Israel +IM,Isle of Man +IN,India +IO,British Indian Ocean Territory +IQ,Iraq +IR,Iran +IS,Iceland +IT,Italy +JM,Jamaica +JO,Jordan +JP,Japan +KE,Kenya +KG,Kyrgyzstan +KH,Cambodia +KI,Kiribati +KM,Comoros +KN,St Kitts and Nevis +KP,"Korea, Democratic People's Republic of" +KR,"Korea, Republic of" +KW,Kuwait +KX,Kosovo +KY,Cayman Islands +KZ,Kazakhstan +LA,Laos +LB,Lebanon +LC,St Lucia +LI,Liechtenstein +LK,Sri Lanka +LR,Liberia +LS,Lesotho +LT,Lithuania +LU,Luxembourg +LV,Latvia +LY,Libya +MA,Morocco +MC,Monaco +MD,Moldova +ME,Montenegro +MG,Madagascar +MH,Marshall Islands +MK,North Macedonia +ML,Mali +MM,Myanmar +MN,Mongolia +MO,Macau (Special Administrative Region) +MP,Northern Mariana Islands +MQ,Martinique +MR,Mauritania +MS,Montserrat +MT,Malta +MU,Mauritius +MV,Maldives +MW,Malawi +MX,Mexico +MY,Malaysia +MZ,Mozambique +NA,Namibia +NC,New Caledonia +ND,Northern Ireland +NE,Niger +NF,Norfolk Island +NG,Nigeria +NI,Nicaragua +NL,Netherlands +NO,Norway +NP,Nepal +NR,Nauru +NU,Niue +NZ,New Zealand +OM,Oman +PA,Panama +PE,Peru +PF,French Polynesia +PG,Papua New Guinea +PH,Philippines +PK,Pakistan +PL,Poland +PM,St Pierre and Miquelon +PN,Pitcairn +PR,Puerto Rico +PS,Gaza Strip/Palestine/West Bank +PT,Portugal +PW,Palau +PY,Paraguay +QA,Qatar +RE,Reunion +RO,Romania +RS,Serbia +RU,Russia +RW,Rwanda +SA,Saudi Arabia +SB,Solomon Islands +SC,Seychelles +SD,Sudan +SE,Sweden +SG,Singapore +SH,St Helena +SI,Slovenia +SK,Slovakia +SL,Sierra Leone +SM,San Marino +SN,Senegal +SO,Somalia +SR,Suriname +SS,South Sudan +ST,Sao Tome and Principe +SV,El Salvador +SX,St Maarten (Dutch Part) +SY,Syria +SZ,Eswatini +TC,Turks and Caicos Islands +TD,Chad +TF,French Southern Territories +TG,Togo +TH,Thailand +TJ,Tajikistan +TK,Tokelau +TL,Timor-Leste +TM,Turkmenistan +TN,Tunisia +TO,Tonga +TR,Türkiye +TT,Trinidad and Tobago +TV,Tuvalu +TW,Taiwan +TZ,Tanzania +UA,Ukraine +UG,Uganda +UM,United States Minor Outlying Islands +US,United States of America +UY,Uruguay +UZ,Uzbekistan +VA,Vatican City State +VC,St Vincent and the Grenadines +VE,Venezuela +VG,"Virgin Islands, British" +VI,"Virgin Islands, United States" +VN,Viet Nam +VU,Vanuatu +WA,Wales +WF,Wallis and Futuna +WS,Samoa +XX,Not Stated +YE,Yemen +YT,Mayotte +ZA,South Africa +ZB,Ships' Bunkering +ZE,Destination Unknown - EU +ZM,Zambia +ZO,Destination Unknown - Non-EU +ZP,Passengers' Effects +ZS,Ships' Stores +ZW,Zimbabwe +TOT,Total +TOT (OMT CIF),Total goods - cost including insurance and freight) +TOT (OMT FOB),Total goods - free on board +TOT (OMT VFD),Total goods - value for duty +TOT (BoP basis),Total goods - Balance of Payments basis +BoP conceptual adjustment,Balance of Payments conceptual adjustment diff --git a/uploads/1763206075696_161036485_country_classification.csv b/uploads/1763206075696_161036485_country_classification.csv new file mode 100644 index 0000000..bbacf56 --- /dev/null +++ b/uploads/1763206075696_161036485_country_classification.csv @@ -0,0 +1,259 @@ +country_code,country_label +AD,Andorra +AE,United Arab Emirates +AF,Afghanistan +AG,Antigua and Barbuda +AI,Anguilla +AL,Albania +AM,Armenia +AO,Angola +AQ,Antarctica +AR,Argentina +AS,"Samoa, American" +AT,Austria +AU,Australia +AW,Aruba +AZ,Azerbaijan +BA,Bosnia and Herzegovina +BB,Barbados +BD,Bangladesh +BE,Belgium +BF,Burkina Faso +BG,Bulgaria +BH,Bahrain +BI,Burundi +BJ,Benin +BM,Bermuda +BN,Brunei Darussalam +BO,Bolivia +BR,Brazil +BS,Bahamas +BT,Bhutan +BW,Botswana +BY,Belarus +BZ,Belize +CA,Canada +CC,Cocos (Keeling) Islands +CD,"Congo, the Democratic Republic of the" +CF,Central African Republic +CG,Congo +CH,Switzerland +CI,Cote d'Ivoire +CK,Cook Islands +CL,Chile +CM,Cameroon +CN,"China, People's Republic of" +CO,Colombia +CR,Costa Rica +CU,Cuba +CV,Cabo Verde +CW,Curacao +CX,Christmas Island +CY,Cyprus +CZ,Czechia +DE,Germany +DJ,Djibouti +DK,Denmark +DM,Dominica +DO,Dominican Republic +DZ,Algeria +EC,Ecuador +EE,Estonia +EG,Egypt +EH,Western Sahara +EN,England +ER,Eritrea +ES,Spain +ET,Ethiopia +FI,Finland +FJ,Fiji +FK,Falkland Islands +FM,"Micronesia, Federated States of" +FO,Faeroe Islands +FR,France +GA,Gabon +GB,United Kingdom +GD,Grenada +GE,Georgia +GF,French Guiana +GH,Ghana +GI,Gibraltar +GJ,Channel Islands +GL,Greenland +GM,Gambia +GN,Guinea +GP,Guadeloupe +GQ,Equatorial Guinea +GR,Greece +GS,South Georgia and the South Sandwich Islands +GT,Guatemala +GU,Guam +GW,Guinea-Bissau +GY,Guyana +HI,Scotland +HK,Hong Kong (Special Administrative Region) +HN,Honduras +HR,Croatia +HT,Haiti +HU,Hungary +ID,Indonesia +IE,Ireland +IL,Israel +IM,Isle of Man +IN,India +IO,British Indian Ocean Territory +IQ,Iraq +IR,Iran +IS,Iceland +IT,Italy +JM,Jamaica +JO,Jordan +JP,Japan +KE,Kenya +KG,Kyrgyzstan +KH,Cambodia +KI,Kiribati +KM,Comoros +KN,St Kitts and Nevis +KP,"Korea, Democratic People's Republic of" +KR,"Korea, Republic of" +KW,Kuwait +KX,Kosovo +KY,Cayman Islands +KZ,Kazakhstan +LA,Laos +LB,Lebanon +LC,St Lucia +LI,Liechtenstein +LK,Sri Lanka +LR,Liberia +LS,Lesotho +LT,Lithuania +LU,Luxembourg +LV,Latvia +LY,Libya +MA,Morocco +MC,Monaco +MD,Moldova +ME,Montenegro +MG,Madagascar +MH,Marshall Islands +MK,North Macedonia +ML,Mali +MM,Myanmar +MN,Mongolia +MO,Macau (Special Administrative Region) +MP,Northern Mariana Islands +MQ,Martinique +MR,Mauritania +MS,Montserrat +MT,Malta +MU,Mauritius +MV,Maldives +MW,Malawi +MX,Mexico +MY,Malaysia +MZ,Mozambique +NA,Namibia +NC,New Caledonia +ND,Northern Ireland +NE,Niger +NF,Norfolk Island +NG,Nigeria +NI,Nicaragua +NL,Netherlands +NO,Norway +NP,Nepal +NR,Nauru +NU,Niue +NZ,New Zealand +OM,Oman +PA,Panama +PE,Peru +PF,French Polynesia +PG,Papua New Guinea +PH,Philippines +PK,Pakistan +PL,Poland +PM,St Pierre and Miquelon +PN,Pitcairn +PR,Puerto Rico +PS,Gaza Strip/Palestine/West Bank +PT,Portugal +PW,Palau +PY,Paraguay +QA,Qatar +RE,Reunion +RO,Romania +RS,Serbia +RU,Russia +RW,Rwanda +SA,Saudi Arabia +SB,Solomon Islands +SC,Seychelles +SD,Sudan +SE,Sweden +SG,Singapore +SH,St Helena +SI,Slovenia +SK,Slovakia +SL,Sierra Leone +SM,San Marino +SN,Senegal +SO,Somalia +SR,Suriname +SS,South Sudan +ST,Sao Tome and Principe +SV,El Salvador +SX,St Maarten (Dutch Part) +SY,Syria +SZ,Eswatini +TC,Turks and Caicos Islands +TD,Chad +TF,French Southern Territories +TG,Togo +TH,Thailand +TJ,Tajikistan +TK,Tokelau +TL,Timor-Leste +TM,Turkmenistan +TN,Tunisia +TO,Tonga +TR,Türkiye +TT,Trinidad and Tobago +TV,Tuvalu +TW,Taiwan +TZ,Tanzania +UA,Ukraine +UG,Uganda +UM,United States Minor Outlying Islands +US,United States of America +UY,Uruguay +UZ,Uzbekistan +VA,Vatican City State +VC,St Vincent and the Grenadines +VE,Venezuela +VG,"Virgin Islands, British" +VI,"Virgin Islands, United States" +VN,Viet Nam +VU,Vanuatu +WA,Wales +WF,Wallis and Futuna +WS,Samoa +XX,Not Stated +YE,Yemen +YT,Mayotte +ZA,South Africa +ZB,Ships' Bunkering +ZE,Destination Unknown - EU +ZM,Zambia +ZO,Destination Unknown - Non-EU +ZP,Passengers' Effects +ZS,Ships' Stores +ZW,Zimbabwe +TOT,Total +TOT (OMT CIF),Total goods - cost including insurance and freight) +TOT (OMT FOB),Total goods - free on board +TOT (OMT VFD),Total goods - value for duty +TOT (BoP basis),Total goods - Balance of Payments basis +BoP conceptual adjustment,Balance of Payments conceptual adjustment From 3dd2514c5a12bb0d03621336cfc3eef1c8f4d3f3 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Mon, 17 Nov 2025 17:24:23 +0530 Subject: [PATCH 051/120] fileUpload middleware --- .env | 2 +- .prettierrc.ts => prettier.config.ts | 2 +- src/app.ts | 30 +- src/auth/auth.ts | 138 +++++----- src/controllers/uploadController.ts | 92 +++++-- src/middlewares/tokenCheck.ts | 103 ++++++- src/model/chat.ts | 6 +- src/model/guest.ts | 26 +- src/model/user.ts | 28 +- src/routes/uploadRouter.ts | 15 +- src/types/express.d.ts | 17 ++ tsconfig.json | 3 +- ...766946_78975905_country_classification.csv | 259 ------------------ 13 files changed, 302 insertions(+), 419 deletions(-) rename .prettierrc.ts => prettier.config.ts (97%) create mode 100644 src/types/express.d.ts delete mode 100644 uploads/1763112766946_78975905_country_classification.csv diff --git a/.env b/.env index 2c5539d..3debf55 100644 --- a/.env +++ b/.env @@ -21,7 +21,7 @@ EMAIL_PASS = lhubgdnbvmfrzjcj SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo MAX_FILE_SIZE = 50 * 1024 * 1024; -GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU +GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyCuUFZj8TdIp1TyAWRW6mFj2bweLdUgMm8,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo diff --git a/.prettierrc.ts b/prettier.config.ts similarity index 97% rename from .prettierrc.ts rename to prettier.config.ts index ad334f3..1aa62df 100644 --- a/.prettierrc.ts +++ b/prettier.config.ts @@ -6,7 +6,7 @@ const config: Config = { tabWidth: 2, useTabs: false, semi: true, - singleQuote: true, + singleQuote: false, trailingComma: 'all', bracketSpacing: true, bracketSameLine: false, diff --git a/src/app.ts b/src/app.ts index 3d4f0dc..f8de130 100644 --- a/src/app.ts +++ b/src/app.ts @@ -6,9 +6,9 @@ import mongoose from 'mongoose'; import morgan from 'morgan'; import cors from 'cors'; import passport from './config/passport.ts'; -import cookieParser from "cookie-parser"; +import cookieParser from 'cookie-parser'; import authRouter from './routes/authRoutes.ts'; -import uploadRouter from './routes/uploadRouter.ts' +import uploadRouter from './routes/uploadRouter.ts'; import userRouter from './routes/userRouter.ts'; import paymentRouter from './routes/paymentRoutes.js'; import { adminrouter } from './routes/adminroutes/userRouter.ts'; @@ -42,15 +42,15 @@ app.use( app.use('/payment/webhook', express.raw({ type: 'application/json' })); //middleware -app.use("/upload", uploadRouter) -app.use("/user", userRouter) -app.use("/auth", authRouter) -app.use("/payment", paymentRouter) -app.use("/payment",paymentRouter) +app.use('/upload', uploadRouter); +app.use('/user', userRouter); +app.use('/auth', authRouter); +app.use('/payment', paymentRouter); +app.use('/payment', paymentRouter); // admin routes -app.use("/admin/dashboard",adminrouter) -app.use('/admin/dashboard',insightsRouter) +app.use('/admin/dashboard', adminrouter); +app.use('/admin/dashboard', insightsRouter); //file upload check app.use(fileSizeCheck); @@ -61,16 +61,16 @@ app.use(fileSizeCheck); //listening // TODO: use .env for urls app.listen(process.env.PORT, () => { - connection() + connection(); console.log(` Server running on http://localhost:${process.env.PORT}`); }); -app.get("/health", async (req, res) => { - const dbStatus = mongoose.connection.readyState === 1 ? "connected" : "disconnected"; +app.get('/health', async (req, res) => { + const dbStatus = mongoose.connection.readyState === 1 ? 'connected' : 'disconnected'; res.json({ - status: "ok", + status: 'ok', db: dbStatus, uptime: process.uptime(), - time: new Date().toISOString() + time: new Date().toISOString(), }); -}); \ No newline at end of file +}); diff --git a/src/auth/auth.ts b/src/auth/auth.ts index bdedaff..bb2ff49 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -1,30 +1,30 @@ -import type { Request, Response } from "express"; -import bcrypt from "bcrypt"; -import otpModel from "../model/otpModel.ts"; -import userModel from "../model/user.ts"; -import { sendOtp } from "../utils/sendEmail.ts"; -import { theValidation } from "../services/validation.ts"; -import { generateOtp } from "../utils/otpGenerate.ts"; -import Jwt from "jsonwebtoken"; -import { loginSchema } from "../services/validation.ts"; - -import { signJwt } from "../services/jwtServices.ts"; -import mongoose from "mongoose"; +import type { Request, Response } from 'express'; +import bcrypt from 'bcrypt'; +import otpModel from '../model/otpModel.ts'; +import userModel from '../model/user.ts'; +import { sendOtp } from '../utils/sendEmail.ts'; +import { theValidation } from '../services/validation.ts'; +import { generateOtp } from '../utils/otpGenerate.ts'; +import Jwt from 'jsonwebtoken'; +import { loginSchema } from '../services/validation.ts'; + +import { signJwt } from '../services/jwtServices.ts'; +import mongoose from 'mongoose'; export const loginCheck = async (req: Request, res: Response) => { - console.log(" reached here login"); + console.log(' reached here login'); console.log(req.body); try { const { email, password } = req.body; if (!email || !password) { return res.status(400).json({ success: false, - message: "Email and password are required", + message: 'Email and password are required', }); } const { error } = loginSchema.validate(req.body, { abortEarly: false }); if (error) { - const details = error.details.map((err) => err.message); + const details = error.details.map(err => err.message); return res.status(400).json({ success: false, message: details }); } @@ -32,7 +32,7 @@ export const loginCheck = async (req: Request, res: Response) => { if (!user) { return res.status(404).json({ success: false, - message: "User not found. Please register first.", + message: 'User not found. Please register first.', }); } @@ -40,7 +40,7 @@ export const loginCheck = async (req: Request, res: Response) => { if (!isPasswordCorrect) { return res.status(401).json({ success: false, - message: "Invalid email or password", + message: 'Invalid email or password', }); } @@ -49,22 +49,22 @@ export const loginCheck = async (req: Request, res: Response) => { const refreshToken = Jwt.sign( { id: user._id, - email: user.email + email: user.email, }, process.env.REFRESH_SECRET!, - { expiresIn: "30d" } + { expiresIn: '30d' }, ); - res.cookie("refreshToken", refreshToken, { + res.cookie('refreshToken', refreshToken, { httpOnly: true, secure: false, - sameSite: "strict", + sameSite: 'strict', maxAge: 30 * 24 * 60 * 60 * 1000, }); return res.status(200).json({ success: true, - message: "Login successful", + message: 'Login successful', accessToken, user: { id: user._id, @@ -73,12 +73,12 @@ export const loginCheck = async (req: Request, res: Response) => { }, }); } catch (err) { - console.log("catch in login worked"); + console.log('catch in login worked'); - console.error("Login error:", err); + console.error('Login error:', err); return res.status(500).json({ success: false, - message: "Internal server error", + message: 'Internal server error', }); } }; @@ -89,7 +89,7 @@ export const getUserProfile = async (req: Request, res: Response) => { try { const { userId } = req.params; if (!userId) { - return res.status(400).json({ message: "User ID required" }); + return res.status(400).json({ message: 'User ID required' }); } const user = await userModel.findOne({ @@ -99,14 +99,14 @@ export const getUserProfile = async (req: Request, res: Response) => { ].filter(Boolean), }); - if (!user) return res.status(404).json({ message: "User not found" }); + if (!user) return res.status(404).json({ message: 'User not found' }); return res.status(200).json({ - message: "User fetched successfully", + message: 'User fetched successfully', user, }); } catch (err) { - res.status(500).json({ message: "Error fetching user", err }); + res.status(500).json({ message: 'Error fetching user', err }); } }; @@ -117,17 +117,17 @@ export const register = async (req: Request, res: Response) => { const { error } = theValidation.validate(req.body, { abortEarly: false }); if (error) { - const details = error.details.map((err) => err.message); + const details = error.details.map(err => err.message); return res.status(400).json({ success: false, - message: "Validation failed", + message: 'Validation failed', errors: details, }); } const existUser = await userModel.findOne({ email }); if (existUser) { - return res.status(400).json({ message: "user already exists" }); + return res.status(400).json({ message: 'user already exists' }); } const otp = generateOtp(); @@ -137,96 +137,102 @@ export const register = async (req: Request, res: Response) => { await sendOtp(email, otp); - res - .status(200) - .json({ message: "plz verify the otp to continue", otp: true }); + res.status(200).json({ message: 'plz verify the otp to continue', otp: true }); } catch (err) { - console.error("Register Error", err); - res.status(500).json({ message: "someting went wrong", success: false }); + console.error('Register Error', err); + res.status(500).json({ message: 'someting went wrong', success: false }); } }; export const verifyOtp = async (req: Request, res: Response) => { - console.log("reached here at verify otp"); + console.log('reached here at verify otp'); try { const { email } = req.query; const { otp } = req.body; console.log(`${email},${otp}`); const otpData = await otpModel.findOne({ email }); - console.log("before logging otp data"); + console.log('before logging otp data'); console.log(otpData); - console.log("after loging otp data"); + console.log('after loging otp data'); if (!otpData) { - console.log("no otp data"); + console.log('no otp data'); - return res.status(400).json({ message: "otp not found" }); + return res.status(400).json({ message: 'otp not found' }); } if (otpData.otp.toString() !== otp.toString()) { - console.log("otp mismatch"); + console.log('otp mismatch'); - return res.status(400).json({ message: "Invalid otp" }); + return res.status(400).json({ message: 'Invalid otp' }); } const hashedPassword = await bcrypt.hash(otpData.password, 10); - console.log("after hashed pass"); + console.log('after hashed pass'); const createUser = await userModel.create({ name: otpData.name, email: otpData.email, password: hashedPassword, }); - console.log("after create user"); + console.log('after create user'); console.log(createUser); - console.log("after loging create logging"); + console.log('after loging create logging'); const accessToken = signJwt({ id: otpData._id, email: otpData.email }); const refreshToken = Jwt.sign( { id: otpData._id, email: otpData.email }, process.env.REFRESH_SECRET!, - { expiresIn: "30d" } + { expiresIn: '30d' }, ); - res.cookie("refreshToken", refreshToken, { + res.cookie('refreshToken', refreshToken, { httpOnly: true, secure: false, - sameSite: "strict", + sameSite: 'strict', maxAge: 30 * 24 * 60 * 60 * 100, }); await otpModel.deleteOne({ email }); return res.status(200).json({ success: true, - message: "Registration completed successfully", + message: 'Registration completed successfully', }); } catch (err) { - console.log("veryfyotp catch woerked", err); - res.status(500).json({ message: "Internal server errror" }); + console.log('veryfyotp catch woerked', err); + res.status(500).json({ message: 'Internal server errror' }); } }; // google authentication -export const googleCallback = (req: Request, res: Response) => { - const user = req.user as any; - - const token = signJwt({ - id: user._id?.toString() || null, - googleId: user.googleId?.toString() || null, - email: user.email, - }); +export const googleCallback = async (req: Request, res: Response) => { + try { + const user = req.user as any; - const frontendURL = process.env.CLIENT_URL!; - res.redirect(`${frontendURL}/auth/callback?token=${token}`); + const token = signJwt({ + id: user._id?.toString() || null, + googleId: user.googleId?.toString() || null, + email: user.email, + }); + res.cookie('userId', user._id, { + httpOnly: true, + secure: false, + sameSite: 'strict', + maxAge: 30 * 24 * 60 * 60 * 1000, + }); + const frontendURL = process.env.CLIENT_URL!; + res.redirect(`${frontendURL}/auth/callback?token=${token}`); + } catch (err) { + console.log(err); + } }; export const testpro = (req: Request, res: Response) => { try { - return res.json({ message: "reached protecteed route" }); + return res.json({ message: 'reached protecteed route' }); } catch (err) { - return res.json({ message: "error", error: err }); + return res.json({ message: 'error', error: err }); } }; - diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 7ada204..f3a8d15 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -1,18 +1,28 @@ +// src/controllers/uploadController.ts import type { Request, Response } from 'express'; import fs from 'fs'; -import { GoogleGenerativeAI } from '@google/generative-ai'; import csv from 'csv-parser'; +import { GoogleGenerativeAI } from '@google/generative-ai'; import { PutObjectCommand } from '@aws-sdk/client-s3'; import { r2 } from '../config/r2Client'; import dataModel from '../model/dataModel'; import { CustomError } from '../utils/CustomError'; import { generateAiPromt } from '../utils/aiPrompt'; -import { tokenCheck } from '../middlewares/tokenCheck'; -// const apikey = -let apiKeyIndex = 1; -const apiKeys = process.env.GEMINI_API_KEY!.split(',').map(k => k.trim()); +interface UserPayload { + userId: string; + isGuest?: boolean; +} + +type AuthedRequest = Request & { + user?: UserPayload; +}; + +// Gemini setup +let apiKeyIndex = 0; +const apiKeys = process.env.GEMINI_API_KEY!.split(',').map((k) => k.trim()); let currentApi = apiKeys[apiKeyIndex]; + let genAI = new GoogleGenerativeAI(currentApi); let model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); @@ -21,25 +31,28 @@ const switchApi = () => { currentApi = apiKeys[apiKeyIndex]; genAI = new GoogleGenerativeAI(currentApi); model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); - console.log('Api Key swithed', currentApi); + console.log('API key switched to', currentApi); }; +// Controller export const fileParsing = async (req: Request, res: Response) => { try { + console.log("entering to upload controller") console.time('Parsing CSV'); if (!req.file) { return res.status(404).json({ message: 'File Not Uploaded' }); } + const file = req.file as Express.Multer.File; const filepath = file.path; + const results: any[] = []; let headers: string[] = []; let totalRows = 0; let responded = false; + const handleOnHeaders = (hdrs: string[]) => { headers = hdrs; - // TODO: Check and remove - // console.log("Header evert called : ", headerOnCalledCount++, hdrs); }; const handleOnData = (data: any) => { @@ -49,6 +62,7 @@ export const fileParsing = async (req: Request, res: Response) => { const handleOnError = (err: any) => { console.log('error while parsing csv:', err); + responded = true; return res.status(500).json({ message: 'error parsing csv', success: false, @@ -61,7 +75,7 @@ export const fileParsing = async (req: Request, res: Response) => { responded = true; console.timeEnd('Parsing CSV'); - // Upload to Cloudflare R2 + // Uploading to Cloudflare R2 const fileBuffer = fs.readFileSync(filepath); const fileName = `${Date.now()}_${file.originalname}`; @@ -76,20 +90,26 @@ export const fileParsing = async (req: Request, res: Response) => { ); } catch (err) { console.error('R2 upload error:', err); - return res.status(500).json({ message: 'R2 upload failed', success: false }); + return res.status(500).json({ + message: 'R2 upload failed', + success: false, + }); } - fs.unlink(filepath, () => {}); + fs.unlink(filepath, () => { }); - // Public file URL const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; - console.log(fileUrl); - // Compute metrics + console.log('Uploaded file URL:', fileUrl); + + // Compute basic metrics const totalColumns = headers.length; let missingValues = 0; + for (const row of results) { for (const val of Object.values(row)) { - if (val === '' || val === null || val === undefined) missingValues++; + if (val === '' || val === null || val === undefined) { + missingValues++; + } } } @@ -99,43 +119,57 @@ export const fileParsing = async (req: Request, res: Response) => { missing_values: missingValues, }; - // Save sample data in MongoDB + // Get user id from middleware + const authedReq = req as AuthedRequest; + const userId = authedReq.user?.userId; + + if (!userId) { + return res.status(401).json({ + success: false, + message: 'User not identified', + }); + } + const dataset = await dataModel.create({ data: results.slice(0, 10), - user_id: req.body.user_id || null, + user_id: userId as any, chat_id: null, chart_id: null, r2_url: fileUrl, }); + const prompt = generateAiPromt(dataset, computedMetrics); let aiResponse: any; + try { - console.log(currentApi); - console.time('ai response time:'); + console.log('Using Gemini API key:', currentApi); + console.time('AI response time:'); const result = await model.generateContent(prompt); + let responseText = result.response .text() .trim() .replace(/```json|```/g, ''); + aiResponse = JSON.parse(responseText); - console.log(aiResponse); - console.timeEnd('ai response time:'); + console.log('AI response:', aiResponse); + console.timeEnd('AI response time:'); } catch (err: any) { const msg = String(err?.message || ''); if ( - err.status == 503 || + err.status === 503 || msg.includes('quota') || msg.includes('exceeded') || msg.includes('429') ) { - console.log('Limit Reached For This Api Key'); + console.log('Limit reached for this API key, switching...'); switchApi(); } else { - console.log(err); + console.log('Error from Gemini:', err); } } - - res.status(200).json({ + // const tokenReducing = await userModel + return res.status(200).json({ success: true, message: 'Dataset processed successfully', datasetId: dataset._id, @@ -144,13 +178,15 @@ export const fileParsing = async (req: Request, res: Response) => { }); }; - const stream = fs.createReadStream(filepath, { encoding: 'utf-8' }).pipe(csv()); + const stream = fs + .createReadStream(filepath, { encoding: 'utf-8' }) + .pipe(csv()); + stream .on('headers', handleOnHeaders) .on('data', handleOnData) .on('error', handleOnError) .on('end', handleOnEnd); - //.. } catch (err) { console.log(err); const error = new CustomError({ errorData: String(err), statusCode: 404 }); diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index c36c118..e416d47 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -1,17 +1,100 @@ import { NextFunction, Request, Response } from 'express'; -import dataModel from '../model/dataModel'; +import Jwt from 'jsonwebtoken'; +import userModel from '../model/user'; +import chatModel from '../model/chat'; +import chartModel from '../model/chart'; +import guestModel from '../model/guest'; -export const tokenCheck = (req: Request, res: Response, next: NextFunction) => { +interface JwtPayload { + userId: string; +} + +interface UserPayload { + userId: string; + isGuest?: boolean; +} + +type AuthedRequest = Request & { + user?: UserPayload; +}; + +export const tokenCheck = async (req: Request, res: Response, next: NextFunction) => { try { - console.log('api in middleware'); - - const userIp = req.ip; - console.log(userIp); + console.log('Checking whether user is logged in or guest'); + const authedReq = req as AuthedRequest; + const authHeader = req.headers.authorization; + + if (authHeader?.startsWith('Bearer ')) { + const token = authHeader.split(' ')[1]; + + const decoded = Jwt.verify( + token, + process.env.JWT_SECRET as string + ) as JwtPayload; + + authedReq.user = { + userId: decoded.userId, + isGuest: false, + }; + console.log('Authenticated user from JWT:', decoded.userId); + const currentUserToken = await userModel.findById({ _id: decoded.userId }) + if (currentUserToken?.token == 0) { + return res.json({ message: "Token is finished ! buy more token..", success: false }) + } + return next(); + } + const guestIdFromCookie = req.cookies?.userId; + + if (guestIdFromCookie) { + authedReq.user = { + userId: guestIdFromCookie, + isGuest: true, + }; + console.log('Using existing guest cookie:', guestIdFromCookie); + const UserToken = await guestModel.findById({ _id: req.cookies.userId }) + + if (UserToken?.token == 0) { + return res.json({ message: "Token is finished ! buy more token..", success: false }) + } + return next(); + } + + console.log('Creating new guest user'); + + const newGuestUser = await guestModel.create({ + isGuest: true, + }); + const nChat = new chatModel({ + user_id: newGuestUser._id, + }); + + const nChart = new chartModel({ + user_id: newGuestUser._id, + chat_id: nChat._id, + }); + + nChat.chart_id = nChart._id; + + await Promise.all([nChat.save(), nChart.save()]); + + // setting the cookie + res.cookie('userId', newGuestUser._id.toString(), { + httpOnly: true, + secure: process.env.NODE_ENV === 'production', + sameSite: 'strict', + maxAge: 30 * 24 * 60 * 60 * 1000, + }); + + console.log('Guest cookie set successfully:', newGuestUser._id.toString()); + + authedReq.user = { + userId: newGuestUser._id.toString(), + isGuest: true, + }; - console.log(req.user) - next(); + return next(); } catch (err) { - res.status(403).json({ message: 'Invalid or expired token' }); - return; + console.error('Error in tokenCheck middleware:', err); + return res.status(401).json({ message: 'Invalid or expired token' }); } }; diff --git a/src/model/chat.ts b/src/model/chat.ts index dbb1caa..450b088 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -13,10 +13,12 @@ const chatSchema = new Schema({ type: Schema.Types.ObjectId, ref: "user" }, chart_id: { - type: Schema.Types.ObjectId, ref: "chart" + type: Schema.Types.ObjectId, ref: "chart", + default:null }, data_id: { - type: Schema.Types.ObjectId, ref: "data" + type: Schema.Types.ObjectId, ref: "data", + default:null }, chat: { type: String diff --git a/src/model/guest.ts b/src/model/guest.ts index d61898b..6b8c23d 100644 --- a/src/model/guest.ts +++ b/src/model/guest.ts @@ -1,24 +1,20 @@ -import mongoose, { Schema } from "mongoose"; +import mongoose, { Schema } from 'mongoose'; interface Guest { - token: number, - IP_address: number -}; - -const guestSchema = new Schema({ + token: number; + IP_address: number; +} +const guestSchema = new Schema( + { token: { - type: Number + type: Number, + default: 3, }, - IP_address: { - type: Number - } - -}, -{timestamps:true} - + }, + { timestamps: true }, ); const guestModel = mongoose.model('guest', guestSchema); -export default guestModel; \ No newline at end of file +export default guestModel; diff --git a/src/model/user.ts b/src/model/user.ts index 41998d3..0dd8014 100644 --- a/src/model/user.ts +++ b/src/model/user.ts @@ -1,21 +1,21 @@ import mongoose, { Schema } from "mongoose"; enum Status { - Active = "active", - Disabled = "disabled" + Active = "active", + Disabled = "disabled" }; export interface User { - googleId?: number - name?: string, - picture?: string, - email: string, - password?: string, - token: number, - status?: Status, - isDeleted?: boolean, - place:String, - phone:Number + googleId?: number + name?: string, + picture?: string, + email: string, + password?: string, + token: number, + status?: Status, + isDeleted?: boolean, + place: String, + phone: Number }; const userSchema = new Schema( @@ -58,14 +58,12 @@ const userSchema = new Schema( type: Boolean, default: false }, - - createdAt: { type: Date, default: Date.now } }, - { timestamps: true } + { timestamps: true } ); diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index 2394888..c4000ce 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -1,11 +1,14 @@ import { Router } from 'express'; -import upload from '../utils/multerUpload.ts'; -import { fileParsing } from '../controllers/uploadController.ts'; -import { tokenCheck } from '../middlewares/tokenCheck.ts'; -import { verifyToken } from '../middlewares/verifyToken.ts'; +import upload from '../utils/multerUpload'; +import { fileParsing } from '../controllers/uploadController'; +import { tokenCheck } from '../middlewares/tokenCheck'; const uploadRouter = Router(); -uploadRouter.use('/fileupload',verifyToken,tokenCheck) -uploadRouter.post('/fileupload', upload.single('file'), fileParsing); +uploadRouter.post( + '/fileupload', + tokenCheck, + upload.single('file'), + fileParsing, +); export default uploadRouter; diff --git a/src/types/express.d.ts b/src/types/express.d.ts new file mode 100644 index 0000000..d5adb4d --- /dev/null +++ b/src/types/express.d.ts @@ -0,0 +1,17 @@ +// src/types/express.d.ts +import 'express'; + +declare global { + namespace Express { + interface UserPayload { + userId: string; + isGuest?: boolean; + } + + interface Request { + user?: UserPayload; + } + } +} + +export {}; diff --git a/tsconfig.json b/tsconfig.json index 5c03f62..8037f25 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ }, "include": [ "src/*/", - "src/services" + "src/services", + "src/types/express.d.ts" ], "exclude": [ "node_modules" diff --git a/uploads/1763112766946_78975905_country_classification.csv b/uploads/1763112766946_78975905_country_classification.csv deleted file mode 100644 index bbacf56..0000000 --- a/uploads/1763112766946_78975905_country_classification.csv +++ /dev/null @@ -1,259 +0,0 @@ -country_code,country_label -AD,Andorra -AE,United Arab Emirates -AF,Afghanistan -AG,Antigua and Barbuda -AI,Anguilla -AL,Albania -AM,Armenia -AO,Angola -AQ,Antarctica -AR,Argentina -AS,"Samoa, American" -AT,Austria -AU,Australia -AW,Aruba -AZ,Azerbaijan -BA,Bosnia and Herzegovina -BB,Barbados -BD,Bangladesh -BE,Belgium -BF,Burkina Faso -BG,Bulgaria -BH,Bahrain -BI,Burundi -BJ,Benin -BM,Bermuda -BN,Brunei Darussalam -BO,Bolivia -BR,Brazil -BS,Bahamas -BT,Bhutan -BW,Botswana -BY,Belarus -BZ,Belize -CA,Canada -CC,Cocos (Keeling) Islands -CD,"Congo, the Democratic Republic of the" -CF,Central African Republic -CG,Congo -CH,Switzerland -CI,Cote d'Ivoire -CK,Cook Islands -CL,Chile -CM,Cameroon -CN,"China, People's Republic of" -CO,Colombia -CR,Costa Rica -CU,Cuba -CV,Cabo Verde -CW,Curacao -CX,Christmas Island -CY,Cyprus -CZ,Czechia -DE,Germany -DJ,Djibouti -DK,Denmark -DM,Dominica -DO,Dominican Republic -DZ,Algeria -EC,Ecuador -EE,Estonia -EG,Egypt -EH,Western Sahara -EN,England -ER,Eritrea -ES,Spain -ET,Ethiopia -FI,Finland -FJ,Fiji -FK,Falkland Islands -FM,"Micronesia, Federated States of" -FO,Faeroe Islands -FR,France -GA,Gabon -GB,United Kingdom -GD,Grenada -GE,Georgia -GF,French Guiana -GH,Ghana -GI,Gibraltar -GJ,Channel Islands -GL,Greenland -GM,Gambia -GN,Guinea -GP,Guadeloupe -GQ,Equatorial Guinea -GR,Greece -GS,South Georgia and the South Sandwich Islands -GT,Guatemala -GU,Guam -GW,Guinea-Bissau -GY,Guyana -HI,Scotland -HK,Hong Kong (Special Administrative Region) -HN,Honduras -HR,Croatia -HT,Haiti -HU,Hungary -ID,Indonesia -IE,Ireland -IL,Israel -IM,Isle of Man -IN,India -IO,British Indian Ocean Territory -IQ,Iraq -IR,Iran -IS,Iceland -IT,Italy -JM,Jamaica -JO,Jordan -JP,Japan -KE,Kenya -KG,Kyrgyzstan -KH,Cambodia -KI,Kiribati -KM,Comoros -KN,St Kitts and Nevis -KP,"Korea, Democratic People's Republic of" -KR,"Korea, Republic of" -KW,Kuwait -KX,Kosovo -KY,Cayman Islands -KZ,Kazakhstan -LA,Laos -LB,Lebanon -LC,St Lucia -LI,Liechtenstein -LK,Sri Lanka -LR,Liberia -LS,Lesotho -LT,Lithuania -LU,Luxembourg -LV,Latvia -LY,Libya -MA,Morocco -MC,Monaco -MD,Moldova -ME,Montenegro -MG,Madagascar -MH,Marshall Islands -MK,North Macedonia -ML,Mali -MM,Myanmar -MN,Mongolia -MO,Macau (Special Administrative Region) -MP,Northern Mariana Islands -MQ,Martinique -MR,Mauritania -MS,Montserrat -MT,Malta -MU,Mauritius -MV,Maldives -MW,Malawi -MX,Mexico -MY,Malaysia -MZ,Mozambique -NA,Namibia -NC,New Caledonia -ND,Northern Ireland -NE,Niger -NF,Norfolk Island -NG,Nigeria -NI,Nicaragua -NL,Netherlands -NO,Norway -NP,Nepal -NR,Nauru -NU,Niue -NZ,New Zealand -OM,Oman -PA,Panama -PE,Peru -PF,French Polynesia -PG,Papua New Guinea -PH,Philippines -PK,Pakistan -PL,Poland -PM,St Pierre and Miquelon -PN,Pitcairn -PR,Puerto Rico -PS,Gaza Strip/Palestine/West Bank -PT,Portugal -PW,Palau -PY,Paraguay -QA,Qatar -RE,Reunion -RO,Romania -RS,Serbia -RU,Russia -RW,Rwanda -SA,Saudi Arabia -SB,Solomon Islands -SC,Seychelles -SD,Sudan -SE,Sweden -SG,Singapore -SH,St Helena -SI,Slovenia -SK,Slovakia -SL,Sierra Leone -SM,San Marino -SN,Senegal -SO,Somalia -SR,Suriname -SS,South Sudan -ST,Sao Tome and Principe -SV,El Salvador -SX,St Maarten (Dutch Part) -SY,Syria -SZ,Eswatini -TC,Turks and Caicos Islands -TD,Chad -TF,French Southern Territories -TG,Togo -TH,Thailand -TJ,Tajikistan -TK,Tokelau -TL,Timor-Leste -TM,Turkmenistan -TN,Tunisia -TO,Tonga -TR,Türkiye -TT,Trinidad and Tobago -TV,Tuvalu -TW,Taiwan -TZ,Tanzania -UA,Ukraine -UG,Uganda -UM,United States Minor Outlying Islands -US,United States of America -UY,Uruguay -UZ,Uzbekistan -VA,Vatican City State -VC,St Vincent and the Grenadines -VE,Venezuela -VG,"Virgin Islands, British" -VI,"Virgin Islands, United States" -VN,Viet Nam -VU,Vanuatu -WA,Wales -WF,Wallis and Futuna -WS,Samoa -XX,Not Stated -YE,Yemen -YT,Mayotte -ZA,South Africa -ZB,Ships' Bunkering -ZE,Destination Unknown - EU -ZM,Zambia -ZO,Destination Unknown - Non-EU -ZP,Passengers' Effects -ZS,Ships' Stores -ZW,Zimbabwe -TOT,Total -TOT (OMT CIF),Total goods - cost including insurance and freight) -TOT (OMT FOB),Total goods - free on board -TOT (OMT VFD),Total goods - value for duty -TOT (BoP basis),Total goods - Balance of Payments basis -BoP conceptual adjustment,Balance of Payments conceptual adjustment From 879e6c890e8b3a7d2ca6f569a31d4ce84634dfaf Mon Sep 17 00:00:00 2001 From: chechu776 Date: Tue, 18 Nov 2025 10:40:29 +0530 Subject: [PATCH 052/120] ai failsintegration --- src/app.ts | 1 - src/controllers/uploadController.ts | 669 +++++++++++++++++++++++----- src/services/mcpClient.ts | 104 ++++- src/utils/aiPrompt.ts | 141 ++++-- 4 files changed, 740 insertions(+), 175 deletions(-) diff --git a/src/app.ts b/src/app.ts index f4b5e7a..f03921b 100644 --- a/src/app.ts +++ b/src/app.ts @@ -46,7 +46,6 @@ app.use("/upload", uploadRouter) app.use("/user", userRouter) app.use("/auth", authRouter) app.use("/payment", paymentRouter) -app.use("/payment",paymentRouter) // admin routes app.use("/admin/dashboard",adminrouter) diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 223c041..34213df 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -2,158 +2,601 @@ import type { Request, Response } from 'express'; import fs from 'fs'; import { GoogleGenerativeAI } from '@google/generative-ai'; import csv from 'csv-parser'; -import fetch from 'node-fetch'; import { PutObjectCommand } from '@aws-sdk/client-s3'; import { r2 } from '../config/r2Client'; import dataModel from '../model/dataModel'; import { CustomError } from '../utils/CustomError'; -import { generateAiPromt } from '../utils/aiPrompt'; +import { generateAiPrompt } from '../utils/aiPrompt'; +import mcpClient from '../services/mcpClient'; -// const apikey = -let apiKeyIndex = 1; +let apiKeyIndex = 0; const apiKeys = process.env.GEMINI_API_KEY!.split(',').map(k => k.trim()); let currentApi = apiKeys[apiKeyIndex]; let genAI = new GoogleGenerativeAI(currentApi); -let model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); + +const mcpToolDeclarations = [ + { + name: "mdb_aggregate", + description: "Execute MongoDB aggregation pipeline to compute chart data", + parameters: { + type: "object" as const, + properties: { + database: { + type: "string" as const, + description: "Database name" + }, + collection: { + type: "string" as const, + description: "Collection name" + }, + pipeline: { + type: "array" as const, + description: "MongoDB aggregation pipeline stages", + items: { + type: "object" as const, + description: "Pipeline stage" + } + } + }, + required: ["database", "collection", "pipeline"] + } + }, + { + name: "mdb_query", + description: "Query MongoDB collection to fetch documents", + parameters: { + type: "object" as const, + properties: { + database: { + type: "string" as const, + description: "Database name" + }, + collection: { + type: "string" as const, + description: "Collection name" + }, + query: { + type: "object" as const, + description: "MongoDB query filter" + } + }, + required: ["database", "collection", "query"] + } + } +]; + +let model = genAI.getGenerativeModel({ + model: 'gemini-2.0-flash-exp', + tools: [{ functionDeclarations: mcpToolDeclarations as any }] +}); const switchApi = () => { apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; currentApi = apiKeys[apiKeyIndex]; genAI = new GoogleGenerativeAI(currentApi); - model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); - console.log('Api Key swithed', currentApi); + model = genAI.getGenerativeModel({ + model: 'gemini-2.0-flash-exp', + tools: [{ functionDeclarations: mcpToolDeclarations as any }] + }); + console.log('API Key switched to index:', apiKeyIndex); }; +/** + * INTELLIGENT CHART GENERATION - Analyzes data to select most relevant columns + */ + +function generateChartsFromData(results: any[]) { + console.log('🎯 Generating charts with intelligent column selection...'); + + if (results.length === 0) { + console.log(' No data to generate charts from'); + return { barData: [], pieData: [], columns: { barChartCategory: '', barChartNumeric: '', pieChartCategory: '' } }; + } + + const sampleRow = results[0]; + const columns = Object.keys(sampleRow); + + // Deep column analysis + interface ColumnAnalysis { + name: string; + type: 'numeric' | 'categorical' | 'date' | 'text'; + uniqueCount: number; + nullCount: number; + sampleValues: any[]; + variance?: number; + avgLength?: number; + } + + const columnAnalysis: ColumnAnalysis[] = columns.map(col => { + const values = results.map(row => row[col]); + const nonNullValues = values.filter(v => v !== '' && v !== null && v !== undefined); + const uniqueValues = new Set(nonNullValues); + + // Detect numeric columns + const numericValues = nonNullValues.filter(v => !isNaN(Number(v))).map(Number); + const isNumeric = numericValues.length > nonNullValues.length * 0.7; + + // Detect date columns + const datePatterns = /\d{4}-\d{2}-\d{2}|\d{2}\/\d{2}\/\d{4}|\d{1,2}-\w{3}-\d{4}/; + const hasDatePattern = nonNullValues.some(v => datePatterns.test(String(v))); + + // Calculate variance for numeric columns + let variance = 0; + if (isNumeric && numericValues.length > 0) { + const mean = numericValues.reduce((a, b) => a + b, 0) / numericValues.length; + variance = numericValues.reduce((sum, val) => sum + Math.pow(val - mean, 2), 0) / numericValues.length; + } + + // Average text length for categorical columns + const avgLength = nonNullValues.reduce((sum, v) => sum + String(v).length, 0) / nonNullValues.length; + + let type: 'numeric' | 'categorical' | 'date' | 'text'; + if (hasDatePattern) { + type = 'date'; + } else if (isNumeric) { + type = 'numeric'; + } else if (uniqueValues.size < nonNullValues.length * 0.5 && avgLength < 50) { + type = 'categorical'; + } else { + type = 'text'; + } + + return { + name: col, + type, + uniqueCount: uniqueValues.size, + nullCount: values.length - nonNullValues.length, + sampleValues: Array.from(uniqueValues).slice(0, 5), + variance, + avgLength + }; + }); + + console.log(' Column analysis:', columnAnalysis.map(c => ({ + name: c.name, + type: c.type, + unique: c.uniqueCount + }))); + + // Score columns for chart relevance + const scoreColumn = (col: ColumnAnalysis, purpose: 'category' | 'numeric' | 'pie-category') => { + let score = 0; + + if (purpose === 'category') { + // Good category columns: 3-50 unique values, not too long + if (col.type === 'categorical') score += 100; + if (col.uniqueCount >= 3 && col.uniqueCount <= 50) score += 50; + if (col.uniqueCount > 50 && col.uniqueCount <= 100) score += 20; + if (col.avgLength && col.avgLength < 30) score += 30; + if (col.nullCount === 0) score += 20; + + // Penalize bad categories + if (col.uniqueCount > 100) score -= 50; + if (col.avgLength && col.avgLength > 50) score -= 30; + if (col.type === 'text') score -= 40; + + // Boost common category names + const categoryKeywords = ['category', 'type', 'status', 'group', 'name', 'class', 'region', 'country', 'city', 'department', 'product', 'brand']; + if (categoryKeywords.some(kw => col.name.toLowerCase().includes(kw))) score += 40; + + } else if (purpose === 'numeric') { + // Good numeric columns: actual numbers with variance + if (col.type === 'numeric') score += 100; + if (col.variance && col.variance > 0) score += 50; + if (col.nullCount === 0) score += 20; + + // Boost common numeric names + const numericKeywords = ['amount', 'price', 'cost', 'value', 'total', 'sum', 'count', 'quantity', 'revenue', 'sales', 'score', 'rating']; + if (numericKeywords.some(kw => col.name.toLowerCase().includes(kw))) score += 40; + + // Penalize ID-like columns + if (col.name.toLowerCase().includes('id')) score -= 60; + if (col.uniqueCount === results.length) score -= 40; // Likely an ID + + } else if (purpose === 'pie-category') { + // Pie charts work best with 3-12 categories + if (col.type === 'categorical') score += 100; + if (col.uniqueCount >= 3 && col.uniqueCount <= 12) score += 60; + if (col.uniqueCount > 12 && col.uniqueCount <= 30) score += 30; + if (col.avgLength && col.avgLength < 25) score += 30; + if (col.nullCount === 0) score += 20; + + // Penalize + if (col.uniqueCount > 30) score -= 40; + if (col.uniqueCount < 3) score -= 40; + + // Boost status-like fields + const statusKeywords = ['status', 'state', 'type', 'category', 'priority', 'level']; + if (statusKeywords.some(kw => col.name.toLowerCase().includes(kw))) score += 50; + } + + return Math.max(0, score); + }; + + // Find best columns for each chart type + const categoricalCols = columnAnalysis.filter(c => c.type === 'categorical' || c.type === 'date'); + const numericCols = columnAnalysis.filter(c => c.type === 'numeric'); + + // Select best bar chart columns + const barCategoryScores = categoricalCols.map(c => ({ + col: c, + score: scoreColumn(c, 'category') + })).sort((a, b) => b.score - a.score); + + const barNumericScores = numericCols.map(c => ({ + col: c, + score: scoreColumn(c, 'numeric') + })).sort((a, b) => b.score - a.score); + + const barChartCategory = barCategoryScores[0]?.col.name || columns[0]; + const barChartNumeric = barNumericScores[0]?.col.name || columns[1]; + + // Select best pie chart column (different from bar category) + const pieCategoryScores = categoricalCols + .filter(c => c.name !== barChartCategory) + .map(c => ({ + col: c, + score: scoreColumn(c, 'pie-category') + })) + .sort((a, b) => b.score - a.score); + + const pieChartCategory = pieCategoryScores[0]?.col.name || + categoricalCols.find(c => c.name !== barChartCategory)?.name || + barChartCategory; + + console.log('Selected columns:', { + barChart: { + category: barChartCategory, + numeric: barChartNumeric, + categoryScore: barCategoryScores[0]?.score, + numericScore: barNumericScores[0]?.score + }, + pieChart: { + category: pieChartCategory, + score: pieCategoryScores[0]?.score + } + }); + + // ===== GENERATE BAR CHART DATA ===== + const barChartMap = new Map(); + let barSkippedRows = 0; + + results.forEach(row => { + const category = String(row[barChartCategory] || '').trim(); + const value = parseFloat(row[barChartNumeric]); + + if (category && category !== '' && !isNaN(value)) { + const current = barChartMap.get(category) || 0; + barChartMap.set(category, current + value); + } else { + barSkippedRows++; + } + }); + + const barData = Array.from(barChartMap.entries()) + .map(([xValue, yValue]) => ({ + xValue, + yValue: Math.round(yValue * 100) / 100 + })) + .sort((a, b) => b.yValue - a.yValue) + .slice(0, 15); // Show top 15 for better insights + + console.log(`Bar chart: ${barData.length} categories (skipped ${barSkippedRows} rows)`); + + // ===== GENERATE PIE CHART DATA ===== + const pieChartMap = new Map(); + let pieSkippedRows = 0; + + results.forEach(row => { + const category = String(row[pieChartCategory] || '').trim(); + if (category && category !== '' && category.toLowerCase() !== 'unknown' && category.toLowerCase() !== 'null') { + const current = pieChartMap.get(category) || 0; + pieChartMap.set(category, current + 1); + } else { + pieSkippedRows++; + } + }); + + // If too many categories, group smaller ones as "Other" + const pieEntries = Array.from(pieChartMap.entries()) + .sort((a, b) => b[1] - a[1]); + + let pieData = pieEntries.slice(0, 8).map(([xValue, value]) => ({ xValue, value })); + + // Add "Other" category if there are more entries + if (pieEntries.length > 8) { + const otherSum = pieEntries.slice(8).reduce((sum, [_, value]) => sum + value, 0); + pieData.push({ xValue: 'Other', value: otherSum }); + } + + console.log(` Pie chart: ${pieData.length} categories (skipped ${pieSkippedRows} rows)`); + + return { + barData, + pieData, + columns: { + barChartCategory, + barChartNumeric, + pieChartCategory + } + }; +} + export const fileParsing = async (req: Request, res: Response) => { + let filepath: string | undefined; + try { - console.time('checking'); + console.time('file-processing'); + if (!req.file) { - return res.status(404).json({ message: 'File Not Uploaded' }); + return res.status(400).json({ message: 'File Not Uploaded', success: false }); } + const file = req.file as Express.Multer.File; - const filepath = file.path; + filepath = file.path; const results: any[] = []; let headers: string[] = []; let totalRows = 0; - let responded = false; - const handleOnHeaders = (hdrs: string[]) => { - headers = hdrs; - // TODO: Check and remove - // console.log("Header evert called : ", headerOnCalledCount++, hdrs); - }; - const handleOnData = (data: any) => { - totalRows++; - results.push(data); - }; + // Parse CSV + await new Promise((resolve, reject) => { + const stream = fs.createReadStream(filepath!, { encoding: 'utf-8' }) + .pipe(csv()); - const handleOnError = (err: any) => { - console.log('error while parsing csv:', err); - return res.status(500).json({ - message: 'error parsing csv', - success: false, - error: String(err), - }); - }; + stream + .on('headers', (hdrs: string[]) => { + headers = hdrs; + }) + .on('data', (data: any) => { + totalRows++; + results.push(data); + }) + .on('error', (err: any) => { + console.error('CSV parsing error:', err); + reject(err); + }) + .on('end', () => { + resolve(); + }); + }); - const handleOnEnd = async () => { - if (responded) return; - responded = true; - console.timeEnd('Parsing CSV'); - - // Upload to Cloudflare R2 - const fileBuffer = fs.readFileSync(filepath); - const fileName = `${Date.now()}_${file.originalname}`; - - try { - await r2.send( - new PutObjectCommand({ - Bucket: process.env.R2_BUCKET_NAME!, - Key: fileName, - Body: fileBuffer, - ContentType: "text/csv", - }) - ); - } catch (err) { - console.error("R2 upload error:", err); - return res.status(500).json({ message: "R2 upload failed", success: false }); - } + console.log(`CSV parsed: ${totalRows} rows, ${headers.length} columns`); + console.timeEnd('file-processing'); - fs.unlink(filepath, () => { }); + // Upload to R2 + const fileBuffer = fs.readFileSync(filepath); + const fileName = `${Date.now()}_${file.originalname}`; - // Public file URL - const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; - console.log(fileUrl); + try { + await r2.send( + new PutObjectCommand({ + Bucket: process.env.R2_BUCKET_NAME!, + Key: fileName, + Body: fileBuffer, + ContentType: "text/csv", + }) + ); + console.log('File uploaded to R2:', fileName); + } catch (err) { + console.error("R2 upload error:", err); + throw new Error('R2 upload failed'); + } - // Compute metrics - const totalColumns = headers.length; - let missingValues = 0; - for (const row of results) { - for (const val of Object.values(row)) { - if (val === "" || val === null || val === undefined) missingValues++; - } + // Clean up temp file + fs.unlinkSync(filepath); + filepath = undefined; + + // Public file URL + const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; + + // Compute metrics + const totalColumns = headers.length; + let missingValues = 0; + for (const row of results) { + for (const val of Object.values(row)) { + if (val === "" || val === null || val === undefined) missingValues++; } + } - const computedMetrics = { - total_rows: totalRows, - total_columns: totalColumns, - missing_values: missingValues, - }; + const computedMetrics = { + total_rows: totalRows, + total_columns: totalColumns, + missing_values: missingValues, + }; - // Save sample data in MongoDB (your own DB) - const dataset = await dataModel.create({ - data: results.slice(0, 10), - user_id: req.body.user_id || null, - chat_id: null, - chart_id: null, - r2_url: fileUrl, - }); + // Save to MongoDB (only first 10 rows for sample) + const dataset = await dataModel.create({ + data: results.slice(0, 10), + user_id: req.body.user_id || null, + chat_id: null, + chart_id: null, + r2_url: fileUrl, + }); + + console.log('Dataset saved to MongoDB:', dataset._id); + // Try AI analysis first, but have reliable fallback + let aiResponse: any = null; + + // Only attempt AI if we have available API keys + if (apiKeys.length > 0 && apiKeys[0]) { + console.log('Fetching MCP tools...'); + const tools = await mcpClient.listTools(); - // Gemini + MCP-aware prompt - const prompt = generateAiPromt(computedMetrics, dataset); - let parsed: any; - - try { - console.log(currentApi); - const result = await model.generateContent(prompt); - let responseText = result.response.text().trim().replace(/```json|```/g, ""); - parsed = JSON.parse(responseText); - } catch (err: any) { - const msg = String(err?.message || ""); - if ( - err.status == 503 || - msg.includes("quota") || - msg.includes("exceeded") || - msg.includes("429") - ) { - console.log("Limit Reached For This Api Key"); - switchApi(); - } else { - console.log(err); + const prompt : any = generateAiPrompt(computedMetrics, dataset, tools); + let retries = 0; + const MAX_RETRIES = Math.min(apiKeys.length, 10); // Limit retries to 10 + + while (retries < MAX_RETRIES && !aiResponse) { + try { + console.log(`Calling Gemini API (attempt ${retries + 1})...`); + + const chat = model.startChat({ history: [] }); + let result = await chat.sendMessage(prompt); + let response = result.response; + + let maxIterations = 10; + let iteration = 0; + + while (iteration < maxIterations) { + const functionCall = response.functionCalls()?.[0]; + + if (!functionCall) { + try { + const responseText = response.text().trim(); + const cleanedText = responseText.replace(/```json\n?|```\n?/g, '').trim(); + aiResponse = JSON.parse(cleanedText); + console.log(' AI analysis completed successfully'); + } catch (parseErr) { + console.error(' Failed to parse AI response'); + throw parseErr; + } + break; + } + + console.log(` Executing MCP tool: ${functionCall.name}`); + + try { + const toolResult = await mcpClient.call(functionCall.name, functionCall.args); + + result = await chat.sendMessage([{ + functionResponse: { + name: functionCall.name, + response: toolResult + } + }]); + + response = result.response; + iteration++; + } catch (toolErr) { + console.error(' MCP tool execution failed:', toolErr); + throw toolErr; + } + } + + if (iteration >= maxIterations) { + throw new Error('Max function call iterations reached'); + } + + break; + + } catch (err: any) { + const msg = String(err?.message || ''); + + if ( + err.status === 503 || + err.status === 429 || + msg.includes('quota') || + msg.includes('exceeded') || + msg.includes('429') + ) { + console.log(' Rate limit reached'); + switchApi(); + retries++; + } else { + console.error(' Gemini API error:', err.message); + break; // Don't retry on other errors + } } } + } - res.status(200).json({ - success: true, - message: "Dataset processed successfully", - datasetId: dataset._id, - r2Url: fileUrl, - data: parsed, + // RELIABLE FALLBACK: Generate charts directly from data + if (!aiResponse) { + console.log(' Using direct chart generation (most reliable method)'); + + const { barData, pieData, columns } = generateChartsFromData(results); + + console.log(' Chart generation complete:', { + barChartPoints: barData.length, + pieChartPoints: pieData.length }); - }; + + aiResponse = { + metrics: { + total_rows: totalRows, + total_columns: totalColumns, + missing_values: missingValues, + charts_generated: 2 + }, + charts: [ + { + type: 'bar', + title: `${columns.barChartNumeric} by ${columns.barChartCategory}`, + x: columns.barChartCategory, + y: columns.barChartNumeric, + data: barData + }, + { + type: 'pie', + title: `Distribution by ${columns.pieChartCategory}`, + x: columns.pieChartCategory, + y: 'count', + data: pieData + } + ], + summary: [ + `Dataset contains ${totalRows.toLocaleString()} rows across ${totalColumns} columns`, + `${missingValues.toLocaleString()} missing values detected (${((missingValues / (totalRows * totalColumns)) * 100).toFixed(1)}%)`, + `Top category in bar chart: ${barData[0]?.xValue || 'N/A'}`, + `Most common value: ${pieData[0]?.xValue || 'N/A'} (${pieData[0]?.value || 0} occurrences)` + ], + key_fields: Object.keys(results[0]).slice(0, 5) + }; + + console.log(' Analysis generated successfully with direct method'); + } + // Validate response structure + if (!aiResponse.metrics || !aiResponse.charts || !Array.isArray(aiResponse.charts)) { + console.error(' Invalid AI response structure:', aiResponse); + throw new Error('AI response missing required fields'); + } + + // Final data quality check + console.log(' Final response summary:', { + totalRows: aiResponse.metrics.total_rows, + charts: aiResponse.charts.length, + barChartData: aiResponse.charts[0]?.data?.length || 0, + pieChartData: aiResponse.charts[1]?.data?.length || 0 + }); + + // Return response matching frontend expectations + return res.status(200).json({ + success: true, + message: "Dataset processed successfully", + datasetId: dataset._id, + r2Url: fileUrl, + data: { + metrics: { + total_rows: aiResponse.metrics.total_rows, + total_columns: aiResponse.metrics.total_columns, + missing_values: aiResponse.metrics.missing_values, + charts_generated: aiResponse.charts.length + }, + charts: aiResponse.charts, + summary: aiResponse.summary || [], + key_fields: aiResponse.key_fields || [] + } + }); - const stream = fs.createReadStream(filepath, { encoding: 'utf-8' }).pipe(csv()); - stream - .on('headers', handleOnHeaders) - .on('data', handleOnData) - .on('error', handleOnError) - .on('end', handleOnEnd); - //.. } catch (err) { - console.log(err); - const error = new CustomError({ errorData: String(err), statusCode: 404 }); - return res.status(error.statusCode).json(error); + console.error(' File parsing error:', err); + + // Clean up temp file on error + if (filepath && fs.existsSync(filepath)) { + fs.unlinkSync(filepath); + } + + const error = new CustomError({ + errorData: err instanceof Error ? err.message : String(err), + statusCode: 500 + }); + + return res.status(error.statusCode).json({ + success: false, + message: 'Dataset processing failed', + error: error.errorData + }); } -}; +}; \ No newline at end of file diff --git a/src/services/mcpClient.ts b/src/services/mcpClient.ts index dc75366..42a13aa 100644 --- a/src/services/mcpClient.ts +++ b/src/services/mcpClient.ts @@ -1,30 +1,53 @@ -import { Client } from "@modelcontextprotocol/sdk/client"; +import { Client } from "@modelcontextprotocol/sdk/client/index.js"; import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js"; class MCPClient { private static instance: MCPClient; private client: Client | null = null; + private connecting: Promise | null = null; private constructor() { } static getInstance() { - if (!MCPClient.instance) MCPClient.instance = new MCPClient(); + if (!MCPClient.instance) { + MCPClient.instance = new MCPClient(); + } return MCPClient.instance; } async connect() { - if (this.client) return this.client; + // Return existing client if already connected + if (this.client) { + return this.client; + } + // Wait for ongoing connection if already connecting + if (this.connecting) { + return this.connecting; + } + + // Start new connection + this.connecting = this._connect(); + + try { + this.client = await this.connecting; + return this.client; + } finally { + this.connecting = null; + } + } + + private async _connect(): Promise { // Spawn MCP server (mongodb-mcp-server) const transport = new StdioClientTransport({ command: "npx", args: ["-y", "mongodb-mcp-server@latest", "--readOnly"], env: { + ...process.env, MDB_MCP_CONNECTION_STRING: process.env.mongo_uri!, } }); - const client = new Client( { name: "instaviz-mcp-client", @@ -36,30 +59,75 @@ class MCPClient { ); await client.connect(transport); + console.log("✓ MCP Connected to MongoDB"); - console.log("MCP Connected "); - - this.client = client; return client; } async call(toolName: string, args: any = {}) { - const client = await this.connect(); + try { + const client = await this.connect(); - const result = await client.callTool({ - name: toolName, - arguments: args, - }); + console.log(`Calling MCP tool: ${toolName}`); + console.log('Arguments:', JSON.stringify(args, null, 2)); + + const result = await client.callTool({ + name: toolName, + arguments: args, + }); - return result; + console.log(`MCP tool ${toolName} completed successfully`); + + // Check if result has content + if (result && result.content) { + console.log('Result type:', typeof result.content); + console.log('Result preview:', JSON.stringify(result.content).slice(0, 200)); + } + + return result; + + } catch (err: any) { + console.error(` MCP tool call failed for ${toolName}:`, err); + console.error('Error details:', { + message: err.message, + name: err.name, + stack: err.stack?.slice(0, 200) + }); + throw err; + } } async listTools() { - const client = await this.connect(); - const tools = await client.listTools(); - console.log('Available MCP tools:', JSON.stringify(tools, null, 2)); - return tools; + try { + const client = await this.connect(); + const tools = await client.listTools(); + + const toolDetails = tools.tools.map((t: any) => ({ + name: t.name, + description: t.description || 'No description', + inputSchema: t.inputSchema + })); + + console.log("MCP Available Tools:", toolDetails.map(t => t.name).join(', ')); + return toolDetails; + + } catch (err) { + console.error('Failed to list MCP tools:', err); + return []; + } + } + + async disconnect() { + if (this.client) { + try { + await this.client.close(); + console.log("MCP client disconnected"); + } catch (err) { + console.error("Error disconnecting MCP client:", err); + } + this.client = null; + } } } -export default MCPClient.getInstance(); +export default MCPClient.getInstance(); \ No newline at end of file diff --git a/src/utils/aiPrompt.ts b/src/utils/aiPrompt.ts index 7abd65e..fc1d201 100644 --- a/src/utils/aiPrompt.ts +++ b/src/utils/aiPrompt.ts @@ -1,65 +1,120 @@ -export const generateAiPromt = (computedMetrics: any, dataset: any) => { - return ` -You are an expert AI data analyst for a web application called InstaviZ. +export const generateAiPrompt = (computedMetrics: any, dataset: any, tools: any) => { + // Extract tool names from tool details + const toolNames = Array.isArray(tools) + ? tools.map((t: any) => typeof t === 'string' ? t : t.name).join(", ") + : String(tools); -IMPORTANT — You have access to MCP tools. -You may call them when needed: + return `You are an expert data analyst for InstaviZ. Analyze the provided CSV dataset and generate insights with charts. -Available MCP tools: -- mdb_query (MongoDB query) -- mdb_aggregate (MongoDB aggregation) -- mdb_find (fetch one or many documents) +DATASET INFORMATION: +- Dataset ID: ${dataset._id} +- R2 File URL: ${dataset.r2_url} +- Total Rows: ${computedMetrics.total_rows} +- Total Columns: ${computedMetrics.total_columns} +- Missing Values: ${computedMetrics.missing_values} -Dataset information you can use with MCP: -{ - "dataset_id": "${dataset._id}", - "r2_url": "${dataset.r2_url}", - "sample_rows": ${JSON.stringify(dataset.data)}, - "metrics": ${JSON.stringify(computedMetrics)} -} +SAMPLE DATA (first 10 rows): +${JSON.stringify(dataset.data, null, 2)} + +AVAILABLE MCP TOOLS: +${toolNames} + +INSTRUCTIONS: +1. Analyze the dataset structure and identify: + - Categorical columns (for grouping) + - Numerical columns (for aggregation) + - Key fields and patterns + +2. Generate TWO charts: + a) BAR CHART: Use categorical grouping with numerical aggregation + b) PIE CHART: Use categorical grouping with counts -If you need more information about the dataset, use: +3. For numeric calculations, you MUST use MCP tools (mdb_aggregate or mdb_query). -1) To fetch dataset metadata: -mdb_query { +4. Use this MCP query structure for aggregations: + +FOR BAR CHART (sum/avg of numeric column by category): +{ "database": "Instaviz", "collection": "datas", - "query": { "dataset_id": "${dataset._id}" } + "pipeline": [ + { "$match": { "_id": "${dataset._id}" }}, + { "$unwind": "$data" }, + { + "$group": { + "_id": "$data.CATEGORY_COLUMN_NAME", + "value": { "$sum": { "$toDouble": "$data.NUMERIC_COLUMN_NAME" }} + } + }, + { "$project": { "xValue": "$_id", "yValue": "$value", "_id": 0 }}, + { "$sort": { "yValue": -1 }}, + { "$limit": 10 } + ] } -2) To perform deeper analysis: -mdb_aggregate { +FOR PIE CHART (count by category): +{ "database": "Instaviz", "collection": "datas", - "pipeline": [ ... ] + "pipeline": [ + { "$match": { "_id": "${dataset._id}" }}, + { "$unwind": "$data" }, + { + "$group": { + "_id": "$data.CATEGORY_COLUMN_NAME", + "value": { "$sum": 1 } + } + }, + { "$project": { "xValue": "$_id", "value": "$value", "_id": 0 }}, + { "$sort": { "value": -1 }}, + { "$limit": 8 } + ] } -Your task: -1. Return ONLY a valid JSON object (no markdown, no backticks). -2. Use the provided metrics directly — do not recompute them unless using MCP. -3. Generate exactly 2 charts: - - One "bar" chart for comparing numeric values. - - One "pie" chart for category distribution. -4. Output strictly in this format: +CRITICAL RULES: +- Call MCP tools (mdb_aggregate) to get real chart data +- After receiving MCP results, format them into the JSON structure below +- Replace CATEGORY_COLUMN_NAME and NUMERIC_COLUMN_NAME with actual column names from the dataset +- NEVER return placeholder or dummy data +- Output ONLY valid JSON (no markdown, no backticks) +REQUIRED OUTPUT FORMAT: { "metrics": { - "total_rows": number, - "total_columns": number, - "missing_values": number, + "total_rows": ${computedMetrics.total_rows}, + "total_columns": ${computedMetrics.total_columns}, + "missing_values": ${computedMetrics.missing_values}, "charts_generated": 2 }, "charts": [ - { "type": "bar", "x": "column", "y": "column_or_count", "title": "string" }, - { "type": "pie", "x": "column", "y": "count", "title": "string" } + { + "type": "bar", + "title": "Descriptive Title", + "x": "category_column_name", + "y": "numeric_column_name", + "data": [ + { "xValue": "category1", "yValue": 123.45 }, + { "xValue": "category2", "yValue": 67.89 } + ] + }, + { + "type": "pie", + "title": "Descriptive Title", + "x": "category_column_name", + "y": "count", + "data": [ + { "xValue": "category1", "value": 50 }, + { "xValue": "category2", "value": 30 } + ] + } ], - "summary": ["short_insight_1", "short_insight_2", "short_insight_3"], - "key_fields": ["important_field_1", "important_field_2"] + "summary": [ + "Key insight 1 about the data", + "Key insight 2 about patterns", + "Key insight 3 about trends" + ], + "key_fields": ["field1", "field2", "field3"] } -5. Identify key fields (e.g., total sales, average price, most frequent category) based on the dataset. - -Dataset preview (first 10 rows): -${JSON.stringify(dataset.data)} -`; -}; +Begin analysis. Use MCP tools to fetch real data for charts.`; +}; \ No newline at end of file From 96616e62e0c79dec25ab0b00a4da3679b023eb43 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Tue, 18 Nov 2025 12:09:11 +0530 Subject: [PATCH 053/120] rate limited setup successfully --- package-lock.json | 29 +++++++++ package.json | 1 + src/app.ts | 41 +++++++----- src/auth/auth.ts | 105 ++++++++++++++++++++---------- src/controllers/UserController.ts | 2 +- 5 files changed, 129 insertions(+), 49 deletions(-) diff --git a/package-lock.json b/package-lock.json index 760fbb0..b6e0f2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,7 @@ "csv-parser": "^3.2.0", "dotenv": "^17.2.3", "express": "^5.1.0", + "express-rate-limit": "^8.2.1", "joi": "^18.0.1", "jsonwebtoken": "^9.0.2", "mongoose": "^8.19.1", @@ -3313,6 +3314,7 @@ "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", "license": "MIT", + "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", @@ -3350,6 +3352,24 @@ "url": "https://opencollective.com/express" } }, + "node_modules/express-rate-limit": { + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.1.tgz", + "integrity": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==", + "license": "MIT", + "dependencies": { + "ip-address": "10.0.1" + }, + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/express-rate-limit" + }, + "peerDependencies": { + "express": ">= 4.11" + } + }, "node_modules/fast-xml-parser": { "version": "5.2.5", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", @@ -3621,6 +3641,15 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "license": "ISC" }, + "node_modules/ip-address": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz", + "integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==", + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", diff --git a/package.json b/package.json index 8323f44..61e11d7 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "csv-parser": "^3.2.0", "dotenv": "^17.2.3", "express": "^5.1.0", + "express-rate-limit": "^8.2.1", "joi": "^18.0.1", "jsonwebtoken": "^9.0.2", "mongoose": "^8.19.1", diff --git a/src/app.ts b/src/app.ts index b970f69..483803e 100644 --- a/src/app.ts +++ b/src/app.ts @@ -6,9 +6,10 @@ import mongoose from 'mongoose'; import morgan from 'morgan'; import cors from 'cors'; import passport from './config/passport.ts'; -import cookieParser from "cookie-parser"; +import cookieParser from 'cookie-parser'; +import rateLimit from 'express-rate-limit'; import authRouter from './routes/authRoutes.ts'; -import uploadRouter from './routes/uploadRouter.ts' +import uploadRouter from './routes/uploadRouter.ts'; import userRouter from './routes/userRouter.ts'; import paymentRouter from './routes/paymentRoutes.js'; import { adminrouter } from './routes/adminroutes/userRouter.ts'; @@ -16,12 +17,19 @@ import { insightsRouter } from './routes/adminroutes/insightsRouter.ts'; import { fileSizeCheck } from './middlewares/fileSizeCheck.ts'; const app = express(); -app.use(express.json({limit:"50mb"})); +app.use(express.json({ limit: '50mb' })); app.use(express.urlencoded({ extended: true })); app.use(passport.initialize()); app.use(cookieParser()); app.use(morgan('dev')); //TODO: WHY ???. dev +const limiter = rateLimit({ + windowMs: 5 * 60 * 1000, + limit: 20, + standardHeaders: true, + legacyHeaders: false, +}); + //database connection const connection = async () => { try { @@ -39,18 +47,21 @@ app.use( }), ); +app.use(limiter); + app.use('/payment/webhook', express.raw({ type: 'application/json' })); //middleware -app.use("/upload", uploadRouter) -app.use("/user", userRouter) -app.use("/auth", authRouter) -app.use("/payment", paymentRouter) -app.use("/payment",paymentRouter) +app.use('/upload', uploadRouter); +app.use('/user', userRouter); +app.use('/auth', authRouter); +app.use('/payment', paymentRouter); + +app.use('/payment', paymentRouter); // admin routes -app.use("/admin/dashboard",adminrouter) -app.use('/admin/dashboard',insightsRouter) +app.use('/admin/dashboard', adminrouter); +app.use('/admin/dashboard', insightsRouter); //file upload check app.use(fileSizeCheck); @@ -64,13 +75,13 @@ app.listen(process.env.PORT, () => { connection(); console.log(` Server running on http://localhost:${process.env.PORT}`); }); -app.get("/health", async (req, res) => { - const dbStatus = mongoose.connection.readyState === 1 ? "connected" : "disconnected"; +app.get('/health', async (req, res) => { + const dbStatus = mongoose.connection.readyState === 1 ? 'connected' : 'disconnected'; res.json({ - status: "ok", + status: 'ok', db: dbStatus, uptime: process.uptime(), - time: new Date().toISOString() + time: new Date().toISOString(), }); -}); \ No newline at end of file +}); diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 2019bda..84ba0e9 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -13,6 +13,8 @@ import refreshModel from '../model/refreshtoken'; import { hashToken } from '../utils/hashTokens.ts'; + + export const loginCheck = async (req: Request, res: Response) => { console.log(' reached here login'); console.log(req.body); @@ -67,13 +69,13 @@ export const loginCheck = async (req: Request, res: Response) => { const hashed = hashToken(refreshToken); await refreshModel.findOneAndUpdate( - {userId: user._id,}, + { userId: user._id }, { userId: user._id, tokenhash: hashed, expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), }, - { upsert: true,}, + { upsert: true }, ); res.cookie('refreshToken', refreshToken, { @@ -104,7 +106,9 @@ export const loginCheck = async (req: Request, res: Response) => { } }; -// dummy bro + + +// dummy export const getUserProfile = async (req: Request, res: Response) => { try { @@ -131,6 +135,10 @@ export const getUserProfile = async (req: Request, res: Response) => { } }; + + + + export const register = async (req: Request, res: Response) => { try { const { name, email, password, confirmPassword } = req.body; @@ -165,6 +173,10 @@ export const register = async (req: Request, res: Response) => { } }; + + + + export const verifyOtp = async (req: Request, res: Response) => { console.log('reached here at verify otp'); try { @@ -228,42 +240,69 @@ export const verifyOtp = async (req: Request, res: Response) => { } }; + + + // google authentication -export const googleCallback = (req: Request, res: Response) => { - const user = req.user as any; +export const googleCallback = async (req: Request, res: Response) => { + try { + const user = req.user as any; + + const token = signJwt({ + id: user._id?.toString() || null, + googleId: user.googleId?.toString() || null, + email: user.email, + }); - const token = signJwt({ - id: user._id?.toString() || null, - googleId: user.googleId?.toString() || null, - email: user.email, - }); + const refreshToken = signJwt({ id: user._id }); - const frontendURL = process.env.CLIENT_URL!; - res.redirect(`${frontendURL}/auth/callback?token=${token}`); + await refreshModel.findOneAndUpdate( + { userId: user._id }, + { + userId: user._id, + tokenhash: hashToken(refreshToken), + expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), + }, + { upsert: true }, + ); + + res.cookie('refreshToken', refreshToken, { + httpOnly: true, + secure: false, + sameSite: 'strict', + maxAge: 30 * 24 * 60 * 60 * 1000, // 30 days + }); + + const frontendURL = process.env.CLIENT_URL!; + res.redirect(`${frontendURL}/auth/callback?token=${token}`); + } catch (err) { + res.status(500).json({ message: err }); + } }; -export const logout = async(req:Request,res:Response)=>{ - try{ - const refreToken = req.cookies.refreshToken; - if(!refreToken){ - return res.status(200).json({success:true,message :"Logged out"}) - } - const hashed = hashToken(refreToken); - await refreshModel.deleteOne({tokenhash:hashed}) - res.clearCookie("refreshToken",{ - httpOnly:true, - secure:false, - sameSite:"strict" - }) - return res.status(200).json({sccess:true,message:"Logged out successfully"}) - - - }catch(err){ - console.log("error in logout"); - return res.status(500).json({success:false,message:"Internal server Error"}) - + + + + +export const logout = async (req: Request, res: Response) => { + try { + const refreToken = req.cookies.refreshToken; + if (!refreToken) { + return res.status(200).json({ success: true, message: 'Logged out' }); + } + const hashed = hashToken(refreToken); + await refreshModel.deleteOne({ tokenhash: hashed }); + res.clearCookie('refreshToken', { + httpOnly: true, + secure: false, + sameSite: 'strict', + }); + return res.status(200).json({ success: true, message: 'Logged out successfully' }); + } catch (err) { + console.log('error in logout'); + return res.status(500).json({ success: false, message: 'Internal server Error' }); } -} +}; export const testpro = (req: Request, res: Response) => { try { diff --git a/src/controllers/UserController.ts b/src/controllers/UserController.ts index 7498869..0dd0929 100644 --- a/src/controllers/UserController.ts +++ b/src/controllers/UserController.ts @@ -54,7 +54,7 @@ export const changePassword = async (req: Request, res: Response) => { return res.status(403).json({ message: 'All fields required..' }); } const user = await userModel.findOne({ _id: userId }); - console.log(user) + console.log(user); if (!user) { return res.status(400).json({ message: 'User is not found..' }); } From f2f789fda82462f5273e00163461cb1b6e7e056b Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Tue, 18 Nov 2025 14:37:08 +0530 Subject: [PATCH 054/120] done middleware --- prettier.config.ts => prettier.config.js | 5 +-- src/app.ts | 56 ++++++++++++------------ src/controllers/uploadController.ts | 4 +- src/middlewares/tokenCheck.ts | 2 +- 4 files changed, 33 insertions(+), 34 deletions(-) rename prettier.config.ts => prettier.config.js (92%) diff --git a/prettier.config.ts b/prettier.config.js similarity index 92% rename from prettier.config.ts rename to prettier.config.js index 1aa62df..36a390d 100644 --- a/prettier.config.ts +++ b/prettier.config.js @@ -1,6 +1,5 @@ -import type { Config } from 'prettier'; - -const config: Config = { +/** @type {import("prettier").Config} */ +const config = { // Format options printWidth: 100, tabWidth: 2, diff --git a/src/app.ts b/src/app.ts index f8de130..b430d50 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,32 +1,32 @@ -import express, { NextFunction, Request, Response } from 'express'; -import dotenv from 'dotenv'; +import express, { NextFunction, Request, Response } from "express"; +import dotenv from "dotenv"; dotenv.config(); -import multer from 'multer'; -import mongoose from 'mongoose'; -import morgan from 'morgan'; -import cors from 'cors'; -import passport from './config/passport.ts'; -import cookieParser from 'cookie-parser'; -import authRouter from './routes/authRoutes.ts'; -import uploadRouter from './routes/uploadRouter.ts'; -import userRouter from './routes/userRouter.ts'; -import paymentRouter from './routes/paymentRoutes.js'; -import { adminrouter } from './routes/adminroutes/userRouter.ts'; -import { insightsRouter } from './routes/adminroutes/insightsRouter.ts'; -import { fileSizeCheck } from './middlewares/fileSizeCheck.ts'; +import multer from "multer"; +import mongoose from "mongoose"; +import morgan from "morgan"; +import cors from "cors"; +import passport from "./config/passport.ts"; +import cookieParser from "cookie-parser"; +import authRouter from "./routes/authRoutes.ts"; +import uploadRouter from "./routes/uploadRouter.ts"; +import userRouter from "./routes/userRouter.ts"; +import paymentRouter from "./routes/paymentRoutes.js"; +import { adminrouter } from "./routes/adminroutes/userRouter.ts"; +import { insightsRouter } from "./routes/adminroutes/insightsRouter.ts"; +import { fileSizeCheck } from "./middlewares/fileSizeCheck.ts"; const app = express(); app.use(express.json()); app.use(express.urlencoded({ extended: true })); app.use(passport.initialize()); app.use(cookieParser()); -app.use(morgan('dev')); //TODO: WHY ???. dev +app.use(morgan("dev")); //database connection const connection = async () => { try { await mongoose.connect(process.env.mongo_uri!); - console.log('Mongoose connected'); + console.log("Mongoose connected"); } catch (err) { console.log(err); } @@ -39,18 +39,18 @@ app.use( }), ); -app.use('/payment/webhook', express.raw({ type: 'application/json' })); +app.use("/payment/webhook", express.raw({ type: "application/json" })); //middleware -app.use('/upload', uploadRouter); -app.use('/user', userRouter); -app.use('/auth', authRouter); -app.use('/payment', paymentRouter); -app.use('/payment', paymentRouter); +app.use("/upload", uploadRouter); +app.use("/user", userRouter); +app.use("/auth", authRouter); +app.use("/payment", paymentRouter); +app.use("/payment", paymentRouter); // admin routes -app.use('/admin/dashboard', adminrouter); -app.use('/admin/dashboard', insightsRouter); +app.use("/admin/dashboard", adminrouter); +app.use("/admin/dashboard", insightsRouter); //file upload check app.use(fileSizeCheck); @@ -64,11 +64,11 @@ app.listen(process.env.PORT, () => { connection(); console.log(` Server running on http://localhost:${process.env.PORT}`); }); -app.get('/health', async (req, res) => { - const dbStatus = mongoose.connection.readyState === 1 ? 'connected' : 'disconnected'; +app.get("/health", async (req, res) => { + const dbStatus = mongoose.connection.readyState === 1 ? "connected" : "disconnected"; res.json({ - status: 'ok', + status: "ok", db: dbStatus, uptime: process.uptime(), time: new Date().toISOString(), diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index f3a8d15..7e2e21e 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -24,14 +24,14 @@ const apiKeys = process.env.GEMINI_API_KEY!.split(',').map((k) => k.trim()); let currentApi = apiKeys[apiKeyIndex]; let genAI = new GoogleGenerativeAI(currentApi); -let model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); +let model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }) const switchApi = () => { apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; currentApi = apiKeys[apiKeyIndex]; genAI = new GoogleGenerativeAI(currentApi); model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); - console.log('API key switched to', currentApi); + console.log('API key switched to', currentApi) }; // Controller diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index e416d47..3900b1f 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -82,7 +82,7 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction httpOnly: true, secure: process.env.NODE_ENV === 'production', sameSite: 'strict', - maxAge: 30 * 24 * 60 * 60 * 1000, + maxAge: 1 * 24 * 60 * 60 * 1000, }); console.log('Guest cookie set successfully:', newGuestUser._id.toString()); From 6842a6d47a9d2ceada7d60e43dbd3cd33279c5eb Mon Sep 17 00:00:00 2001 From: chechu776 Date: Tue, 18 Nov 2025 14:43:15 +0530 Subject: [PATCH 055/120] using functions upload --- src/controllers/uploadController.ts | 276 +++++++++++++++------------- src/utils/aiPrompt.ts | 102 +++++----- src/utils/chartHelpers.ts | 76 ++++++++ src/utils/streamAggregations.ts | 172 +++++++++++++++++ 4 files changed, 446 insertions(+), 180 deletions(-) create mode 100644 src/utils/chartHelpers.ts create mode 100644 src/utils/streamAggregations.ts diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 223c041..24f2288 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -1,159 +1,173 @@ -import type { Request, Response } from 'express'; -import fs from 'fs'; -import { GoogleGenerativeAI } from '@google/generative-ai'; -import csv from 'csv-parser'; -import fetch from 'node-fetch'; -import { PutObjectCommand } from '@aws-sdk/client-s3'; -import { r2 } from '../config/r2Client'; -import dataModel from '../model/dataModel'; -import { CustomError } from '../utils/CustomError'; -import { generateAiPromt } from '../utils/aiPrompt'; - -// const apikey = -let apiKeyIndex = 1; -const apiKeys = process.env.GEMINI_API_KEY!.split(',').map(k => k.trim()); -let currentApi = apiKeys[apiKeyIndex]; -let genAI = new GoogleGenerativeAI(currentApi); -let model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); - -const switchApi = () => { - apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; - currentApi = apiKeys[apiKeyIndex]; - genAI = new GoogleGenerativeAI(currentApi); - model = genAI.getGenerativeModel({ model: 'gemini-2.5-flash' }); - console.log('Api Key swithed', currentApi); -}; +// controllers/fileParsing.ts +import type { Request, Response } from "express"; +import fs from "fs"; +import csv from "csv-parser"; +import { PutObjectCommand } from "@aws-sdk/client-s3"; +import { r2 } from "../config/r2Client"; +import dataModel from "../model/dataModel"; +import { + initStreamingAgg, + updateStreamingAgg, + finalizeStreamingAgg, +} from "../utils/streamAggregations"; +import { generateAiPromt } from "../utils/aiPrompt"; +import { GoogleGenerativeAI } from "@google/generative-ai"; +import { generateChartData } from "../utils/chartHelpers"; export const fileParsing = async (req: Request, res: Response) => { try { - console.time('checking'); - if (!req.file) { - return res.status(404).json({ message: 'File Not Uploaded' }); - } - const file = req.file as Express.Multer.File; + if (!req.file) return res.status(400).json({ message: "File not uploaded" }); + + const file = req.file; const filepath = file.path; - const results: any[] = []; + + const streamAgg = initStreamingAgg(); + const sampleRows: any[] = []; let headers: string[] = []; - let totalRows = 0; - let responded = false; - const handleOnHeaders = (hdrs: string[]) => { - headers = hdrs; - // TODO: Check and remove - // console.log("Header evert called : ", headerOnCalledCount++, hdrs); - }; - - const handleOnData = (data: any) => { - totalRows++; - results.push(data); - }; - - const handleOnError = (err: any) => { - console.log('error while parsing csv:', err); - return res.status(500).json({ - message: 'error parsing csv', - success: false, - error: String(err), - }); - }; - const handleOnEnd = async () => { - if (responded) return; - responded = true; - console.timeEnd('Parsing CSV'); + const readStream = fs.createReadStream(filepath).pipe(csv()); - // Upload to Cloudflare R2 - const fileBuffer = fs.readFileSync(filepath); - const fileName = `${Date.now()}_${file.originalname}`; - - try { - await r2.send( - new PutObjectCommand({ - Bucket: process.env.R2_BUCKET_NAME!, - Key: fileName, - Body: fileBuffer, - ContentType: "text/csv", - }) - ); - } catch (err) { - console.error("R2 upload error:", err); - return res.status(500).json({ message: "R2 upload failed", success: false }); - } + readStream.on("headers", (hdr) => (headers = hdr)); - fs.unlink(filepath, () => { }); + readStream.on("data", (row) => { + if (sampleRows.length < 10) sampleRows.push(row); + updateStreamingAgg(streamAgg, row); + }); - // Public file URL - const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; - console.log(fileUrl); - - // Compute metrics - const totalColumns = headers.length; - let missingValues = 0; - for (const row of results) { - for (const val of Object.values(row)) { - if (val === "" || val === null || val === undefined) missingValues++; - } - } + readStream.on("end", async () => { + const aggregations = finalizeStreamingAgg(streamAgg); const computedMetrics = { - total_rows: totalRows, - total_columns: totalColumns, - missing_values: missingValues, + total_rows: aggregations.meta.total_rows, + total_columns: aggregations.meta.total_columns, + missing_values: calculateTotalMissing(aggregations), }; - // Save sample data in MongoDB (your own DB) + // Upload CSV + const fileBuffer = fs.readFileSync(filepath); + const fileName = `${Date.now()}_${file.originalname}`; + await r2.send( + new PutObjectCommand({ + Bucket: process.env.R2_BUCKET_NAME!, + Key: fileName, + Body: fileBuffer, + ContentType: "text/csv", + }) + ); + + const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; + fs.unlinkSync(filepath); + + // Save sample rows only in DB const dataset = await dataModel.create({ - data: results.slice(0, 10), user_id: req.body.user_id || null, - chat_id: null, - chart_id: null, r2_url: fileUrl, + data: sampleRows, }); + // AI Chart Selection + const prompt = generateAiPromt(computedMetrics, aggregations, sampleRows); + const aiResult = await runAi(prompt); - // Gemini + MCP-aware prompt - const prompt = generateAiPromt(computedMetrics, dataset); - let parsed: any; - - try { - console.log(currentApi); - const result = await model.generateContent(prompt); - let responseText = result.response.text().trim().replace(/```json|```/g, ""); - parsed = JSON.parse(responseText); - } catch (err: any) { - const msg = String(err?.message || ""); - if ( - err.status == 503 || - msg.includes("quota") || - msg.includes("exceeded") || - msg.includes("429") - ) { - console.log("Limit Reached For This Api Key"); - switchApi(); - } else { - console.log(err); - } - } + // **Generate REAL chart data** + const finalCharts = generateChartData(aiResult?.charts || [], aggregations); - res.status(200).json({ + // Return response + return res.json({ success: true, - message: "Dataset processed successfully", datasetId: dataset._id, r2Url: fileUrl, - data: parsed, + data: { + metrics: { + ...computedMetrics, + charts_generated: finalCharts.length, + }, + charts: finalCharts, + summary: aiResult?.insights || [], + best_columns: aiResult?.best_columns || {}, + key_fields: aiResult?.key_fields || [], + }, + aggregations, // optional }); - }; - + }); - const stream = fs.createReadStream(filepath, { encoding: 'utf-8' }).pipe(csv()); - stream - .on('headers', handleOnHeaders) - .on('data', handleOnData) - .on('error', handleOnError) - .on('end', handleOnEnd); - //.. + readStream.on("error", (err) => { + return res.status(500).json({ success: false, message: "CSV parse error", error: err }); + }); } catch (err) { - console.log(err); - const error = new CustomError({ errorData: String(err), statusCode: 404 }); - return res.status(error.statusCode).json(error); + return res.status(500).json({ success: false, message: "Server error", error: err }); } }; + +// Count missing data +function calculateTotalMissing(aggregations: any): number { + let total = 0; + for (const col in aggregations.numeric) total += aggregations.numeric[col].missing; + for (const col in aggregations.categorical) total += aggregations.categorical[col].missing; + return total; +} + +// GLOBAL API KEY ROTATION (your requested style) +let apiKeyIndex = 0; +const apiKeys = process.env.GEMINI_API_KEY!.split(",").map((k) => k.trim()); + +let currentApi = apiKeys[apiKeyIndex]; +let genAI = new GoogleGenerativeAI(currentApi); +let model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + +const switchApi = () => { + apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; + currentApi = apiKeys[apiKeyIndex]; + + genAI = new GoogleGenerativeAI(currentApi); + model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + + console.log(" API Key switched to:", currentApi); +}; + +// RUN AI WITH SINGLE-KEY + ROTATION ON FAILURE +async function runAi(prompt: string) { + let attempts = 0; + + while (attempts < apiKeys.length) { + try { + console.log(` Using Gemini API key #${apiKeyIndex + 1}`); + + const response = await model.generateContent(prompt); + + let raw = response.response.text().replace(/```json|```/g, "").trim(); + const start = raw.indexOf("{"); + const end = raw.lastIndexOf("}"); + if (start === -1 || end === -1) { + throw new Error("AI returned no JSON block"); + } + + return JSON.parse(raw.substring(start, end + 1)); + } catch (err: any) { + const msg = String(err?.message || ""); + + console.error(` Gemini Error (key ${apiKeyIndex + 1}):`, msg); + + // QUOTA / LIMIT ERRORS → ROTATE + if ( + err.status === 503 || + msg.includes("quota") || + msg.includes("429") || + msg.includes("exceeded") + ) { + console.log(" Limit reached. Switching API key..."); + switchApi(); + attempts++; + continue; // try with next key + } + + // OTHER ERRORS → DO NOT ROTATE, JUST RETURN + console.error(" Non-quota error. Stopping."); + return null; + } + } + + console.error(" All API keys exhausted."); + return null; +} + diff --git a/src/utils/aiPrompt.ts b/src/utils/aiPrompt.ts index 7abd65e..100c40d 100644 --- a/src/utils/aiPrompt.ts +++ b/src/utils/aiPrompt.ts @@ -1,65 +1,69 @@ -export const generateAiPromt = (computedMetrics: any, dataset: any) => { +// utils/aiPrompt.ts +export const generateAiPromt = ( + computedMetrics: any, + aggregations: any, + datasetSample: any +) => { return ` You are an expert AI data analyst for a web application called InstaviZ. -IMPORTANT — You have access to MCP tools. -You may call them when needed: +IMPORTANT RULES — READ CAREFULLY +1) You MUST NOT perform any calculations or numeric aggregation. +2) All numeric metrics and aggregations are already computed and provided. +3) Your job is ONLY to: + - YOU MUST output exactly: + 1 bar chart + 1 pie chart + - Do NOT output line charts or any other chart types. -Available MCP tools: -- mdb_query (MongoDB query) -- mdb_aggregate (MongoDB aggregation) -- mdb_find (fetch one or many documents) + - decide chart types and titles + - produce 3 short insights (one-line each) + - identify key fields (2-4) +4) Return ONLY valid JSON (no markdown, no backticks). -Dataset information you can use with MCP: +INPUT: { - "dataset_id": "${dataset._id}", - "r2_url": "${dataset.r2_url}", - "sample_rows": ${JSON.stringify(dataset.data)}, - "metrics": ${JSON.stringify(computedMetrics)} + "metrics": ${JSON.stringify(computedMetrics)}, + "aggregations": ${JSON.stringify(aggregations)}, + "sample_rows": ${JSON.stringify(datasetSample)} } -If you need more information about the dataset, use: - -1) To fetch dataset metadata: -mdb_query { - "database": "Instaviz", - "collection": "datas", - "query": { "dataset_id": "${dataset._id}" } -} - -2) To perform deeper analysis: -mdb_aggregate { - "database": "Instaviz", - "collection": "datas", - "pipeline": [ ... ] -} - -Your task: -1. Return ONLY a valid JSON object (no markdown, no backticks). -2. Use the provided metrics directly — do not recompute them unless using MCP. -3. Generate exactly 2 charts: - - One "bar" chart for comparing numeric values. - - One "pie" chart for category distribution. -4. Output strictly in this format: - +OUTPUT FORMAT (STRICT JSON): { - "metrics": { - "total_rows": number, - "total_columns": number, - "missing_values": number, - "charts_generated": 2 + "best_columns": { + "numeric": ["col1", "col2"], + "categorical": ["col3"] }, "charts": [ - { "type": "bar", "x": "column", "y": "column_or_count", "title": "string" }, - { "type": "pie", "x": "column", "y": "count", "title": "string" } + { + "type": "bar", + "x": "column_name", + "y": "column_name_or_count", + "title": "Meaningful bar chart title" + }, + { + "type": "pie", + "label": "category_column", + "value": "count", + "title": "Meaningful pie chart title" + } + ], + "insights": [ + "short_insight_1", + "short_insight_2", + "short_insight_3" ], - "summary": ["short_insight_1", "short_insight_2", "short_insight_3"], - "key_fields": ["important_field_1", "important_field_2"] + "key_fields": [ + "field_1", + "field_2" + ] } -5. Identify key fields (e.g., total sales, average price, most frequent category) based on the dataset. +RULES FOR DECISIONS: +• Use numeric columns for bar/line charts; prefer columns with higher variance/meaningful totals. +• Use categorical columns for pie charts; prefer columns with clear top categories. +• Do NOT invent columns that are not in the sample_rows. +• Base your choices ONLY on the provided aggregations and metrics. -Dataset preview (first 10 rows): -${JSON.stringify(dataset.data)} -`; +Return exactly one JSON object that follows the schema above.`; }; diff --git a/src/utils/chartHelpers.ts b/src/utils/chartHelpers.ts new file mode 100644 index 0000000..dc3ed8a --- /dev/null +++ b/src/utils/chartHelpers.ts @@ -0,0 +1,76 @@ +import type { Aggregations } from "./streamAggregations"; + +export type FinalChart = { + type: "bar" | "pie"; + title: string; + x: string; // category column (for both bar & pie) + y?: string; // numeric column (bar only) + data: Array<{ xValue: string; yValue?: number; value?: number }>; +}; + +export function generateChartData( + aiCharts: any[] | null, + aggregations: Aggregations +): FinalChart[] { + if (!aiCharts || aiCharts.length === 0) return []; + + const finalCharts: FinalChart[] = []; + + for (const chart of aiCharts) { + // ======== FORCE SUPPORTED CHART TYPES ONLY ======== + if (chart.type !== "bar" && chart.type !== "pie") continue; + + // ======================= + // BAR CHART + // ======================= + if (chart.type === "bar") { + const xCol = chart.x; + let yCol = chart.y; + + // If AI used "count", FIX IT → use real numeric field + if (yCol === "count") { + // choose first numeric column instead + yCol = Object.keys(aggregations.numeric)[0]; + } + + const rows = Object.entries(aggregations.numeric).map( + ([colName, stats]: any) => ({ + xValue: colName, + yValue: Number(stats.sum || 0), + }) + ); + + finalCharts.push({ + type: "bar", + title: chart.title, + x: xCol, + y: yCol, + data: rows, + }); + } + + // ======================= + // PIE CHART + // ======================= + if (chart.type === "pie") { + const xCol = chart.label; // AI uses "label" but frontend uses "x" + + const cat = aggregations.categorical[xCol]; + if (!cat) continue; + + const rows = Object.entries(cat.counts).map(([name, count]) => ({ + xValue: name, + value: Number(count), + })); + + finalCharts.push({ + type: "pie", + title: chart.title, + x: xCol, + data: rows, + }); + } + } + + return finalCharts; +} diff --git a/src/utils/streamAggregations.ts b/src/utils/streamAggregations.ts new file mode 100644 index 0000000..1d35778 --- /dev/null +++ b/src/utils/streamAggregations.ts @@ -0,0 +1,172 @@ +// utils/streamAggregations.ts +export type Row = Record; + +export type NumericSummary = { + sum: number; + min: number; + max: number; + count: number; // valid numeric entries + missing: number; + unique: Set; +}; + +export type CategoricalSummary = { + counts: Map; + missing: number; + unique: Set; +}; + +export type StreamingAggState = { + rowCount: number; + numericCols: Set; + categoricalCols: Set; + columnDetectionLimit: number; + detectionSamples: number; + numeric: Record; + categorical: Record; +}; + +const tryParseNumber = (v: any) => { + if (v === null || v === undefined) return NaN; + const s = String(v).trim(); + if (!s) return NaN; + const cleaned = s.replace(/,/g, ""); + const n = Number(cleaned); + return Number.isFinite(n) ? n : NaN; +}; + +export const initStreamingAgg = (): StreamingAggState => { + return { + rowCount: 0, + numericCols: new Set(), + categoricalCols: new Set(), + detectionSamples: 0, + columnDetectionLimit: 500, // auto-detect numeric vs categorical using first 500 rows + numeric: {}, + categorical: {}, + }; +}; + +const detectColumnTypes = (state: StreamingAggState, row: Row) => { + state.detectionSamples++; + + const cols = Object.keys(row); + for (const col of cols) { + const val = row[col]; + const n = tryParseNumber(val); + + if (!state.numeric[col]) { + state.numeric[col] = { + sum: 0, + min: Number.POSITIVE_INFINITY, + max: Number.NEGATIVE_INFINITY, + count: 0, + missing: 0, + unique: new Set(), + }; + } + if (!state.categorical[col]) { + state.categorical[col] = { + counts: new Map(), + missing: 0, + unique: new Set(), + }; + } + + if (!Number.isNaN(n)) { + state.numericCols.add(col); + } else { + state.categoricalCols.add(col); + } + } +}; + +const finalizeColumnTypes = (state: StreamingAggState) => { + for (const col of state.numericCols) state.categoricalCols.delete(col); +}; + +export const updateStreamingAgg = (state: StreamingAggState, row: Row) => { + state.rowCount++; + + if (state.detectionSamples < state.columnDetectionLimit) { + detectColumnTypes(state, row); + return; // don’t aggregate yet until types are detected + } + + // lock types after detection phase + if (state.detectionSamples === state.columnDetectionLimit) { + finalizeColumnTypes(state); + } + + // Now do full aggregation + for (const col of Object.keys(row)) { + const raw = row[col]; + const trimmed = raw === null || raw === undefined ? "" : String(raw).trim(); + + if (state.numericCols.has(col)) { + const n = tryParseNumber(raw); + const ref = state.numeric[col]; + + if (Number.isNaN(n)) { + ref.missing++; + } else { + ref.sum += n; + ref.count++; + if (n < ref.min) ref.min = n; + if (n > ref.max) ref.max = n; + ref.unique.add(trimmed); + } + } else { + const ref = state.categorical[col]; + + if (!trimmed) { + ref.missing++; + } else { + const prev = ref.counts.get(trimmed) || 0; + ref.counts.set(trimmed, prev + 1); + ref.unique.add(trimmed); + } + } + } +}; + +export const finalizeStreamingAgg = (state: StreamingAggState) => { + const finalNumeric: any = {}; + for (const col of state.numericCols) { + const ref = state.numeric[col]; + finalNumeric[col] = { + sum: ref.sum, + min: ref.min === Infinity ? 0 : ref.min, + max: ref.max === -Infinity ? 0 : ref.max, + avg: ref.count > 0 ? ref.sum / ref.count : 0, + count: ref.count, + missing: ref.missing, + unique_count: ref.unique.size, + }; + } + + const finalCategorical: any = {}; + for (const col of state.categoricalCols) { + const ref = state.categorical[col]; + const entries = [...ref.counts.entries()].sort((a, b) => b[1] - a[1]); + + finalCategorical[col] = { + counts: Object.fromEntries(entries), + unique_count: ref.unique.size, + missing: ref.missing, + top_values: entries.slice(0, 10).map(([value, count]) => ({ value, count })), + }; + } + + return { + numeric: finalNumeric, + categorical: finalCategorical, + meta: { + total_rows: state.rowCount, + total_columns: state.numericCols.size + state.categoricalCols.size, + }, + }; +}; + +export type Aggregations = ReturnType; + From 0cd908165d93382891464b507bd87f4937e63f84 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Tue, 18 Nov 2025 15:44:32 +0530 Subject: [PATCH 056/120] chart and insights done using javscript functions --- src/controllers/uploadController.ts | 197 +- src/utils/chartHelpers.ts | 5 - src/utils/fallbackCharts.ts | 200 + ...iness-financial-data-june-2025-quarter.csv | 8836 +++++++++++++++++ 4 files changed, 9152 insertions(+), 86 deletions(-) create mode 100644 src/utils/fallbackCharts.ts create mode 100644 uploads/1763458001372_67281596_1763024678024_business-financial-data-june-2025-quarter.csv diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 24f2288..b82576a 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -14,6 +14,72 @@ import { generateAiPromt } from "../utils/aiPrompt"; import { GoogleGenerativeAI } from "@google/generative-ai"; import { generateChartData } from "../utils/chartHelpers"; +// FALLBACK GENERATOR +import { generateChartsFromData } from "../utils/fallbackCharts"; // (we will include below) + + +// GLOBAL API KEY ROTATION +let apiKeyIndex = 0; +const apiKeys = process.env.GEMINI_API_KEY!.split(",").map(k => k.trim()); + +let currentApi = apiKeys[apiKeyIndex]; +let genAI = new GoogleGenerativeAI(currentApi); +let model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + +const switchApi = () => { + apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; + currentApi = apiKeys[apiKeyIndex]; + genAI = new GoogleGenerativeAI(currentApi); + model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + console.log("🔄 Switched to API key:", currentApi); +}; + + +// SAFE AI RUNNER WITH ROTATION + FALLBACK +async function runAi(prompt: string) { + let attempts = 0; + + while (attempts < apiKeys.length) { + try { + console.log(`Using Gemini Key #${apiKeyIndex + 1}`); + + const res = await model.generateContent(prompt); + let raw = res.response.text().replace(/```json|```/g, "").trim(); + + const start = raw.indexOf("{"); + const end = raw.lastIndexOf("}"); + if (start === -1 || end === -1) throw new Error("Invalid JSON"); + + return JSON.parse(raw.substring(start, end + 1)); + } catch (err: any) { + const msg = String(err?.message || ""); + console.log("Gemini Error:", msg); + + // QUOTA / LIMIT errors → rotate key + if ( + msg.includes("quota") || + msg.includes("429") || + msg.includes("exceeded") || + err.status === 503 + ) { + console.log("⚠ AI limit hit → switching key..."); + switchApi(); + attempts++; + continue; + } + + // OTHER ERRORS → stop trying AI + console.log("Non-limit AI failure. Stopping AI."); + return null; + } + } + + console.log("All AI keys failed"); + return null; +} + + +// FILE PARSING (MAIN CONTROLLER) export const fileParsing = async (req: Request, res: Response) => { try { if (!req.file) return res.status(400).json({ message: "File not uploaded" }); @@ -23,8 +89,8 @@ export const fileParsing = async (req: Request, res: Response) => { const streamAgg = initStreamingAgg(); const sampleRows: any[] = []; - let headers: string[] = []; + let headers: string[] = []; const readStream = fs.createReadStream(filepath).pipe(csv()); readStream.on("headers", (hdr) => (headers = hdr)); @@ -37,7 +103,7 @@ export const fileParsing = async (req: Request, res: Response) => { readStream.on("end", async () => { const aggregations = finalizeStreamingAgg(streamAgg); - const computedMetrics = { + const metrics = { total_rows: aggregations.meta.total_rows, total_columns: aggregations.meta.total_columns, missing_values: calculateTotalMissing(aggregations), @@ -46,6 +112,7 @@ export const fileParsing = async (req: Request, res: Response) => { // Upload CSV const fileBuffer = fs.readFileSync(filepath); const fileName = `${Date.now()}_${file.originalname}`; + await r2.send( new PutObjectCommand({ Bucket: process.env.R2_BUCKET_NAME!, @@ -58,48 +125,79 @@ export const fileParsing = async (req: Request, res: Response) => { const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; fs.unlinkSync(filepath); - // Save sample rows only in DB + // Save sample rows const dataset = await dataModel.create({ user_id: req.body.user_id || null, r2_url: fileUrl, data: sampleRows, }); - // AI Chart Selection - const prompt = generateAiPromt(computedMetrics, aggregations, sampleRows); - const aiResult = await runAi(prompt); + // AI ATTEMPT + const prompt = generateAiPromt(metrics, aggregations, sampleRows); + let ai = await runAi(prompt); + + // FALLBACK + if (!ai) { + console.log("🔥 AI failed — Using fallback chart generator"); + + const fallback = generateChartsFromData(sampleRows); + + ai = { + best_columns: {}, + charts: [ + { + type: "bar", + title: `${fallback.columns.barChartNumeric} by ${fallback.columns.barChartCategory}`, + x: fallback.columns.barChartCategory, + y: fallback.columns.barChartNumeric, + data: fallback.barData, + }, + { + type: "pie", + title: `Distribution of ${fallback.columns.pieChartCategory}`, + x: fallback.columns.pieChartCategory, + value: "count", + data: fallback.pieData, + }, + ], + insights: [ + `Dataset has ${metrics.total_rows} rows and ${metrics.total_columns} columns.`, + `${metrics.missing_values} missing values detected.`, + `Top bar category: ${fallback.barData[0]?.xValue || "N/A"}`, + ], + key_fields: Object.keys(sampleRows[0] || {}).slice(0, 4), + }; + } - // **Generate REAL chart data** - const finalCharts = generateChartData(aiResult?.charts || [], aggregations); + // Generate REAL chart-ready data + const finalCharts = generateChartData(ai.charts || [], aggregations); - // Return response return res.json({ success: true, datasetId: dataset._id, r2Url: fileUrl, data: { - metrics: { - ...computedMetrics, - charts_generated: finalCharts.length, - }, + metrics: { ...metrics, charts_generated: finalCharts.length }, charts: finalCharts, - summary: aiResult?.insights || [], - best_columns: aiResult?.best_columns || {}, - key_fields: aiResult?.key_fields || [], + summary: ai.insights || [], + best_columns: ai.best_columns || {}, + key_fields: ai.key_fields || [], }, - aggregations, // optional + aggregations, }); }); readStream.on("error", (err) => { return res.status(500).json({ success: false, message: "CSV parse error", error: err }); }); + } catch (err) { return res.status(500).json({ success: false, message: "Server error", error: err }); } }; -// Count missing data + +// Calculate missing function calculateTotalMissing(aggregations: any): number { let total = 0; for (const col in aggregations.numeric) total += aggregations.numeric[col].missing; @@ -107,67 +205,4 @@ function calculateTotalMissing(aggregations: any): number { return total; } -// GLOBAL API KEY ROTATION (your requested style) -let apiKeyIndex = 0; -const apiKeys = process.env.GEMINI_API_KEY!.split(",").map((k) => k.trim()); - -let currentApi = apiKeys[apiKeyIndex]; -let genAI = new GoogleGenerativeAI(currentApi); -let model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); - -const switchApi = () => { - apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; - currentApi = apiKeys[apiKeyIndex]; - - genAI = new GoogleGenerativeAI(currentApi); - model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); - - console.log(" API Key switched to:", currentApi); -}; - -// RUN AI WITH SINGLE-KEY + ROTATION ON FAILURE -async function runAi(prompt: string) { - let attempts = 0; - - while (attempts < apiKeys.length) { - try { - console.log(` Using Gemini API key #${apiKeyIndex + 1}`); - - const response = await model.generateContent(prompt); - - let raw = response.response.text().replace(/```json|```/g, "").trim(); - const start = raw.indexOf("{"); - const end = raw.lastIndexOf("}"); - if (start === -1 || end === -1) { - throw new Error("AI returned no JSON block"); - } - - return JSON.parse(raw.substring(start, end + 1)); - } catch (err: any) { - const msg = String(err?.message || ""); - - console.error(` Gemini Error (key ${apiKeyIndex + 1}):`, msg); - - // QUOTA / LIMIT ERRORS → ROTATE - if ( - err.status === 503 || - msg.includes("quota") || - msg.includes("429") || - msg.includes("exceeded") - ) { - console.log(" Limit reached. Switching API key..."); - switchApi(); - attempts++; - continue; // try with next key - } - - // OTHER ERRORS → DO NOT ROTATE, JUST RETURN - console.error(" Non-quota error. Stopping."); - return null; - } - } - - console.error(" All API keys exhausted."); - return null; -} diff --git a/src/utils/chartHelpers.ts b/src/utils/chartHelpers.ts index dc3ed8a..9c7ba89 100644 --- a/src/utils/chartHelpers.ts +++ b/src/utils/chartHelpers.ts @@ -17,12 +17,9 @@ export function generateChartData( const finalCharts: FinalChart[] = []; for (const chart of aiCharts) { - // ======== FORCE SUPPORTED CHART TYPES ONLY ======== if (chart.type !== "bar" && chart.type !== "pie") continue; - // ======================= // BAR CHART - // ======================= if (chart.type === "bar") { const xCol = chart.x; let yCol = chart.y; @@ -49,9 +46,7 @@ export function generateChartData( }); } - // ======================= // PIE CHART - // ======================= if (chart.type === "pie") { const xCol = chart.label; // AI uses "label" but frontend uses "x" diff --git a/src/utils/fallbackCharts.ts b/src/utils/fallbackCharts.ts new file mode 100644 index 0000000..8c3f122 --- /dev/null +++ b/src/utils/fallbackCharts.ts @@ -0,0 +1,200 @@ +// utils/fallbackCharts.ts + +export function generateChartsFromData(rows: any[]) { + console.log(" Fallback: Generating charts ..."); + + if (!rows || rows.length === 0) { + return { + barData: [], + pieData: [], + columns: { + barChartCategory: "", + barChartNumeric: "", + pieChartCategory: "", + }, + }; + } + + const sample = rows[0]; + const columns = Object.keys(sample); + + type ColumnType = "numeric" | "categorical" | "date" | "text"; + + interface ColumnAnalysis { + name: string; + type: ColumnType; + uniqueCount: number; + nullCount: number; + variance: number; + avgLength: number; + sampleValues: any[]; + } + + const analyses: ColumnAnalysis[] = columns.map((col) => { + const values = rows.map((r) => r[col]); + + const nonNull = values.filter( + (v) => v !== "" && v !== null && v !== undefined + ); + + const unique = new Set(nonNull); + + const numericValues = nonNull + .map((v) => Number(String(v).replace(/,/g, ""))) + .filter((v) => !isNaN(v)); + + const isNumeric = numericValues.length >= nonNull.length * 0.6; + + const dateRegex = + /\d{4}-\d{2}-\d{2}|\d{2}\/\d{2}\/\d{4}|\d{1,2}-\w{3}-\d{4}/; + + const hasDatePattern = nonNull.some((v) => dateRegex.test(String(v))); + + let type: ColumnType = "text"; + if (hasDatePattern) type = "date"; + else if (isNumeric) type = "numeric"; + else if (unique.size <= nonNull.length * 0.5) type = "categorical"; + + // Variance + let variance = 0; + if (numericValues.length > 0) { + const mean = + numericValues.reduce((a, b) => a + b, 0) / numericValues.length; + variance = + numericValues.reduce((sum, v) => sum + Math.pow(v - mean, 2), 0) / + numericValues.length; + } + + const avgLength = + nonNull.reduce((sum, v) => sum + String(v).length, 0) / + (nonNull.length || 1); + + return { + name: col, + type, + uniqueCount: unique.size, + nullCount: values.length - nonNull.length, + variance, + avgLength, + sampleValues: [...unique].slice(0, 5), + }; + }); + + // ----------- SCORING LOGIC ----------- + + const scoreColumn = (c: ColumnAnalysis, mode: "cat" | "num" | "pie") => { + let score = 0; + + if (mode === "cat") { + if (c.type === "categorical") score += 100; + if (c.uniqueCount >= 3 && c.uniqueCount <= 80) score += 60; + if (c.avgLength < 40) score += 20; + + const keywords = [ + "category", + "type", + "status", + "name", + "region", + "title", + ]; + if (keywords.some((k) => c.name.toLowerCase().includes(k))) score += 40; + } + + if (mode === "num") { + if (c.type === "numeric") score += 100; + if (c.variance > 0) score += 40; + + const numericKeywords = [ + "value", + "amount", + "price", + "total", + "count", + "score", + ]; + if (numericKeywords.some((k) => c.name.toLowerCase().includes(k))) + score += 40; + + // penalize IDs + if (c.name.toLowerCase().includes("id")) score -= 80; + } + + if (mode === "pie") { + if (c.type === "categorical") score += 100; + if (c.uniqueCount >= 3 && c.uniqueCount <= 20) score += 60; + if (c.uniqueCount > 20 && c.uniqueCount <= 50) score += 20; + + if (c.avgLength < 20) score += 20; + + const keywords = ["status", "type", "category", "level"]; + if (keywords.some((k) => c.name.toLowerCase().includes(k))) score += 40; + } + + return Math.max(score, 0); + }; + + // Select best category column + const bestCategory = analyses + .map((c) => ({ col: c.name, score: scoreColumn(c, "cat") })) + .sort((a, b) => b.score - a.score)[0]?.col; + + const bestNumeric = analyses + .map((c) => ({ col: c.name, score: scoreColumn(c, "num") })) + .sort((a, b) => b.score - a.score)[0]?.col; + + const bestPieCategory = analyses + .filter((c) => c.name !== bestCategory) + .map((c) => ({ col: c.name, score: scoreColumn(c, "pie") })) + .sort((a, b) => b.score - a.score)[0]?.col; + + // -------- BAR CHART -------- + const barMap = new Map(); + + rows.forEach((r) => { + const cat = String(r[bestCategory] || "").trim(); + const num = Number(String(r[bestNumeric]).replace(/,/g, "")); + if (!cat || isNaN(num)) return; + + barMap.set(cat, (barMap.get(cat) || 0) + num); + }); + + const barData = [...barMap.entries()] + .map(([xValue, yValue]) => ({ xValue, yValue })) + .sort((a, b) => b.yValue - a.yValue) + .slice(0, 15); + + // -------- PIE CHART -------- + const pieMap = new Map(); + + rows.forEach((r) => { + const cat = String(r[bestPieCategory] || "").trim(); + if (!cat) return; + pieMap.set(cat, (pieMap.get(cat) || 0) + 1); + }); + + let pieEntries = [...pieMap.entries()].sort((a, b) => b[1] - a[1]); + + let pieData = pieEntries.slice(0, 8).map(([xValue, value]) => ({ + xValue, + value, + })); + + if (pieEntries.length > 8) { + const other = pieEntries + .slice(8) + .reduce((sum, [, v]) => sum + v, 0); + + pieData.push({ xValue: "Other", value: other }); + } + + return { + barData, + pieData, + columns: { + barChartCategory: bestCategory, + barChartNumeric: bestNumeric, + pieChartCategory: bestPieCategory, + }, + }; +} diff --git a/uploads/1763458001372_67281596_1763024678024_business-financial-data-june-2025-quarter.csv b/uploads/1763458001372_67281596_1763024678024_business-financial-data-june-2025-quarter.csv new file mode 100644 index 0000000..87e5b65 --- /dev/null +++ b/uploads/1763458001372_67281596_1763024678024_business-financial-data-june-2025-quarter.csv @@ -0,0 +1,8836 @@ +Series_reference,Period,Data_value,Suppressed,STATUS,UNITS,Magnitude,Subject,Group,Series_title_1,Series_title_2,Series_title_3,Series_title_4,Series_title_5 +BDCQ.SF1AA2CA,2016.06,1116.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2016.09,1070.874,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2016.12,1054.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2017.03,1010.665,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2017.06,1233.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2017.09,1282.436,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2017.12,1290.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2018.03,1412.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2018.06,1488.055,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2018.09,1497.678,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2018.12,1570.507,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2019.03,1393.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2019.06,1517.143,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2019.09,1381.514,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2019.12,1370.985,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2020.03,1073.017,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2020.06,1131.445,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2020.09,1440.101,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2020.12,1489.979,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2021.03,1390.782,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2021.06,1826.73,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2021.09,1710.073,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2021.12,1559.479,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2022.03,1285.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2022.06,1684.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2022.09,1665.926,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2022.12,1501.095,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2023.03,1209.443,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2023.06,1424.748,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2023.09,1414.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2023.12,1453.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2024.03,1483.787,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2024.06,1398.217,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2024.09,1406.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2024.12,1362.11,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2025.03,1340.001,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CA,2025.06,1290.178,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF1AA2CS,2016.06,1063.345,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2016.09,1051.24,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2016.12,1046.338,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2017.03,1100.229,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2017.06,1170.732,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2017.09,1256.884,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2017.12,1273.355,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2018.03,1557.82,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2018.06,1407.813,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2018.09,1460.467,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2018.12,1544.193,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2019.03,1558.561,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2019.06,1430.531,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2019.09,1339.862,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2019.12,1345.044,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2020.03,1214.102,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2020.06,1063.82,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2020.09,1390.351,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2020.12,1460.71,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2021.03,1584.15,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2021.06,1716.116,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2021.09,1645.016,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2021.12,1534.844,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2022.03,1454.116,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2022.06,1590.256,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2022.09,1601.816,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2022.12,1483.118,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2023.03,1347.237,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2023.06,1359.527,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2023.09,1361.518,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2023.12,1439.503,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2024.03,1622.628,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2024.06,1350.327,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2024.09,1357.639,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2024.12,1347.789,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2025.03,1444.972,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CS,2025.06,1259.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Seasonally adjusted, +BDCQ.SF1AA2CT,2016.06,1027.252,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2016.09,1060.776,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2016.12,1053.313,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2017.03,1097.202,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2017.06,1175.011,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2017.09,1243.434,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2017.12,1324.544,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2018.03,1391.346,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2018.06,1425.496,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2018.09,1465.188,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2018.12,1542.182,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2019.03,1539.999,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2019.06,1439.505,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2019.09,1360.911,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2019.12,1302.99,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2020.03,1249.626,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2020.06,1275.395,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2020.09,1377.481,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2020.12,1470.774,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2021.03,1596.415,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2021.06,1688.538,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2021.09,1651.047,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2021.12,1530.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2022.03,1500.414,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2022.06,1569.521,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2022.09,1592.117,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2022.12,1479.28,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2023.03,1371.014,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2023.06,1341.555,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2023.09,1374.997,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2023.12,1444.615,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2024.03,1461.011,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2024.06,1397.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2024.09,1345.092,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2024.12,1365.118,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2025.03,1344.879,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA2CT,2025.06,1287.377,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Forestry and Logging,Current prices,Trend, +BDCQ.SF1AA3CA,2016.06,1189.735,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2016.09,1144.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2016.12,1390.589,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2017.03,1310.912,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2017.06,1241.466,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2017.09,1288.648,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2017.12,1772.086,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2018.03,1554.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2018.06,1441.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2018.09,1364.769,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2018.12,1771.028,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2019.03,1665.84,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2019.06,1554.397,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2019.09,1484.434,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2019.12,1817.118,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2020.03,1582.915,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2020.06,1421.593,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2020.09,1614.752,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2020.12,2089.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2021.03,1817.439,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2021.06,1814.973,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2021.09,1791.805,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2021.12,2325.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2022.03,2001.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2022.06,1861.241,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2022.09,1755.338,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2022.12,2252.24,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2023.03,2085.945,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2023.06,1878.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2023.09,1840.381,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2023.12,2301.68,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2024.03,2111.98,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2024.06,1989.393,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2024.09,1931.789,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2024.12,2502.362,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2025.03,2303.947,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CA,2025.06,2244.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF1AA3CS,2016.06,1266.402,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2016.09,1289.969,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2016.12,1221.299,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2017.03,1266.805,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2017.06,1329.114,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2017.09,1441.443,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2017.12,1550.788,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2018.03,1514.327,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2018.06,1543.621,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2018.09,1520.013,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2018.12,1541.827,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2019.03,1640.199,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2019.06,1660.629,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2019.09,1647.119,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2019.12,1579.81,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2020.03,1567.225,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2020.06,1515.59,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2020.09,1788.683,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2020.12,1817.041,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2021.03,1802.219,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2021.06,1932.822,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2021.09,1982.317,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2021.12,2027.546,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2022.03,1981.78,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2022.06,1979.531,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2022.09,1942.215,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2022.12,1969.855,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2023.03,2060.316,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2023.06,1993.115,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2023.09,2038.697,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2023.12,2020.821,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2024.03,2078.106,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2024.06,2108.674,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2024.09,2140.629,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2024.12,2204.674,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2025.03,2260.336,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CS,2025.06,2377.582,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Seasonally adjusted, +BDCQ.SF1AA3CT,2016.06,1283.547,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2016.09,1264.874,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2016.12,1243.605,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2017.03,1257.216,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2017.06,1335.445,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2017.09,1448.038,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2017.12,1524.767,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2018.03,1538.574,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2018.06,1527.689,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2018.09,1524.946,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2018.12,1555.457,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2019.03,1625.624,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2019.06,1665.318,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2019.09,1637.693,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2019.12,1588.379,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2020.03,1563.742,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2020.06,1612.11,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2020.09,1719.321,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2020.12,1791.815,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2021.03,1837.674,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2021.06,1910.546,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2021.09,1994.327,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2021.12,2011.301,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2022.03,1997.427,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2022.06,1966.417,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2022.09,1950.184,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2022.12,1984.015,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2023.03,2020.702,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2023.06,2024.041,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2023.09,2016.046,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2023.12,2038.48,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2024.03,2068.562,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2024.06,2108.483,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2024.09,2145.855,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2024.12,2196.565,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2025.03,2275.023,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AA3CT,2025.06,2363.162,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Trend, +BDCQ.SF1AACA,2016.06,2306.12,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2016.09,2215.81,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2016.12,2445,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2017.03,2321.58,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2017.06,2475.22,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2017.09,2571.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2017.12,3062.91,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2018.03,2966.24,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2018.06,2929.48,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2018.09,2862.45,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2018.12,3341.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2019.03,3059.59,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2019.06,3071.57,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2019.09,2865.95,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2019.12,3188.1,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2020.03,2655.93,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2020.06,2553.038,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2020.09,3054.853,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2020.12,3579.432,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2021.03,3208.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2021.06,3641.703,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2021.09,3501.878,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2021.12,3884.73,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2022.03,3286.846,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2022.06,3545.663,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2022.09,3421.264,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2022.12,3753.336,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2023.03,3295.388,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2023.06,3303.002,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2023.09,3255.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2023.12,3754.745,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2024.03,3595.767,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2024.06,3387.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2024.09,3337.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2024.12,3864.472,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2025.03,3643.948,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACA,2025.06,3534.553,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF1AACS,2016.06,2329.746,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2016.09,2341.21,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2016.12,2267.636,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2017.03,2367.033,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2017.06,2499.846,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2017.09,2698.327,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2017.12,2824.143,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2018.03,3072.147,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2018.06,2951.434,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2018.09,2980.48,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2018.12,3086.02,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2019.03,3198.76,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2019.06,3091.16,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2019.09,2986.982,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2019.12,2924.854,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2020.03,2781.327,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2020.06,2579.41,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2020.09,3179.034,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2020.12,3277.751,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2021.03,3386.369,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2021.06,3648.938,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2021.09,3627.333,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2021.12,3562.391,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2022.03,3435.896,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2022.06,3569.787,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2022.09,3544.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2022.12,3452.973,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2023.03,3407.553,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2023.06,3352.642,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2023.09,3400.215,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2023.12,3460.325,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2024.03,3700.734,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2024.06,3459.001,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2024.09,3498.268,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2024.12,3552.463,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2025.03,3705.308,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACS,2025.06,3636.694,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Seasonally adjusted, +BDCQ.SF1AACT,2016.06,2311.481,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2016.09,2326.009,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2016.12,2296.828,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2017.03,2354.418,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2017.06,2512.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2017.09,2685.338,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2017.12,2828.596,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2018.03,2910.602,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2018.06,2948.983,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2018.09,2991.663,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2018.12,3097.639,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2019.03,3165.622,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2019.06,3104.754,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2019.09,2998.883,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2019.12,2890.283,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2020.03,2819.929,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2020.06,2900.513,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2020.09,3104.708,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2020.12,3261.725,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2021.03,3433.901,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2021.06,3599.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2021.09,3646.354,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2021.12,3537.415,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2022.03,3490.377,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2022.06,3532.018,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2022.09,3542.813,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2022.12,3465.167,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2023.03,3395.283,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2023.06,3367.468,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2023.09,3392.461,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2023.12,3476.61,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2024.03,3510.966,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2024.06,3489.899,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2024.09,3483.752,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2024.12,3582.115,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2025.03,3656.803,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1AACT,2025.06,3669.911,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Agriculture, Forestry and Fishing",Current,Trend, +BDCQ.SF1BB1CA,2016.06,1119.02,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2016.09,1101.412,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2016.12,1139.459,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2017.03,1040.5,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2017.06,1150.976,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2017.09,1084.658,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2017.12,1352.84,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2018.03,1224.534,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2018.06,1105.167,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2018.09,1372.723,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2018.12,1230.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2019.03,1115.478,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2019.06,1210.962,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2019.09,1234.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2019.12,1276.337,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2020.03,1080.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2020.06,847.349,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2020.09,925.547,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2020.12,1085.539,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2021.03,1063.775,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2021.06,1077.447,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2021.09,1151.861,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2021.12,1202.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2022.03,1244.801,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2022.06,1448.299,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2022.09,1411.447,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2022.12,1303.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2023.03,1293.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2023.06,1365.779,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2023.09,1251.664,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2023.12,1292.482,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2024.03,1326.672,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2024.06,1114.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2024.09,1191.025,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2024.12,1254.583,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2025.03,1302.779,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CA,2025.06,1335.11,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Unadjusted, +BDCQ.SF1BB1CS,2016.06,1119.02,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2016.09,1101.412,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2016.12,1139.459,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2017.03,1040.5,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2017.06,1150.976,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2017.09,1084.658,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2017.12,1352.84,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2018.03,1224.534,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2018.06,1105.167,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2018.09,1372.723,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2018.12,1230.969,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2019.03,1115.478,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2019.06,1210.962,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2019.09,1234.819,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2019.12,1276.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2020.03,1080.713,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2020.06,847.349,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2020.09,925.547,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2020.12,1085.539,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2021.03,1063.775,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2021.06,1077.447,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2021.09,1151.861,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2021.12,1202.16,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2022.03,1244.801,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2022.06,1448.299,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2022.09,1411.447,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2022.12,1303.453,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2023.03,1293.599,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2023.06,1365.779,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2023.09,1251.664,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2023.12,1292.482,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2024.03,1326.672,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2024.06,1114.075,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2024.09,1191.025,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2024.12,1254.583,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2025.03,1302.779,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CS,2025.06,1335.11,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Seasonally adjusted, +BDCQ.SF1BB1CT,2016.06,1116.391,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2016.09,1117.962,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2016.12,1099.874,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2017.03,1094.298,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2017.06,1085.074,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2017.09,1175.875,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2017.12,1262.722,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2018.03,1256.316,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2018.06,1229.98,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2018.09,1285.614,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2018.12,1230.448,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2019.03,1152.858,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2019.06,1183.655,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2019.09,1260.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2019.12,1242.986,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2020.03,1069.707,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2020.06,889.868,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2020.09,928.028,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2020.12,1050.24,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2021.03,1077.865,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2021.06,1085.536,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2021.09,1144.422,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2021.12,1190.995,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2022.03,1286.634,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2022.06,1406.415,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2022.09,1411.442,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2022.12,1317.066,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2023.03,1312.119,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2023.06,1321.021,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2023.09,1294.067,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2023.12,1269.099,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2024.03,1256.725,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2024.06,1208.729,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2024.09,1203.27,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2024.12,1247.261,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2025.03,1305.518,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BB1CT,2025.06,1326.2,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Mining,Current prices,Trend, +BDCQ.SF1BBCA,2016.06,1119.02,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2016.09,1101.412,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2016.12,1139.459,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2017.03,1040.5,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2017.06,1150.976,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2017.09,1084.658,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2017.12,1352.84,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2018.03,1224.534,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2018.06,1105.167,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2018.09,1372.723,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2018.12,1230.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2019.03,1115.478,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2019.06,1210.962,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2019.09,1234.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2019.12,1276.337,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2020.03,1080.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2020.06,847.349,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2020.09,925.547,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2020.12,1085.539,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2021.03,1063.775,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2021.06,1077.447,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2021.09,1151.861,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2021.12,1202.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2022.03,1244.801,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2022.06,1448.299,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2022.09,1411.447,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2022.12,1303.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2023.03,1293.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2023.06,1365.779,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2023.09,1251.664,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2023.12,1292.482,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2024.03,1326.672,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2024.06,1114.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2024.09,1191.025,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2024.12,1254.583,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2025.03,1302.779,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCA,2025.06,1335.11,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Unadjusted, +BDCQ.SF1BBCS,2016.06,1119.02,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2016.09,1101.412,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2016.12,1139.459,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2017.03,1040.5,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2017.06,1150.976,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2017.09,1084.658,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2017.12,1352.84,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2018.03,1224.534,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2018.06,1105.167,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2018.09,1372.723,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2018.12,1230.969,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2019.03,1115.478,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2019.06,1210.962,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2019.09,1234.819,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2019.12,1276.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2020.03,1080.713,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2020.06,847.349,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2020.09,925.547,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2020.12,1085.539,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2021.03,1063.775,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2021.06,1077.447,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2021.09,1151.861,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2021.12,1202.16,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2022.03,1244.801,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2022.06,1448.299,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2022.09,1411.447,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2022.12,1303.453,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2023.03,1293.599,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2023.06,1365.779,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2023.09,1251.664,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2023.12,1292.482,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2024.03,1326.672,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2024.06,1114.075,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2024.09,1191.025,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2024.12,1254.583,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2025.03,1302.779,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCS,2025.06,1335.11,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Seasonally adjusted, +BDCQ.SF1BBCT,2016.06,1116.391,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2016.09,1117.962,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2016.12,1099.874,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2017.03,1094.298,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2017.06,1085.074,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2017.09,1175.875,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2017.12,1262.722,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2018.03,1256.316,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2018.06,1229.98,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2018.09,1285.614,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2018.12,1230.448,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2019.03,1152.858,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2019.06,1183.655,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2019.09,1260.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2019.12,1242.986,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2020.03,1069.707,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2020.06,889.868,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2020.09,928.028,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2020.12,1050.24,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2021.03,1077.865,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2021.06,1085.536,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2021.09,1144.422,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2021.12,1190.995,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2022.03,1286.634,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2022.06,1406.415,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2022.09,1411.442,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2022.12,1317.066,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2023.03,1312.119,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2023.06,1321.021,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2023.09,1294.067,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2023.12,1269.099,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2024.03,1256.725,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2024.06,1208.729,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2024.09,1203.27,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2024.12,1247.261,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2025.03,1305.518,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1BBCT,2025.06,1326.2,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Mining,Current,Trend, +BDCQ.SF1CC1CA,2016.06,10624.465,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2016.09,9110.709,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2016.12,12084.429,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2017.03,11804.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2017.06,12150.005,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2017.09,10399.584,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2017.12,13705.071,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2018.03,12745.412,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2018.06,12574.246,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2018.09,10633.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2018.12,13806.468,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2019.03,13704.407,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2019.06,13035.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2019.09,11170.665,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2019.12,15202.125,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2020.03,14554.796,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2020.06,13611.426,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2020.09,11354.265,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2020.12,14450.272,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2021.03,14066.305,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2021.06,14238.983,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2021.09,12297.488,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2021.12,16382.914,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2022.03,15717.522,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2022.06,16272.442,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2022.09,15291.312,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2022.12,18635.905,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2023.03,16668.703,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2023.06,16881.115,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2023.09,13675.525,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2023.12,17138.002,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2024.03,16510.247,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2024.06,16581.625,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2024.09,14078.312,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2024.12,19284.523,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2025.03,19477.828,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CA,2025.06,18209.079,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC1CS,2016.06,10654.252,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2016.09,10657.756,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2016.12,11000.005,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2017.03,11221.244,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2017.06,12158.071,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2017.09,12259.559,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2017.12,12487.894,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2018.03,12154.956,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2018.06,12484.4,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2018.09,12545.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2018.12,12576.627,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2019.03,13110.481,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2019.06,12907.758,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2019.09,13171.055,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2019.12,13841.252,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2020.03,13977.41,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2020.06,13425.493,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2020.09,13334.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2020.12,13162.262,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2021.03,13560.098,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2021.06,13996.271,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2021.09,14473.3,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2021.12,14963.862,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2022.03,15120.382,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2022.06,15932.367,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2022.09,18205.474,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2022.12,16998.623,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2023.03,16090.436,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2023.06,16561.691,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2023.09,16098.595,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2023.12,15692.568,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2024.03,15919.63,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2024.06,16304.483,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2024.09,16592.023,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2024.12,17633.248,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2025.03,18631.916,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CS,2025.06,17915.84,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC1CT,2016.06,10633.752,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2016.09,10710.991,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2016.12,10904.818,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2017.03,11396.551,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2017.06,11973.542,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2017.09,12380.735,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2017.12,12347.519,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2018.03,12313.175,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2018.06,12398.435,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2018.09,12523.656,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2018.12,12706.617,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2019.03,12931.211,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2019.06,13000.401,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2019.09,13235.804,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2019.12,13756.792,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2020.03,13988.466,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2020.06,13752.901,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2020.09,13353.497,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2020.12,13222.401,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2021.03,13520.881,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2021.06,13998.462,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2021.09,14496.815,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2021.12,14865.684,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2022.03,15244.037,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2022.06,15913.708,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2022.09,16725.935,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2022.12,16756.094,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2023.03,16449.843,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2023.06,16324.897,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2023.09,16105.512,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2023.12,15724.839,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2024.03,15869.858,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2024.06,16269.237,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2024.09,16789.308,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2024.12,17737.641,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2025.03,18292.28,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC1CT,2025.06,18203.37,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Food, Beverage and Tobacco Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CA,2016.06,586.399,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2016.09,577.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2016.12,571.523,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2017.03,572.279,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2017.06,553.194,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2017.09,541.03,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2017.12,592.754,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2018.03,530.018,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2018.06,556.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2018.09,541.341,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2018.12,565.895,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2019.03,527.25,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2019.06,549.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2019.09,524.132,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2019.12,516.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2020.03,444.847,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2020.06,348.318,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2020.09,503.119,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2020.12,475.924,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2021.03,468.887,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2021.06,490.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2021.09,451.072,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2021.12,529.063,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2022.03,512.511,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2022.06,527.968,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2022.09,537.211,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2022.12,547.353,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2023.03,502.576,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2023.06,540.495,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2023.09,490.352,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2023.12,556.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2024.03,507.929,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2024.06,577.986,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2024.09,503.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2024.12,499.064,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2025.03,481.591,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CA,2025.06,494.529,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC2CS,2016.06,586.399,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2016.09,577.941,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2016.12,571.523,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2017.03,572.279,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2017.06,553.194,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2017.09,541.03,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2017.12,592.754,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2018.03,530.018,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2018.06,556.048,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2018.09,541.341,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2018.12,565.895,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2019.03,527.25,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2019.06,549.739,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2019.09,524.132,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2019.12,516.651,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2020.03,444.847,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2020.06,348.318,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2020.09,503.119,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2020.12,475.924,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2021.03,468.887,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2021.06,490.221,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2021.09,451.072,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2021.12,529.063,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2022.03,512.511,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2022.06,527.968,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2022.09,537.211,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2022.12,547.353,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2023.03,502.576,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2023.06,540.495,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2023.09,490.352,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2023.12,556.008,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2024.03,507.929,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2024.06,577.986,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2024.09,503.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2024.12,499.064,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2025.03,481.591,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CS,2025.06,494.529,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC2CT,2016.06,594.786,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2016.09,580.499,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2016.12,572.393,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2017.03,564.626,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2017.06,556.825,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2017.09,549.759,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2017.12,546.868,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2018.03,545.382,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2018.06,547.682,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2018.09,549.576,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2018.12,550.366,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2019.03,544.781,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2019.06,538.16,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2019.09,526.365,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2019.12,515.157,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2020.03,507.565,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2020.06,505.131,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2020.09,495.327,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2020.12,484.964,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2021.03,472.128,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2021.06,471.831,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2021.09,484.155,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2021.12,502.005,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2022.03,519.017,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2022.06,533.354,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2022.09,534.275,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2022.12,535.076,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2023.03,523.55,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2023.06,518.05,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2023.09,517.617,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2023.12,529.216,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2024.03,539.932,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2024.06,540.368,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2024.09,520.423,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2024.12,500.618,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2025.03,485.053,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC2CT,2025.06,485.356,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Trend, +BDCQ.SF1CC3CA,2016.06,2247.71,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2016.09,2216.005,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2016.12,2201.123,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2017.03,2063.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2017.06,2242.174,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2017.09,2279.911,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2017.12,2361.189,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2018.03,2229.447,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2018.06,2412.505,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2018.09,2449.281,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2018.12,2429.15,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2019.03,2175.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2019.06,2428.645,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2019.09,2409.721,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2019.12,2345.636,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2020.03,2247.182,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2020.06,1963.658,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2020.09,2421.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2020.12,2480.628,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2021.03,2324.697,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2021.06,2672.617,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2021.09,2537.622,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2021.12,2818.49,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2022.03,2692.666,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2022.06,3061.314,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2022.09,3020.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2022.12,2854.365,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2023.03,2426.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2023.06,2509.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2023.09,2474.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2023.12,2445.881,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2024.03,2326.961,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2024.06,2633.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2024.09,2559.642,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2024.12,2455.548,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2025.03,2417.791,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CA,2025.06,2587.778,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC3CS,2016.06,2212.623,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2016.09,2169.659,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2016.12,2153.665,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2017.03,2196.631,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2017.06,2200.599,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2017.09,2233.191,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2017.12,2314.029,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2018.03,2377.669,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2018.06,2359.964,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2018.09,2398.166,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2018.12,2385.522,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2019.03,2324.301,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2019.06,2369.27,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2019.09,2357.748,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2019.12,2305.97,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2020.03,2406.885,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2020.06,1911.618,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2020.09,2365.834,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2020.12,2443.435,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2021.03,2493.806,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2021.06,2595.98,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2021.09,2477.581,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2021.12,2780.578,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2022.03,2890.308,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2022.06,2968.669,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2022.09,2948.893,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2022.12,2821.809,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2023.03,2601.987,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2023.06,2431.619,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2023.09,2416.957,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2023.12,2420.402,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2024.03,2492.981,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2024.06,2549.935,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2024.09,2500.352,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2024.12,2433.371,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2025.03,2587.095,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CS,2025.06,2504.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC3CT,2016.06,2195.599,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2016.09,2175.928,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2016.12,2163.207,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2017.03,2184.473,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2017.06,2204.124,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2017.09,2239.438,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2017.12,2313.934,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2018.03,2362.881,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2018.06,2377.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2018.09,2390.161,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2018.12,2374.325,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2019.03,2347.61,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2019.06,2354.192,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2019.09,2354.232,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2019.12,2349.104,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2020.03,2369.228,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2020.06,2372.815,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2020.09,2380.521,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2020.12,2429.283,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2021.03,2503.694,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2021.06,2592.5,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2021.09,2691.103,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2021.12,2787.215,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2022.03,2891.184,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2022.06,2964.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2022.09,2947.15,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2022.12,2812.439,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2023.03,2604.626,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2023.06,2449.524,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2023.09,2403.107,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2023.12,2430.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2024.03,2493.433,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2024.06,2532.129,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2024.09,2513.745,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2024.12,2495.391,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2025.03,2502.371,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC3CT,2025.06,2504.978,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wood and Paper Products Manufacturing,Current prices,Trend, +BDCQ.SF1CC4CA,2016.06,378.816,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2016.09,382.97,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2016.12,439.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2017.03,339.726,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2017.06,363.012,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2017.09,379.748,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2017.12,403.359,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2018.03,345.957,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2018.06,370.112,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2018.09,385.258,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2018.12,407.693,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2019.03,345.4,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2019.06,364.445,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2019.09,386.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2019.12,409.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2020.03,327.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2020.06,257.649,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2020.09,353.746,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2020.12,384.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2021.03,315.953,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2021.06,355.379,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2021.09,338.601,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2021.12,387.874,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2022.03,316.165,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2022.06,373.898,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2022.09,399.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2022.12,410.306,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2023.03,336.951,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2023.06,370.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2023.09,382.759,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2023.12,403.15,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2024.03,324.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2024.06,354.932,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2024.09,368.512,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2024.12,394.498,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2025.03,322.716,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CA,2025.06,352.448,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Unadjusted, +BDCQ.SF1CC4CS,2016.06,389.991,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2016.09,380.201,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2016.12,399.875,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2017.03,369.403,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2017.06,372.708,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2017.09,375.306,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2017.12,367.873,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2018.03,378.577,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2018.06,379.096,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2018.09,378.573,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2018.12,372.584,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2019.03,380.927,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2019.06,371.461,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2019.09,378.018,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2019.12,374.555,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2020.03,363.211,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2020.06,261.682,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2020.09,344.914,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2020.12,352.364,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2021.03,352.896,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2021.06,359.622,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2021.09,329.602,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2021.12,355.584,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2022.03,354.611,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2022.06,377.749,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2022.09,388.072,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2022.12,376.143,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2023.03,378.56,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2023.06,374.762,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2023.09,371.66,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2023.12,369.794,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2024.03,364.518,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2024.06,359.355,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2024.09,357.62,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2024.12,361.781,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2025.03,361.551,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CS,2025.06,357.427,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Seasonally adjusted, +BDCQ.SF1CC4CT,2016.06,386.846,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2016.09,384.663,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2016.12,379.297,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2017.03,373.598,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2017.06,371.986,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2017.09,372.553,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2017.12,372.021,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2018.03,375.826,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2018.06,380.092,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2018.09,376.795,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2018.12,376.398,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2019.03,376.083,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2019.06,375.857,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2019.09,375.949,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2019.12,373.718,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2020.03,365.127,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2020.06,354.616,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2020.09,348.875,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2020.12,349.421,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2021.03,355.021,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2021.06,357.623,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2021.09,357.45,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2021.12,354.606,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2022.03,360.791,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2022.06,376.51,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2022.09,384.94,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2022.12,381.241,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2023.03,377.016,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2023.06,375.111,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2023.09,372.041,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2023.12,369.194,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2024.03,364.533,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2024.06,359.417,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2024.09,358.557,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2024.12,360.989,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2025.03,361.08,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC4CT,2025.06,358.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Printing,Current prices,Trend, +BDCQ.SF1CC5CA,2016.06,3734.807,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2016.09,3957.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2016.12,4576.421,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2017.03,4505.752,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2017.06,4184.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2017.09,4205.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2017.12,5226.248,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2018.03,4827.727,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2018.06,4697.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2018.09,5088.738,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2018.12,5583.698,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2019.03,4657.027,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2019.06,4601.594,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2019.09,4587.091,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2019.12,5252.434,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2020.03,4501.587,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2020.06,3275.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2020.09,3978.747,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2020.12,4563.174,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2021.03,4245.935,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2021.06,4368.417,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2021.09,4246.492,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2021.12,5577.05,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2022.03,5466.055,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2022.06,2902.561,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2022.09,2805.714,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2022.12,3455.817,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2023.03,2802.736,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2023.06,2684.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2023.09,2553.597,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2023.12,3162.447,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2024.03,2573.352,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2024.06,2553.485,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2024.09,2609.379,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2024.12,3064.966,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2025.03,2614.899,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CA,2025.06,2556.613,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC5CS,2016.06,3894.335,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2016.09,4085.805,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2016.12,4156.459,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2017.03,4625.154,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2017.06,4383.901,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2017.09,4344.4,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2017.12,4737.535,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2018.03,4945.103,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2018.06,4925.81,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2018.09,5279.667,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2018.12,5050.134,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2019.03,4762.039,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2019.06,4819.516,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2019.09,4785.934,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2019.12,4734.209,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2020.03,4609.058,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2020.06,3417.449,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2020.09,4185.5,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2020.12,4084.731,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2021.03,4362.7,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2021.06,4549.175,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2021.09,4490.153,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2021.12,4962.914,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2022.03,5632.931,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2022.06,3022.643,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2022.09,2978.143,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2022.12,3056.493,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2023.03,2894.407,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2023.06,2806.19,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2023.09,2709.767,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2023.12,2783.813,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2024.03,2664.624,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2024.06,2677.727,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2024.09,2765.258,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2024.12,2690.004,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2025.03,2712.01,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CS,2025.06,2688.503,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC5CT,2016.06,3891.655,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2016.09,4039.162,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2016.12,4236.502,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2017.03,4401.787,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2017.06,4394.481,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2017.09,4416.598,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2017.12,4695.174,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2018.03,4898.014,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2018.06,5040.102,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2018.09,5170.896,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2018.12,5058.997,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2019.03,4823.774,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2019.06,4782.102,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2019.09,4795.347,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2019.12,4731.588,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2020.03,4599.854,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2020.06,4391.919,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2020.09,4172.119,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2020.12,4139.385,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2021.03,4339.48,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2021.06,4519.747,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2021.09,4503.856,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2021.12,4444.338,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2022.03,4427.666,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2022.06,3012.881,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2022.09,3015.237,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2022.12,3006.74,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2023.03,2923.512,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2023.06,2789.825,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2023.09,2738.467,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2023.12,2712.015,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2024.03,2681.65,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2024.06,2693.677,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2024.09,2728.746,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2024.12,2719.582,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2025.03,2697.643,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC5CT,2025.06,2695.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Trend, +BDCQ.SF1CC6CA,2016.06,896.253,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2016.09,916.132,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2016.12,926.353,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2017.03,834.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2017.06,880.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2017.09,933.792,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2017.12,953.3,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2018.03,818.395,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2018.06,895.345,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2018.09,956.138,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2018.12,923.495,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2019.03,874.952,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2019.06,944.955,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2019.09,955.735,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2019.12,944.601,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2020.03,860.444,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2020.06,723.382,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2020.09,1033.746,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2020.12,1024.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2021.03,961.839,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2021.06,1066.475,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2021.09,902.091,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2021.12,1175.036,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2022.03,1082.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2022.06,1178.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2022.09,1257.909,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2022.12,1175.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2023.03,1062.958,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2023.06,1152.64,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2023.09,1187.139,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2023.12,1159.993,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2024.03,1000.639,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2024.06,1106.456,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2024.09,1123.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2024.12,1092.194,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2025.03,1001.702,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CA,2025.06,1022.131,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC6CS,2016.06,901.682,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2016.09,889.827,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2016.12,890.666,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2017.03,895.833,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2017.06,882.58,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2017.09,902.348,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2017.12,919.555,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2018.03,881.871,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2018.06,895.699,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2018.09,920.14,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2018.12,893.693,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2019.03,945.146,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2019.06,944.645,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2019.09,914.33,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2019.12,920.033,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2020.03,928.489,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2020.06,722.661,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2020.09,986.662,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2020.12,1000.614,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2021.03,1038.551,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2021.06,1063.905,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2021.09,860.049,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2021.12,1150.593,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2022.03,1166.74,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2022.06,1176.159,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2022.09,1200.562,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2022.12,1150.111,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2023.03,1144.271,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2023.06,1151.284,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2023.09,1133.077,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2023.12,1135.822,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2024.03,1074.75,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2024.06,1106.152,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2024.09,1073.749,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2024.12,1068.52,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2025.03,1074.938,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CS,2025.06,1022.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC6CT,2016.06,886.056,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2016.09,896.232,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2016.12,891.722,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2017.03,890.385,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2017.06,888.97,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2017.09,903.578,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2017.12,907.899,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2018.03,892.687,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2018.06,896.37,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2018.09,909.536,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2018.12,919.101,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2019.03,937.355,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2019.06,940.595,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2019.09,921.606,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2019.12,916.205,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2020.03,931.608,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2020.06,957.727,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2020.09,982.97,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2020.12,1006.099,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2021.03,1034.23,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2021.06,1065.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2021.09,1103.281,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2021.12,1144.655,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2022.03,1167.258,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2022.06,1184.35,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2022.09,1185.194,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2022.12,1161.215,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2023.03,1144.735,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2023.06,1145.098,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2023.09,1140.644,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2023.12,1126.313,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2024.03,1113.304,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2024.06,1096.189,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2024.09,1079.522,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2024.12,1072.585,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2025.03,1061.257,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC6CT,2025.06,1034.708,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Non-Metallic Mineral Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CA,2016.06,2432.778,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2016.09,2498.432,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2016.12,2499.28,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2017.03,2362.348,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2017.06,2677.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2017.09,2745.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2017.12,2640.204,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2018.03,2520.431,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2018.06,2831.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2018.09,2928.06,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2018.12,2860.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2019.03,2642.363,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2019.06,2871.895,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2019.09,3041.137,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2019.12,2916.519,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2020.03,2599.168,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2020.06,2260.46,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2020.09,3070.947,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2020.12,2999.024,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2021.03,2754.132,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2021.06,3230.641,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2021.09,2879.037,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2021.12,3714.878,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2022.03,3424.98,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2022.06,3859.858,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2022.09,3936.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2022.12,3746.889,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2023.03,3336.398,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2023.06,3743.199,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2023.09,3780.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2023.12,3646.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2024.03,3159.526,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2024.06,3535.776,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2024.09,3384.032,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2024.12,3207.87,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2025.03,3113.816,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CA,2025.06,3330.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC7CS,2016.06,2391.694,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2016.09,2402.027,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2016.12,2469.296,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2017.03,2543.891,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2017.06,2630.589,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2017.09,2631.62,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2017.12,2607.374,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2018.03,2726.252,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2018.06,2781.744,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2018.09,2797.653,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2018.12,2824.295,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2019.03,2868.847,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2019.06,2822.341,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2019.09,2899.155,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2019.12,2873.891,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2020.03,2832.995,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2020.06,2221.704,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2020.09,2924.312,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2020.12,2948.933,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2021.03,3014.165,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2021.06,3167.119,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2021.09,2745.61,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2021.12,3648.554,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2022.03,3756.251,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2022.06,3770.941,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2022.09,3763.754,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2022.12,3681.643,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2023.03,3659.021,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2023.06,3643.383,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2023.09,3625.136,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2023.12,3589.723,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2024.03,3457.926,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2024.06,3434.713,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2024.09,3250.236,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2024.12,3163.136,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2025.03,3403.086,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CS,2025.06,3229.84,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC7CT,2016.06,2385.419,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2016.09,2410.646,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2016.12,2465.303,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2017.03,2551.421,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2017.06,2617.381,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2017.09,2630.066,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2017.12,2647.05,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2018.03,2715.718,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2018.06,2778.203,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2018.09,2800.82,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2018.12,2832.055,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2019.03,2848.177,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2019.06,2860.484,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2019.09,2879.33,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2019.12,2871.221,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2020.03,2849.839,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2020.06,2879.528,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2020.09,2921.226,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2020.12,2949.254,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2021.03,3018.621,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2021.06,3169.566,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2021.09,3403.54,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2021.12,3631.849,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2022.03,3754.966,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2022.06,3780.059,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2022.09,3749.99,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2022.12,3695.368,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2023.03,3655.87,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2023.06,3643.747,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2023.09,3629.884,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2023.12,3569.058,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2024.03,3491.981,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2024.06,3387.981,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2024.09,3287.234,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2024.12,3242.652,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2025.03,3252.102,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC7CT,2025.06,3244.995,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Metal Product Manufacturing,Current prices,Trend, +BDCQ.SF1CC8CA,2016.06,2816.89,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2016.09,2921.187,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2016.12,2860.234,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2017.03,2585.31,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2017.06,2946.76,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2017.09,3150.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2017.12,3004.505,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2018.03,2827.124,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2018.06,3236.153,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2018.09,3337.87,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2018.12,3294.508,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2019.03,2939.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2019.06,3121.496,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2019.09,3426.489,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2019.12,3480.549,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2020.03,3038.73,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2020.06,2769.015,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2020.09,3319.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2020.12,3484.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2021.03,3355.684,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2021.06,3585.208,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2021.09,3461.281,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2021.12,3952.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2022.03,3440.497,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2022.06,3892.963,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2022.09,4250.689,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2022.12,4125.149,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2023.03,3859.107,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2023.06,4284.491,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2023.09,4385.367,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2023.12,4162.215,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2024.03,3765.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2024.06,4252.689,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2024.09,4502.064,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2024.12,4472.588,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2025.03,4179.537,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CA,2025.06,4564.531,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF1CC8CS,2016.06,2795.288,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2016.09,2782.606,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2016.12,2784.998,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2017.03,2820.279,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2017.06,2928.561,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2017.09,3005.676,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2017.12,2921.35,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2018.03,3073.051,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2018.06,3227.523,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2018.09,3190.605,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2018.12,3193.977,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2019.03,3187.393,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2019.06,3121.893,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2019.09,3280.658,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2019.12,3368.113,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2020.03,3288.069,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2020.06,2776.878,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2020.09,3175.789,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2020.12,3371.94,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2021.03,3634.221,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2021.06,3590.233,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2021.09,3307.195,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2021.12,3837.594,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2022.03,3725.972,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2022.06,3889.554,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2022.09,4052.41,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2022.12,4022.566,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2023.03,4186.734,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2023.06,4262.006,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2023.09,4172.982,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2023.12,4081.155,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2024.03,4083.135,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2024.06,4218.982,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2024.09,4279.643,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2024.12,4399.781,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2025.03,4531.686,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CS,2025.06,4518.177,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Seasonally adjusted, +BDCQ.SF1CC8CT,2016.06,2794.041,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2016.09,2783.838,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2016.12,2783.361,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2017.03,2830.873,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2017.06,2926.528,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2017.09,2982.726,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2017.12,2997.758,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2018.03,3085.981,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2018.06,3192.305,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2018.09,3211.306,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2018.12,3193.883,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2019.03,3163.005,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2019.06,3164.389,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2019.09,3266.018,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2019.12,3346.356,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2020.03,3306.438,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2020.06,3216.525,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2020.09,3211.359,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2020.12,3381.71,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2021.03,3565.799,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2021.06,3634.319,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2021.09,3720.152,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2021.12,3783.071,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2022.03,3783.657,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2022.06,3883.389,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2022.09,4009.919,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2022.12,4071.734,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2023.03,4171.498,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2023.06,4244.612,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2023.09,4177.746,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2023.12,4085.307,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2024.03,4101.427,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2024.06,4193.744,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2024.09,4293.034,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2024.12,4407.82,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2025.03,4504.977,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC8CT,2025.06,4533.65,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Trend, +BDCQ.SF1CC9CA,2016.06,475.38,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2016.09,510.192,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2016.12,553.505,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2017.03,463.208,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2017.06,456.87,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2017.09,480.246,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2017.12,527.893,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2018.03,465.71,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2018.06,487.025,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2018.09,493.295,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2018.12,573.572,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2019.03,489.24,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2019.06,506.529,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2019.09,574.399,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2019.12,599.842,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2020.03,507.358,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2020.06,422.222,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2020.09,656.503,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2020.12,632.455,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2021.03,567.372,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2021.06,627.305,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2021.09,586.311,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2021.12,708.207,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2022.03,649.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2022.06,667.929,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2022.09,722.829,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2022.12,798.179,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2023.03,716.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2023.06,706.796,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2023.09,746.323,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2023.12,719.013,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2024.03,611.278,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2024.06,629.214,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2024.09,654.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2024.12,666.165,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2025.03,593.56,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CA,2025.06,627.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF1CC9CS,2016.06,494.217,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2016.09,502.965,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2016.12,506.644,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2017.03,497.64,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2017.06,475.489,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2017.09,472.435,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2017.12,483.096,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2018.03,501.187,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2018.06,507.024,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2018.09,483.702,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2018.12,526.553,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2019.03,526.64,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2019.06,525.984,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2019.09,562.686,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2019.12,553.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2020.03,544.776,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2020.06,438.102,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2020.09,641.194,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2020.12,586.838,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2021.03,607.665,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2021.06,649.392,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2021.09,571.66,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2021.12,660.997,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2022.03,694.005,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2022.06,690.091,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2022.09,703.75,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2022.12,748.667,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2023.03,763.42,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2023.06,728.632,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2023.09,726.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2023.12,675.669,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2024.03,651.248,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2024.06,648.279,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2024.09,636.998,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2024.12,626.521,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2025.03,633.351,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CS,2025.06,645.842,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Seasonally adjusted, +BDCQ.SF1CC9CT,2016.06,488.255,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2016.09,505.039,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2016.12,506.119,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2017.03,495.239,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2017.06,478.252,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2017.09,472.501,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2017.12,484.08,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2018.03,499.373,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2018.06,505.221,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2018.09,510.964,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2018.12,521.803,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2019.03,525.972,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2019.06,534.783,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2019.09,551.677,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2019.12,553.524,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2020.03,549.956,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2020.06,561.106,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2020.09,574.946,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2020.12,586.24,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2021.03,613.213,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2021.06,640.816,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2021.09,652.472,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2021.12,665.938,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2022.03,685.736,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2022.06,693.088,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2022.09,709.265,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2022.12,745.58,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2023.03,755.931,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2023.06,740.765,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2023.09,715.247,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2023.12,681.672,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2024.03,653.039,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2024.06,645.424,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2024.09,636.455,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2024.12,628.588,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2025.03,633.91,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CC9CT,2025.06,642.187,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Furniture and Other Manufacturing,Current prices,Trend, +BDCQ.SF1CCCA,2016.06,24193.497,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2016.09,23091.046,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2016.12,26711.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2017.03,25530.882,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2017.06,26453.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2017.09,25116.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2017.12,29414.524,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2018.03,27310.22,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2018.06,28060.813,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2018.09,26813.586,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2018.12,30445.376,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2019.03,28355.678,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2019.06,28425.172,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2019.09,27075.579,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2019.12,31667.45,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2020.03,29081.295,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2020.06,25631.863,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2020.09,26692.333,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2020.12,30495.139,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2021.03,29060.804,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2021.06,30635.246,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2021.09,27699.995,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2021.12,35245.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2022.03,33302.861,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2022.06,32737.683,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2022.09,32222.324,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2022.12,35749.295,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2023.03,31712.247,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2023.06,32874.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2023.09,29676.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2023.12,33393.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2024.03,30780.575,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2024.06,32225.466,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2024.09,29783.414,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2024.12,35137.417,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2025.03,34203.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCA,2025.06,33744.959,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Unadjusted, +BDCQ.SF1CCCS,2016.06,24271.292,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2016.09,24414.309,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2016.12,25031.26,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2017.03,25736.528,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2017.06,26522.876,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2017.09,26713.782,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2017.12,27567.003,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2018.03,27561.455,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2018.06,28041.159,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2018.09,28443.591,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2018.12,28560.775,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2019.03,28623.464,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2019.06,28381.214,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2019.09,28780.035,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2019.12,29644.521,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2020.03,29388.449,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2020.06,25524.748,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2020.09,28386.779,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2020.12,28523.877,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2021.03,29526.399,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2021.06,30428.179,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2021.09,29607.177,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2021.12,33064.798,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2022.03,33811.203,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2022.06,32394.062,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2022.09,34788.083,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2022.12,33340.762,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2023.03,32251.943,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2023.06,32524.466,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2023.09,31753.664,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2023.12,31263.12,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2024.03,31237.862,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2024.06,31891.041,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2024.09,31968.547,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2024.12,32845.163,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2025.03,34433.018,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCS,2025.06,33387.838,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Seasonally adjusted, +BDCQ.SF1CCCT,2016.06,24117.172,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2016.09,24573.749,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2016.12,24871.981,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2017.03,25914.983,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2017.06,26300.907,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2017.09,26926.054,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2017.12,27310.369,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2018.03,27748.933,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2018.06,27916.63,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2018.09,28547.808,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2018.12,28549.28,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2019.03,28560.427,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2019.06,28400.982,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2019.09,28943.426,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2019.12,29396.206,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2020.03,29689.805,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2020.06,28485.053,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2020.09,28562.356,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2020.12,28512.063,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2021.03,29470.46,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2021.06,30326.398,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2021.09,31583.422,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2021.12,32316.9,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2022.03,33601.519,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2022.06,32178.777,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2022.09,33405.062,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2022.12,33175.946,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2023.03,32602.035,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2023.06,32256.742,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2023.09,31813.15,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2023.12,31215.123,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2024.03,31312.359,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2024.06,31730.707,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2024.09,32200.853,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2024.12,33131.408,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2025.03,33790.491,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1CCCT,2025.06,33725.213,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Manufacturing,Current,Trend, +BDCQ.SF1DD1CA,2016.06,4389.346,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2016.09,4518.372,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2016.12,4000.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2017.03,4016.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2017.06,4695.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2017.09,5194.823,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2017.12,4701.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2018.03,4496.772,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2018.06,4840.18,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2018.09,5156.148,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2018.12,5614.962,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2019.03,5179.837,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2019.06,5227.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2019.09,5643.33,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2019.12,4852.274,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2020.03,4646.124,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2020.06,4948.016,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2020.09,5714.787,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2020.12,5060.137,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2021.03,5555.283,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2021.06,6827.519,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2021.09,6031.352,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2021.12,4926.692,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2022.03,5598.615,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2022.06,6421.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2022.09,5794.891,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2022.12,5053.223,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2023.03,5685.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2023.06,5816.308,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2023.09,6646.915,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2023.12,6236.742,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2024.03,6474.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2024.06,7924.805,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2024.09,8743.617,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2024.12,5603.07,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2025.03,7056.89,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CA,2025.06,8202.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF1DD1CS,2016.06,4389.346,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2016.09,4518.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2016.12,4000.873,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2017.03,4016.159,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2017.06,4695.998,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2017.09,5194.823,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2017.12,4701.467,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2018.03,4496.772,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2018.06,4840.18,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2018.09,5156.148,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2018.12,5614.962,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2019.03,5179.837,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2019.06,5227.452,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2019.09,5643.33,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2019.12,4852.274,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2020.03,4646.124,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2020.06,4948.016,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2020.09,5714.787,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2020.12,5060.137,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2021.03,5555.283,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2021.06,6827.519,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2021.09,6031.352,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2021.12,4926.692,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2022.03,5598.615,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2022.06,6421.209,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2022.09,5794.891,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2022.12,5053.223,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2023.03,5685.294,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2023.06,5816.308,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2023.09,6646.915,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2023.12,6236.742,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2024.03,6474.452,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2024.06,7924.805,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2024.09,8743.617,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2024.12,5603.07,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2025.03,7056.89,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CS,2025.06,8202.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Seasonally adjusted, +BDCQ.SF1DD1CT,2016.06,4492.483,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2016.09,4362.252,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2016.12,4077.79,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2017.03,4087.921,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2017.06,4693.472,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2017.09,5041.214,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2017.12,4776.465,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2018.03,4558.082,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2018.06,4819.684,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2018.09,5107.707,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2018.12,5176.66,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2019.03,5152.256,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2019.06,5368.976,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2019.09,5396.1,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2019.12,4989.487,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2020.03,4643.65,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2020.06,5083.351,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2020.09,5387.487,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2020.12,5281.296,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2021.03,5716.863,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2021.06,6451.286,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2021.09,5987.487,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2021.12,5204.174,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2022.03,5596.682,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2022.06,6205.838,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2022.09,5783.471,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2022.12,5300.221,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2023.03,5459.475,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2023.06,6046.943,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2023.09,6365.762,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2023.12,6333.952,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2024.03,6712.123,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2024.06,7727.815,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2024.09,7659.082,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2024.12,6826.191,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2025.03,7074.575,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DD1CT,2025.06,8066.128,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current prices,Trend, +BDCQ.SF1DDCA,2016.06,4389.346,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2016.09,4518.372,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2016.12,4000.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2017.03,4016.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2017.06,4695.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2017.09,5194.823,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2017.12,4701.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2018.03,4496.772,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2018.06,4840.18,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2018.09,5156.148,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2018.12,5614.962,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2019.03,5179.837,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2019.06,5227.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2019.09,5643.33,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2019.12,4852.274,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2020.03,4646.124,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2020.06,4948.016,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2020.09,5714.787,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2020.12,5060.137,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2021.03,5555.283,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2021.06,6827.519,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2021.09,6031.352,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2021.12,4926.692,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2022.03,5598.615,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2022.06,6421.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2022.09,5794.891,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2022.12,5053.223,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2023.03,5685.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2023.06,5816.308,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2023.09,6646.915,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2023.12,6236.742,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2024.03,6474.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2024.06,7924.805,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2024.09,8743.617,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2024.12,5603.07,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2025.03,7056.89,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCA,2025.06,8202.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF1DDCS,2016.06,4389.346,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2016.09,4518.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2016.12,4000.873,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2017.03,4016.159,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2017.06,4695.998,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2017.09,5194.823,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2017.12,4701.467,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2018.03,4496.772,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2018.06,4840.18,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2018.09,5156.148,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2018.12,5614.962,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2019.03,5179.837,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2019.06,5227.452,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2019.09,5643.33,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2019.12,4852.274,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2020.03,4646.124,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2020.06,4948.016,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2020.09,5714.787,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2020.12,5060.137,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2021.03,5555.283,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2021.06,6827.519,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2021.09,6031.352,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2021.12,4926.692,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2022.03,5598.615,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2022.06,6421.209,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2022.09,5794.891,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2022.12,5053.223,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2023.03,5685.294,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2023.06,5816.308,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2023.09,6646.915,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2023.12,6236.742,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2024.03,6474.452,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2024.06,7924.805,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2024.09,8743.617,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2024.12,5603.07,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2025.03,7056.89,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCS,2025.06,8202.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Seasonally adjusted, +BDCQ.SF1DDCT,2016.06,4492.483,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2016.09,4362.252,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2016.12,4077.79,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2017.03,4087.921,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2017.06,4693.472,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2017.09,5041.214,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2017.12,4776.465,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2018.03,4558.082,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2018.06,4819.684,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2018.09,5107.707,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2018.12,5176.66,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2019.03,5152.256,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2019.06,5368.976,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2019.09,5396.1,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2019.12,4989.487,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2020.03,4643.65,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2020.06,5083.351,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2020.09,5387.487,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2020.12,5281.296,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2021.03,5716.863,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2021.06,6451.286,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2021.09,5987.487,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2021.12,5204.174,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2022.03,5596.682,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2022.06,6205.838,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2022.09,5783.471,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2022.12,5300.221,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2023.03,5459.475,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2023.06,6046.943,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2023.09,6365.762,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2023.12,6333.952,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2024.03,6712.123,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2024.06,7727.815,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2024.09,7659.082,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2024.12,6826.191,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2025.03,7074.575,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1DDCT,2025.06,8066.128,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Electricity, Gas, Water and Waste Services",Current,Trend, +BDCQ.SF1EE1CA,2016.06,13386.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2016.09,13419.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2016.12,14477.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2017.03,13367.602,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2017.06,15121.242,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2017.09,14890.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2017.12,15832.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2018.03,14111.011,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2018.06,16480.01,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2018.09,16459.025,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2018.12,16806.615,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2019.03,15357.359,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2019.06,17623.099,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2019.09,17769.074,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2019.12,18744.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2020.03,16892.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2020.06,13626.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2020.09,19341.282,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2020.12,19641.46,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2021.03,18423.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2021.06,21039.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2021.09,18768.192,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2021.12,22266.292,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2022.03,20866.533,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2022.06,23252.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2022.09,23931.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2022.12,25450.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2023.03,22016.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2023.06,25919.917,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2023.09,25778.911,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2023.12,25548.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2024.03,22113.78,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2024.06,24672.815,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2024.09,23881.98,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2024.12,23545.857,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2025.03,21317.969,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CA,2025.06,22907.263,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Unadjusted, +BDCQ.SF1EE1CS,2016.06,12933.831,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2016.09,13269.955,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2016.12,13967.707,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2017.03,14548.461,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2017.06,14644.729,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2017.09,14716.282,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2017.12,15275.591,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2018.03,15330.944,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2018.06,15997.909,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2018.09,16237.556,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2018.12,16233.481,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2019.03,16669.805,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2019.06,17118.886,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2019.09,17514.758,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2019.12,18120.614,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2020.03,18332.548,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2020.06,13238.509,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2020.09,19039.211,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2020.12,19017.996,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2021.03,19981.882,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2021.06,20446.879,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2021.09,18447.77,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2021.12,21600.323,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2022.03,22598.977,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2022.06,22626.261,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2022.09,23487.669,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2022.12,24712.43,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2023.03,23834.193,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2023.06,25240.419,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2023.09,25272.036,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2023.12,24829.233,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2024.03,23921.485,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2024.06,24045.99,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2024.09,23397,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2024.12,22886.056,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2025.03,23057.655,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CS,2025.06,22337.817,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Seasonally adjusted, +BDCQ.SF1EE1CT,2016.06,12855.199,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2016.09,13339.518,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2016.12,13959.547,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2017.03,14487.718,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2017.06,14640.859,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2017.09,14826.729,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2017.12,15120.86,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2018.03,15489.141,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2018.06,15908.143,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2018.09,16200.804,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2018.12,16315.114,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2019.03,16643.248,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2019.06,17094.717,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2019.09,17578.426,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2019.12,18035.463,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2020.03,18388.242,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2020.06,18714.436,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2020.09,18917.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2020.12,19225.294,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2021.03,19825.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2021.06,20508.559,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2021.09,21000.875,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2021.12,21742.25,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2022.03,22361.94,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2022.06,22817.482,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2022.09,23474.93,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2022.12,24277.438,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2023.03,24808.209,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2023.06,25181.477,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2023.09,25274.502,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2023.12,24719.995,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2024.03,24164.009,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2024.06,23846.469,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2024.09,23423.951,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2024.12,23041.609,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2025.03,22800.814,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EE1CT,2025.06,22559.073,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Construction,Current prices,Trend, +BDCQ.SF1EECA,2016.06,13386.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2016.09,13419.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2016.12,14477.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2017.03,13367.602,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2017.06,15121.242,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2017.09,14890.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2017.12,15832.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2018.03,14111.011,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2018.06,16480.01,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2018.09,16459.025,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2018.12,16806.615,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2019.03,15357.359,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2019.06,17623.099,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2019.09,17769.074,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2019.12,18744.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2020.03,16892.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2020.06,13626.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2020.09,19341.282,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2020.12,19641.46,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2021.03,18423.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2021.06,21039.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2021.09,18768.192,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2021.12,22266.292,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2022.03,20866.533,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2022.06,23252.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2022.09,23931.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2022.12,25450.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2023.03,22016.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2023.06,25919.917,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2023.09,25778.911,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2023.12,25548.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2024.03,22113.78,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2024.06,24672.815,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2024.09,23881.98,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2024.12,23545.857,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2025.03,21317.969,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECA,2025.06,22907.263,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Unadjusted, +BDCQ.SF1EECS,2016.06,12933.831,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2016.09,13269.955,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2016.12,13967.707,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2017.03,14548.461,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2017.06,14644.729,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2017.09,14716.282,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2017.12,15275.591,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2018.03,15330.944,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2018.06,15997.909,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2018.09,16237.556,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2018.12,16233.481,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2019.03,16669.805,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2019.06,17118.886,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2019.09,17514.758,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2019.12,18120.614,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2020.03,18332.548,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2020.06,13238.509,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2020.09,19039.211,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2020.12,19017.996,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2021.03,19981.882,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2021.06,20446.879,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2021.09,18447.77,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2021.12,21600.323,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2022.03,22598.977,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2022.06,22626.261,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2022.09,23487.669,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2022.12,24712.43,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2023.03,23834.193,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2023.06,25240.419,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2023.09,25272.036,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2023.12,24829.233,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2024.03,23921.485,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2024.06,24045.99,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2024.09,23397,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2024.12,22886.056,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2025.03,23057.655,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECS,2025.06,22337.817,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Seasonally adjusted, +BDCQ.SF1EECT,2016.06,12855.199,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2016.09,13339.518,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2016.12,13959.547,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2017.03,14487.718,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2017.06,14640.859,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2017.09,14826.729,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2017.12,15120.86,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2018.03,15489.141,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2018.06,15908.143,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2018.09,16200.804,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2018.12,16315.114,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2019.03,16643.248,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2019.06,17094.717,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2019.09,17578.426,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2019.12,18035.463,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2020.03,18388.242,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2020.06,18714.436,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2020.09,18917.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2020.12,19225.294,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2021.03,19825.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2021.06,20508.559,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2021.09,21000.875,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2021.12,21742.25,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2022.03,22361.94,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2022.06,22817.482,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2022.09,23474.93,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2022.12,24277.438,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2023.03,24808.209,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2023.06,25181.477,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2023.09,25274.502,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2023.12,24719.995,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2024.03,24164.009,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2024.06,23846.469,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2024.09,23423.951,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2024.12,23041.609,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2025.03,22800.814,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1EECT,2025.06,22559.073,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Construction,Current,Trend, +BDCQ.SF1FF1CA,2016.06,23406.009,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2016.09,23994.212,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2016.12,25705.259,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2017.03,23310.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2017.06,24840.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2017.09,25475.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2017.12,27896.872,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2018.03,24728.334,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2018.06,26645.783,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2018.09,27695.288,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2018.12,29271.97,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2019.03,26038.196,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2019.06,27624.213,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2019.09,28200.644,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2019.12,29838.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2020.03,26520.993,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2020.06,24951.225,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2020.09,29794.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2020.12,30657.717,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2021.03,28146.432,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2021.06,30996.44,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2021.09,32032.226,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2021.12,35975.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2022.03,32754.199,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2022.06,37340.78,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2022.09,38903.207,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2022.12,41541.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2023.03,36440.582,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2023.06,38022.83,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2023.09,38653.723,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2023.12,40383.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2024.03,35977.677,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2024.06,37289.031,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2024.09,37629.549,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2024.12,39753.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2025.03,36653.756,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CA,2025.06,38436.836,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF1FF1CS,2016.06,23641.993,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2016.09,23883.363,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2016.12,24187.524,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2017.03,24760.695,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2017.06,25100.264,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2017.09,25284.09,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2017.12,26243.999,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2018.03,26317.819,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2018.06,26939.758,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2018.09,27427.357,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2018.12,27552.16,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2019.03,27766.054,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2019.06,27924.036,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2019.09,27872.097,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2019.12,28115.021,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2020.03,28311.62,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2020.06,25179.477,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2020.09,29406.614,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2020.12,28914.565,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2021.03,30014.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2021.06,31354.218,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2021.09,31608.556,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2021.12,33928.092,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2022.03,34872.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2022.06,37900.438,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2022.09,38534.356,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2022.12,39129.345,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2023.03,38702.584,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2023.06,38490.943,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2023.09,38304.803,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2023.12,38071.266,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2024.03,38152.35,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2024.06,37698.733,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2024.09,37334.996,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2024.12,37539.901,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2025.03,38825.784,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CS,2025.06,38805.107,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Seasonally adjusted, +BDCQ.SF1FF1CT,2016.06,23650.941,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2016.09,23855.354,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2016.12,24241.643,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2017.03,24693.83,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2017.06,25092.178,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2017.09,25413.712,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2017.12,25869.572,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2018.03,26413.391,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2018.06,26962.715,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2018.09,27356.637,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2018.12,27589.872,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2019.03,27753.508,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2019.06,27900.433,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2019.09,27941.903,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2019.12,28048.931,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2020.03,28308.714,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2020.06,28920.144,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2020.09,29169.631,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2020.12,29331.362,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2021.03,30044.402,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2021.06,31190.393,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2021.09,32407.869,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2021.12,33222.045,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2022.03,33911.375,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2022.06,37992.612,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2022.09,38475.385,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2022.12,38800.805,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2023.03,38623.092,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2023.06,38343.064,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2023.09,38186.842,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2023.12,38181.717,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2024.03,38044.126,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2024.06,37709.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2024.09,37381.77,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2024.12,37555.873,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2025.03,38155.286,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FF1CT,2025.06,38743.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Wholesale Trade,Current prices,Trend, +BDCQ.SF1FFCA,2016.06,23406.009,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2016.09,23994.212,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2016.12,25705.259,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2017.03,23310.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2017.06,24840.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2017.09,25475.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2017.12,27896.872,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2018.03,24728.334,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2018.06,26645.783,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2018.09,27695.288,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2018.12,29271.97,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2019.03,26038.196,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2019.06,27624.213,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2019.09,28200.644,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2019.12,29838.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2020.03,26520.993,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2020.06,24951.225,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2020.09,29794.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2020.12,30657.717,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2021.03,28146.432,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2021.06,30996.44,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2021.09,32032.226,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2021.12,35975.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2022.03,32754.199,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2022.06,37340.78,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2022.09,38903.207,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2022.12,41541.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2023.03,36440.582,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2023.06,38022.83,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2023.09,38653.723,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2023.12,40383.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2024.03,35977.677,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2024.06,37289.031,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2024.09,37629.549,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2024.12,39753.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2025.03,36653.756,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCA,2025.06,38436.836,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Unadjusted, +BDCQ.SF1FFCS,2016.06,23641.993,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2016.09,23883.363,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2016.12,24187.524,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2017.03,24760.695,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2017.06,25100.264,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2017.09,25284.09,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2017.12,26243.999,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2018.03,26317.819,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2018.06,26939.758,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2018.09,27427.357,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2018.12,27552.16,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2019.03,27766.054,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2019.06,27924.036,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2019.09,27872.097,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2019.12,28115.021,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2020.03,28311.62,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2020.06,25179.477,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2020.09,29406.614,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2020.12,28914.565,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2021.03,30014.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2021.06,31354.218,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2021.09,31608.556,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2021.12,33928.092,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2022.03,34872.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2022.06,37900.438,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2022.09,38534.356,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2022.12,39129.345,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2023.03,38702.584,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2023.06,38490.943,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2023.09,38304.803,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2023.12,38071.266,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2024.03,38152.35,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2024.06,37698.733,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2024.09,37334.996,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2024.12,37539.901,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2025.03,38825.784,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCS,2025.06,38805.107,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Seasonally adjusted, +BDCQ.SF1FFCT,2016.06,23650.941,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2016.09,23855.354,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2016.12,24241.643,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2017.03,24693.83,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2017.06,25092.178,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2017.09,25413.712,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2017.12,25869.572,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2018.03,26413.391,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2018.06,26962.715,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2018.09,27356.637,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2018.12,27589.872,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2019.03,27753.508,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2019.06,27900.433,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2019.09,27941.903,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2019.12,28048.931,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2020.03,28308.714,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2020.06,28920.144,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2020.09,29169.631,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2020.12,29331.362,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2021.03,30044.402,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2021.06,31190.393,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2021.09,32407.869,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2021.12,33222.045,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2022.03,33911.375,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2022.06,37992.612,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2022.09,38475.385,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2022.12,38800.805,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2023.03,38623.092,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2023.06,38343.064,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2023.09,38186.842,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2023.12,38181.717,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2024.03,38044.126,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2024.06,37709.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2024.09,37381.77,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2024.12,37555.873,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2025.03,38155.286,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1FFCT,2025.06,38743.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Wholesale Trade,Current,Trend, +BDCQ.SF1GH1CA,2016.06,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2016.09,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2016.12,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2017.03,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2017.06,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2017.09,18374.424,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2017.12,21112.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2018.03,18994.22,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2018.06,19160.244,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2018.09,19156.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2018.12,21992.054,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2019.03,19685.968,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2019.06,19810.531,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2019.09,19877.469,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2019.12,22705.92,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2020.03,20640.323,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2020.06,17775.1,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2020.09,21849.754,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2020.12,24227.653,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2021.03,22139.988,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2021.06,23093.672,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2021.09,21518.421,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2021.12,26928.565,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2022.03,24397.046,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2022.06,24083.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2022.09,24168.154,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2022.12,27424.951,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2023.03,24526.146,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2023.06,24318.684,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2023.09,24235.857,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2023.12,27026.937,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2024.03,24334.282,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2024.06,23832.064,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2024.09,23552.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2024.12,26849.359,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2025.03,24658.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CA,2025.06,24391.718,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Unadjusted, +BDCQ.SF1GH1CS,2016.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2016.09,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2016.12,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2017.03,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2017.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2017.09,19084.873,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2017.12,19371.776,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2018.03,19474.459,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2018.06,19712.215,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2018.09,19895.738,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2018.12,20177.006,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2019.03,20184.044,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2019.06,20390.874,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2019.09,20634.545,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2019.12,20832.78,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2020.03,21157.957,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2020.06,18312.182,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2020.09,22660.08,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2020.12,22243.896,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2021.03,22672.381,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2021.06,23814.155,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2021.09,22305.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2021.12,24745.11,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2022.03,24944.303,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2022.06,24851.157,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2022.09,25060.473,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2022.12,25217.983,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2023.03,25033.202,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2023.06,25102.966,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2023.09,25153.712,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2023.12,24855.508,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2024.03,24809.877,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2024.06,24600.778,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2024.09,24463.456,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2024.12,24697.222,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2025.03,25122.124,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CS,2025.06,25173.808,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Seasonally adjusted, +BDCQ.SF1GH1CT,2016.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2016.09,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2016.12,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2017.03,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2017.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2017.09,19142.661,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2017.12,19318.508,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2018.03,19511.804,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2018.06,19687.156,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2018.09,19934.21,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2018.12,20114.887,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2019.03,20230.815,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2019.06,20384.951,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2019.09,20615.847,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2019.12,20854.202,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2020.03,21144.955,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2020.06,21502.881,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2020.09,21856.543,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2020.12,22273.976,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2021.03,22913.623,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2021.06,23700.979,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2021.09,24346.566,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2021.12,24752.157,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2022.03,24893.966,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2022.06,24920.844,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2022.09,25055.79,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2022.12,25152.83,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2023.03,25097.112,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2023.06,25107.105,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2023.09,25085.319,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2023.12,24930.225,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2024.03,24762.056,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2024.06,24596.074,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2024.09,24498.646,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2024.12,24725.447,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2025.03,25047.013,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH1CT,2025.06,25207.143,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Retail Trade,Current prices,Trend, +BDCQ.SF1GH2CA,2016.06,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2016.09,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2016.12,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2017.03,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2017.06,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2017.09,3570.189,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2017.12,4062.285,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2018.03,4131.369,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2018.06,3755.582,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2018.09,3658.582,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2018.12,4320.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2019.03,4288.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2019.06,3887.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2019.09,3898.683,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2019.12,4492.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2020.03,4153.621,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2020.06,2276.721,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2020.09,3695.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2020.12,4276.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2021.03,4180.847,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2021.06,4388.338,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2021.09,3588.917,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2021.12,4072.961,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2022.03,4037.249,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2022.06,4445.674,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2022.09,4812.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2022.12,5264.42,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2023.03,5237.252,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2023.06,4935.241,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2023.09,5064.514,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2023.12,5542.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2024.03,5621.222,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2024.06,4959.59,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2024.09,4918.694,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2024.12,5779.359,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2025.03,5713.983,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CA,2025.06,5112.513,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF1GH2CS,2016.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2016.09,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2016.12,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2017.03,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2017.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2017.09,3814.882,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2017.12,3811.102,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2018.03,3920.145,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2018.06,3968.355,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2018.09,3935.065,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2018.12,4016.264,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2019.03,4110.788,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2019.06,4079.471,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2019.09,4204.427,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2019.12,4156.438,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2020.03,4023.339,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2020.06,2276.721,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2020.09,3695.481,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2020.12,4276.991,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2021.03,4180.847,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2021.06,4388.338,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2021.09,3588.917,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2021.12,4072.961,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2022.03,4037.249,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2022.06,4445.674,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2022.09,4812.067,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2022.12,4941.645,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2023.03,5081.14,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2023.06,5136.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2023.09,5351.837,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2023.12,5233.846,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2024.03,5413.188,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2024.06,5205.462,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2024.09,5171.817,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2024.12,5477.59,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2025.03,5457.175,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CS,2025.06,5420.669,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Seasonally adjusted, +BDCQ.SF1GH2CT,2016.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2016.09,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2016.12,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2017.03,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2017.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2017.09,3819.01,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2017.12,3832.291,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2018.03,3908.911,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2018.06,3952.447,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2018.09,3956.884,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2018.12,4019.055,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2019.03,4079.855,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2019.06,4124.359,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2019.09,4191.87,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2019.12,4131.037,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2020.03,3725.164,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2020.06,2276.721,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2020.09,3695.481,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2020.12,4276.991,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2021.03,4180.847,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2021.06,4388.338,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2021.09,3588.917,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2021.12,4072.961,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2022.03,4037.249,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2022.06,4445.674,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2022.09,4812.067,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2022.12,5045.268,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2023.03,5033.735,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2023.06,5190.574,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2023.09,5269.27,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2023.12,5330.416,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2024.03,5321.732,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2024.06,5234.525,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2024.09,5232.83,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2024.12,5405.947,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2025.03,5461.695,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GH2CT,2025.06,5460.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Accommodation and Food Services,Current prices,Trend, +BDCQ.SF1GHCA,2016.06,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2016.09,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2016.12,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2017.03,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2017.06,,Y,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2017.09,21944.613,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2017.12,25174.762,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2018.03,23125.589,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2018.06,22915.826,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2018.09,22814.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2018.12,26312.705,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2019.03,23974.841,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2019.06,23697.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2019.09,23776.153,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2019.12,27198.284,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2020.03,24793.944,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2020.06,20051.821,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2020.09,25545.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2020.12,28504.644,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2021.03,26320.835,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2021.06,27482.01,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2021.09,25107.338,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2021.12,31001.526,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2022.03,28434.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2022.06,28529.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2022.09,28980.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2022.12,32689.372,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2023.03,29763.398,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2023.06,29253.925,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2023.09,29300.371,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2023.12,32569.121,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2024.03,29955.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2024.06,28791.654,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2024.09,28471.175,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2024.12,32628.718,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2025.03,30372.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCA,2025.06,29504.231,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF1GHCS,2016.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2016.09,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2016.12,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2017.03,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2017.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2017.09,22922.436,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2017.12,23202.778,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2018.03,23356.962,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2018.06,23676.292,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2018.09,23849.761,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2018.12,24211.608,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2019.03,24247.259,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2019.06,24487.745,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2019.09,24858.162,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2019.12,25002.55,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2020.03,25095.555,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2020.06,20646.524,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2020.09,26525.195,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2020.12,26267.107,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2021.03,26906.854,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2021.06,28254.196,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2021.09,26016.86,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2021.12,28602.7,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2022.03,29020.52,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2022.06,29363.133,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2022.09,30024.747,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2022.12,30139.687,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2023.03,30071.821,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2023.06,30297.511,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2023.09,30542.541,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2023.12,30068.075,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2024.03,30172.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2024.06,29846.576,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2024.09,29650.745,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2024.12,30130.502,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2025.03,30567.362,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCS,2025.06,30603.124,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Seasonally adjusted, +BDCQ.SF1GHCT,2016.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2016.09,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2016.12,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2017.03,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2017.06,,,C,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2017.09,22997.706,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2017.12,23119.745,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2018.03,23427.395,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2018.06,23631.76,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2018.09,23939.26,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2018.12,24071.741,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2019.03,24285.78,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2019.06,24501.435,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2019.09,24843.279,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2019.12,24897.642,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2020.03,24969.736,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2020.06,24731.137,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2020.09,25683.109,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2020.12,26255.609,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2021.03,27105.355,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2021.06,27548.575,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2021.09,28014.683,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2021.12,28505.63,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2022.03,29325.197,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2022.06,29648.489,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2022.09,29945.473,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2022.12,30126.161,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2023.03,30114.494,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2023.06,30333.008,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2023.09,30392.967,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2023.12,30237.469,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2024.03,30057.152,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2024.06,29851.009,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2024.09,29730.03,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2024.12,30078.264,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2025.03,30467.047,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1GHCT,2025.06,30685.212,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Retail Trade and Accommodation,Current,Trend, +BDCQ.SF1II1CA,2016.06,6863.56,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2016.09,7052.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2016.12,7642.823,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2017.03,7446.887,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2017.06,7201.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2017.09,7179.966,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2017.12,7966.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2018.03,7821.789,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2018.06,7514.249,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2018.09,7647.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2018.12,8397.456,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2019.03,8135.983,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2019.06,8017.403,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2019.09,7911.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2019.12,8723.181,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2020.03,8093.1,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2020.06,5613.637,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2020.09,6569.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2020.12,7214.922,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2021.03,7057.335,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2021.06,7654.068,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2021.09,7584.8,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2021.12,8521.457,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2022.03,8133.305,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2022.06,9319.98,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2022.09,10238.542,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2022.12,10941.335,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2023.03,10154.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2023.06,9927.711,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2023.09,9865.138,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2023.12,10490.576,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2024.03,10295.421,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2024.06,10111.418,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2024.09,9978.812,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2024.12,10921.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2025.03,10717.203,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CA,2025.06,10309.035,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF1II1CS,2016.06,7038.583,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2016.09,7297.868,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2016.12,7314.068,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2017.03,7333.419,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2017.06,7413.883,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2017.09,7422.126,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2017.12,7608.214,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2018.03,7706.652,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2018.06,7747.849,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2018.09,7904.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2018.12,8008.188,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2019.03,8024.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2019.06,8270.288,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2019.09,8173.551,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2019.12,8310.217,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2020.03,8093.1,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2020.06,5613.637,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2020.09,6569.408,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2020.12,7214.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2021.03,7057.335,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2021.06,7654.068,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2021.09,7584.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2021.12,8521.457,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2022.03,8133.305,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2022.06,9319.98,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2022.09,10533.596,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2022.12,10458.923,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2023.03,10063.549,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2023.06,10201.531,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2023.09,10145.903,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2023.12,10039.008,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2024.03,10204.933,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2024.06,10376.129,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2024.09,10265.156,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2024.12,10462.415,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2025.03,10620.404,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CS,2025.06,10566.325,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Seasonally adjusted, +BDCQ.SF1II1CT,2016.06,7114.497,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2016.09,7237.551,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2016.12,7327.892,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2017.03,7347.465,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2017.06,7385.731,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2017.09,7459.982,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2017.12,7586.487,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2018.03,7696.216,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2018.06,7772.848,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2018.09,7894.6,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2018.12,7990.677,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2019.03,8055.55,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2019.06,8122.252,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2019.09,8195.897,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2019.12,8315.464,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2020.03,8093.1,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2020.06,5613.637,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2020.09,6569.408,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2020.12,7214.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2021.03,7057.335,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2021.06,7654.068,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2021.09,7584.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2021.12,8521.457,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2022.03,8133.305,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2022.06,9319.98,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2022.09,10461.089,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2022.12,10445.556,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2023.03,10251.619,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2023.06,10175.49,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2023.09,10123.111,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2023.12,10082.45,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2024.03,10206.393,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2024.06,10311.672,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2024.09,10334.023,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2024.12,10449.587,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2025.03,10578.823,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1II1CT,2025.06,10607.103,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Transport, Postal and Warehousing",Current prices,Trend, +BDCQ.SF1IICA,2016.06,6863.56,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2016.09,7052.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2016.12,7642.823,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2017.03,7446.887,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2017.06,7201.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2017.09,7179.966,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2017.12,7966.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2018.03,7821.789,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2018.06,7514.249,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2018.09,7647.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2018.12,8397.456,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2019.03,8135.983,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2019.06,8017.403,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2019.09,7911.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2019.12,8723.181,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2020.03,8093.1,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2020.06,5613.637,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2020.09,6569.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2020.12,7214.922,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2021.03,7057.335,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2021.06,7654.068,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2021.09,7584.8,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2021.12,8521.457,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2022.03,8133.305,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2022.06,9319.98,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2022.09,10238.542,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2022.12,10941.335,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2023.03,10154.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2023.06,9927.711,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2023.09,9865.138,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2023.12,10490.576,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2024.03,10295.421,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2024.06,10111.418,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2024.09,9978.812,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2024.12,10921.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2025.03,10717.203,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICA,2025.06,10309.035,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF1IICS,2016.06,7038.583,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2016.09,7297.868,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2016.12,7314.068,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2017.03,7333.419,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2017.06,7413.883,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2017.09,7422.126,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2017.12,7608.214,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2018.03,7706.652,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2018.06,7747.849,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2018.09,7904.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2018.12,8008.188,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2019.03,8024.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2019.06,8270.288,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2019.09,8173.551,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2019.12,8310.217,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2020.03,8093.1,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2020.06,5613.637,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2020.09,6569.408,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2020.12,7214.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2021.03,7057.335,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2021.06,7654.068,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2021.09,7584.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2021.12,8521.457,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2022.03,8133.305,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2022.06,9319.98,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2022.09,10533.596,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2022.12,10458.923,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2023.03,10063.549,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2023.06,10201.531,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2023.09,10145.903,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2023.12,10039.008,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2024.03,10204.933,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2024.06,10376.129,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2024.09,10265.156,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2024.12,10462.415,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2025.03,10620.404,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICS,2025.06,10566.325,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Seasonally adjusted, +BDCQ.SF1IICT,2016.06,7114.497,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2016.09,7237.551,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2016.12,7327.892,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2017.03,7347.465,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2017.06,7385.731,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2017.09,7459.982,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2017.12,7586.487,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2018.03,7696.216,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2018.06,7772.848,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2018.09,7894.6,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2018.12,7990.677,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2019.03,8055.55,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2019.06,8122.252,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2019.09,8195.897,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2019.12,8315.464,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2020.03,8093.1,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2020.06,5613.637,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2020.09,6569.408,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2020.12,7214.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2021.03,7057.335,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2021.06,7654.068,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2021.09,7584.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2021.12,8521.457,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2022.03,8133.305,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2022.06,9319.98,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2022.09,10461.089,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2022.12,10445.556,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2023.03,10251.619,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2023.06,10175.49,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2023.09,10123.111,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2023.12,10082.45,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2024.03,10206.393,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2024.06,10311.672,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2024.09,10334.023,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2024.12,10449.587,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2025.03,10578.823,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1IICT,2025.06,10607.103,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Transport, Postal and Warehousing",Current,Trend, +BDCQ.SF1JJ1CA,2016.06,3497.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2016.09,3686.892,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2016.12,3726.496,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2017.03,3646.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2017.06,3605.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2017.09,3742.768,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2017.12,3687.847,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2018.03,3637.454,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2018.06,3706.952,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2018.09,3741.137,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2018.12,3752.926,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2019.03,3670.674,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2019.06,3830.499,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2019.09,3728.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2019.12,4045.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2020.03,3724.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2020.06,3515.44,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2020.09,3713.045,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2020.12,4000.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2021.03,3794.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2021.06,4041.381,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2021.09,3953.567,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2021.12,4549.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2022.03,3972.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2022.06,4206.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2022.09,4236.58,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2022.12,4469.407,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2023.03,4274.645,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2023.06,4458.778,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2023.09,4675.892,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2023.12,4716.838,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2024.03,4468.829,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2024.06,4555.818,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2024.09,4452.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2024.12,4681.631,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2025.03,4403.855,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CA,2025.06,4572.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF1JJ1CS,2016.06,3497.474,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2016.09,3686.892,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2016.12,3726.496,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2017.03,3646.739,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2017.06,3605.416,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2017.09,3742.768,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2017.12,3687.847,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2018.03,3637.454,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2018.06,3706.952,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2018.09,3741.137,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2018.12,3752.926,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2019.03,3670.674,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2019.06,3830.499,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2019.09,3728.969,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2019.12,4045.656,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2020.03,3724.404,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2020.06,3515.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2020.09,3713.045,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2020.12,4000.303,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2021.03,3794.209,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2021.06,4041.381,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2021.09,3953.567,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2021.12,4549.585,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2022.03,3972.409,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2022.06,4206.414,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2022.09,4236.58,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2022.12,4469.407,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2023.03,4274.645,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2023.06,4458.778,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2023.09,4675.892,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2023.12,4716.838,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2024.03,4468.829,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2024.06,4555.818,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2024.09,4452.049,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2024.12,4681.631,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2025.03,4403.855,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CS,2025.06,4572.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Seasonally adjusted, +BDCQ.SF1JJ1CT,2016.06,3542.287,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2016.09,3644.676,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2016.12,3686.664,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2017.03,3672.38,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2017.06,3663.181,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2017.09,3677.529,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2017.12,3684.742,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2018.03,3680.042,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2018.06,3698.186,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2018.09,3722.21,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2018.12,3735.352,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2019.03,3725.179,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2019.06,3773.301,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2019.09,3840.226,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2019.12,3875.09,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2020.03,3829.644,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2020.06,3799.151,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2020.09,3801.085,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2020.12,3867.306,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2021.03,3898.663,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2021.06,3980.022,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2021.09,4059.814,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2021.12,4121.185,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2022.03,4123.076,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2022.06,4179.247,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2022.09,4265.132,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2022.12,4348.333,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2023.03,4381.777,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2023.06,4479.114,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2023.09,4582.882,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2023.12,4631.286,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2024.03,4562.968,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2024.06,4522.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2024.09,4525.453,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2024.12,4535.443,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2025.03,4514.997,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJ1CT,2025.06,4565.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Information Media and Telecommunications,Current prices,Trend, +BDCQ.SF1JJCA,2016.06,3497.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2016.09,3686.892,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2016.12,3726.496,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2017.03,3646.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2017.06,3605.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2017.09,3742.768,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2017.12,3687.847,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2018.03,3637.454,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2018.06,3706.952,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2018.09,3741.137,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2018.12,3752.926,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2019.03,3670.674,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2019.06,3830.499,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2019.09,3728.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2019.12,4045.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2020.03,3724.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2020.06,3515.44,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2020.09,3713.045,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2020.12,4000.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2021.03,3794.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2021.06,4041.381,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2021.09,3953.567,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2021.12,4549.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2022.03,3972.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2022.06,4206.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2022.09,4236.58,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2022.12,4469.407,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2023.03,4274.645,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2023.06,4458.778,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2023.09,4675.892,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2023.12,4716.838,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2024.03,4468.829,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2024.06,4555.818,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2024.09,4452.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2024.12,4681.631,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2025.03,4403.855,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCA,2025.06,4572.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF1JJCS,2016.06,3497.474,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2016.09,3686.892,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2016.12,3726.496,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2017.03,3646.739,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2017.06,3605.416,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2017.09,3742.768,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2017.12,3687.847,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2018.03,3637.454,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2018.06,3706.952,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2018.09,3741.137,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2018.12,3752.926,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2019.03,3670.674,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2019.06,3830.499,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2019.09,3728.969,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2019.12,4045.656,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2020.03,3724.404,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2020.06,3515.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2020.09,3713.045,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2020.12,4000.303,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2021.03,3794.209,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2021.06,4041.381,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2021.09,3953.567,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2021.12,4549.585,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2022.03,3972.409,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2022.06,4206.414,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2022.09,4236.58,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2022.12,4469.407,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2023.03,4274.645,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2023.06,4458.778,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2023.09,4675.892,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2023.12,4716.838,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2024.03,4468.829,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2024.06,4555.818,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2024.09,4452.049,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2024.12,4681.631,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2025.03,4403.855,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCS,2025.06,4572.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Seasonally adjusted, +BDCQ.SF1JJCT,2016.06,3542.287,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2016.09,3644.676,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2016.12,3686.664,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2017.03,3672.38,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2017.06,3663.181,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2017.09,3677.529,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2017.12,3684.742,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2018.03,3680.042,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2018.06,3698.186,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2018.09,3722.21,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2018.12,3735.352,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2019.03,3725.179,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2019.06,3773.301,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2019.09,3840.226,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2019.12,3875.09,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2020.03,3829.644,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2020.06,3799.151,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2020.09,3801.085,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2020.12,3867.306,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2021.03,3898.663,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2021.06,3980.022,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2021.09,4059.814,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2021.12,4121.185,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2022.03,4123.076,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2022.06,4179.247,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2022.09,4265.132,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2022.12,4348.333,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2023.03,4381.777,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2023.06,4479.114,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2023.09,4582.882,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2023.12,4631.286,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2024.03,4562.968,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2024.06,4522.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2024.09,4525.453,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2024.12,4535.443,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2025.03,4514.997,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1JJCT,2025.06,4565.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Information Media and Telecommunications,Current,Trend, +BDCQ.SF1LL1CA,2016.06,6792.689,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2016.09,6352.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2016.12,7496.077,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2017.03,6480.287,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2017.06,7125.573,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2017.09,6531.226,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2017.12,8050.852,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2018.03,7031.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2018.06,8043.255,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2018.09,7672.916,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2018.12,8219.079,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2019.03,7411.122,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2019.06,7680.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2019.09,7895.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2019.12,8476.769,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2020.03,7785.523,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2020.06,6844.56,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2020.09,7716.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2020.12,8908.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2021.03,8420.492,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2021.06,9153.746,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2021.09,8960.461,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2021.12,9267.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2022.03,8502.928,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2022.06,8890.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2022.09,8533.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2022.12,8833.138,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2023.03,8337.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2023.06,9121.203,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2023.09,9037.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2023.12,9358.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2024.03,8931.278,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2024.06,9216.671,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2024.09,9111.178,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2024.12,9587.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2025.03,9315.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CA,2025.06,9779.195,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF1LL1CS,2016.06,6777.923,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2016.09,6651.346,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2016.12,6805.329,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2017.03,6890.443,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2017.06,7091.655,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2017.09,6818.851,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2017.12,7378.11,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2018.03,7446.687,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2018.06,7969.541,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2018.09,7977.894,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2018.12,7620.227,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2019.03,7823.058,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2019.06,7574.35,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2019.09,8148.708,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2019.12,7982.596,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2020.03,8162.067,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2020.06,6742.041,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2020.09,7900.005,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2020.12,8497.766,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2021.03,8783.431,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2021.06,9005.361,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2021.09,9126.548,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2021.12,8923.798,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2022.03,8830.177,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2022.06,8742.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2022.09,8665.081,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2022.12,8555.705,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2023.03,8634.271,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2023.06,8964.804,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2023.09,9161.498,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2023.12,9100.23,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2024.03,9223.681,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2024.06,9067.431,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2024.09,9219.024,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2024.12,9348.869,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2025.03,9600.774,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CS,2025.06,9624.266,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Seasonally adjusted, +BDCQ.SF1LL1CT,2016.06,6766.994,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2016.09,6684.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2016.12,6766.09,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2017.03,6947.354,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2017.06,6952.424,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2017.09,7011.877,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2017.12,7211.6,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2018.03,7587.206,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2018.06,7887.504,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2018.09,7920.765,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2018.12,7762.568,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2019.03,7655.158,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2019.06,7782.745,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2019.09,7954.158,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2019.12,8097.841,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2020.03,8141.789,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2020.06,8096.885,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2020.09,8080.642,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2020.12,8390.427,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2021.03,8804.385,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2021.06,9019.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2021.09,9078.361,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2021.12,8963.151,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2022.03,8822.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2022.06,8746.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2022.09,8645.923,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2022.12,8567.128,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2023.03,8667.301,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2023.06,8945.59,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2023.09,9119.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2023.12,9166.835,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2024.03,9146.439,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2024.06,9134.773,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2024.09,9184.264,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2024.12,9385.162,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2025.03,9562.174,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LL1CT,2025.06,9618.933,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Rental, Hiring and Real Estate Services",Current prices,Trend, +BDCQ.SF1LLCA,2016.06,6792.689,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2016.09,6352.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2016.12,7496.077,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2017.03,6480.287,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2017.06,7125.573,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2017.09,6531.226,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2017.12,8050.852,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2018.03,7031.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2018.06,8043.255,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2018.09,7672.916,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2018.12,8219.079,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2019.03,7411.122,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2019.06,7680.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2019.09,7895.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2019.12,8476.769,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2020.03,7785.523,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2020.06,6844.56,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2020.09,7716.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2020.12,8908.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2021.03,8420.492,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2021.06,9153.746,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2021.09,8960.461,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2021.12,9267.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2022.03,8502.928,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2022.06,8890.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2022.09,8533.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2022.12,8833.138,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2023.03,8337.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2023.06,9121.203,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2023.09,9037.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2023.12,9358.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2024.03,8931.278,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2024.06,9216.671,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2024.09,9111.178,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2024.12,9587.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2025.03,9315.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCA,2025.06,9779.195,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF1LLCS,2016.06,6777.923,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2016.09,6651.346,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2016.12,6805.329,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2017.03,6890.443,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2017.06,7091.655,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2017.09,6818.851,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2017.12,7378.11,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2018.03,7446.687,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2018.06,7969.541,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2018.09,7977.894,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2018.12,7620.227,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2019.03,7823.058,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2019.06,7574.35,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2019.09,8148.708,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2019.12,7982.596,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2020.03,8162.067,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2020.06,6742.041,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2020.09,7900.005,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2020.12,8497.766,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2021.03,8783.431,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2021.06,9005.361,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2021.09,9126.548,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2021.12,8923.798,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2022.03,8830.177,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2022.06,8742.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2022.09,8665.081,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2022.12,8555.705,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2023.03,8634.271,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2023.06,8964.804,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2023.09,9161.498,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2023.12,9100.23,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2024.03,9223.681,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2024.06,9067.431,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2024.09,9219.024,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2024.12,9348.869,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2025.03,9600.774,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCS,2025.06,9624.266,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Seasonally adjusted, +BDCQ.SF1LLCT,2016.06,6766.994,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2016.09,6684.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2016.12,6766.09,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2017.03,6947.354,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2017.06,6952.424,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2017.09,7011.877,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2017.12,7211.6,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2018.03,7587.206,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2018.06,7887.504,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2018.09,7920.765,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2018.12,7762.568,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2019.03,7655.158,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2019.06,7782.745,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2019.09,7954.158,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2019.12,8097.841,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2020.03,8141.789,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2020.06,8096.885,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2020.09,8080.642,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2020.12,8390.427,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2021.03,8804.385,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2021.06,9019.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2021.09,9078.361,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2021.12,8963.151,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2022.03,8822.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2022.06,8746.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2022.09,8645.923,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2022.12,8567.128,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2023.03,8667.301,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2023.06,8945.59,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2023.09,9119.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2023.12,9166.835,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2024.03,9146.439,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2024.06,9134.773,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2024.09,9184.264,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2024.12,9385.162,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2025.03,9562.174,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1LLCT,2025.06,9618.933,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Rental, Hiring and Real Estate Services",Current,Trend, +BDCQ.SF1MN1CA,2016.06,8922.96,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2016.09,8981.226,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2016.12,8898.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2017.03,8367.531,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2017.06,9449.473,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2017.09,9623.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2017.12,9706.324,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2018.03,9008.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2018.06,10314.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2018.09,10362.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2018.12,10517.105,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2019.03,9748.995,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2019.06,10992.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2019.09,11438.635,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2019.12,11186.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2020.03,10368.379,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2020.06,10325.661,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2020.09,11440.003,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2020.12,11390.721,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2021.03,10721.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2021.06,12513.83,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2021.09,12608.398,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2021.12,13315.658,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2022.03,12293.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2022.06,13950.402,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2022.09,14423.909,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2022.12,14702.897,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2023.03,13082.547,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2023.06,15085.484,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2023.09,15140.027,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2023.12,15108.259,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2024.03,13408.602,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2024.06,15183.19,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2024.09,14981.385,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2024.12,14959.747,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2025.03,13846.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CA,2025.06,15567.825,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF1MN1CS,2016.06,8652.106,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2016.09,8731.074,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2016.12,8723.736,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2017.03,9074.41,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2017.06,9183.584,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2017.09,9348.878,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2017.12,9535.33,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2018.03,9743.578,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2018.06,10027.552,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2018.09,10064.584,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2018.12,10349.519,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2019.03,10533.647,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2019.06,10677.925,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2019.09,11121.34,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2019.12,11001.085,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2020.03,11212.955,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2020.06,10024.77,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2020.09,11132.979,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2020.12,11174.73,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2021.03,11624.495,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2021.06,12140.672,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2021.09,12277.07,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2021.12,13036.541,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2022.03,13360.66,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2022.06,13525.339,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2022.09,14050.288,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2022.12,14374.442,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2023.03,14240.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2023.06,14621.911,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2023.09,14745.245,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2023.12,14763.513,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2024.03,14608.677,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2024.06,14717.94,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2024.09,14575.83,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2024.12,14629.865,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2025.03,15084.881,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CS,2025.06,15091.638,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Seasonally adjusted, +BDCQ.SF1MN1CT,2016.06,8676.722,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2016.09,8681.286,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2016.12,8800.381,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2017.03,9008.537,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2017.06,9208.005,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2017.09,9346.264,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2017.12,9531.417,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2018.03,9771.23,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2018.06,9967.525,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2018.09,10126.523,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2018.12,10319.439,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2019.03,10513.232,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2019.06,10766.169,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2019.09,10992.212,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2019.12,11110.355,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2020.03,11149.122,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2020.06,11180.773,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2020.09,11112.564,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2020.12,11224.385,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2021.03,11627.931,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2021.06,12051.247,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2021.09,12460.752,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2021.12,12955.538,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2022.03,13338.516,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2022.06,13604.697,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2022.09,14027.962,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2022.12,14284.16,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2023.03,14368.935,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2023.06,14553.974,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2023.09,14761.454,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2023.12,14726.415,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2024.03,14678.628,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2024.06,14647.231,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2024.09,14593.65,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2024.12,14707.263,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2025.03,14967.898,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN1CT,2025.06,15178.796,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),"Professional, Scientific and Technical Services",Current prices,Trend, +BDCQ.SF1MN2CA,2016.06,4110.343,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2016.09,3983.202,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2016.12,3819.844,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2017.03,3712.874,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2017.06,4326.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2017.09,4161.829,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2017.12,4204.047,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2018.03,4122.543,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2018.06,4957,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2018.09,4548.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2018.12,4444.511,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2019.03,4284.569,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2019.06,4741.07,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2019.09,4701.596,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2019.12,4640.222,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2020.03,4098.939,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2020.06,3359.765,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2020.09,3638.732,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2020.12,3477.116,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2021.03,3243.002,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2021.06,4450.635,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2021.09,4115.4,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2021.12,3832.398,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2022.03,3540.444,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2022.06,5069.989,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2022.09,5260.02,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2022.12,5054.965,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2023.03,4902.473,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2023.06,5767.437,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2023.09,5732.643,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2023.12,5145.798,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2024.03,4986.702,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2024.06,5894.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2024.09,5612.674,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2024.12,5450.489,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2025.03,5240.95,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CA,2025.06,6028.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF1MN2CS,2016.06,3854.262,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2016.09,3953.134,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2016.12,3874.99,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2017.03,3950.072,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2017.06,4059.261,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2017.09,4121.66,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2017.12,4270.857,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2018.03,4387.679,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2018.06,4648.917,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2018.09,4500.983,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2018.12,4519.565,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2019.03,4562.022,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2019.06,4443.176,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2019.09,4649.11,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2019.12,4725.198,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2020.03,4098.939,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2020.06,3359.765,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2020.09,3638.732,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2020.12,3477.116,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2021.03,3243.002,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2021.06,4450.635,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2021.09,4115.4,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2021.12,3832.398,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2022.03,3540.444,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2022.06,5069.989,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2022.09,5260.02,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2022.12,5169.168,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2023.03,5237.394,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2023.06,5375.217,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2023.09,5654.729,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2023.12,5266.778,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2024.03,5331.497,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2024.06,5486.943,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2024.09,5536.376,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2024.12,5580.174,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2025.03,5607.471,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CS,2025.06,5608.042,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Seasonally adjusted, +BDCQ.SF1MN2CT,2016.06,3896.298,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2016.09,3904.332,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2016.12,3907.985,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2017.03,3947.265,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2017.06,4043.512,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2017.09,4140.22,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2017.12,4254.018,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2018.03,4421.737,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2018.06,4528.72,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2018.09,4534.157,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2018.12,4523.987,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2019.03,4527.11,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2019.06,4539.632,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2019.09,4625.961,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2019.12,4717.75,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2020.03,4098.939,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2020.06,3359.765,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2020.09,3638.732,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2020.12,3477.116,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2021.03,3243.002,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2021.06,4450.635,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2021.09,4115.4,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2021.12,3832.398,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2022.03,3540.444,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2022.06,5069.989,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2022.09,5260.02,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2022.12,5170.708,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2023.03,5244.474,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2023.06,5293.333,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2023.09,5286.015,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2023.12,5274.106,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2024.03,5339.677,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2024.06,5452.232,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2024.09,5537.775,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2024.12,5581.819,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2025.03,5600.94,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MN2CT,2025.06,5613.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Administrative and Support Services,Current prices,Trend, +BDCQ.SF1MNCA,2016.06,13047.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2016.09,12972.527,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2016.12,12725.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2017.03,12091.179,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2017.06,13788.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2017.09,13772.667,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2017.12,13909.267,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2018.03,13128.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2018.06,15268.804,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2018.09,14908.758,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2018.12,14959.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2019.03,14039.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2019.06,15738.897,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2019.09,16148.297,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2019.12,15832.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2020.03,14473.174,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2020.06,13685.426,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2020.09,15078.735,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2020.12,14867.837,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2021.03,13964.161,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2021.06,16964.465,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2021.09,16723.798,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2021.12,17148.057,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2022.03,15833.86,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2022.06,19020.39,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2022.09,19683.93,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2022.12,19757.862,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2023.03,17985.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2023.06,20852.921,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2023.09,20872.67,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2023.12,20254.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2024.03,18395.304,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2024.06,21077.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2024.09,20594.059,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2024.12,20410.236,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2025.03,19086.99,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCA,2025.06,21596.457,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF1MNCS,2016.06,12506.368,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2016.09,12684.208,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2016.12,12598.725,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2017.03,13024.482,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2017.06,13242.846,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2017.09,13470.538,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2017.12,13806.188,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2018.03,14131.257,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2018.06,14676.469,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2018.09,14565.567,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2018.12,14869.084,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2019.03,15095.669,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2019.06,15121.1,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2019.09,15770.45,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2019.12,15726.283,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2020.03,15311.894,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2020.06,13384.535,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2020.09,14771.711,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2020.12,14651.846,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2021.03,14867.497,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2021.06,16591.307,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2021.09,16392.471,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2021.12,16868.94,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2022.03,16901.104,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2022.06,18595.328,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2022.09,19310.309,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2022.12,19543.61,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2023.03,19478.194,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2023.06,19997.129,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2023.09,20399.974,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2023.12,20030.291,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2024.03,19940.174,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2024.06,20204.883,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2024.09,20112.207,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2024.12,20210.039,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2025.03,20692.352,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCS,2025.06,20699.679,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Seasonally adjusted, +BDCQ.SF1MNCT,2016.06,12573.019,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2016.09,12585.618,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2016.12,12708.365,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2017.03,12955.802,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2017.06,13251.517,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2017.09,13486.484,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2017.12,13780.543,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2018.03,14212.539,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2018.06,14533.523,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2018.09,14680.251,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2018.12,14842.127,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2019.03,15025.966,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2019.06,15278.417,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2019.09,15603.797,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2019.12,15832.674,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2020.03,15244.162,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2020.06,14533.11,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2020.09,14747.396,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2020.12,14702.476,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2021.03,14875.176,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2021.06,16484.909,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2021.09,16543.823,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2021.12,16770.964,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2022.03,16883.203,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2022.06,18674.685,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2022.09,19288.188,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2022.12,19455.101,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2023.03,19607.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2023.06,19839.438,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2023.09,20045.348,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2023.12,20000.878,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2024.03,20024.827,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2024.06,20112.358,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2024.09,20138.194,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2024.12,20287.389,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2025.03,20568.838,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1MNCT,2025.06,20792.255,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Professional, Scientific, Technical, Administrative and Support Services",Current,Trend, +BDCQ.SF1PP1CA,2016.06,608.795,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2016.09,615.288,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2016.12,712.469,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2017.03,682.043,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2017.06,588.859,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2017.09,664.329,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2017.12,710.807,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2018.03,746.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2018.06,643.4,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2018.09,734.115,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2018.12,735.413,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2019.03,770.617,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2019.06,651.267,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2019.09,803.775,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2019.12,860.289,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2020.03,889.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2020.06,589.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2020.09,733.89,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2020.12,779.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2021.03,917.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2021.06,708.535,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2021.09,771.078,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2021.12,828.369,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2022.03,881.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2022.06,695.365,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2022.09,843.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2022.12,888.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2023.03,991.736,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2023.06,759.77,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2023.09,980.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2023.12,1044.355,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2024.03,1062.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2024.06,837.217,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2024.09,1007.037,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2024.12,1077.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2025.03,1158.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CA,2025.06,849.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Unadjusted, +BDCQ.SF1PP1CS,2016.06,709.555,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2016.09,615.132,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2016.12,677.549,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2017.03,629.133,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2017.06,678.265,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2017.09,666.082,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2017.12,677.5,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2018.03,690.101,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2018.06,734.968,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2018.09,738.526,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2018.12,703.68,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2019.03,709.22,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2019.06,743.95,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2019.09,808.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2019.12,827.98,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2020.03,810.387,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2020.06,679.579,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2020.09,737.085,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2020.12,752.311,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2021.03,829.531,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2021.06,824.895,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2021.09,773.742,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2021.12,797.498,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2022.03,793.55,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2022.06,818.301,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2022.09,845.151,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2022.12,851.117,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2023.03,893.298,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2023.06,901.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2023.09,978.445,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2023.12,996.49,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2024.03,958.208,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2024.06,1000.836,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2024.09,1001.225,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2024.12,1024.523,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2025.03,1047.28,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CS,2025.06,1018.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Seasonally adjusted, +BDCQ.SF1PP1CT,2016.06,696.394,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2016.09,670.453,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2016.12,651.83,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2017.03,653.79,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2017.06,660.365,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2017.09,673.963,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2017.12,673.571,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2018.03,697.786,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2018.06,729.352,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2018.09,732.954,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2018.12,710.287,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2019.03,708.33,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2019.06,749.583,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2019.09,802.582,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2019.12,827.697,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2020.03,808.834,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2020.06,768.556,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2020.09,739.156,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2020.12,762.143,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2021.03,811.611,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2021.06,821.795,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2021.09,800.285,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2021.12,790.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2022.03,798.38,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2022.06,818.035,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2022.09,839.271,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2022.12,860.476,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2023.03,880.553,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2023.06,918.324,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2023.09,968.836,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2023.12,986.614,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2024.03,977.327,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2024.06,987.01,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2024.09,1007.731,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2024.12,1026.557,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2025.03,1036.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PP1CT,2025.06,1029.295,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Education and Training,Current prices,Trend, +BDCQ.SF1PPCA,2016.06,608.795,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2016.09,615.288,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2016.12,712.469,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2017.03,682.043,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2017.06,588.859,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2017.09,664.329,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2017.12,710.807,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2018.03,746.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2018.06,643.4,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2018.09,734.115,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2018.12,735.413,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2019.03,770.617,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2019.06,651.267,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2019.09,803.775,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2019.12,860.289,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2020.03,889.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2020.06,589.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2020.09,733.89,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2020.12,779.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2021.03,917.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2021.06,708.535,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2021.09,771.078,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2021.12,828.369,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2022.03,881.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2022.06,695.365,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2022.09,843.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2022.12,888.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2023.03,991.736,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2023.06,759.77,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2023.09,980.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2023.12,1044.355,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2024.03,1062.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2024.06,837.217,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2024.09,1007.037,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2024.12,1077.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2025.03,1158.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCA,2025.06,849.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Unadjusted, +BDCQ.SF1PPCS,2016.06,709.555,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2016.09,615.132,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2016.12,677.549,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2017.03,629.133,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2017.06,678.265,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2017.09,666.082,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2017.12,677.5,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2018.03,690.101,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2018.06,734.968,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2018.09,738.526,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2018.12,703.68,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2019.03,709.22,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2019.06,743.95,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2019.09,808.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2019.12,827.98,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2020.03,810.387,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2020.06,679.579,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2020.09,737.085,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2020.12,752.311,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2021.03,829.531,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2021.06,824.895,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2021.09,773.742,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2021.12,797.498,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2022.03,793.55,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2022.06,818.301,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2022.09,845.151,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2022.12,851.117,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2023.03,893.298,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2023.06,901.337,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2023.09,978.445,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2023.12,996.49,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2024.03,958.208,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2024.06,1000.836,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2024.09,1001.225,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2024.12,1024.523,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2025.03,1047.28,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCS,2025.06,1018.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Seasonally adjusted, +BDCQ.SF1PPCT,2016.06,696.394,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2016.09,670.453,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2016.12,651.83,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2017.03,653.79,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2017.06,660.365,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2017.09,673.963,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2017.12,673.571,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2018.03,697.786,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2018.06,729.352,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2018.09,732.954,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2018.12,710.287,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2019.03,708.33,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2019.06,749.583,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2019.09,802.582,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2019.12,827.697,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2020.03,808.834,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2020.06,768.556,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2020.09,739.156,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2020.12,762.143,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2021.03,811.611,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2021.06,821.795,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2021.09,800.285,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2021.12,790.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2022.03,798.38,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2022.06,818.035,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2022.09,839.271,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2022.12,860.476,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2023.03,880.553,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2023.06,918.324,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2023.09,968.836,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2023.12,986.614,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2024.03,977.327,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2024.06,987.01,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2024.09,1007.731,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2024.12,1026.557,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2025.03,1036.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1PPCT,2025.06,1029.295,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Education and Training,Current,Trend, +BDCQ.SF1QQ1CA,2016.06,3214.579,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2016.09,3268.826,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2016.12,3286.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2017.03,3201.629,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2017.06,3284.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2017.09,3377.596,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2017.12,3423.368,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2018.03,3371.821,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2018.06,3510.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2018.09,3730.534,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2018.12,3756.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2019.03,3650.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2019.06,3822.281,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2019.09,4088.925,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2019.12,4154.182,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2020.03,3982.186,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2020.06,3938.737,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2020.09,4773.693,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2020.12,4562.15,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2021.03,4376.313,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2021.06,4597.635,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2021.09,4717.815,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2021.12,5060.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2022.03,4718.493,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2022.06,5055.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2022.09,5175.093,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2022.12,5181.425,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2023.03,4939.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2023.06,5323.653,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2023.09,5714.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2023.12,5853.685,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2024.03,5688.764,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2024.06,5824.833,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2024.09,6191.572,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2024.12,6218.566,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2025.03,5919.839,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CA,2025.06,6153.327,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF1QQ1CS,2016.06,3246.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2016.09,3216.695,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2016.12,3229.789,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2017.03,3283.033,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2017.06,3315.557,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2017.09,3315.33,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2017.12,3368.392,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2018.03,3465.008,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2018.06,3545.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2018.09,3650.128,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2018.12,3693.117,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2019.03,3767.491,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2019.06,3857.054,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2019.09,3996.059,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2019.12,4077.837,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2020.03,4127.717,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2020.06,3961.802,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2020.09,4669.52,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2020.12,4473.683,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2021.03,4550.692,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2021.06,4608.832,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2021.09,4620.183,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2021.12,4962.975,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2022.03,4910.64,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2022.06,5064.576,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2022.09,5064.138,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2022.12,5083.401,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2023.03,5138.831,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2023.06,5345.987,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2023.09,5579.953,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2023.12,5744.739,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2024.03,5909.036,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2024.06,5869.343,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2024.09,6036.019,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2024.12,6099.313,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2025.03,6145.107,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CS,2025.06,6213.706,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Seasonally adjusted, +BDCQ.SF1QQ1CT,2016.06,3238.268,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2016.09,3224.374,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2016.12,3234.091,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2017.03,3279.447,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2017.06,3308.356,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2017.09,3322.362,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2017.12,3372.031,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2018.03,3457.781,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2018.06,3554.967,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2018.09,3637.111,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2018.12,3701.109,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2019.03,3763.787,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2019.06,3867.402,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2019.09,3986.367,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2019.12,4073.4,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2020.03,4136.598,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2020.06,4230.434,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2020.09,4355.257,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2020.12,4468.972,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2021.03,4554.5,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2021.06,4595.047,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2021.09,4637.154,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2021.12,4744.602,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2022.03,4911.825,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2022.06,5031.247,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2022.09,5070.406,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2022.12,5077.451,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2023.03,5156.488,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2023.06,5343.863,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2023.09,5567.861,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2023.12,5758.419,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2024.03,5889.187,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2024.06,5970.266,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2024.09,6032.194,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2024.12,6096.353,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2025.03,6147.286,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQ1CT,2025.06,6215.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Health Care and Social Assistance,Current prices,Trend, +BDCQ.SF1QQCA,2016.06,3214.579,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2016.09,3268.826,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2016.12,3286.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2017.03,3201.629,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2017.06,3284.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2017.09,3377.596,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2017.12,3423.368,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2018.03,3371.821,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2018.06,3510.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2018.09,3730.534,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2018.12,3756.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2019.03,3650.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2019.06,3822.281,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2019.09,4088.925,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2019.12,4154.182,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2020.03,3982.186,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2020.06,3938.737,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2020.09,4773.693,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2020.12,4562.15,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2021.03,4376.313,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2021.06,4597.635,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2021.09,4717.815,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2021.12,5060.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2022.03,4718.493,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2022.06,5055.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2022.09,5175.093,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2022.12,5181.425,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2023.03,4939.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2023.06,5323.653,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2023.09,5714.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2023.12,5853.685,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2024.03,5688.764,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2024.06,5824.833,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2024.09,6191.572,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2024.12,6218.566,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2025.03,5919.839,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCA,2025.06,6153.327,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF1QQCS,2016.06,3246.032,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2016.09,3216.695,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2016.12,3229.789,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2017.03,3283.033,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2017.06,3315.557,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2017.09,3315.33,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2017.12,3368.392,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2018.03,3465.008,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2018.06,3545.88,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2018.09,3650.128,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2018.12,3693.117,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2019.03,3767.491,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2019.06,3857.054,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2019.09,3996.059,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2019.12,4077.837,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2020.03,4127.717,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2020.06,3961.802,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2020.09,4669.52,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2020.12,4473.683,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2021.03,4550.692,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2021.06,4608.832,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2021.09,4620.183,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2021.12,4962.975,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2022.03,4910.64,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2022.06,5064.576,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2022.09,5064.138,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2022.12,5083.401,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2023.03,5138.831,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2023.06,5345.987,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2023.09,5579.953,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2023.12,5744.739,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2024.03,5909.036,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2024.06,5869.343,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2024.09,6036.019,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2024.12,6099.313,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2025.03,6145.107,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCS,2025.06,6213.706,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Seasonally adjusted, +BDCQ.SF1QQCT,2016.06,3238.268,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2016.09,3224.374,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2016.12,3234.091,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2017.03,3279.447,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2017.06,3308.356,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2017.09,3322.362,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2017.12,3372.031,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2018.03,3457.781,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2018.06,3554.967,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2018.09,3637.111,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2018.12,3701.109,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2019.03,3763.787,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2019.06,3867.402,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2019.09,3986.367,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2019.12,4073.4,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2020.03,4136.598,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2020.06,4230.434,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2020.09,4355.257,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2020.12,4468.972,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2021.03,4554.5,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2021.06,4595.047,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2021.09,4637.154,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2021.12,4744.602,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2022.03,4911.825,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2022.06,5031.247,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2022.09,5070.406,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2022.12,5077.451,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2023.03,5156.488,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2023.06,5343.863,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2023.09,5567.861,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2023.12,5758.419,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2024.03,5889.187,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2024.06,5970.266,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2024.09,6032.194,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2024.12,6096.353,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2025.03,6147.286,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1QQCT,2025.06,6215.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),Health Care and Social Assistance,Current,Trend, +BDCQ.SF1RS1CA,2016.06,1059.336,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2016.09,1168.528,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2016.12,1256.082,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2017.03,1222.957,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2017.06,1123.981,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2017.09,1188.992,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2017.12,1240.668,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2018.03,1263.25,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2018.06,1166.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2018.09,1321.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2018.12,1287.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2019.03,1328.926,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2019.06,1217.807,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2019.09,1391.141,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2019.12,1398.045,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2020.03,1364.155,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2020.06,791.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2020.09,1225.711,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2020.12,1251.611,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2021.03,1325.745,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2021.06,1393.421,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2021.09,1317.491,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2021.12,1085.31,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2022.03,1196.521,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2022.06,1357.133,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2022.09,1561.822,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2022.12,1514.951,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2023.03,1531.888,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2023.06,1542.648,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2023.09,1642.12,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2023.12,1535.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2024.03,1644.565,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2024.06,1549.326,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2024.09,1608.043,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2024.12,1728.18,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2025.03,1720.555,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CA,2025.06,1583.689,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF1RS1CS,2016.06,1139.151,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2016.09,1163.302,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2016.12,1214.166,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2017.03,1186.542,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2017.06,1210.7,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2017.09,1178.314,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2017.12,1200.99,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2018.03,1229.8,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2018.06,1255.922,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2018.09,1301.416,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2018.12,1250.937,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2019.03,1297.397,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2019.06,1312.307,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2019.09,1358.2,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2019.12,1365.592,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2020.03,1364.155,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2020.06,791.117,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2020.09,1225.711,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2020.12,1251.611,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2021.03,1325.745,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2021.06,1393.421,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2021.09,1317.491,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2021.12,1085.31,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2022.03,1196.521,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2022.06,1357.133,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2022.09,1516.187,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2022.12,1499.495,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2023.03,1508.269,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2023.06,1630.348,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2023.09,1596.545,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2023.12,1523.342,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2024.03,1618.985,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2024.06,1631.69,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2024.09,1565.837,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2024.12,1717.804,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2025.03,1691.025,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CS,2025.06,1665.568,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS1CT,2016.06,1145.638,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2016.09,1170.665,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2016.12,1196.876,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2017.03,1204.061,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2017.06,1194.551,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2017.09,1190.102,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2017.12,1198.045,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2018.03,1227.533,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2018.06,1265.34,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2018.09,1281.459,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2018.12,1279.639,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2019.03,1286.051,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2019.06,1321.331,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2019.09,1350.219,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2019.12,1368.677,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2020.03,1364.155,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2020.06,791.117,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2020.09,1225.711,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2020.12,1251.611,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2021.03,1325.745,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2021.06,1393.421,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2021.09,1317.491,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2021.12,1085.31,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2022.03,1196.521,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2022.06,1357.133,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2022.09,1495.482,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2022.12,1501.162,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2023.03,1534.484,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2023.06,1601.468,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2023.09,1592.052,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2023.12,1561.398,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2024.03,1597.728,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2024.06,1628.462,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2024.09,1652.478,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2024.12,1694.238,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2025.03,1696.08,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS1CT,2025.06,1670.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Arts and Recreation Services,Current prices,Trend, +BDCQ.SF1RS2CA,2016.06,2024.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2016.09,2130.915,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2016.12,2212.397,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2017.03,2106.601,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2017.06,2214.264,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2017.09,2272.563,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2017.12,2304.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2018.03,2159.722,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2018.06,2395.334,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2018.09,2434.241,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2018.12,2441.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2019.03,2366.432,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2019.06,2520.395,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2019.09,2562.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2019.12,2553.098,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2020.03,2364.816,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2020.06,1934.127,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2020.09,2505.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2020.12,2674.758,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2021.03,2519.283,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2021.06,2801.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2021.09,2514.549,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2021.12,2822.473,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2022.03,2695.485,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2022.06,2920.925,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2022.09,3027.797,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2022.12,3057.88,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2023.03,2976.248,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2023.06,3186.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2023.09,3297.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2023.12,3268.613,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2024.03,3084.709,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2024.06,3210.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2024.09,3322.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2024.12,3264.123,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2025.03,3145.26,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CA,2025.06,3334.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Unadjusted, +BDCQ.SF1RS2CS,2016.06,2016.065,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2016.09,2097.096,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2016.12,2170.061,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2017.03,2198.12,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2017.06,2202.888,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2017.09,2231.008,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2017.12,2260.419,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2018.03,2264.44,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2018.06,2375.422,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2018.09,2384.601,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2018.12,2400.598,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2019.03,2485.702,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2019.06,2496.58,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2019.09,2505.963,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2019.12,2510.16,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2020.03,2490.892,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2020.06,1914.011,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2020.09,2447.043,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2020.12,2632.232,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2021.03,2652.104,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2021.06,2775.244,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2021.09,2453.051,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2021.12,2781.209,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2022.03,2832.367,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2022.06,2897.763,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2022.09,2950.412,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2022.12,3021.035,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2023.03,3115.425,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2023.06,3168.656,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2023.09,3209.99,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2023.12,3233.799,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2024.03,3222.014,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2024.06,3196.487,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2024.09,3232.073,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2024.12,3232.397,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2025.03,3282.004,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CS,2025.06,3322.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Seasonally adjusted, +BDCQ.SF1RS2CT,2016.06,2015.136,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2016.09,2097.849,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2016.12,2165.769,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2017.03,2196.282,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2017.06,2207.933,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2017.09,2229.159,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2017.12,2257.897,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2018.03,2304.56,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2018.06,2357.821,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2018.09,2384.212,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2018.12,2416.096,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2019.03,2469.837,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2019.06,2502.191,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2019.09,2507.034,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2019.12,2502.134,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2020.03,2502.629,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2020.06,2534.126,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2020.09,2588.098,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2020.12,2626.953,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2021.03,2656.609,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2021.06,2692.481,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2021.09,2737.631,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2021.12,2781.938,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2022.03,2834.697,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2022.06,2893.526,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2022.09,2952.243,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2022.12,3026.228,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2023.03,3108.509,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2023.06,3171.218,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2023.09,3210.904,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2023.12,3230.317,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2024.03,3220.878,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2024.06,3211.056,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2024.09,3216.796,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2024.12,3240.165,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2025.03,3278.226,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RS2CT,2025.06,3320.751,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Sales (operating income),Other Services,Current prices,Trend, +BDCQ.SF1RSCA,2016.06,3079.593,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2016.09,3292.213,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2016.12,3456.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2017.03,3317.373,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2017.06,3327.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2017.09,3453.172,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2017.12,3537.993,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2018.03,3409.471,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2018.06,3550.493,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2018.09,3750.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2018.12,3719.97,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2019.03,3688.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2019.06,3747.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2019.09,3964.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2019.12,3963.263,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2020.03,3737.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2020.06,2725.244,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2020.09,3731.055,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2020.12,3926.369,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2021.03,3845.028,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2021.06,4194.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2021.09,3832.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2021.12,3907.783,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2022.03,3892.006,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2022.06,4278.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2022.09,4589.619,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2022.12,4572.831,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2023.03,4508.136,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2023.06,4729.454,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2023.09,4939.187,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2023.12,4804.366,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2024.03,4729.274,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2024.06,4759.63,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2024.09,4930.226,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2024.12,4992.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2025.03,4865.814,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCA,2025.06,4918.645,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF1RSCS,2016.06,3155.216,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2016.09,3260.398,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2016.12,3384.227,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2017.03,3384.662,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2017.06,3413.588,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2017.09,3409.322,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2017.12,3461.409,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2018.03,3494.24,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2018.06,3631.344,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2018.09,3686.017,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2018.12,3651.535,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2019.03,3783.099,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2019.06,3808.886,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2019.09,3864.163,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2019.12,3875.752,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2020.03,3855.047,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2020.06,2705.128,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2020.09,3672.754,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2020.12,3883.843,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2021.03,3977.849,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2021.06,4168.665,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2021.09,3770.542,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2021.12,3866.519,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2022.03,4028.888,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2022.06,4254.897,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2022.09,4466.6,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2022.12,4520.531,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2023.03,4623.694,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2023.06,4799.004,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2023.09,4806.535,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2023.12,4757.142,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2024.03,4841,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2024.06,4828.176,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2024.09,4797.91,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2024.12,4950.201,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2025.03,4973.03,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCS,2025.06,4987.694,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Seasonally adjusted, +BDCQ.SF1RSCT,2016.06,3160.167,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2016.09,3268.514,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2016.12,3362.645,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2017.03,3400.344,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2017.06,3402.484,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2017.09,3421.449,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2017.12,3446.787,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2018.03,3517.019,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2018.06,3618.129,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2018.09,3666.785,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2018.12,3690.232,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2019.03,3753.208,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2019.06,3824.192,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2019.09,3857.253,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2019.12,3869.253,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2020.03,3873.034,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2020.06,3337.02,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2020.09,3819.873,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2020.12,3877.074,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2021.03,3981.814,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2021.06,4084.539,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2021.09,4054.13,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2021.12,3867.2,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2022.03,4031.268,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2022.06,4250.66,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2022.09,4447.725,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2022.12,4527.39,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2023.03,4642.993,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2023.06,4773.248,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2023.09,4800.711,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2023.12,4787.989,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2024.03,4818.298,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2024.06,4819.309,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2024.09,4835.506,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2024.12,4918.384,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2025.03,4978.449,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF1RSCT,2025.06,4991.012,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Sales (operating income),"Arts, Recreation and Other Services",Current,Trend, +BDCQ.SF2AA2CA,2016.06,726.611,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2016.09,679.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2016.12,711.031,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2017.03,703.814,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2017.06,816.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2017.09,828.607,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2017.12,829.187,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2018.03,954.802,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2018.06,1058.967,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2018.09,1087.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2018.12,1118.309,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2019.03,1007.684,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2019.06,1139.96,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2019.09,1076.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2019.12,1036.821,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2020.03,821.351,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2020.06,872.442,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2020.09,1113.127,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2020.12,1126.702,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2021.03,1038.363,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2021.06,1333.336,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2021.09,1341.71,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2021.12,1238.377,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2022.03,1010.208,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2022.06,1325.837,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2022.09,1367.932,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2022.12,1246.532,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2023.03,952.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2023.06,1147.36,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2023.09,1151.531,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2023.12,1130.828,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2024.03,1094.646,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2024.06,1110.943,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2024.09,1134.465,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2024.12,1082.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2025.03,1002.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA2CA,2025.06,997.502,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF2AA3CA,2016.06,763.095,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2016.09,760.118,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2016.12,874.383,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2017.03,845.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2017.06,823.961,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2017.09,904.947,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2017.12,1131.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2018.03,986.879,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2018.06,986.024,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2018.09,980.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2018.12,1099.343,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2019.03,1063.559,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2019.06,1036.563,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2019.09,1023.559,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2019.12,1180.536,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2020.03,987.553,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2020.06,906.278,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2020.09,1106.622,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2020.12,1315.407,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2021.03,1224.482,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2021.06,1279.985,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2021.09,1255.243,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2021.12,1451.346,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2022.03,1352.903,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2022.06,1334.667,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2022.09,1258.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2022.12,1451.054,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2023.03,1407.607,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2023.06,1286.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2023.09,1294.366,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2023.12,1464.788,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2024.03,1344.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2024.06,1317.189,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2024.09,1330.642,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2024.12,1582.681,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2025.03,1522.822,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AA3CA,2025.06,1505.43,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF2AACA,2016.06,1489.706,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2016.09,1439.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2016.12,1585.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2017.03,1548.863,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2017.06,1640.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2017.09,1733.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2017.12,1960.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2018.03,1941.681,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2018.06,2044.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2018.09,2067.62,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2018.12,2217.652,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2019.03,2071.243,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2019.06,2176.523,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2019.09,2100.497,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2019.12,2217.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2020.03,1808.904,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2020.06,1778.72,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2020.09,2219.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2020.12,2442.109,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2021.03,2262.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2021.06,2613.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2021.09,2596.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2021.12,2689.723,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2022.03,2363.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2022.06,2660.505,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2022.09,2626.297,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2022.12,2697.586,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2023.03,2359.767,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2023.06,2434.061,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2023.09,2445.897,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2023.12,2595.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2024.03,2439.576,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2024.06,2428.133,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2024.09,2465.107,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2024.12,2665.589,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2025.03,2525.448,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2AACA,2025.06,2502.932,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF2BB1CA,2016.06,630.108,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2016.09,652.731,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2016.12,657.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2017.03,627.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2017.06,688.486,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2017.09,701.891,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2017.12,711.771,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2018.03,727.368,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2018.06,660.285,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2018.09,759.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2018.12,735.914,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2019.03,634.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2019.06,722.601,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2019.09,673.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2019.12,710.992,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2020.03,621.335,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2020.06,577.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2020.09,528.234,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2020.12,593.05,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2021.03,571.944,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2021.06,614.578,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2021.09,583.595,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2021.12,758.677,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2022.03,720.91,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2022.06,793.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2022.09,777.346,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2022.12,704.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2023.03,789.992,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2023.06,728.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2023.09,709.975,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2023.12,741.784,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2024.03,702.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2024.06,627.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2024.09,701.72,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2024.12,738.528,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2025.03,747.352,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BB1CA,2025.06,730.459,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Mining,Current prices,Unadjusted, +BDCQ.SF2BBCA,2016.06,630.108,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2016.09,652.731,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2016.12,657.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2017.03,627.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2017.06,688.486,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2017.09,701.891,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2017.12,711.771,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2018.03,727.368,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2018.06,660.285,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2018.09,759.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2018.12,735.914,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2019.03,634.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2019.06,722.601,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2019.09,673.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2019.12,710.992,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2020.03,621.335,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2020.06,577.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2020.09,528.234,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2020.12,593.05,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2021.03,571.944,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2021.06,614.578,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2021.09,583.595,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2021.12,758.677,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2022.03,720.91,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2022.06,793.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2022.09,777.346,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2022.12,704.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2023.03,789.992,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2023.06,728.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2023.09,709.975,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2023.12,741.784,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2024.03,702.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2024.06,627.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2024.09,701.72,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2024.12,738.528,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2025.03,747.352,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2BBCA,2025.06,730.459,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Mining,Current,Unadjusted, +BDCQ.SF2CC1CA,2016.06,8583.387,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2016.09,6762.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2016.12,9745.161,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2017.03,9639.343,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2017.06,9644.515,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2017.09,8178.247,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2017.12,10654.044,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2018.03,10387.143,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2018.06,10598.968,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2018.09,8527.784,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2018.12,11181.95,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2019.03,11094.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2019.06,10719.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2019.09,8953.428,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2019.12,12481.606,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2020.03,11323.975,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2020.06,10678.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2020.09,9124.548,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2020.12,11748.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2021.03,11723.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2021.06,11804.28,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2021.09,9987.038,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2021.12,13526.428,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2022.03,12670.56,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2022.06,13041.787,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2022.09,11961.097,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2022.12,14684.663,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2023.03,12989.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2023.06,13378.145,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2023.09,10923.944,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2023.12,13318.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2024.03,13077.535,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2024.06,13276.151,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2024.09,11175.717,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2024.12,15014.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2025.03,15531.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC1CA,2025.06,14776.2,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2016.06,381.108,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2016.09,365.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2016.12,336.06,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2017.03,379.005,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2017.06,363.829,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2017.09,362.323,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2017.12,372.797,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2018.03,377.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2018.06,396.162,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2018.09,388.968,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2018.12,368.726,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2019.03,380.822,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2019.06,341.389,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2019.09,362.39,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2019.12,346.191,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2020.03,308.116,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2020.06,222.776,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2020.09,330.791,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2020.12,315.824,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2021.03,317.27,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2021.06,316.151,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2021.09,340.224,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2021.12,358.338,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2022.03,349.506,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2022.06,367.866,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2022.09,388.96,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2022.12,366.553,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2023.03,353.324,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2023.06,343.832,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2023.09,356.081,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2023.12,348.803,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2024.03,359.464,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2024.06,352.057,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2024.09,347.573,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2024.12,292.577,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2025.03,325.249,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC2CA,2025.06,316.327,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC3CA,2016.06,1749.535,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2016.09,1726.374,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2016.12,1611.543,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2017.03,1584.134,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2017.06,1713.337,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2017.09,1775.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2017.12,1705.49,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2018.03,1677.047,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2018.06,1855.671,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2018.09,1807.769,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2018.12,1810.018,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2019.03,1728.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2019.06,1896.154,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2019.09,1872.256,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2019.12,1790.392,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2020.03,1679.871,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2020.06,1439.805,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2020.09,1810.385,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2020.12,1836.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2021.03,1729.517,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2021.06,1968.484,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2021.09,1963.882,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2021.12,2041.197,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2022.03,1979.042,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2022.06,2293.515,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2022.09,2249.776,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2022.12,2032.951,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2023.03,1819.163,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2023.06,1937.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2023.09,1948.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2023.12,1879.869,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2024.03,1819.154,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2024.06,2071.767,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2024.09,2006.703,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2024.12,1803.859,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2025.03,1827.672,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC3CA,2025.06,2009.439,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2016.06,254.092,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2016.09,246.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2016.12,258.927,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2017.03,218.668,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2017.06,225.92,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2017.09,235.919,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2017.12,244.598,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2018.03,239.293,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2018.06,237.354,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2018.09,243.025,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2018.12,260.767,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2019.03,239.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2019.06,223.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2019.09,231.062,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2019.12,227.556,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2020.03,204.501,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2020.06,166.241,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2020.09,196.593,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2020.12,224.441,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2021.03,201.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2021.06,219.538,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2021.09,218.449,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2021.12,221.861,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2022.03,203.313,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2022.06,224.868,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2022.09,254.837,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2022.12,265.676,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2023.03,218.35,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2023.06,223.329,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2023.09,249.318,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2023.12,222.297,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2024.03,205.757,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2024.06,212.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2024.09,232.253,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2024.12,225.538,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2025.03,204.576,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC4CA,2025.06,207.501,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Printing,Current prices,Unadjusted, +BDCQ.SF2CC5CA,2016.06,2792.002,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2016.09,2949.43,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2016.12,3330.022,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2017.03,3288.163,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2017.06,2997.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2017.09,3301.549,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2017.12,3812.037,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2018.03,3545.566,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2018.06,3714.747,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2018.09,3996.547,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2018.12,3868.715,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2019.03,3728.996,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2019.06,3438.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2019.09,3529.338,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2019.12,4018.56,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2020.03,3485.124,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2020.06,2437.33,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2020.09,2904.994,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2020.12,3335.108,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2021.03,3141.74,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2021.06,3250.469,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2021.09,3591.166,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2021.12,4148.666,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2022.03,4191.441,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2022.06,2243.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2022.09,2118.85,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2022.12,2700.744,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2023.03,2117.881,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2023.06,2050.324,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2023.09,1880.649,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2023.12,2222.968,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2024.03,1826.639,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2024.06,1809.867,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2024.09,1789.301,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2024.12,2074.756,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2025.03,1863.309,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC5CA,2025.06,1827.927,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC6CA,2016.06,597.712,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2016.09,615.247,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2016.12,620.816,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2017.03,557.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2017.06,603.397,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2017.09,625.553,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2017.12,637.522,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2018.03,537.556,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2018.06,622.274,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2018.09,677.11,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2018.12,609.255,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2019.03,606.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2019.06,648.694,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2019.09,654.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2019.12,658.609,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2020.03,600.789,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2020.06,501.389,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2020.09,694.439,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2020.12,666.578,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2021.03,641.188,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2021.06,707.606,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2021.09,661.238,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2021.12,796.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2022.03,731.843,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2022.06,790.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2022.09,864.831,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2022.12,777.028,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2023.03,732.102,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2023.06,769.584,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2023.09,791.755,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2023.12,780.487,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2024.03,687.405,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2024.06,748.278,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2024.09,760.501,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2024.12,726.242,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2025.03,659.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC6CA,2025.06,696.839,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2016.06,1702.128,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2016.09,1784.602,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2016.12,1766.335,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2017.03,1768.032,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2017.06,1936.265,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2017.09,2038.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2017.12,1987.54,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2018.03,1816.268,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2018.06,2080.705,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2018.09,2145.688,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2018.12,2085.692,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2019.03,1958.298,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2019.06,2048.732,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2019.09,2216.678,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2019.12,2150.435,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2020.03,1897.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2020.06,1647.704,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2020.09,2117.053,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2020.12,2120.102,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2021.03,2044.379,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2021.06,2412.654,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2021.09,2306.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2021.12,2881.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2022.03,2713.278,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2022.06,2795.213,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2022.09,2944.636,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2022.12,2611.203,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2023.03,2550.926,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2023.06,2532.405,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2023.09,2665.933,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2023.12,2539.447,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2024.03,2288.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2024.06,2478.376,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2024.09,2397.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2024.12,2325.227,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2025.03,2350.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC7CA,2025.06,2431.307,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC8CA,2016.06,1787.061,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2016.09,1839.21,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2016.12,1849.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2017.03,1677.352,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2017.06,1948.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2017.09,1913.476,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2017.12,1852.28,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2018.03,1921.177,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2018.06,2091.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2018.09,2092.797,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2018.12,2062.36,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2019.03,1912.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2019.06,1999.069,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2019.09,2323.305,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2019.12,2210.718,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2020.03,1877.293,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2020.06,1663.858,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2020.09,2064.17,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2020.12,1972.962,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2021.03,1964.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2021.06,2221.949,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2021.09,2255.924,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2021.12,2459.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2022.03,2285.257,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2022.06,2567.827,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2022.09,2736.963,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2022.12,2681.648,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2023.03,2598.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2023.06,2680.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2023.09,2725.388,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2023.12,2553.299,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2024.03,2348.76,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2024.06,2589.102,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2024.09,2776.724,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2024.12,2787.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2025.03,2636.246,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC8CA,2025.06,2890.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF2CC9CA,2016.06,321.875,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2016.09,330.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2016.12,345.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2017.03,314.921,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2017.06,310.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2017.09,316.348,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2017.12,342.618,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2018.03,295.911,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2018.06,307.811,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2018.09,325.249,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2018.12,370.314,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2019.03,309.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2019.06,313.949,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2019.09,374.852,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2019.12,366.746,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2020.03,335.003,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2020.06,291.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2020.09,411.148,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2020.12,399.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2021.03,357.997,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2021.06,377.323,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2021.09,430.886,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2021.12,437.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2022.03,425.89,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2022.06,464.214,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2022.09,488.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2022.12,515.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2023.03,470.95,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2023.06,462.617,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2023.09,494.74,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2023.12,450.114,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2024.03,368.777,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2024.06,396.761,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2024.09,433.745,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2024.12,440.234,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2025.03,358.486,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CC9CA,2025.06,408.146,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF2CCCA,2016.06,18168.9,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2016.09,16620.767,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2016.12,19864.035,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2017.03,19427.368,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2017.06,19744.152,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2017.09,18746.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2017.12,21608.926,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2018.03,20797.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2018.06,21904.91,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2018.09,20204.937,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2018.12,22617.797,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2019.03,21960.456,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2019.06,21629.177,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2019.09,20517.79,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2019.12,24250.813,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2020.03,21711.679,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2020.06,19048.732,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2020.09,19654.121,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2020.12,22618.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2021.03,22121.964,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2021.06,23278.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2021.09,21755.573,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2021.12,26871.527,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2022.03,25550.131,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2022.06,24789.54,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2022.09,24008.17,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2022.12,26635.548,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2023.03,23849.981,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2023.06,24378.415,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2023.09,22036.351,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2023.12,24315.371,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2024.03,22982.221,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2024.06,23934.839,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2024.09,21919.574,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2024.12,25690.618,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2025.03,25757.097,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2CCCA,2025.06,25564.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Manufacturing,Current,Unadjusted, +BDCQ.SF2DD1CA,2016.06,2711.405,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2016.09,2732.58,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2016.12,2442.683,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2017.03,2469.755,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2017.06,3015.831,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2017.09,3369.306,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2017.12,3083.561,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2018.03,2925.038,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2018.06,3014.68,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2018.09,3197.053,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2018.12,3835.478,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2019.03,3505.597,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2019.06,3359.512,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2019.09,3635.558,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2019.12,3139.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2020.03,2963.378,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2020.06,3273.143,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2020.09,3756.528,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2020.12,3287.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2021.03,3979.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2021.06,5148.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2021.09,4046.695,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2021.12,3090.461,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2022.03,3876.671,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2022.06,4563.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2022.09,3488.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2022.12,3207.461,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2023.03,3854.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2023.06,3619.716,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2023.09,4304.837,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2023.12,4207.164,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2024.03,4537.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2024.06,5818.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2024.09,6393.201,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2024.12,3537.017,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2025.03,4951.19,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DD1CA,2025.06,5572.861,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF2DDCA,2016.06,2711.405,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2016.09,2732.58,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2016.12,2442.683,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2017.03,2469.755,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2017.06,3015.831,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2017.09,3369.306,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2017.12,3083.561,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2018.03,2925.038,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2018.06,3014.68,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2018.09,3197.053,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2018.12,3835.478,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2019.03,3505.597,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2019.06,3359.512,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2019.09,3635.558,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2019.12,3139.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2020.03,2963.378,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2020.06,3273.143,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2020.09,3756.528,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2020.12,3287.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2021.03,3979.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2021.06,5148.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2021.09,4046.695,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2021.12,3090.461,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2022.03,3876.671,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2022.06,4563.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2022.09,3488.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2022.12,3207.461,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2023.03,3854.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2023.06,3619.716,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2023.09,4304.837,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2023.12,4207.164,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2024.03,4537.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2024.06,5818.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2024.09,6393.201,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2024.12,3537.017,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2025.03,4951.19,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2DDCA,2025.06,5572.861,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF2EE1CA,2016.06,9403.937,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2016.09,9709.858,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2016.12,9863.187,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2017.03,9537.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2017.06,10737.198,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2017.09,10720.522,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2017.12,11186.48,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2018.03,9979.557,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2018.06,11672.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2018.09,11767.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2018.12,11985.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2019.03,11111.972,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2019.06,12246.463,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2019.09,12705.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2019.12,12922.987,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2020.03,11900.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2020.06,9821.176,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2020.09,13369.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2020.12,13678.773,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2021.03,13018.089,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2021.06,14623.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2021.09,13550.81,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2021.12,15820.685,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2022.03,15303.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2022.06,16875.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2022.09,17339.431,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2022.12,17929.946,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2023.03,15691.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2023.06,18151.611,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2023.09,18183.406,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2023.12,17655.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2024.03,15746.307,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2024.06,16949.057,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2024.09,16737.271,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2024.12,16091.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2025.03,14981.342,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EE1CA,2025.06,15659.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Construction,Current prices,Unadjusted, +BDCQ.SF2EECA,2016.06,9403.937,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2016.09,9709.858,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2016.12,9863.187,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2017.03,9537.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2017.06,10737.198,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2017.09,10720.522,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2017.12,11186.48,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2018.03,9979.557,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2018.06,11672.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2018.09,11767.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2018.12,11985.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2019.03,11111.972,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2019.06,12246.463,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2019.09,12705.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2019.12,12922.987,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2020.03,11900.877,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2020.06,9821.176,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2020.09,13369.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2020.12,13678.773,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2021.03,13018.089,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2021.06,14623.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2021.09,13550.81,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2021.12,15820.685,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2022.03,15303.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2022.06,16875.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2022.09,17339.431,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2022.12,17929.946,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2023.03,15691.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2023.06,18151.611,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2023.09,18183.406,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2023.12,17655.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2024.03,15746.307,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2024.06,16949.057,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2024.09,16737.271,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2024.12,16091.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2025.03,14981.342,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2EECA,2025.06,15659.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Construction,Current,Unadjusted, +BDCQ.SF2FF1CA,2016.06,19440.994,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2016.09,20095.844,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2016.12,21698.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2017.03,19618.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2017.06,20722.406,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2017.09,21584.24,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2017.12,23827.694,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2018.03,21159.823,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2018.06,22319.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2018.09,23442.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2018.12,25174.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2019.03,22190.224,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2019.06,22901.372,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2019.09,24002.3,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2019.12,25424.584,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2020.03,22173.957,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2020.06,20302.188,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2020.09,24335.52,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2020.12,25350.286,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2021.03,23809.401,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2021.06,25409.23,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2021.09,27534.099,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2021.12,30217.156,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2022.03,27638.257,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2022.06,30975.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2022.09,34267.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2022.12,36114.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2023.03,31812.12,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2023.06,31526.491,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2023.09,33025.906,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2023.12,34775.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2024.03,30794.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2024.06,30671.266,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2024.09,32096.869,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2024.12,34340.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2025.03,31834.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FF1CA,2025.06,31809.146,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF2FFCA,2016.06,19440.994,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2016.09,20095.844,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2016.12,21698.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2017.03,19618.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2017.06,20722.406,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2017.09,21584.24,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2017.12,23827.694,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2018.03,21159.823,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2018.06,22319.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2018.09,23442.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2018.12,25174.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2019.03,22190.224,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2019.06,22901.372,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2019.09,24002.3,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2019.12,25424.584,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2020.03,22173.957,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2020.06,20302.188,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2020.09,24335.52,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2020.12,25350.286,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2021.03,23809.401,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2021.06,25409.23,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2021.09,27534.099,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2021.12,30217.156,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2022.03,27638.257,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2022.06,30975.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2022.09,34267.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2022.12,36114.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2023.03,31812.12,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2023.06,31526.491,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2023.09,33025.906,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2023.12,34775.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2024.03,30794.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2024.06,30671.266,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2024.09,32096.869,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2024.12,34340.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2025.03,31834.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2FFCA,2025.06,31809.146,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Wholesale Trade,Current,Unadjusted, +BDCQ.SF2GH1CA,2017.09,15519.691,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2017.12,17618.17,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2018.03,15950.345,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2018.06,16094.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2018.09,16219.542,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2018.12,18043.145,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2019.03,16308.572,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2019.06,16507.237,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2019.09,16709.23,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2019.12,18657.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2020.03,16997.676,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2020.06,14402.747,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2020.09,17751.9,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2020.12,19618.947,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2021.03,18187.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2021.06,18945.905,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2021.09,18399.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2021.12,21879.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2022.03,20284.472,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2022.06,19974.869,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2022.09,20342.236,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2022.12,22549.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2023.03,20475.85,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2023.06,20363.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2023.09,20347.037,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2023.12,22289.551,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2024.03,20251.601,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2024.06,19890.604,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2024.09,20064.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2024.12,22164.917,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2025.03,20692.958,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH1CA,2025.06,20441.268,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Retail Trade,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2017.09,2288.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2017.12,2433.972,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2018.03,2390.095,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2018.06,2393.856,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2018.09,2333.112,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2018.12,2595.18,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2019.03,2486.149,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2019.06,2459.955,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2019.09,2496.385,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2019.12,2761.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2020.03,2505.243,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2020.06,1607.309,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2020.09,2286.653,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2020.12,2586.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2021.03,2446.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2021.06,2639.743,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2021.09,2266.58,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2021.12,2500.112,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2022.03,2447.059,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2022.06,2666.863,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2022.09,2979.189,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2022.12,3131.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2023.03,3053.666,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2023.06,3073.853,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2023.09,3123.958,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2023.12,3294.944,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2024.03,3222.053,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2024.06,3108.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2024.09,3163.808,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2024.12,3488.848,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2025.03,3277.318,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GH2CA,2025.06,3246.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF2GHCA,2017.09,17808.441,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2017.12,20052.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2018.03,18340.44,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2018.06,18487.95,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2018.09,18552.654,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2018.12,20638.325,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2019.03,18794.721,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2019.06,18967.192,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2019.09,19205.615,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2019.12,21418.706,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2020.03,19502.919,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2020.06,16010.056,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2020.09,20038.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2020.12,22205.756,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2021.03,20634.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2021.06,21585.648,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2021.09,20665.662,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2021.12,24379.152,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2022.03,22731.531,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2022.06,22641.732,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2022.09,23321.425,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2022.12,25681.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2023.03,23529.516,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2023.06,23437.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2023.09,23470.995,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2023.12,25584.495,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2024.03,23473.654,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2024.06,22998.698,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2024.09,23228.165,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2024.12,25653.765,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2025.03,23970.276,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2GHCA,2025.06,23687.901,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF2II1CA,2016.06,4063.49,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2016.09,4136.036,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2016.12,4303.676,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2017.03,4265.642,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2017.06,4374.925,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2017.09,4414.748,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2017.12,4670.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2018.03,4554.501,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2018.06,4657.224,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2018.09,4724.032,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2018.12,4962.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2019.03,4731.799,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2019.06,4861.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2019.09,4844.531,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2019.12,5110.669,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2020.03,4917.014,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2020.06,3368.629,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2020.09,3840.413,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2020.12,4131.547,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2021.03,4101.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2021.06,4559.581,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2021.09,4527.678,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2021.12,5018.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2022.03,4930.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2022.06,5748.233,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2022.09,6381.796,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2022.12,6439.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2023.03,6080.105,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2023.06,6175.028,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2023.09,6220.583,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2023.12,6495.25,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2024.03,6122.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2024.06,6169.857,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2024.09,6053.828,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2024.12,6352.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2025.03,6225.564,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2II1CA,2025.06,6173.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF2IICA,2016.06,4063.49,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2016.09,4136.036,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2016.12,4303.676,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2017.03,4265.642,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2017.06,4374.925,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2017.09,4414.748,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2017.12,4670.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2018.03,4554.501,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2018.06,4657.224,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2018.09,4724.032,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2018.12,4962.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2019.03,4731.799,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2019.06,4861.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2019.09,4844.531,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2019.12,5110.669,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2020.03,4917.014,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2020.06,3368.629,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2020.09,3840.413,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2020.12,4131.547,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2021.03,4101.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2021.06,4559.581,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2021.09,4527.678,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2021.12,5018.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2022.03,4930.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2022.06,5748.233,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2022.09,6381.796,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2022.12,6439.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2023.03,6080.105,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2023.06,6175.028,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2023.09,6220.583,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2023.12,6495.25,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2024.03,6122.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2024.06,6169.857,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2024.09,6053.828,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2024.12,6352.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2025.03,6225.564,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2IICA,2025.06,6173.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF2JJ1CA,2016.06,1970.738,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2016.09,2206.073,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2016.12,2125.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2017.03,2005.618,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2017.06,2130.263,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2017.09,2249.979,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2017.12,2102.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2018.03,2006.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2018.06,2035.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2018.09,2129.167,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2018.12,2232.89,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2019.03,2129.856,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2019.06,2300.842,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2019.09,2321.751,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2019.12,2423.456,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2020.03,2125.17,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2020.06,1851.64,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2020.09,2180.023,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2020.12,2362.876,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2021.03,2202.698,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2021.06,2290.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2021.09,2417.397,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2021.12,2731.315,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2022.03,2414.98,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2022.06,2527.329,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2022.09,2718.618,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2022.12,2882.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2023.03,2709.429,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2023.06,2787.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2023.09,2916.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2023.12,2888.057,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2024.03,2609.042,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2024.06,2676.377,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2024.09,2779.349,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2024.12,3124.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2025.03,2781.905,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJ1CA,2025.06,2652.234,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF2JJCA,2016.06,1970.738,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2016.09,2206.073,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2016.12,2125.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2017.03,2005.618,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2017.06,2130.263,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2017.09,2249.979,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2017.12,2102.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2018.03,2006.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2018.06,2035.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2018.09,2129.167,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2018.12,2232.89,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2019.03,2129.856,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2019.06,2300.842,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2019.09,2321.751,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2019.12,2423.456,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2020.03,2125.17,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2020.06,1851.64,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2020.09,2180.023,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2020.12,2362.876,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2021.03,2202.698,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2021.06,2290.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2021.09,2417.397,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2021.12,2731.315,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2022.03,2414.98,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2022.06,2527.329,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2022.09,2718.618,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2022.12,2882.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2023.03,2709.429,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2023.06,2787.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2023.09,2916.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2023.12,2888.057,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2024.03,2609.042,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2024.06,2676.377,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2024.09,2779.349,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2024.12,3124.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2025.03,2781.905,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2JJCA,2025.06,2652.234,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF2LL1CA,2016.06,3666.144,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2016.09,3753.868,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2016.12,3883.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2017.03,3609.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2017.06,3755.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2017.09,3853.619,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2017.12,4244.373,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2018.03,3919.556,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2018.06,4239.028,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2018.09,4336.773,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2018.12,4788.088,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2019.03,4337.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2019.06,4499.564,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2019.09,4624.867,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2019.12,5075.438,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2020.03,4279.018,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2020.06,3501.964,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2020.09,4316.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2020.12,4880.191,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2021.03,4666.301,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2021.06,5017.399,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2021.09,4937.825,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2021.12,5523.098,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2022.03,4893.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2022.06,5300.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2022.09,5320.782,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2022.12,5417.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2023.03,4885.192,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2023.06,5276.446,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2023.09,5239.514,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2023.12,5421.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2024.03,4941.097,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2024.06,5134.082,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2024.09,5235.604,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2024.12,5356.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2025.03,4685.26,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LL1CA,2025.06,5083.311,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF2LLCA,2016.06,3666.144,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2016.09,3753.868,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2016.12,3883.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2017.03,3609.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2017.06,3755.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2017.09,3853.619,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2017.12,4244.373,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2018.03,3919.556,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2018.06,4239.028,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2018.09,4336.773,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2018.12,4788.088,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2019.03,4337.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2019.06,4499.564,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2019.09,4624.867,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2019.12,5075.438,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2020.03,4279.018,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2020.06,3501.964,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2020.09,4316.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2020.12,4880.191,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2021.03,4666.301,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2021.06,5017.399,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2021.09,4937.825,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2021.12,5523.098,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2022.03,4893.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2022.06,5300.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2022.09,5320.782,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2022.12,5417.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2023.03,4885.192,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2023.06,5276.446,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2023.09,5239.514,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2023.12,5421.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2024.03,4941.097,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2024.06,5134.082,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2024.09,5235.604,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2024.12,5356.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2025.03,4685.26,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2LLCA,2025.06,5083.311,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF2MN1CA,2016.06,4021.339,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2016.09,3942.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2016.12,4048.225,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2017.03,3863.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2017.06,4297.593,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2017.09,4290.188,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2017.12,4479.352,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2018.03,4157.549,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2018.06,4740.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2018.09,4740.973,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2018.12,5049.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2019.03,4634.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2019.06,5191.417,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2019.09,5138.297,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2019.12,5338.202,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2020.03,4736.102,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2020.06,4372.731,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2020.09,5085.325,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2020.12,5273.212,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2021.03,4852.331,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2021.06,5827.492,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2021.09,5631.932,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2021.12,6088.644,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2022.03,5546.301,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2022.06,6260.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2022.09,6578.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2022.12,6786.025,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2023.03,6073.846,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2023.06,6773.675,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2023.09,6862.927,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2023.12,6820.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2024.03,6038.411,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2024.06,6641.297,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2024.09,6679.153,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2024.12,6744.981,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2025.03,6339.909,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN1CA,2025.06,6884.942,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF2MN2CA,2016.06,2052.551,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2016.09,2021.719,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2016.12,1981.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2017.03,1840.911,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2017.06,2244.945,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2017.09,2205.213,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2017.12,2280.958,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2018.03,2171.203,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2018.06,2677.136,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2018.09,2302.323,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2018.12,2400.784,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2019.03,2210.944,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2019.06,2388.433,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2019.09,2397.567,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2019.12,2445.759,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2020.03,2164.4,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2020.06,2122.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2020.09,2140.2,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2020.12,1994.778,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2021.03,1822.044,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2021.06,2576.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2021.09,2451.26,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2021.12,2221.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2022.03,1921.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2022.06,2745.071,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2022.09,2811.428,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2022.12,2729.428,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2023.03,2502.522,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2023.06,2922.714,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2023.09,2922.127,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2023.12,2693.05,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2024.03,2569.594,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2024.06,3125.795,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2024.09,2900.098,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2024.12,2956.105,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2025.03,2644.376,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MN2CA,2025.06,3240.355,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF2MNCA,2016.06,6073.89,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2016.09,5964.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2016.12,6029.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2017.03,5704.415,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2017.06,6542.538,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2017.09,6495.401,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2017.12,6760.31,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2018.03,6328.752,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2018.06,7417.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2018.09,7043.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2018.12,7450.484,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2019.03,6845.643,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2019.06,7579.85,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2019.09,7535.864,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2019.12,7783.961,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2020.03,6900.502,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2020.06,6495.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2020.09,7225.524,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2020.12,7267.99,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2021.03,6674.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2021.06,8403.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2021.09,8083.192,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2021.12,8310.34,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2022.03,7467.388,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2022.06,9005.821,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2022.09,9390.038,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2022.12,9515.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2023.03,8576.368,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2023.06,9696.388,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2023.09,9785.054,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2023.12,9513.579,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2024.03,8608.005,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2024.06,9767.092,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2024.09,9579.25,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2024.12,9701.085,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2025.03,8984.285,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2MNCA,2025.06,10125.297,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF2PP1CA,2016.06,263.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2016.09,257.967,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2016.12,269.813,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2017.03,252.415,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2017.06,273.018,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2017.09,281.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2017.12,275.156,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2018.03,257.718,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2018.06,273.013,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2018.09,292.676,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2018.12,284.101,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2019.03,262.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2019.06,279.077,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2019.09,325.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2019.12,322.311,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2020.03,293.901,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2020.06,231.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2020.09,287.145,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2020.12,309.002,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2021.03,276.116,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2021.06,285.814,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2021.09,274.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2021.12,288.306,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2022.03,276.222,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2022.06,324.06,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2022.09,334.734,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2022.12,341.01,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2023.03,314.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2023.06,366.556,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2023.09,351.378,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2023.12,372.95,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2024.03,332.076,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2024.06,378.916,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2024.09,388.933,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2024.12,365.197,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2025.03,340.534,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PP1CA,2025.06,356.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Education and Training,Current prices,Unadjusted, +BDCQ.SF2PPCA,2016.06,263.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2016.09,257.967,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2016.12,269.813,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2017.03,252.415,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2017.06,273.018,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2017.09,281.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2017.12,275.156,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2018.03,257.718,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2018.06,273.013,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2018.09,292.676,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2018.12,284.101,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2019.03,262.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2019.06,279.077,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2019.09,325.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2019.12,322.311,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2020.03,293.901,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2020.06,231.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2020.09,287.145,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2020.12,309.002,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2021.03,276.116,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2021.06,285.814,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2021.09,274.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2021.12,288.306,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2022.03,276.222,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2022.06,324.06,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2022.09,334.734,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2022.12,341.01,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2023.03,314.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2023.06,366.556,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2023.09,351.378,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2023.12,372.95,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2024.03,332.076,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2024.06,378.916,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2024.09,388.933,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2024.12,365.197,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2025.03,340.534,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2PPCA,2025.06,356.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Education and Training,Current,Unadjusted, +BDCQ.SF2QQ1CA,2016.06,1468.732,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2016.09,1495.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2016.12,1406.741,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2017.03,1416.155,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2017.06,1515.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2017.09,1538.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2017.12,1539.485,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2018.03,1482.096,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2018.06,1669.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2018.09,1687.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2018.12,1577.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2019.03,1557.697,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2019.06,1741.591,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2019.09,1758.76,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2019.12,1796.746,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2020.03,1761.188,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2020.06,1705.672,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2020.09,2015.292,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2020.12,2022.907,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2021.03,1889.15,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2021.06,2126.942,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2021.09,2110.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2021.12,2148.434,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2022.03,2068.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2022.06,2372.666,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2022.09,2447.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2022.12,2373.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2023.03,2242.18,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2023.06,2481.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2023.09,2514.009,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2023.12,2530.659,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2024.03,2456.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2024.06,2645.778,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2024.09,2738.322,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2024.12,2652.964,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2025.03,2514.693,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQ1CA,2025.06,2756.131,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF2QQCA,2016.06,1468.732,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2016.09,1495.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2016.12,1406.741,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2017.03,1416.155,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2017.06,1515.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2017.09,1538.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2017.12,1539.485,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2018.03,1482.096,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2018.06,1669.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2018.09,1687.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2018.12,1577.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2019.03,1557.697,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2019.06,1741.591,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2019.09,1758.76,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2019.12,1796.746,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2020.03,1761.188,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2020.06,1705.672,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2020.09,2015.292,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2020.12,2022.907,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2021.03,1889.15,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2021.06,2126.942,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2021.09,2110.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2021.12,2148.434,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2022.03,2068.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2022.06,2372.666,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2022.09,2447.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2022.12,2373.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2023.03,2242.18,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2023.06,2481.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2023.09,2514.009,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2023.12,2530.659,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2024.03,2456.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2024.06,2645.778,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2024.09,2738.322,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2024.12,2652.964,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2025.03,2514.693,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2QQCA,2025.06,2756.131,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF2RS1CA,2016.06,571.562,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2016.09,573.242,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2016.12,623.546,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2017.03,575.078,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2017.06,607.575,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2017.09,586.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2017.12,603.444,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2018.03,621.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2018.06,649.2,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2018.09,652.041,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2018.12,709.224,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2019.03,674.433,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2019.06,682.74,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2019.09,675.864,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2019.12,744.659,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2020.03,696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2020.06,427.642,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2020.09,602.856,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2020.12,699.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2021.03,652.224,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2021.06,730.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2021.09,650.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2021.12,605.37,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2022.03,581.824,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2022.06,666.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2022.09,749.718,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2022.12,802.141,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2023.03,758.744,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2023.06,786.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2023.09,862.3,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2023.12,819.482,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2024.03,843.092,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2024.06,817.854,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2024.09,792.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2024.12,868.746,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2025.03,870.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS1CA,2025.06,867.381,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2016.06,1384.423,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2016.09,1402.993,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2016.12,1462.745,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2017.03,1362.83,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2017.06,1449.193,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2017.09,1558.657,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2017.12,1519.367,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2018.03,1437.247,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2018.06,1554.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2018.09,1616.389,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2018.12,1619.946,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2019.03,1531.721,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2019.06,1637.857,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2019.09,1742.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2019.12,1728.472,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2020.03,1563.468,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2020.06,1309.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2020.09,1728.879,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2020.12,1724.505,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2021.03,1653.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2021.06,1834.033,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2021.09,1782.289,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2021.12,1865.567,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2022.03,1815.403,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2022.06,1978.559,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2022.09,2110.608,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2022.12,2116.34,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2023.03,1962.861,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2023.06,2153.351,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2023.09,2192.23,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2023.12,2212.299,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2024.03,2036.735,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2024.06,2177.225,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2024.09,2268.899,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2024.12,2165.44,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2025.03,2078.665,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RS2CA,2025.06,2201.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Purchases and operating expenditure,Other Services,Current prices,Unadjusted, +BDCQ.SF2RSCA,2016.06,1955.985,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2016.09,1976.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2016.12,2086.291,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2017.03,1937.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2017.06,2056.768,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2017.09,2145.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2017.12,2122.811,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2018.03,2058.669,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2018.06,2203.856,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2018.09,2268.43,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2018.12,2329.17,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2019.03,2206.154,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2019.06,2320.597,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2019.09,2418.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2019.12,2473.131,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2020.03,2259.468,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2020.06,1736.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2020.09,2331.735,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2020.12,2423.979,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2021.03,2305.264,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2021.06,2564.935,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2021.09,2432.889,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2021.12,2470.937,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2022.03,2397.228,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2022.06,2644.566,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2022.09,2860.326,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2022.12,2918.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2023.03,2721.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2023.06,2939.936,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2023.09,3054.529,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2023.12,3031.782,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2024.03,2879.827,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2024.06,2995.079,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2024.09,3060.939,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2024.12,3034.186,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2025.03,2949.139,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF2RSCA,2025.06,3069.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Purchases and operating expenditure,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3AA2CA,2016.06,65.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2016.09,66.088,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2016.12,72.872,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2017.03,69.398,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2017.06,74.397,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2017.09,75.9,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2017.12,81.895,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2018.03,74.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2018.06,79.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2018.09,81.839,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2018.12,89.402,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2019.03,81.395,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2019.06,86.854,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2019.09,81.939,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2019.12,91.781,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2020.03,78.472,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2020.06,79.002,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2020.09,88.719,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2020.12,93.38,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2021.03,88.814,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2021.06,98.222,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2021.09,95.306,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2021.12,101.688,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2022.03,93.715,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2022.06,95.614,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2022.09,94.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2022.12,99.338,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2023.03,91.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2023.06,95.25,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2023.09,92.528,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2023.12,96.436,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2024.03,92.521,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2024.06,93.858,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2024.09,95.098,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2024.12,101.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2025.03,92.598,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA2CA,2025.06,98.016,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF3AA3CA,2016.06,248.614,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2016.09,262.537,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2016.12,275.79,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2017.03,282.589,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2017.06,267.714,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2017.09,286.859,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2017.12,335.184,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2018.03,317.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2018.06,295.189,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2018.09,318.822,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2018.12,362.161,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2019.03,361.866,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2019.06,322.223,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2019.09,329.301,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2019.12,389.322,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2020.03,356.854,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2020.06,340.58,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2020.09,357.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2020.12,401.85,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2021.03,385.068,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2021.06,369.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2021.09,385.306,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2021.12,419.618,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2022.03,416.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2022.06,396.84,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2022.09,411.695,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2022.12,436.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2023.03,451.609,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2023.06,423.813,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2023.09,449.925,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2023.12,495.013,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2024.03,482.743,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2024.06,442.47,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2024.09,472.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2024.12,523.044,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2025.03,481.249,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AA3CA,2025.06,454.361,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF3AACA,2016.06,313.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2016.09,328.625,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2016.12,348.662,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2017.03,351.987,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2017.06,342.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2017.09,362.759,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2017.12,417.079,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2018.03,391.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2018.06,374.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2018.09,400.661,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2018.12,451.563,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2019.03,443.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2019.06,409.077,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2019.09,411.24,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2019.12,481.103,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2020.03,435.326,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2020.06,419.583,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2020.09,446.135,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2020.12,495.23,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2021.03,473.882,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2021.06,467.822,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2021.09,480.612,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2021.12,521.307,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2022.03,509.92,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2022.06,492.454,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2022.09,506.619,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2022.12,535.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2023.03,543.017,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2023.06,519.062,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2023.09,542.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2023.12,591.45,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2024.03,575.264,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2024.06,536.328,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2024.09,567.401,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2024.12,624.511,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2025.03,573.847,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3AACA,2025.06,552.377,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF3BB1CA,2016.06,142.381,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2016.09,139.121,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2016.12,130.689,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2017.03,150.517,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2017.06,153.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2017.09,155.55,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2017.12,152.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2018.03,142.389,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2018.06,158.069,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2018.09,145.363,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2018.12,146.51,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2019.03,152.792,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2019.06,158.622,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2019.09,150.089,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2019.12,159.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2020.03,148.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2020.06,143.966,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2020.09,127.264,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2020.12,143.061,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2021.03,145.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2021.06,144.914,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2021.09,153.799,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2021.12,165.566,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2022.03,166.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2022.06,176.322,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2022.09,169.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2022.12,179.528,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2023.03,182.146,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2023.06,196.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2023.09,185.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2023.12,195.27,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2024.03,199.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2024.06,206.484,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2024.09,205.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2024.12,207.782,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2025.03,208.401,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BB1CA,2025.06,219.248,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Mining,Current prices,Unadjusted, +BDCQ.SF3BBCA,2016.06,142.381,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2016.09,139.121,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2016.12,130.689,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2017.03,150.517,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2017.06,153.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2017.09,155.55,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2017.12,152.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2018.03,142.389,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2018.06,158.069,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2018.09,145.363,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2018.12,146.51,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2019.03,152.792,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2019.06,158.622,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2019.09,150.089,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2019.12,159.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2020.03,148.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2020.06,143.966,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2020.09,127.264,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2020.12,143.061,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2021.03,145.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2021.06,144.914,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2021.09,153.799,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2021.12,165.566,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2022.03,166.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2022.06,176.322,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2022.09,169.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2022.12,179.528,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2023.03,182.146,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2023.06,196.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2023.09,185.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2023.12,195.27,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2024.03,199.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2024.06,206.484,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2024.09,205.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2024.12,207.782,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2025.03,208.401,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3BBCA,2025.06,219.248,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Mining,Current,Unadjusted, +BDCQ.SF3CC1CA,2016.06,1231.999,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2016.09,1146.566,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2016.12,1280.539,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2017.03,1267.637,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2017.06,1267.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2017.09,1214.018,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2017.12,1379.011,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2018.03,1361.223,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2018.06,1396.91,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2018.09,1275.631,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2018.12,1434.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2019.03,1447.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2019.06,1442.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2019.09,1359.074,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2019.12,1521.569,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2020.03,1526.376,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2020.06,1530.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2020.09,1485.653,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2020.12,1569.155,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2021.03,1601.536,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2021.06,1563.681,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2021.09,1514.64,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2021.12,1648.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2022.03,1667.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2022.06,1682.439,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2022.09,1663.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2022.12,1792.085,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2023.03,1813.334,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2023.06,1864.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2023.09,1815.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2023.12,1912.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2024.03,1942.134,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2024.06,1942.87,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2024.09,1838.612,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2024.12,1979.609,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2025.03,1961.525,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC1CA,2025.06,1959.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2016.06,109.105,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2016.09,106.847,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2016.12,108.161,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2017.03,104.175,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2017.06,112.105,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2017.09,107.964,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2017.12,111.917,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2018.03,101.647,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2018.06,108.899,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2018.09,105.575,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2018.12,112.867,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2019.03,98.716,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2019.06,106.266,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2019.09,106.947,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2019.12,111.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2020.03,97.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2020.06,90.484,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2020.09,102.967,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2020.12,106.003,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2021.03,103.256,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2021.06,110.962,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2021.09,107.397,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2021.12,117.523,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2022.03,114.397,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2022.06,125.015,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2022.09,122.511,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2022.12,128.479,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2023.03,121.94,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2023.06,131.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2023.09,127.179,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2023.12,129.552,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2024.03,121.863,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2024.06,129.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2024.09,122.296,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2024.12,126.656,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2025.03,115.372,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC2CA,2025.06,122.305,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC3CA,2016.06,332.454,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2016.09,329.833,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2016.12,349.092,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2017.03,327.663,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2017.06,362.315,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2017.09,361.297,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2017.12,385.619,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2018.03,362.077,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2018.06,363.638,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2018.09,364.857,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2018.12,385.118,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2019.03,343.71,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2019.06,377.165,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2019.09,372.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2019.12,409.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2020.03,376.389,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2020.06,362.556,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2020.09,381.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2020.12,389.337,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2021.03,382.368,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2021.06,408.05,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2021.09,426.112,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2021.12,432.132,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2022.03,418.116,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2022.06,440.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2022.09,440.155,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2022.12,439.589,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2023.03,416.557,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2023.06,448.978,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2023.09,442.624,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2023.12,446.935,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2024.03,427.816,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2024.06,447.601,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2024.09,440.602,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2024.12,445.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2025.03,416.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC3CA,2025.06,438.401,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2016.06,100.652,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2016.09,102.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2016.12,105.161,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2017.03,97.681,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2017.06,101.903,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2017.09,103.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2017.12,107.175,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2018.03,98.39,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2018.06,103.348,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2018.09,103.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2018.12,108.533,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2019.03,97.114,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2019.06,99.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2019.09,101.353,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2019.12,105.93,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2020.03,94.349,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2020.06,81.997,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2020.09,95.521,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2020.12,96.913,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2021.03,88.999,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2021.06,99.912,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2021.09,95.533,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2021.12,99.318,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2022.03,91.508,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2022.06,96.02,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2022.09,99.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2022.12,102.179,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2023.03,93.472,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2023.06,99.958,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2023.09,99.337,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2023.12,103.57,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2024.03,93.914,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2024.06,96.831,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2024.09,97.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2024.12,99.841,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2025.03,89.447,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC4CA,2025.06,94.017,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Printing,Current prices,Unadjusted, +BDCQ.SF3CC5CA,2016.06,381.104,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2016.09,374.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2016.12,390.568,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2017.03,377.765,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2017.06,398.07,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2017.09,395.611,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2017.12,409.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2018.03,392.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2018.06,420.064,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2018.09,406.156,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2018.12,430.868,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2019.03,403.571,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2019.06,423.161,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2019.09,422.033,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2019.12,447.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2020.03,407.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2020.06,421.515,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2020.09,422.079,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2020.12,431.821,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2021.03,421.091,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2021.06,432.534,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2021.09,422.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2021.12,440.639,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2022.03,427.587,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2022.06,428.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2022.09,426.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2022.12,436.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2023.03,422.702,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2023.06,446.268,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2023.09,421.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2023.12,445.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2024.03,435.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2024.06,446.116,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2024.09,435.695,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2024.12,464.898,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2025.03,431.8,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC5CA,2025.06,455.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC6CA,2016.06,150.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2016.09,154.818,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2016.12,158.299,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2017.03,145.449,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2017.06,155.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2017.09,152.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2017.12,159.175,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2018.03,149.102,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2018.06,160.154,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2018.09,165.534,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2018.12,172.46,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2019.03,164.262,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2019.06,166.538,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2019.09,167.71,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2019.12,177.242,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2020.03,165.1,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2020.06,157.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2020.09,178.2,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2020.12,183.198,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2021.03,170.882,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2021.06,188.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2021.09,173.377,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2021.12,201.206,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2022.03,194.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2022.06,194.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2022.09,205.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2022.12,196.013,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2023.03,183.547,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2023.06,206.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2023.09,212.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2023.12,218.26,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2024.03,198.293,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2024.06,205.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2024.09,201.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2024.12,204.055,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2025.03,188.643,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC6CA,2025.06,195.46,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2016.06,443.17,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2016.09,435.995,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2016.12,475.632,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2017.03,432.501,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2017.06,468.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2017.09,475.158,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2017.12,508.674,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2018.03,467.519,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2018.06,502.443,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2018.09,505.984,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2018.12,546.334,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2019.03,491.905,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2019.06,514.115,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2019.09,528.659,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2019.12,569.374,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2020.03,508.024,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2020.06,485.023,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2020.09,539.855,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2020.12,551.148,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2021.03,522.382,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2021.06,548.331,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2021.09,549.267,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2021.12,598.961,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2022.03,572.016,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2022.06,615.663,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2022.09,632.911,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2022.12,651.529,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2023.03,615.706,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2023.06,645.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2023.09,650.096,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2023.12,678.362,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2024.03,630.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2024.06,642.348,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2024.09,640.839,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2024.12,662.705,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2025.03,598.013,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC7CA,2025.06,629.62,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC8CA,2016.06,653.573,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2016.09,650.691,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2016.12,657.659,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2017.03,650.317,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2017.06,686.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2017.09,691.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2017.12,718.184,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2018.03,678.146,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2018.06,719.19,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2018.09,716.143,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2018.12,747.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2019.03,715.783,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2019.06,725.904,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2019.09,750.996,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2019.12,768.5,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2020.03,727.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2020.06,699.457,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2020.09,829.357,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2020.12,762.046,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2021.03,754.423,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2021.06,782.51,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2021.09,822.546,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2021.12,843.466,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2022.03,861.21,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2022.06,897.241,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2022.09,891.736,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2022.12,928.674,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2023.03,932.329,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2023.06,963.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2023.09,967.576,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2023.12,988.466,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2024.03,957.818,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2024.06,1014.002,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2024.09,1006.925,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2024.12,1055.919,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2025.03,980.983,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC8CA,2025.06,1027.85,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF3CC9CA,2016.06,108.497,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2016.09,108.378,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2016.12,117.519,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2017.03,105.828,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2017.06,114.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2017.09,116.592,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2017.12,123.867,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2018.03,111.134,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2018.06,115.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2018.09,118.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2018.12,130.171,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2019.03,113.905,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2019.06,120.155,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2019.09,122.816,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2019.12,137.001,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2020.03,118.103,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2020.06,109.673,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2020.09,123.994,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2020.12,131.074,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2021.03,125.575,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2021.06,135.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2021.09,137.265,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2021.12,150.686,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2022.03,140.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2022.06,147.362,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2022.09,150.642,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2022.12,158.862,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2023.03,147.121,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2023.06,152.276,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2023.09,153.196,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2023.12,161.748,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2024.03,149.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2024.06,154.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2024.09,153.243,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2024.12,162.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2025.03,141.947,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CC9CA,2025.06,151.348,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF3CCCA,2016.06,3511.456,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2016.09,3410.149,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2016.12,3642.63,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2017.03,3509.016,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2017.06,3667.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2017.09,3618.525,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2017.12,3902.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2018.03,3721.454,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2018.06,3890.245,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2018.09,3761.865,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2018.12,4068.274,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2019.03,3876.313,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2019.06,3975.531,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2019.09,3932.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2019.12,4248.469,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2020.03,4020.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2020.06,3938.455,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2020.09,4159.379,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2020.12,4220.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2021.03,4170.511,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2021.06,4270.559,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2021.09,4248.185,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2021.12,4532.886,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2022.03,4487.029,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2022.06,4627.727,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2022.09,4632.681,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2022.12,4834.163,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2023.03,4746.708,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2023.06,4959.566,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2023.09,4888.722,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2023.12,5084.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2024.03,4957.01,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2024.06,5079.533,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2024.09,4937.427,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2024.12,5201.075,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2025.03,4924.345,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3CCCA,2025.06,5074.207,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Manufacturing,Current,Unadjusted, +BDCQ.SF3DD1CA,2016.06,339.706,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2016.09,338.307,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2016.12,349.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2017.03,338.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2017.06,363.317,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2017.09,372.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2017.12,385.77,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2018.03,377.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2018.06,395.927,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2018.09,403.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2018.12,414.314,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2019.03,392.792,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2019.06,419.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2019.09,426.688,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2019.12,420.872,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2020.03,422.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2020.06,442.471,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2020.09,451.874,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2020.12,451.507,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2021.03,450.151,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2021.06,480.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2021.09,491.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2021.12,475.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2022.03,486.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2022.06,511.44,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2022.09,535.979,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2022.12,543.196,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2023.03,548.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2023.06,570.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2023.09,595.724,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2023.12,591.189,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2024.03,593.881,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2024.06,613.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2024.09,636.614,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2024.12,634.241,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2025.03,627.225,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DD1CA,2025.06,664.678,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF3DDCA,2016.06,339.706,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2016.09,338.307,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2016.12,349.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2017.03,338.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2017.06,363.317,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2017.09,372.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2017.12,385.77,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2018.03,377.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2018.06,395.927,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2018.09,403.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2018.12,414.314,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2019.03,392.792,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2019.06,419.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2019.09,426.688,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2019.12,420.872,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2020.03,422.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2020.06,442.471,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2020.09,451.874,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2020.12,451.507,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2021.03,450.151,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2021.06,480.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2021.09,491.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2021.12,475.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2022.03,486.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2022.06,511.44,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2022.09,535.979,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2022.12,543.196,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2023.03,548.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2023.06,570.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2023.09,595.724,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2023.12,591.189,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2024.03,593.881,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2024.06,613.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2024.09,636.614,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2024.12,634.241,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2025.03,627.225,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3DDCA,2025.06,664.678,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF3EE1CA,2016.06,2264.698,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2016.09,2298.437,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2016.12,2401.097,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2017.03,2339.208,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2017.06,2479.539,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2017.09,2512.243,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2017.12,2680.307,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2018.03,2542.268,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2018.06,2723.649,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2018.09,2759.432,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2018.12,2910.545,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2019.03,2781.06,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2019.06,2913.895,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2019.09,2938.744,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2019.12,3211.099,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2020.03,2891.283,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2020.06,2878.555,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2020.09,3219.169,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2020.12,3322.937,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2021.03,3198.565,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2021.06,3461.838,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2021.09,3488.807,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2021.12,3831.603,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2022.03,3672.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2022.06,3883.855,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2022.09,4006.381,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2022.12,4148.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2023.03,4080.369,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2023.06,4297.21,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2023.09,4375.918,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2023.12,4473.149,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2024.03,4280.536,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2024.06,4415.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2024.09,4332.835,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2024.12,4460.132,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2025.03,4051.776,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EE1CA,2025.06,4254.03,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Construction,Current prices,Unadjusted, +BDCQ.SF3EECA,2016.06,2264.698,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2016.09,2298.437,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2016.12,2401.097,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2017.03,2339.208,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2017.06,2479.539,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2017.09,2512.243,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2017.12,2680.307,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2018.03,2542.268,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2018.06,2723.649,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2018.09,2759.432,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2018.12,2910.545,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2019.03,2781.06,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2019.06,2913.895,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2019.09,2938.744,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2019.12,3211.099,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2020.03,2891.283,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2020.06,2878.555,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2020.09,3219.169,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2020.12,3322.937,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2021.03,3198.565,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2021.06,3461.838,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2021.09,3488.807,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2021.12,3831.603,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2022.03,3672.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2022.06,3883.855,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2022.09,4006.381,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2022.12,4148.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2023.03,4080.369,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2023.06,4297.21,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2023.09,4375.918,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2023.12,4473.149,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2024.03,4280.536,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2024.06,4415.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2024.09,4332.835,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2024.12,4460.132,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2025.03,4051.776,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3EECA,2025.06,4254.03,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Construction,Current,Unadjusted, +BDCQ.SF3FF1CA,2016.06,1704.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2016.09,1706.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2016.12,1719.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2017.03,1716.412,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2017.06,1779.658,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2017.09,1774.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2017.12,1848.144,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2018.03,1845.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2018.06,1862.974,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2018.09,1866.714,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2018.12,1944.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2019.03,1897.311,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2019.06,1945.52,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2019.09,1959.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2019.12,2069.68,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2020.03,1954.248,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2020.06,1887.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2020.09,2011.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2020.12,2068.061,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2021.03,2066.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2021.06,2135.622,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2021.09,2165.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2021.12,2270.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2022.03,2275.987,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2022.06,2366.207,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2022.09,2394.919,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2022.12,2448.755,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2023.03,2442.526,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2023.06,2502.027,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2023.09,2510.879,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2023.12,2541.782,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2024.03,2511.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2024.06,2574.036,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2024.09,2551.695,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2024.12,2601.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2025.03,2502.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FF1CA,2025.06,2596.787,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF3FFCA,2016.06,1704.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2016.09,1706.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2016.12,1719.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2017.03,1716.412,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2017.06,1779.658,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2017.09,1774.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2017.12,1848.144,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2018.03,1845.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2018.06,1862.974,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2018.09,1866.714,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2018.12,1944.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2019.03,1897.311,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2019.06,1945.52,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2019.09,1959.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2019.12,2069.68,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2020.03,1954.248,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2020.06,1887.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2020.09,2011.819,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2020.12,2068.061,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2021.03,2066.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2021.06,2135.622,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2021.09,2165.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2021.12,2270.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2022.03,2275.987,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2022.06,2366.207,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2022.09,2394.919,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2022.12,2448.755,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2023.03,2442.526,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2023.06,2502.027,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2023.09,2510.879,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2023.12,2541.782,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2024.03,2511.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2024.06,2574.036,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2024.09,2551.695,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2024.12,2601.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2025.03,2502.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3FFCA,2025.06,2596.787,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Wholesale Trade,Current,Unadjusted, +BDCQ.SF3GH1CA,2017.09,1882.515,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2017.12,2060.134,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2018.03,1960.426,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2018.06,1996.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2018.09,2012.014,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2018.12,2173.654,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2019.03,2049.539,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2019.06,2069.57,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2019.09,2120.963,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2019.12,2319.336,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2020.03,2168.148,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2020.06,2066.283,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2020.09,2202.074,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2020.12,2363.2,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2021.03,2309.573,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2021.06,2367.963,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2021.09,2340.034,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2021.12,2575.792,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2022.03,2499.751,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2022.06,2524.022,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2022.09,2542.517,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2022.12,2769.887,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2023.03,2624.533,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2023.06,2670.666,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2023.09,2680.456,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2023.12,2818.705,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2024.03,2741.353,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2024.06,2713.157,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2024.09,2674.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2024.12,2866.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2025.03,2703.933,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH1CA,2025.06,2764.264,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Retail Trade,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2017.09,998.124,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2017.12,1105.161,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2018.03,1102.098,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2018.06,1089.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2018.09,1079.577,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2018.12,1189.767,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2019.03,1193.793,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2019.06,1141.62,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2019.09,1144.429,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2019.12,1304.668,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2020.03,1232.08,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2020.06,1067.606,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2020.09,1145.779,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2020.12,1217.132,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2021.03,1220.95,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2021.06,1306.662,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2021.09,1242.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2021.12,1300.421,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2022.03,1312.919,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2022.06,1332.741,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2022.09,1367.495,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2022.12,1465.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2023.03,1526.961,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2023.06,1514.284,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2023.09,1525.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2023.12,1617.99,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2024.03,1652.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2024.06,1575.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2024.09,1538.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2024.12,1672.102,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2025.03,1627.082,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GH2CA,2025.06,1587.15,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF3GHCA,2017.09,2880.639,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2017.12,3165.295,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2018.03,3062.524,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2018.06,3085.362,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2018.09,3091.591,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2018.12,3363.421,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2019.03,3243.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2019.06,3211.19,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2019.09,3265.392,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2019.12,3624.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2020.03,3400.228,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2020.06,3133.889,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2020.09,3347.853,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2020.12,3580.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2021.03,3530.523,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2021.06,3674.625,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2021.09,3582.288,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2021.12,3876.213,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2022.03,3812.67,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2022.06,3856.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2022.09,3910.012,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2022.12,4235.538,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2023.03,4151.494,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2023.06,4184.949,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2023.09,4205.864,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2023.12,4436.695,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2024.03,4393.697,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2024.06,4288.432,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2024.09,4212.866,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2024.12,4538.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2025.03,4331.016,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3GHCA,2025.06,4351.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF3II1CA,2016.06,1465.427,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2016.09,1486.313,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2016.12,1445.394,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2017.03,1490.771,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2017.06,1527.571,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2017.09,1511.814,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2017.12,1594.955,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2018.03,1562.703,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2018.06,1608.97,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2018.09,1592.463,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2018.12,1677.59,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2019.03,1647.491,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2019.06,1769.703,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2019.09,1655.835,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2019.12,1759.185,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2020.03,1623.642,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2020.06,1463.575,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2020.09,1467.271,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2020.12,1551.396,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2021.03,1501.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2021.06,1621.483,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2021.09,1587.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2021.12,1694.377,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2022.03,1691.006,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2022.06,1836.333,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2022.09,1869.536,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2022.12,2006.501,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2023.03,1944.485,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2023.06,2108.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2023.09,2112.507,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2023.12,2167.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2024.03,2120.28,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2024.06,2228.808,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2024.09,2201.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2024.12,2301.353,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2025.03,2183.549,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3II1CA,2025.06,2327.936,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF3IICA,2016.06,1465.427,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2016.09,1486.313,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2016.12,1445.394,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2017.03,1490.771,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2017.06,1527.571,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2017.09,1511.814,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2017.12,1594.955,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2018.03,1562.703,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2018.06,1608.97,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2018.09,1592.463,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2018.12,1677.59,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2019.03,1647.491,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2019.06,1769.703,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2019.09,1655.835,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2019.12,1759.185,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2020.03,1623.642,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2020.06,1463.575,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2020.09,1467.271,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2020.12,1551.396,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2021.03,1501.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2021.06,1621.483,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2021.09,1587.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2021.12,1694.377,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2022.03,1691.006,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2022.06,1836.333,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2022.09,1869.536,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2022.12,2006.501,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2023.03,1944.485,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2023.06,2108.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2023.09,2112.507,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2023.12,2167.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2024.03,2120.28,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2024.06,2228.808,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2024.09,2201.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2024.12,2301.353,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2025.03,2183.549,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3IICA,2025.06,2327.936,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF3JJ1CA,2016.06,585.728,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2016.09,585.659,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2016.12,567.839,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2017.03,560.076,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2017.06,577.719,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2017.09,602.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2017.12,597.808,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2018.03,549.52,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2018.06,593.402,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2018.09,583.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2018.12,585.406,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2019.03,551.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2019.06,618.862,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2019.09,614.985,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2019.12,631.179,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2020.03,607.37,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2020.06,614.328,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2020.09,620.229,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2020.12,624.921,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2021.03,598.91,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2021.06,631.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2021.09,657.29,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2021.12,666.81,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2022.03,628.524,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2022.06,703.43,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2022.09,711.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2022.12,688.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2023.03,697.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2023.06,699.989,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2023.09,735.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2023.12,742.055,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2024.03,735.849,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2024.06,696.794,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2024.09,753.632,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2024.12,723.653,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2025.03,716.716,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJ1CA,2025.06,702.405,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF3JJCA,2016.06,585.728,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2016.09,585.659,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2016.12,567.839,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2017.03,560.076,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2017.06,577.719,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2017.09,602.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2017.12,597.808,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2018.03,549.52,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2018.06,593.402,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2018.09,583.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2018.12,585.406,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2019.03,551.998,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2019.06,618.862,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2019.09,614.985,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2019.12,631.179,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2020.03,607.37,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2020.06,614.328,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2020.09,620.229,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2020.12,624.921,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2021.03,598.91,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2021.06,631.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2021.09,657.29,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2021.12,666.81,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2022.03,628.524,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2022.06,703.43,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2022.09,711.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2022.12,688.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2023.03,697.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2023.06,699.989,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2023.09,735.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2023.12,742.055,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2024.03,735.849,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2024.06,696.794,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2024.09,753.632,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2024.12,723.653,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2025.03,716.716,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3JJCA,2025.06,702.405,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF3LL1CA,2016.06,365.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2016.09,414.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2016.12,419.046,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2017.03,430,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2017.06,427.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2017.09,420.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2017.12,477.419,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2018.03,465.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2018.06,473.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2018.09,471.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2018.12,506.118,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2019.03,485.525,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2019.06,500.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2019.09,501.514,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2019.12,536.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2020.03,511.784,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2020.06,462.51,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2020.09,502.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2020.12,514.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2021.03,522.948,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2021.06,536.649,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2021.09,548.936,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2021.12,560.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2022.03,655.419,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2022.06,576.412,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2022.09,591.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2022.12,619.233,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2023.03,596.688,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2023.06,611.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2023.09,614.784,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2023.12,635.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2024.03,629.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2024.06,610.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2024.09,627.115,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2024.12,650.591,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2025.03,625.378,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LL1CA,2025.06,645.247,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF3LLCA,2016.06,365.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2016.09,414.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2016.12,419.046,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2017.03,430,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2017.06,427.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2017.09,420.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2017.12,477.419,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2018.03,465.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2018.06,473.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2018.09,471.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2018.12,506.118,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2019.03,485.525,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2019.06,500.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2019.09,501.514,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2019.12,536.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2020.03,511.784,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2020.06,462.51,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2020.09,502.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2020.12,514.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2021.03,522.948,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2021.06,536.649,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2021.09,548.936,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2021.12,560.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2022.03,655.419,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2022.06,576.412,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2022.09,591.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2022.12,619.233,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2023.03,596.688,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2023.06,611.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2023.09,614.784,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2023.12,635.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2024.03,629.61,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2024.06,610.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2024.09,627.115,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2024.12,650.591,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2025.03,625.378,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3LLCA,2025.06,645.247,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF3MN1CA,2016.06,2727.571,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2016.09,2777.688,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2016.12,2841.521,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2017.03,2839.823,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2017.06,2959.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2017.09,2960.085,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2017.12,3130.792,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2018.03,3101.242,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2018.06,3241.45,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2018.09,3298.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2018.12,3430.35,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2019.03,3279.177,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2019.06,3440.097,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2019.09,3437.586,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2019.12,3699.784,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2020.03,3453.535,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2020.06,3443.466,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2020.09,3667.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2020.12,3772.025,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2021.03,3759.112,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2021.06,3967.413,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2021.09,4048.726,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2021.12,4258.867,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2022.03,4247.051,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2022.06,4427.144,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2022.09,4572.705,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2022.12,4667.285,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2023.03,4695.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2023.06,4790.849,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2023.09,4806.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2023.12,4932.693,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2024.03,4868.621,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2024.06,4967.926,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2024.09,4981.415,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2024.12,5069.631,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2025.03,4844.336,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN1CA,2025.06,5016.395,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF3MN2CA,2016.06,1019.302,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2016.09,916.284,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2016.12,989.697,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2017.03,997.972,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2017.06,1075.146,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2017.09,1028.167,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2017.12,1087.366,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2018.03,1054.875,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2018.06,1181.745,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2018.09,1082.856,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2018.12,1118.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2019.03,1071.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2019.06,1184.455,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2019.09,1107.799,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2019.12,1219.811,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2020.03,1098.207,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2020.06,1168.338,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2020.09,1089.883,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2020.12,1118.973,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2021.03,1090.125,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2021.06,1290.78,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2021.09,1209.973,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2021.12,1275.96,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2022.03,1274.311,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2022.06,1445.436,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2022.09,1367.555,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2022.12,1407.259,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2023.03,1429.495,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2023.06,1615.056,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2023.09,1496.565,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2023.12,1525.591,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2024.03,1517.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2024.06,1601.071,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2024.09,1457.461,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2024.12,1497.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2025.03,1426.222,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MN2CA,2025.06,1571.358,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF3MNCA,2016.06,3746.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2016.09,3693.972,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2016.12,3831.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2017.03,3837.795,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2017.06,4034.259,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2017.09,3988.252,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2017.12,4218.158,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2018.03,4156.117,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2018.06,4423.195,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2018.09,4381.22,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2018.12,4548.949,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2019.03,4350.926,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2019.06,4624.552,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2019.09,4545.385,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2019.12,4919.595,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2020.03,4551.742,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2020.06,4611.804,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2020.09,4757.013,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2020.12,4890.997,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2021.03,4849.237,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2021.06,5258.193,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2021.09,5258.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2021.12,5534.828,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2022.03,5521.362,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2022.06,5872.579,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2022.09,5940.26,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2022.12,6074.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2023.03,6125.208,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2023.06,6405.905,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2023.09,6303.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2023.12,6458.285,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2024.03,6386.227,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2024.06,6568.997,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2024.09,6438.876,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2024.12,6567.172,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2025.03,6270.557,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3MNCA,2025.06,6587.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF3PP1CA,2016.06,287.789,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2016.09,277.51,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2016.12,288.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2017.03,271.776,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2017.06,293.222,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2017.09,297.711,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2017.12,303.636,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2018.03,291.346,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2018.06,316.418,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2018.09,319.914,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2018.12,341.139,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2019.03,310.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2019.06,331.755,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2019.09,350.96,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2019.12,361.879,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2020.03,334.186,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2020.06,328.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2020.09,354.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2020.12,364.295,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2021.03,356.864,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2021.06,374.03,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2021.09,376.662,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2021.12,379.252,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2022.03,365.252,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2022.06,375.054,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2022.09,394.774,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2022.12,403.061,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2023.03,402.133,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2023.06,428.679,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2023.09,448.093,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2023.12,452.318,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2024.03,438.797,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2024.06,465.5,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2024.09,486.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2024.12,489.548,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2025.03,448.064,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PP1CA,2025.06,471.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Education and Training,Current prices,Unadjusted, +BDCQ.SF3PPCA,2016.06,287.789,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2016.09,277.51,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2016.12,288.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2017.03,271.776,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2017.06,293.222,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2017.09,297.711,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2017.12,303.636,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2018.03,291.346,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2018.06,316.418,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2018.09,319.914,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2018.12,341.139,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2019.03,310.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2019.06,331.755,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2019.09,350.96,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2019.12,361.879,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2020.03,334.186,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2020.06,328.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2020.09,354.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2020.12,364.295,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2021.03,356.864,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2021.06,374.03,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2021.09,376.662,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2021.12,379.252,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2022.03,365.252,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2022.06,375.054,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2022.09,394.774,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2022.12,403.061,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2023.03,402.133,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2023.06,428.679,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2023.09,448.093,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2023.12,452.318,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2024.03,438.797,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2024.06,465.5,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2024.09,486.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2024.12,489.548,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2025.03,448.064,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3PPCA,2025.06,471.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Education and Training,Current,Unadjusted, +BDCQ.SF3QQ1CA,2016.06,1110.395,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2016.09,1092.93,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2016.12,1133.475,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2017.03,1125.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2017.06,1164.388,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2017.09,1203.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2017.12,1236.324,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2018.03,1225.851,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2018.06,1283.227,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2018.09,1319.114,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2018.12,1389.138,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2019.03,1328.08,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2019.06,1386.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2019.09,1412.246,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2019.12,1513.591,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2020.03,1409.986,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2020.06,1425.643,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2020.09,1554.786,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2020.12,1576.166,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2021.03,1589.705,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2021.06,1665.867,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2021.09,1700.265,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2021.12,1797.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2022.03,1755.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2022.06,1842.661,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2022.09,1843.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2022.12,1898.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2023.03,1914.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2023.06,1996.623,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2023.09,2080.804,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2023.12,2135.794,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2024.03,2191.702,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2024.06,2180.044,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2024.09,2194.014,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2024.12,2303.084,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2025.03,2183.92,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQ1CA,2025.06,2350.688,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF3QQCA,2016.06,1110.395,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2016.09,1092.93,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2016.12,1133.475,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2017.03,1125.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2017.06,1164.388,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2017.09,1203.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2017.12,1236.324,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2018.03,1225.851,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2018.06,1283.227,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2018.09,1319.114,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2018.12,1389.138,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2019.03,1328.08,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2019.06,1386.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2019.09,1412.246,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2019.12,1513.591,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2020.03,1409.986,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2020.06,1425.643,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2020.09,1554.786,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2020.12,1576.166,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2021.03,1589.705,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2021.06,1665.867,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2021.09,1700.265,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2021.12,1797.007,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2022.03,1755.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2022.06,1842.661,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2022.09,1843.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2022.12,1898.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2023.03,1914.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2023.06,1996.623,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2023.09,2080.804,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2023.12,2135.794,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2024.03,2191.702,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2024.06,2180.044,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2024.09,2194.014,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2024.12,2303.084,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2025.03,2183.92,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3QQCA,2025.06,2350.688,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF3RS1CA,2016.06,212.253,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2016.09,229.148,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2016.12,236.607,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2017.03,226.131,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2017.06,225.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2017.09,238.498,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2017.12,265.367,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2018.03,233.579,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2018.06,262.946,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2018.09,256.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2018.12,261.24,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2019.03,252.591,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2019.06,235.091,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2019.09,258.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2019.12,265.295,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2020.03,242.156,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2020.06,224.629,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2020.09,225.973,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2020.12,259.497,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2021.03,230.691,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2021.06,249.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2021.09,266.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2021.12,246.949,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2022.03,221.661,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2022.06,252.412,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2022.09,286.359,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2022.12,290.073,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2023.03,285.558,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2023.06,299.154,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2023.09,327.187,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2023.12,329.979,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2024.03,309.832,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2024.06,304.755,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2024.09,329.657,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2024.12,343.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2025.03,316.495,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS1CA,2025.06,326.054,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2016.06,543.971,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2016.09,555.555,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2016.12,576.009,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2017.03,572.088,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2017.06,602.769,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2017.09,589.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2017.12,621.571,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2018.03,600.876,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2018.06,616.361,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2018.09,630.25,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2018.12,660.894,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2019.03,625.673,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2019.06,640.613,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2019.09,662.181,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2019.12,718.3,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2020.03,659.362,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2020.06,630.329,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2020.09,702.893,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2020.12,720.563,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2021.03,711.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2021.06,744.623,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2021.09,750.217,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2021.12,792.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2022.03,779.173,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2022.06,801.125,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2022.09,833.773,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2022.12,845.662,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2023.03,837.342,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2023.06,872.858,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2023.09,884.402,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2023.12,931.507,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2024.03,908.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2024.06,917.387,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2024.09,927.44,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2024.12,970.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2025.03,900.499,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RS2CA,2025.06,935.473,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Salaries and wages,Other Services,Current prices,Unadjusted, +BDCQ.SF3RSCA,2016.06,756.224,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2016.09,784.703,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2016.12,812.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2017.03,798.219,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2017.06,828.725,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2017.09,827.716,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2017.12,886.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2018.03,834.455,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2018.06,879.307,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2018.09,887.204,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2018.12,922.134,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2019.03,878.264,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2019.06,875.704,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2019.09,920.735,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2019.12,983.595,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2020.03,901.518,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2020.06,854.958,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2020.09,928.866,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2020.12,980.06,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2021.03,941.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2021.06,993.832,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2021.09,1016.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2021.12,1039.662,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2022.03,1000.833,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2022.06,1053.536,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2022.09,1120.132,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2022.12,1135.735,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2023.03,1122.9,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2023.06,1172.011,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2023.09,1211.59,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2023.12,1261.487,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2024.03,1218.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2024.06,1222.142,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2024.09,1257.097,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2024.12,1314.141,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2025.03,1216.994,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF3RSCA,2025.06,1261.527,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Salaries and wages,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8AA2CA,2016.06,324.687,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2016.09,325.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2016.12,270.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2017.03,237.453,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2017.06,342.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2017.09,377.929,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2017.12,379.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2018.03,382.48,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2018.06,349.433,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2018.09,328.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2018.12,362.796,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2019.03,304.67,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2019.06,290.329,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2019.09,222.636,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2019.12,242.383,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2020.03,173.194,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2020.06,180.001,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2020.09,238.256,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2020.12,269.898,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2021.03,263.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2021.06,395.172,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2021.09,273.056,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2021.12,219.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2022.03,181.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2022.06,262.971,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2022.09,203.07,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2022.12,155.226,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2023.03,165.876,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2023.06,182.139,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2023.09,170.837,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2023.12,225.8,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2024.03,296.621,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2024.06,193.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2024.09,176.58,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2024.12,177.736,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2025.03,244.777,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA2CA,2025.06,194.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Forestry and Logging,Current prices,Unadjusted, +BDCQ.SF8AA3CA,2016.06,178.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2016.09,122.283,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2016.12,240.417,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2017.03,183.274,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2017.06,149.792,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2017.09,96.841,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2017.12,305.828,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2018.03,250.248,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2018.06,160.174,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2018.09,65.418,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2018.12,309.524,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2019.03,240.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2019.06,195.612,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2019.09,131.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2019.12,247.26,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2020.03,238.508,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2020.06,174.735,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2020.09,150.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2020.12,372.195,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2021.03,207.889,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2021.06,165.387,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2021.09,151.256,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2021.12,454.287,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2022.03,232.656,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2022.06,129.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2022.09,85.278,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2022.12,364.705,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2023.03,226.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2023.06,167.74,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2023.09,96.091,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2023.12,341.879,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2024.03,284.306,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2024.06,229.734,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2024.09,128.844,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2024.12,396.637,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2025.03,299.876,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AA3CA,2025.06,284.584,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Fishing, Aquaculture and Agriculture, Forestry and Fishing Support Services",Current prices,Unadjusted, +BDCQ.SF8AACA,2016.06,502.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2016.09,447.983,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2016.12,510.921,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2017.03,420.727,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2017.06,492.25,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2017.09,474.77,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2017.12,685.567,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2018.03,632.728,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2018.06,509.607,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2018.09,394.167,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2018.12,672.32,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2019.03,545.086,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2019.06,485.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2019.09,354.21,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2019.12,489.643,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2020.03,411.702,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2020.06,354.736,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2020.09,388.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2020.12,642.093,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2021.03,471.494,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2021.06,560.559,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2021.09,424.313,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2021.12,673.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2022.03,413.816,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2022.06,392.705,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2022.09,288.348,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2022.12,519.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2023.03,392.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2023.06,349.879,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2023.09,266.928,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2023.12,567.679,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2024.03,580.927,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2024.06,423.15,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2024.09,305.424,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2024.12,574.373,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2025.03,544.653,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8AACA,2025.06,479.244,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Agriculture, Forestry and Fishing",Current,Unadjusted, +BDCQ.SF8BB1CA,2016.06,346.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2016.09,309.56,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2016.12,351.109,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2017.03,262.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2017.06,309.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2017.09,227.217,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2017.12,488.176,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2018.03,354.777,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2018.06,286.813,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2018.09,468.247,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2018.12,348.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2019.03,327.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2019.06,329.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2019.09,411.266,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2019.12,406.324,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2020.03,310.437,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2020.06,126.253,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2020.09,270.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2020.12,349.429,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2021.03,346.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2021.06,317.955,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2021.09,414.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2021.12,277.918,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2022.03,357.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2022.06,478.351,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2022.09,464.388,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2022.12,419.106,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2023.03,321.461,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2023.06,440.48,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2023.09,356.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2023.12,355.428,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2024.03,424.399,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2024.06,280.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2024.09,284.238,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2024.12,308.273,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2025.03,347.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BB1CA,2025.06,385.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Mining,Current prices,Unadjusted, +BDCQ.SF8BBCA,2016.06,346.53,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2016.09,309.56,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2016.12,351.109,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2017.03,262.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2017.06,309.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2017.09,227.217,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2017.12,488.176,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2018.03,354.777,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2018.06,286.813,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2018.09,468.247,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2018.12,348.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2019.03,327.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2019.06,329.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2019.09,411.266,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2019.12,406.324,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2020.03,310.437,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2020.06,126.253,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2020.09,270.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2020.12,349.429,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2021.03,346.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2021.06,317.955,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2021.09,414.467,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2021.12,277.918,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2022.03,357.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2022.06,478.351,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2022.09,464.388,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2022.12,419.106,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2023.03,321.461,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2023.06,440.48,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2023.09,356.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2023.12,355.428,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2024.03,424.399,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2024.06,280.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2024.09,284.238,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2024.12,308.273,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2025.03,347.026,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8BBCA,2025.06,385.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Mining,Current,Unadjusted, +BDCQ.SF8CC1CA,2016.06,809.079,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2016.09,1201.325,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2016.12,1058.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2017.03,897.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2017.06,1238.348,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2017.09,1007.319,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2017.12,1672.017,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2018.03,997.046,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2018.06,578.368,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2018.09,830.19,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2018.12,1189.635,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2019.03,1162.309,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2019.06,873.859,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2019.09,858.164,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2019.12,1198.95,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2020.03,1704.444,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2020.06,1403.184,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2020.09,744.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2020.12,1133.043,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2021.03,741.184,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2021.06,871.023,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2021.09,795.81,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2021.12,1207.533,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2022.03,1379.955,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2022.06,1548.216,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2022.09,1666.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2022.12,2159.157,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2023.03,1866.304,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2023.06,1638.553,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2023.09,936.439,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2023.12,1907.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2024.03,1490.577,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2024.06,1362.604,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2024.09,1063.983,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2024.12,2290.315,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2025.03,1984.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC1CA,2025.06,1473.402,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Food, Beverage and Tobacco Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2016.06,96.186,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2016.09,105.156,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2016.12,127.302,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2017.03,89.098,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2017.06,77.261,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2017.09,70.743,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2017.12,108.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2018.03,50.526,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2018.06,50.987,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2018.09,46.798,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2018.12,84.303,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2019.03,47.713,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2019.06,102.085,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2019.09,54.796,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2019.12,59.102,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2020.03,39.374,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2020.06,35.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2020.09,69.361,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2020.12,54.097,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2021.03,48.361,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2021.06,63.108,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2021.09,3.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2021.12,53.202,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2022.03,48.609,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2022.06,35.086,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2022.09,25.74,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2022.12,52.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2023.03,27.312,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2023.06,65.48,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2023.09,7.091,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2023.12,77.653,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2024.03,26.601,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2024.06,96.557,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2024.09,33.468,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2024.12,79.831,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2025.03,40.97,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC2CA,2025.06,55.897,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Textile, Leather, Clothing and Footwear Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC3CA,2016.06,165.721,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2016.09,159.798,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2016.12,240.487,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2017.03,151.48,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2017.06,166.522,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2017.09,143.156,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2017.12,270.081,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2018.03,190.323,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2018.06,193.196,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2018.09,276.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2018.12,234.014,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2019.03,103.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2019.06,155.326,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2019.09,164.987,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2019.12,145.481,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2020.03,190.923,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2020.06,161.297,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2020.09,229.759,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2020.12,255.265,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2021.03,212.812,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2021.06,296.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2021.09,147.628,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2021.12,345.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2022.03,295.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2022.06,326.815,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2022.09,330.992,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2022.12,381.825,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2023.03,190.94,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2023.06,123.495,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2023.09,83.533,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2023.12,119.076,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2024.03,79.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2024.06,113.935,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2024.09,112.337,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2024.12,206.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2025.03,173.502,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC3CA,2025.06,139.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wood and Paper Products Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2016.06,24.071,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2016.09,33.131,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2016.12,74.952,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2017.03,23.376,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2017.06,35.189,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2017.09,40.01,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2017.12,51.587,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2018.03,8.274,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2018.06,29.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2018.09,38.846,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2018.12,38.394,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2019.03,8.413,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2019.06,41.52,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2019.09,53.794,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2019.12,75.608,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2020.03,28.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2020.06,9.411,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2020.09,61.632,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2020.12,63.003,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2021.03,25.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2021.06,35.93,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2021.09,24.62,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2021.12,66.695,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2022.03,21.344,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2022.06,53.011,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2022.09,45.289,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2022.12,42.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2023.03,25.129,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2023.06,47.607,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2023.09,34.105,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2023.12,77.283,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2024.03,25.225,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2024.06,45.62,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2024.09,39.041,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2024.12,69.119,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2025.03,28.693,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC4CA,2025.06,50.929,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Printing,Current prices,Unadjusted, +BDCQ.SF8CC5CA,2016.06,561.702,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2016.09,633.934,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2016.12,855.832,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2017.03,839.825,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2017.06,789.066,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2017.09,508.796,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2017.12,1005.093,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2018.03,889.946,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2018.06,562.919,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2018.09,686.035,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2018.12,1284.115,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2019.03,524.46,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2019.06,739.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2019.09,635.72,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2019.12,786.141,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2020.03,608.864,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2020.06,416.889,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2020.09,651.673,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2020.12,796.245,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2021.03,683.103,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2021.06,685.414,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2021.09,233.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2021.12,987.744,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2022.03,847.028,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2022.06,231.056,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2022.09,259.962,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2022.12,318.32,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2023.03,262.153,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2023.06,188.041,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2023.09,251.671,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2023.12,494.412,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2024.03,311.623,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2024.06,297.503,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2024.09,384.383,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2024.12,525.312,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2025.03,319.79,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC5CA,2025.06,272.958,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Petroleum, Chemical, Polymer and Rubber Product Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC6CA,2016.06,147.638,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2016.09,146.068,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2016.12,147.238,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2017.03,131.567,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2017.06,121.113,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2017.09,155.356,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2017.12,156.603,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2018.03,131.737,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2018.06,112.917,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2018.09,113.494,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2018.12,141.78,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2019.03,104.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2019.06,129.723,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2019.09,133.544,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2019.12,108.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2020.03,94.555,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2020.06,64.264,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2020.09,161.106,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2020.12,174.829,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2021.03,149.768,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2021.06,170.172,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2021.09,67.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2021.12,177.671,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2022.03,156.587,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2022.06,193.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2022.09,187.936,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2022.12,202.291,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2023.03,147.309,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2023.06,176.237,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2023.09,183.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2023.12,161.246,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2024.03,114.941,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2024.06,152.238,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2024.09,161.005,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2024.12,161.897,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2025.03,153.595,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC6CA,2025.06,129.833,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Non-Metallic Mineral Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2016.06,287.479,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2016.09,277.835,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2016.12,257.313,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2017.03,161.816,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2017.06,272.332,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2017.09,231.826,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2017.12,143.99,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2018.03,236.644,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2018.06,248.503,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2018.09,276.388,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2018.12,228.869,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2019.03,192.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2019.06,309.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2019.09,295.799,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2019.12,196.709,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2020.03,194.137,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2020.06,127.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2020.09,414.039,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2020.12,327.774,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2021.03,187.371,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2021.06,269.657,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2021.09,23.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2021.12,234.009,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2022.03,139.685,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2022.06,448.981,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2022.09,358.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2022.12,484.158,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2023.03,169.766,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2023.06,565.08,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2023.09,464.684,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2023.12,428.892,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2024.03,240.477,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2024.06,415.051,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2024.09,346.135,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2024.12,219.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2025.03,165.553,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC7CA,2025.06,269.289,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Metal Product Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC8CA,2016.06,376.256,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2016.09,431.286,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2016.12,353.3,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2017.03,257.64,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2017.06,311.349,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2017.09,546.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2017.12,434.04,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2018.03,227.8,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2018.06,425.744,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2018.09,528.93,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2018.12,485.108,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2019.03,310.741,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2019.06,396.523,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2019.09,352.188,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2019.12,501.331,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2020.03,434.32,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2020.06,405.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2020.09,425.838,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2020.12,749.691,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2021.03,636.278,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2021.06,580.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2021.09,382.811,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2021.12,649.159,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2022.03,294.029,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2022.06,427.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2022.09,621.99,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2022.12,514.827,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2023.03,328.558,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2023.06,639.838,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2023.09,692.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2023.12,620.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2024.03,459.172,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2024.06,649.586,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2024.09,718.415,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2024.12,629.084,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2025.03,562.308,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC8CA,2025.06,646.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport Equipment, Machinery and Equipment Manufacturing",Current prices,Unadjusted, +BDCQ.SF8CC9CA,2016.06,45.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2016.09,71.599,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2016.12,90.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2017.03,42.459,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2017.06,31.454,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2017.09,47.306,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2017.12,61.407,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2018.03,58.666,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2018.06,63.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2018.09,49.447,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2018.12,73.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2019.03,65.351,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2019.06,72.425,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2019.09,76.731,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2019.12,96.094,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2020.03,54.252,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2020.06,21.14,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2020.09,121.361,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2020.12,101.504,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2021.03,83.8,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2021.06,114.099,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2021.09,18.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2021.12,120.177,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2022.03,82.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2022.06,56.353,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2022.09,83.966,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2022.12,124.233,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2023.03,98.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2023.06,91.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2023.09,98.387,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2023.12,107.151,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2024.03,92.738,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2024.06,78,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2024.09,67.645,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2024.12,63.77,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2025.03,93.127,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CC9CA,2025.06,68.139,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Furniture and Other Manufacturing,Current prices,Unadjusted, +BDCQ.SF8CCCA,2016.06,2513.14,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2016.09,3060.132,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2016.12,3205.243,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2017.03,2594.496,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2017.06,3042.634,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2017.09,2750.671,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2017.12,3902.858,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2018.03,2790.962,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2018.06,2265.659,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2018.09,2846.783,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2018.12,3759.305,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2019.03,2518.908,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2019.06,2820.465,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2019.09,2625.723,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2019.12,3168.166,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2020.03,3349.202,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2020.06,2644.676,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2020.09,2878.832,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2020.12,3655.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2021.03,2768.328,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2021.06,3086.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2021.09,1696.237,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2021.12,3841.35,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2022.03,3265.701,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2022.06,3320.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2022.09,3581.473,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2022.12,4279.583,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2023.03,3115.558,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2023.06,3536.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2023.09,2751.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2023.12,3993.382,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2024.03,2841.344,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2024.06,3211.094,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2024.09,2926.413,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2024.12,4245.724,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2025.03,3521.997,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8CCCA,2025.06,3106.433,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Manufacturing,Current,Unadjusted, +BDCQ.SF8DD1CA,2016.06,1338.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2016.09,1447.486,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2016.12,1209.182,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2017.03,1208.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2017.06,1316.85,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2017.09,1452.623,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2017.12,1232.136,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2018.03,1194.038,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2018.06,1429.573,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2018.09,1555.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2018.12,1365.17,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2019.03,1281.448,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2019.06,1448.525,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2019.09,1581.085,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2019.12,1292.376,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2020.03,1259.939,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2020.06,1232.402,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2020.09,1506.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2020.12,1320.631,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2021.03,1125.668,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2021.06,1197.977,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2021.09,1493.382,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2021.12,1360.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2022.03,1235.711,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2022.06,1346.003,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2022.09,1770.891,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2022.12,1302.565,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2023.03,1282.892,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2023.06,1625.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2023.09,1746.354,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2023.12,1438.389,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2024.03,1342.752,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2024.06,1492.582,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2024.09,1713.802,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2024.12,1431.812,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2025.03,1478.476,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DD1CA,2025.06,1964.5,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Electricity, Gas, Water and Waste Services",Current prices,Unadjusted, +BDCQ.SF8DDCA,2016.06,1338.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2016.09,1447.486,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2016.12,1209.182,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2017.03,1208.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2017.06,1316.85,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2017.09,1452.623,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2017.12,1232.136,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2018.03,1194.038,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2018.06,1429.573,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2018.09,1555.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2018.12,1365.17,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2019.03,1281.448,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2019.06,1448.525,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2019.09,1581.085,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2019.12,1292.376,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2020.03,1259.939,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2020.06,1232.402,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2020.09,1506.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2020.12,1320.631,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2021.03,1125.668,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2021.06,1197.977,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2021.09,1493.382,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2021.12,1360.275,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2022.03,1235.711,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2022.06,1346.003,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2022.09,1770.891,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2022.12,1302.565,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2023.03,1282.892,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2023.06,1625.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2023.09,1746.354,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2023.12,1438.389,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2024.03,1342.752,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2024.06,1492.582,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2024.09,1713.802,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2024.12,1431.812,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2025.03,1478.476,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8DDCA,2025.06,1964.5,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Electricity, Gas, Water and Waste Services",Current,Unadjusted, +BDCQ.SF8EE1CA,2016.06,1717.433,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2016.09,1411.246,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2016.12,2213.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2017.03,1490.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2017.06,1904.505,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2017.09,1658.112,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2017.12,1965.434,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2018.03,1589.187,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2018.06,2083.904,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2018.09,1931.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2018.12,1910.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2019.03,1464.328,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2019.06,2462.741,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2019.09,2125.036,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2019.12,2610.547,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2020.03,2100.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2020.06,926.363,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2020.09,2752.462,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2020.12,2639.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2021.03,2206.597,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2021.06,2953.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2021.09,1728.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2021.12,2614.005,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2022.03,1891.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2022.06,2493.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2022.09,2585.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2022.12,3372.71,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2023.03,2244.853,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2023.06,3471.096,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2023.09,3219.587,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2023.12,3419.638,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2024.03,2086.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2024.06,3308.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2024.09,2811.874,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2024.12,2994.125,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2025.03,2284.851,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EE1CA,2025.06,2993.33,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Construction,Current prices,Unadjusted, +BDCQ.SF8EECA,2016.06,1717.433,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2016.09,1411.246,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2016.12,2213.7,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2017.03,1490.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2017.06,1904.505,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2017.09,1658.112,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2017.12,1965.434,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2018.03,1589.187,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2018.06,2083.904,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2018.09,1931.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2018.12,1910.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2019.03,1464.328,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2019.06,2462.741,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2019.09,2125.036,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2019.12,2610.547,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2020.03,2100.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2020.06,926.363,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2020.09,2752.462,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2020.12,2639.75,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2021.03,2206.597,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2021.06,2953.896,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2021.09,1728.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2021.12,2614.005,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2022.03,1891.218,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2022.06,2493.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2022.09,2585.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2022.12,3372.71,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2023.03,2244.853,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2023.06,3471.096,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2023.09,3219.587,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2023.12,3419.638,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2024.03,2086.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2024.06,3308.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2024.09,2811.874,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2024.12,2994.125,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2025.03,2284.851,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8EECA,2025.06,2993.33,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Construction,Current,Unadjusted, +BDCQ.SF8FF1CA,2016.06,2260.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2016.09,2191.993,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2016.12,2286.797,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2017.03,1975.009,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2017.06,2338.595,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2017.09,2116.378,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2017.12,2221.034,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2018.03,1722.627,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2018.06,2463.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2018.09,2385.577,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2018.12,2153.022,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2019.03,1950.661,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2019.06,2777.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2019.09,2239.336,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2019.12,2344.718,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2020.03,2392.788,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2020.06,2761.382,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2020.09,3447.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2020.12,3239.37,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2021.03,2270.778,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2021.06,3451.589,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2021.09,2332.783,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2021.12,3488.435,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2022.03,2839.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2022.06,3999.069,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2022.09,2240.318,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2022.12,2978.455,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2023.03,2185.936,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2023.06,3994.312,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2023.09,3116.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2023.12,3066.815,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2024.03,2671.455,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2024.06,4043.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2024.09,2980.985,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2024.12,2810.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2025.03,2315.833,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FF1CA,2025.06,4030.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Wholesale Trade,Current prices,Unadjusted, +BDCQ.SF8FFCA,2016.06,2260.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2016.09,2191.993,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2016.12,2286.797,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2017.03,1975.009,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2017.06,2338.595,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2017.09,2116.378,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2017.12,2221.034,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2018.03,1722.627,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2018.06,2463.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2018.09,2385.577,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2018.12,2153.022,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2019.03,1950.661,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2019.06,2777.321,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2019.09,2239.336,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2019.12,2344.718,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2020.03,2392.788,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2020.06,2761.382,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2020.09,3447.386,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2020.12,3239.37,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2021.03,2270.778,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2021.06,3451.589,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2021.09,2332.783,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2021.12,3488.435,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2022.03,2839.956,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2022.06,3999.069,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2022.09,2240.318,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2022.12,2978.455,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2023.03,2185.936,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2023.06,3994.312,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2023.09,3116.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2023.12,3066.815,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2024.03,2671.455,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2024.06,4043.729,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2024.09,2980.985,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2024.12,2810.954,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2025.03,2315.833,,R,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8FFCA,2025.06,4030.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Wholesale Trade,Current,Unadjusted, +BDCQ.SF8GH1CA,2017.09,972.217,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2017.12,1434.173,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2018.03,1083.449,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2018.06,1070.062,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2018.09,924.561,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2018.12,1775.255,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2019.03,1327.857,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2019.06,1233.724,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2019.09,1047.276,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2019.12,1729.577,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2020.03,1474.499,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2020.06,1306.07,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2020.09,1895.779,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2020.12,2245.506,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2021.03,1642.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2021.06,1779.804,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2021.09,779.305,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2021.12,2473.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2022.03,1612.823,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2022.06,1584.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2022.09,1283.401,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2022.12,2105.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2023.03,1425.763,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2023.06,1284.514,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2023.09,1208.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2023.12,1918.682,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2024.03,1341.328,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2024.06,1228.304,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2024.09,813.709,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2024.12,1817.843,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2025.03,1261.174,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH1CA,2025.06,1186.185,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Retail Trade,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2017.09,283.316,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2017.12,523.151,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2018.03,639.176,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2018.06,272.451,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2018.09,245.893,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2018.12,535.704,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2019.03,608.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2019.06,285.892,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2019.09,257.869,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2019.12,425.997,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2020.03,416.298,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2020.06,-398.194,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2020.09,263.049,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2020.12,473.05,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2021.03,513.158,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2021.06,441.933,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2021.09,80.082,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2021.12,272.428,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2022.03,277.271,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2022.06,446.071,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2022.09,465.384,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2022.12,666.815,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2023.03,656.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2023.06,347.104,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2023.09,415.148,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2023.12,629.249,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2024.03,746.825,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2024.06,276.221,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2024.09,216.434,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2024.12,618.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2025.03,809.583,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GH2CA,2025.06,278.73,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Accommodation and Food Services,Current prices,Unadjusted, +BDCQ.SF8GHCA,2017.09,1255.533,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2017.12,1957.324,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2018.03,1722.625,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2018.06,1342.513,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2018.09,1170.454,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2018.12,2310.959,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2019.03,1936.788,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2019.06,1519.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2019.09,1305.145,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2019.12,2155.574,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2020.03,1890.797,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2020.06,907.876,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2020.09,2158.828,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2020.12,2718.556,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2021.03,2156.096,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2021.06,2221.737,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2021.09,859.387,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2021.12,2746.161,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2022.03,1890.095,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2022.06,2030.88,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2022.09,1748.785,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2022.12,2772.47,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2023.03,2082.389,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2023.06,1631.619,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2023.09,1623.512,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2023.12,2547.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2024.03,2088.154,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2024.06,1504.524,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2024.09,1030.143,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2024.12,2436.251,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2025.03,2070.757,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8GHCA,2025.06,1464.915,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Retail Trade and Accommodation,Current,Unadjusted, +BDCQ.SF8II1CA,2016.06,1334.643,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2016.09,1429.764,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2016.12,1893.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2017.03,1690.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2017.06,1298.798,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2017.09,1253.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2017.12,1700.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2018.03,1704.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2018.06,1248.055,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2018.09,1331.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2018.12,1757.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2019.03,1756.692,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2019.06,1386.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2019.09,1411.625,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2019.12,1853.327,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2020.03,1552.444,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2020.06,781.433,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2020.09,1261.724,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2020.12,1531.979,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2021.03,1454.548,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2021.06,1473.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2021.09,1469.199,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2021.12,1808.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2022.03,1511.683,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2022.06,1735.413,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2022.09,1987.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2022.12,2495.459,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2023.03,2130.35,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2023.06,1644.572,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2023.09,1532.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2023.12,1827.822,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2024.03,2052.239,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2024.06,1712.754,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2024.09,1723.824,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2024.12,2267.336,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2025.03,2308.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8II1CA,2025.06,1807.4,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Transport, Postal and Warehousing",Current prices,Unadjusted, +BDCQ.SF8IICA,2016.06,1334.643,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2016.09,1429.764,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2016.12,1893.753,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2017.03,1690.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2017.06,1298.798,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2017.09,1253.404,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2017.12,1700.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2018.03,1704.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2018.06,1248.055,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2018.09,1331.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2018.12,1757.509,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2019.03,1756.692,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2019.06,1386.296,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2019.09,1411.625,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2019.12,1853.327,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2020.03,1552.444,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2020.06,781.433,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2020.09,1261.724,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2020.12,1531.979,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2021.03,1454.548,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2021.06,1473.004,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2021.09,1469.199,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2021.12,1808.111,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2022.03,1511.683,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2022.06,1735.413,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2022.09,1987.209,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2022.12,2495.459,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2023.03,2130.35,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2023.06,1644.572,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2023.09,1532.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2023.12,1827.822,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2024.03,2052.239,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2024.06,1712.754,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2024.09,1723.824,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2024.12,2267.336,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2025.03,2308.09,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8IICA,2025.06,1807.4,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Transport, Postal and Warehousing",Current,Unadjusted, +BDCQ.SF8JJ1CA,2016.06,941.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2016.09,895.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2016.12,1033.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2017.03,1081.046,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2017.06,897.434,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2017.09,890.469,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2017.12,987.38,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2018.03,1081.208,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2018.06,1078.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2018.09,1028.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2018.12,934.63,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2019.03,988.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2019.06,910.795,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2019.09,792.233,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2019.12,991.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2020.03,991.864,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2020.06,1049.472,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2020.09,912.793,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2020.12,1012.507,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2021.03,992.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2021.06,1119.263,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2021.09,878.88,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2021.12,1151.46,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2022.03,928.905,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2022.06,975.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2022.09,806.836,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2022.12,899.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2023.03,867.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2023.06,971.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2023.09,1023.125,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2023.12,1086.726,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2024.03,1123.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2024.06,1182.647,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2024.09,919.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2024.12,833.957,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2025.03,905.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJ1CA,2025.06,1218.346,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Information Media and Telecommunications,Current prices,Unadjusted, +BDCQ.SF8JJCA,2016.06,941.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2016.09,895.16,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2016.12,1033.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2017.03,1081.046,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2017.06,897.434,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2017.09,890.469,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2017.12,987.38,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2018.03,1081.208,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2018.06,1078.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2018.09,1028.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2018.12,934.63,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2019.03,988.82,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2019.06,910.795,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2019.09,792.233,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2019.12,991.021,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2020.03,991.864,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2020.06,1049.472,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2020.09,912.793,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2020.12,1012.507,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2021.03,992.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2021.06,1119.263,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2021.09,878.88,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2021.12,1151.46,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2022.03,928.905,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2022.06,975.655,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2022.09,806.836,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2022.12,899.008,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2023.03,867.884,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2023.06,971.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2023.09,1023.125,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2023.12,1086.726,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2024.03,1123.938,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2024.06,1182.647,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2024.09,919.067,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2024.12,833.957,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2025.03,905.235,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8JJCA,2025.06,1218.346,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Information Media and Telecommunications,Current,Unadjusted, +BDCQ.SF8LL1CA,2016.06,2760.886,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2016.09,2184.214,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2016.12,3193.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2017.03,2440.966,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2017.06,2942.33,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2017.09,2256.724,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2017.12,3329.06,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2018.03,2646.03,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2018.06,3330.673,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2018.09,2865.103,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2018.12,2924.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2019.03,2588.023,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2019.06,2680.704,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2019.09,2768.714,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2019.12,2864.88,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2020.03,2994.721,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2020.06,2880.085,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2020.09,2897.062,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2020.12,3514.201,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2021.03,3231.243,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2021.06,3599.698,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2021.09,3473.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2021.12,3184.14,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2022.03,2953.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2022.06,3014.129,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2022.09,2621.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2022.12,2796.192,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2023.03,2855.661,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2023.06,3233.228,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2023.09,3183.169,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2023.12,3301.265,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2024.03,3360.571,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2024.06,3472.257,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2024.09,3248.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2024.12,3580.682,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2025.03,4004.479,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LL1CA,2025.06,4050.636,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Rental, Hiring and Real Estate Services",Current prices,Unadjusted, +BDCQ.SF8LLCA,2016.06,2760.886,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2016.09,2184.214,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2016.12,3193.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2017.03,2440.966,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2017.06,2942.33,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2017.09,2256.724,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2017.12,3329.06,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2018.03,2646.03,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2018.06,3330.673,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2018.09,2865.103,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2018.12,2924.873,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2019.03,2588.023,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2019.06,2680.704,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2019.09,2768.714,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2019.12,2864.88,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2020.03,2994.721,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2020.06,2880.085,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2020.09,2897.062,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2020.12,3514.201,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2021.03,3231.243,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2021.06,3599.698,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2021.09,3473.699,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2021.12,3184.14,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2022.03,2953.809,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2022.06,3014.129,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2022.09,2621.605,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2022.12,2796.192,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2023.03,2855.661,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2023.06,3233.228,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2023.09,3183.169,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2023.12,3301.265,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2024.03,3360.571,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2024.06,3472.257,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2024.09,3248.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2024.12,3580.682,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2025.03,4004.479,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8LLCA,2025.06,4050.636,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Rental, Hiring and Real Estate Services",Current,Unadjusted, +BDCQ.SF8MN1CA,2016.06,2174.05,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2016.09,2261.174,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2016.12,2009.176,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2017.03,1664.203,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2017.06,2192.767,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2017.09,2372.734,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2017.12,2096.179,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2018.03,1749.274,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2018.06,2332.474,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2018.09,2323.048,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2018.12,2037.056,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2019.03,1835.118,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2019.06,2361.086,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2019.09,2862.752,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2019.12,2148.746,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2020.03,2178.742,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2020.06,2509.465,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2020.09,2687.548,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2020.12,2345.484,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2021.03,2109.717,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2021.06,2718.926,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2021.09,2927.74,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2021.12,2968.147,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2022.03,2500.064,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2022.06,3262.508,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2022.09,3272.594,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2022.12,3249.588,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2023.03,2312.988,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2023.06,3520.96,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2023.09,3470.403,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2023.12,3355.037,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2024.03,2501.57,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2024.06,3573.968,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2024.09,3320.817,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2024.12,3145.135,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2025.03,2661.794,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN1CA,2025.06,3666.488,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,"Professional, Scientific and Technical Services",Current prices,Unadjusted, +BDCQ.SF8MN2CA,2016.06,1038.491,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2016.09,1045.198,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2016.12,849.054,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2017.03,873.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2017.06,1006.126,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2017.09,928.45,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2017.12,835.723,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2018.03,896.465,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2018.06,1098.119,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2018.09,1163.229,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2018.12,925.127,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2019.03,1001.875,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2019.06,1168.182,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2019.09,1196.23,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2019.12,974.651,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2020.03,836.333,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2020.06,69.041,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2020.09,408.649,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2020.12,363.366,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2021.03,330.832,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2021.06,583.593,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2021.09,454.167,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2021.12,334.742,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2022.03,345.045,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2022.06,879.482,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2022.09,1081.037,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2022.12,918.278,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2023.03,970.457,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2023.06,1229.667,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2023.09,1313.952,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2023.12,927.157,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2024.03,899.503,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2024.06,1167.396,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2024.09,1255.116,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2024.12,996.843,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2025.03,1170.352,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MN2CA,2025.06,1216.92,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Administrative and Support Services,Current prices,Unadjusted, +BDCQ.SF8MNCA,2016.06,3212.541,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2016.09,3306.372,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2016.12,2858.23,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2017.03,2538.194,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2017.06,3198.893,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2017.09,3301.184,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2017.12,2931.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2018.03,2645.739,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2018.06,3430.593,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2018.09,3486.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2018.12,2962.183,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2019.03,2836.993,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2019.06,3529.268,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2019.09,4058.982,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2019.12,3123.397,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2020.03,3015.075,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2020.06,2578.506,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2020.09,3096.197,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2020.12,2708.85,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2021.03,2440.549,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2021.06,3302.52,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2021.09,3381.907,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2021.12,3302.889,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2022.03,2845.11,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2022.06,4141.99,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2022.09,4353.632,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2022.12,4167.866,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2023.03,3283.445,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2023.06,4750.627,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2023.09,4784.354,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2023.12,4282.194,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2024.03,3401.073,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2024.06,4741.364,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2024.09,4575.933,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2024.12,4141.978,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2025.03,3832.147,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8MNCA,2025.06,4883.408,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Professional, Scientific, Technical, Administrative and Support Services",Current,Unadjusted, +BDCQ.SF8PP1CA,2016.06,57.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2016.09,79.812,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2016.12,154.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2017.03,157.852,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2017.06,22.619,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2017.09,84.734,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2017.12,132.016,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2018.03,197.546,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2018.06,53.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2018.09,121.524,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2018.12,110.173,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2019.03,197.228,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2019.06,40.435,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2019.09,127.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2019.12,176.099,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2020.03,261.19,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2020.06,29.712,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2020.09,91.978,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2020.12,106.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2021.03,284.338,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2021.06,48.691,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2021.09,120.119,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2021.12,160.81,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2022.03,240.182,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2022.06,-3.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2022.09,114.242,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2022.12,144.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2023.03,274.62,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2023.06,-35.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2023.09,180.791,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2023.12,219.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2024.03,292.096,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2024.06,-7.199,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2024.09,131.757,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2024.12,222.988,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2025.03,369.663,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PP1CA,2025.06,21.675,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Education and Training,Current prices,Unadjusted, +BDCQ.SF8PPCA,2016.06,57.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2016.09,79.812,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2016.12,154.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2017.03,157.852,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2017.06,22.619,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2017.09,84.734,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2017.12,132.016,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2018.03,197.546,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2018.06,53.969,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2018.09,121.524,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2018.12,110.173,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2019.03,197.228,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2019.06,40.435,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2019.09,127.554,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2019.12,176.099,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2020.03,261.19,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2020.06,29.712,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2020.09,91.978,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2020.12,106.66,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2021.03,284.338,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2021.06,48.691,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2021.09,120.119,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2021.12,160.81,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2022.03,240.182,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2022.06,-3.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2022.09,114.242,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2022.12,144.749,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2023.03,274.62,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2023.06,-35.464,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2023.09,180.791,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2023.12,219.087,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2024.03,292.096,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2024.06,-7.199,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2024.09,131.757,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2024.12,222.988,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2025.03,369.663,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8PPCA,2025.06,21.675,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Education and Training,Current,Unadjusted, +BDCQ.SF8QQ1CA,2016.06,635.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2016.09,680.444,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2016.12,745.832,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2017.03,659.774,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2017.06,604.442,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2017.09,635.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2017.12,647.559,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2018.03,663.874,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2018.06,557.947,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2018.09,724.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2018.12,789.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2019.03,765.068,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2019.06,694.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2019.09,917.918,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2019.12,843.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2020.03,811.012,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2020.06,807.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2020.09,1203.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2020.12,963.078,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2021.03,897.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2021.06,804.826,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2021.09,907.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2021.12,1115.284,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2022.03,895.013,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2022.06,839.748,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2022.09,883.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2022.12,908.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2023.03,783.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2023.06,845.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2023.09,1119.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2023.12,1187.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2024.03,1041.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2024.06,999.01,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2024.09,1259.236,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2024.12,1262.517,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2025.03,1221.225,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQ1CA,2025.06,1046.508,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Health Care and Social Assistance,Current prices,Unadjusted, +BDCQ.SF8QQCA,2016.06,635.452,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2016.09,680.444,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2016.12,745.832,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2017.03,659.774,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2017.06,604.442,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2017.09,635.205,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2017.12,647.559,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2018.03,663.874,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2018.06,557.947,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2018.09,724.294,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2018.12,789.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2019.03,765.068,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2019.06,694.065,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2019.09,917.918,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2019.12,843.845,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2020.03,811.012,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2020.06,807.422,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2020.09,1203.616,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2020.12,963.078,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2021.03,897.458,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2021.06,804.826,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2021.09,907.083,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2021.12,1115.284,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2022.03,895.013,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2022.06,839.748,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2022.09,883.733,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2022.12,908.626,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2023.03,783.696,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2023.06,845.375,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2023.09,1119.277,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2023.12,1187.232,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2024.03,1041.058,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2024.06,999.01,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2024.09,1259.236,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2024.12,1262.517,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2025.03,1221.225,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8QQCA,2025.06,1046.508,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,Health Care and Social Assistance,Current,Unadjusted, +BDCQ.SF8RS1CA,2016.06,275.522,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2016.09,366.138,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2016.12,395.93,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2017.03,421.747,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2017.06,290.45,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2017.09,364.147,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2017.12,371.857,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2018.03,408.249,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2018.06,253.921,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2018.09,412.914,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2018.12,316.831,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2019.03,401.902,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2019.06,299.975,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2019.09,456.722,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2019.12,388.091,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2020.03,425.999,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2020.06,138.846,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2020.09,396.882,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2020.12,292.64,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2021.03,442.83,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2021.06,413.31,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2021.09,400.152,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2021.12,232.991,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2022.03,393.036,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2022.06,438.714,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2022.09,525.745,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2022.12,422.737,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2023.03,487.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2023.06,456.909,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2023.09,452.633,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2023.12,386.291,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2024.03,491.641,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2024.06,426.717,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2024.09,486.347,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2024.12,515.526,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2025.03,533.585,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS1CA,2025.06,390.254,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Arts and Recreation Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2016.06,95.718,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2016.09,172.368,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2016.12,173.643,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2017.03,171.683,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2017.06,162.302,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2017.09,124.689,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2017.12,163.13,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2018.03,121.6,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2018.06,224.317,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2018.09,187.602,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2018.12,160.91,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2019.03,209.037,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2019.06,241.925,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2019.09,157.562,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2019.12,106.326,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2020.03,141.986,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2020.06,-5.26,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2020.09,73.572,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2020.12,229.689,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2021.03,155.167,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2021.06,222.621,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2021.09,-17.957,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2021.12,164.193,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2022.03,100.909,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2022.06,141.241,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2022.09,83.416,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2022.12,95.878,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2023.03,176.045,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2023.06,160.598,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2023.09,220.435,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2023.12,124.806,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2024.03,139.589,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2024.06,115.692,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2024.09,125.844,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2024.12,128.45,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2025.03,166.096,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RS2CA,2025.06,197.589,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 2),Operating profit,Other Services,Current prices,Unadjusted, +BDCQ.SF8RSCA,2016.06,371.24,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2016.09,538.506,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2016.12,569.573,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2017.03,593.43,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2017.06,452.752,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2017.09,488.836,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2017.12,534.987,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2018.03,529.849,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2018.06,478.238,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2018.09,600.516,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2018.12,477.741,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2019.03,610.939,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2019.06,541.9,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2019.09,614.284,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2019.12,494.417,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2020.03,567.985,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2020.06,133.586,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2020.09,470.454,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2020.12,522.33,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2021.03,597.997,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2021.06,635.931,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2021.09,382.195,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2021.12,397.184,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2022.03,493.945,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2022.06,579.955,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2022.09,609.161,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2022.12,518.615,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2023.03,663.63,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2023.06,617.507,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2023.09,673.068,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2023.12,511.098,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2024.03,631.229,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2024.06,542.409,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2024.09,612.19,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2024.12,643.976,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2025.03,699.681,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, +BDCQ.SF8RSCA,2025.06,587.843,,F,Dollars,6,Business Data Collection - BDC,Industry by financial variable (NZSIOC Level 1),Operating profit,"Arts, Recreation and Other Services",Current,Unadjusted, From bbac8b641b6fa368f27cfbb188feb9b3a53838ad Mon Sep 17 00:00:00 2001 From: chechu776 Date: Wed, 19 Nov 2025 11:01:08 +0530 Subject: [PATCH 057/120] everything done chat and chart --- .env | 1 - src/app.ts | 4 +- src/controllers/chatController.ts | 147 ++++++++++++++++++++++++++++ src/controllers/uploadController.ts | 13 ++- src/model/dataModel.ts | 59 ++++++----- src/routes/chatRouter.ts | 8 ++ src/utils/aiPrompt.ts | 4 +- src/utils/chartHelpers.ts | 31 +++--- src/utils/chartInterpreter.ts | 112 +++++++++++++++++++++ src/utils/chartPrompt.ts | 43 ++++++++ src/utils/fallbackCharts.ts | 120 +++++++++++++---------- src/utils/loadDatasetFromDB.ts | 21 ++++ src/utils/streamAggregations.ts | 2 +- 13 files changed, 457 insertions(+), 108 deletions(-) create mode 100644 src/controllers/chatController.ts create mode 100644 src/routes/chatRouter.ts create mode 100644 src/utils/chartInterpreter.ts create mode 100644 src/utils/chartPrompt.ts create mode 100644 src/utils/loadDatasetFromDB.ts diff --git a/.env b/.env index 0d91e24..719f91f 100644 --- a/.env +++ b/.env @@ -22,7 +22,6 @@ SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo MAX_FILE_SIZE = 50 * 1024 * 1024; GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU - SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo diff --git a/src/app.ts b/src/app.ts index f4b5e7a..9047e86 100644 --- a/src/app.ts +++ b/src/app.ts @@ -14,6 +14,7 @@ import { adminrouter } from './routes/adminroutes/userRouter.ts'; import { insightsRouter } from './routes/adminroutes/insightsRouter.ts'; import { fileSizeCheck } from './middlewares/fileSizeCheck.ts'; import mcpClient from './services/mcpClient.ts'; +import chatRouter from "./routes/chatRouter.ts" const app = express(); app.use(express.json({limit:"50mb"})); @@ -46,8 +47,7 @@ app.use("/upload", uploadRouter) app.use("/user", userRouter) app.use("/auth", authRouter) app.use("/payment", paymentRouter) -app.use("/payment",paymentRouter) - +app.use("/chat",chatRouter) // admin routes app.use("/admin/dashboard",adminrouter) app.use('/admin/dashboard',insightsRouter) diff --git a/src/controllers/chatController.ts b/src/controllers/chatController.ts new file mode 100644 index 0000000..c7a6d7c --- /dev/null +++ b/src/controllers/chatController.ts @@ -0,0 +1,147 @@ +// controllers/chatController.ts +import { Request, Response } from "express"; +import { GoogleGenerativeAI } from "@google/generative-ai"; +import { loadDatasetFromDB } from "../utils/loadDatasetFromDB"; +import { buildChatPrompt } from "../utils/chartPrompt"; + +import { + interpretChartRequest, + fallbackChartGenerator, +} from "../utils/chartInterpreter"; + + +let apiKeyIndex = 0; +const apiKeys = process.env.GEMINI_API_KEY!.split(",").map(k => k.trim()); + +let currentKey = apiKeys[apiKeyIndex]; +let genAI = new GoogleGenerativeAI(currentKey); +let model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + +const switchApi = () => { + apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; + currentKey = apiKeys[apiKeyIndex]; + genAI = new GoogleGenerativeAI(currentKey); + model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + + console.log("Switched to API key:", currentKey); +}; + + +async function runAi(prompt: string) { + let attempts = 0; + + while (attempts < apiKeys.length) { + try { + console.log(` Using Gemini Key #${apiKeyIndex + 1}`); + + const res = await model.generateContent(prompt); + let raw = res.response.text().replace(/```json|```/g, "").trim(); + + // extract JSON only + const start = raw.indexOf("{"); + const end = raw.lastIndexOf("}"); + if (start === -1 || end === -1) throw new Error("Invalid JSON"); + + return JSON.parse(raw.substring(start, end + 1)); + } catch (err: any) { + const msg = String(err?.message || ""); + console.log("⚠ Gemini Error:", msg); + + // QUOTA / LIMIT / 429 / 503 → rotate key + if ( + msg.includes("quota") || + msg.includes("429") || + msg.includes("exceeded") || + err.status === 503 + ) { + console.log("Limit reached → switching key..."); + switchApi(); + attempts++; + continue; + } + + // Other error → stop AI completely + console.log(" Non-limit AI error. Stopping AI."); + return null; + } + } + + console.log("All Gemini keys failed."); + return null; +} + + +// MAIN CHAT CONTROLLER + +export const chatController = async (req: Request, res: Response) => { + try { + const userMessage = req.body.message?.trim(); + + if (!userMessage) { + return res.status(400).json({ + reply: "Please type something.", + chart: null, + }); + } + + // Load saved CSV dataset + const dataset = await loadDatasetFromDB(); + if (!dataset || !dataset.aggregations) { + return res.json({ + reply: "Please upload a dataset first.", + chart: null, + }); + } + + const { sampleRows, aggregations } = dataset; + + // Build prompt + const prompt = buildChatPrompt(aggregations, sampleRows, userMessage); + + // Run Gemini with safe wrapper + const parsed = await runAi(prompt); + + if (!parsed) { + return res.json({ + reply: "AI failed to understand. Try rephrasing!", + chart: null, + }); + } + + // NORMAL QUESTION + if (parsed.type === "qa") { + return res.json({ + reply: parsed.question_answer || "Here’s what I found.", + chart: null, + }); + } + + // USER REQUESTED A CHART + const chartIntent = interpretChartRequest(parsed.chart, aggregations); + + if (!chartIntent.valid) { + return res.json({ + reply: " I cannot generate a chart from those fields.", + chart: null, + }); + } + + // Always produces a valid chart + const finalChart = fallbackChartGenerator(chartIntent, aggregations); + + return res.json({ + reply: "Chart added to dashboard!", + chart: finalChart, + }); + + } catch (err: any) { + console.error(" chatController fatal error:", err?.message); + + switchApi(); + + return res.json({ + reply: " Something went wrong. Please try again.", + chart: null, + }); + } +}; diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index b82576a..06a57fa 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -13,9 +13,7 @@ import { import { generateAiPromt } from "../utils/aiPrompt"; import { GoogleGenerativeAI } from "@google/generative-ai"; import { generateChartData } from "../utils/chartHelpers"; - -// FALLBACK GENERATOR -import { generateChartsFromData } from "../utils/fallbackCharts"; // (we will include below) +import { generateChartsFromData } from "../utils/fallbackCharts"; // GLOBAL API KEY ROTATION @@ -31,11 +29,10 @@ const switchApi = () => { currentApi = apiKeys[apiKeyIndex]; genAI = new GoogleGenerativeAI(currentApi); model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); - console.log("🔄 Switched to API key:", currentApi); + console.log("Switched to API key:", currentApi); }; -// SAFE AI RUNNER WITH ROTATION + FALLBACK async function runAi(prompt: string) { let attempts = 0; @@ -62,7 +59,7 @@ async function runAi(prompt: string) { msg.includes("exceeded") || err.status === 503 ) { - console.log("⚠ AI limit hit → switching key..."); + console.log(" AI limit hit → switching key..."); switchApi(); attempts++; continue; @@ -130,15 +127,17 @@ export const fileParsing = async (req: Request, res: Response) => { user_id: req.body.user_id || null, r2_url: fileUrl, data: sampleRows, + aggregations: aggregations, }); + // AI ATTEMPT const prompt = generateAiPromt(metrics, aggregations, sampleRows); let ai = await runAi(prompt); // FALLBACK if (!ai) { - console.log("🔥 AI failed — Using fallback chart generator"); + console.log("AI failed — Using fallback chart generator"); const fallback = generateChartsFromData(sampleRows); diff --git a/src/model/dataModel.ts b/src/model/dataModel.ts index b96841d..4530e69 100644 --- a/src/model/dataModel.ts +++ b/src/model/dataModel.ts @@ -1,47 +1,54 @@ import mongoose, { Schema } from "mongoose"; interface Data { - data: Record[]; - user_id: mongoose.Types.ObjectId; - chat_id?: string; - chart_id?: mongoose.Types.ObjectId; - r2_url?: string; - createdAt: Date; - updatedAt: Date; + data: Record[]; + aggregations: Record; + user_id: mongoose.Types.ObjectId; + chat_id?: string; + chart_id?: mongoose.Types.ObjectId; + r2_url?: string; + createdAt: Date; + updatedAt: Date; } -const dataSchema = new Schema({ +const dataSchema = new Schema( + { data: [ - { - type: Map, - of: Schema.Types.Mixed - } + { + type: Map, + of: Schema.Types.Mixed, + }, ], + aggregations: { + type: Schema.Types.Mixed, + required: false, + }, + user_id: { - type: Schema.Types.ObjectId, - ref: "user" + type: Schema.Types.ObjectId, + ref: "user", }, chat_id: { - type: Schema.Types.ObjectId, - ref: "chat" + type: Schema.Types.ObjectId, + ref: "chat", }, chart_id: { - type: Schema.Types.ObjectId, - ref: "chart" + type: Schema.Types.ObjectId, + ref: "chart", }, r2_url: { - type: String, - required: false - } - -}, { - timestamps: true -}); + type: String, + required: false, + }, + }, + { + timestamps: true, + } +); const dataModel = mongoose.model("data", dataSchema); - export default dataModel; diff --git a/src/routes/chatRouter.ts b/src/routes/chatRouter.ts new file mode 100644 index 0000000..96dad28 --- /dev/null +++ b/src/routes/chatRouter.ts @@ -0,0 +1,8 @@ +import express from "express"; +import {chatController }from "../controllers/chatController" + +const chatRouter = express.Router(); + +chatRouter.post('/',chatController); + +export default chatRouter \ No newline at end of file diff --git a/src/utils/aiPrompt.ts b/src/utils/aiPrompt.ts index 100c40d..9e0e794 100644 --- a/src/utils/aiPrompt.ts +++ b/src/utils/aiPrompt.ts @@ -17,8 +17,8 @@ IMPORTANT RULES — READ CAREFULLY - Do NOT output line charts or any other chart types. - decide chart types and titles - - produce 3 short insights (one-line each) - - identify key fields (2-4) + - produce 3 valuable insights must be useful and clear to the person who uploaded + - identify key fields 4) Return ONLY valid JSON (no markdown, no backticks). INPUT: diff --git a/src/utils/chartHelpers.ts b/src/utils/chartHelpers.ts index 9c7ba89..3cdb413 100644 --- a/src/utils/chartHelpers.ts +++ b/src/utils/chartHelpers.ts @@ -3,8 +3,8 @@ import type { Aggregations } from "./streamAggregations"; export type FinalChart = { type: "bar" | "pie"; title: string; - x: string; // category column (for both bar & pie) - y?: string; // numeric column (bar only) + x: string; + y?: string; data: Array<{ xValue: string; yValue?: number; value?: number }>; }; @@ -22,20 +22,18 @@ export function generateChartData( // BAR CHART if (chart.type === "bar") { const xCol = chart.x; - let yCol = chart.y; + const yCol = + chart.y && chart.y !== "count" + ? chart.y + : Object.keys(aggregations.numeric)[0]; - // If AI used "count", FIX IT → use real numeric field - if (yCol === "count") { - // choose first numeric column instead - yCol = Object.keys(aggregations.numeric)[0]; - } + const cat = aggregations.categorical[xCol]; + if (!cat) continue; - const rows = Object.entries(aggregations.numeric).map( - ([colName, stats]: any) => ({ - xValue: colName, - yValue: Number(stats.sum || 0), - }) - ); + const rows = Object.entries(cat.counts).map(([label, count]) => ({ + xValue: label, + yValue: Number(count), // <-- FIXED (no more unknown) + })); finalCharts.push({ type: "bar", @@ -48,14 +46,13 @@ export function generateChartData( // PIE CHART if (chart.type === "pie") { - const xCol = chart.label; // AI uses "label" but frontend uses "x" - + const xCol = chart.x; const cat = aggregations.categorical[xCol]; if (!cat) continue; const rows = Object.entries(cat.counts).map(([name, count]) => ({ xValue: name, - value: Number(count), + value: Number(count), // <-- FIXED })); finalCharts.push({ diff --git a/src/utils/chartInterpreter.ts b/src/utils/chartInterpreter.ts new file mode 100644 index 0000000..ddce246 --- /dev/null +++ b/src/utils/chartInterpreter.ts @@ -0,0 +1,112 @@ +// utils/chartInterpreter.ts + +import type { Aggregations } from "./streamAggregations"; + +export interface ChartIntent { + valid: boolean; + type: "bar" | "pie" | null; + category: string | null; + numeric: string | null; +} + +// INTERPRET AI CHART REQUEST +export function interpretChartRequest( + chartReq: any, + aggregations: Aggregations +): ChartIntent { + if (!chartReq) { + return { valid: false, type: null, category: null, numeric: null }; + } + + const category = chartReq.category?.trim() || null; + const numeric = chartReq.numeric?.trim() || null; + const type = chartReq.chart_type || null; + + // Validate columns exist + const allCols = [ + ...Object.keys(aggregations.categorical), + ...Object.keys(aggregations.numeric), + ]; + + const isValidCategory = category && allCols.includes(category); + const isValidNumeric = + !numeric || + (numeric && Object.keys(aggregations.numeric).includes(numeric)); + + if (!type || !isValidCategory) { + return { valid: false, type: null, category: null, numeric: null }; + } + + return { + valid: true, + type: type, + category, + numeric: numeric, + }; +} + +// RELIABLE FALLBACK CHART BUILDER +// Always builds a fallback chart using full CSV aggregations +export function fallbackChartGenerator( + intent: ChartIntent, + aggregations: Aggregations +) { + const { type, category, numeric } = intent; + + + // PIE CHART + + if (type === "pie") { + const cat = aggregations.categorical[category!]; + + if (!cat) + return { + type: "pie", + title: `Distribution of ${category}`, + x: category!, + data: [], + }; + + const rows = Object.entries(cat.counts).map(([name, count]) => ({ + xValue: name, + value: Number(count), + })); + + return { + type: "pie", + title: `Distribution of ${category}`, + x: category!, + data: rows, + }; + } + + + // BAR CHART + + if (type === "bar") { + let yCol = numeric; + + // If AI requested "count", use first numeric column + if (!yCol || yCol === "count") { + yCol = Object.keys(aggregations.numeric)[0]; + } + + const values = aggregations.categorical[category!]; + const numericStats = aggregations.numeric[yCol!]; + + const rows = Object.entries(values.counts).map(([name, count]) => ({ + xValue: name, + yValue: count, // not sum — this is more useful + })); + + return { + type: "bar", + title: `${yCol} by ${category}`, + x: category!, + y: yCol!, + data: rows, + }; + } + + return null; +} diff --git a/src/utils/chartPrompt.ts b/src/utils/chartPrompt.ts new file mode 100644 index 0000000..68a05da --- /dev/null +++ b/src/utils/chartPrompt.ts @@ -0,0 +1,43 @@ +// utils/chatPrompt.ts + +export function buildChatPrompt( + aggregations: any, + sampleRows: any[], + userMessage: string +) { + return ` +You are InstaviZ AI — a professional data analysis assistant. + +You MUST answer using ONLY the provided dataset. + +------------------------------------------ +AGGREGATIONS: +${JSON.stringify(aggregations, null, 2)} + +SAMPLE ROWS (first 10): +${JSON.stringify(sampleRows, null, 2)} + +------------------------------------------ +USER QUESTION: +"${userMessage}" + +------------------------------------------ +TASK: +Detect whether the user wants: +1. A normal Q&A answer about the dataset +2. A new chart (bar or pie) + +------------------------------------------ +STRICT JSON OUTPUT ONLY: + +{ + "type": "qa" | "chart_request", + "question_answer": "string or null", + "chart": { + "category": "string or null", + "numeric": "string or null", + "chart_type": "bar" | "pie" | null + } +} +`; +} diff --git a/src/utils/fallbackCharts.ts b/src/utils/fallbackCharts.ts index 8c3f122..1c1f189 100644 --- a/src/utils/fallbackCharts.ts +++ b/src/utils/fallbackCharts.ts @@ -39,7 +39,7 @@ export function generateChartsFromData(rows: any[]) { const unique = new Set(nonNull); - const numericValues = nonNull + const numericValues = nonNull .map((v) => Number(String(v).replace(/,/g, ""))) .filter((v) => !isNaN(v)); @@ -55,7 +55,7 @@ export function generateChartsFromData(rows: any[]) { else if (isNumeric) type = "numeric"; else if (unique.size <= nonNull.length * 0.5) type = "categorical"; - // Variance + // Variance for numeric let variance = 0; if (numericValues.length > 0) { const mean = @@ -80,75 +80,78 @@ export function generateChartsFromData(rows: any[]) { }; }); - // ----------- SCORING LOGIC ----------- + // BAR CHART COLUMN SELECTION + const numericScores = analyses + .map((c) => { + let score = 0; + if (c.type === "numeric") score += 100; + if (c.variance > 0) score += 40; + + const keywords = ["value", "amount", "price", "total", "count", "score"]; + if (keywords.some((k) => c.name.toLowerCase().includes(k))) score += 40; - const scoreColumn = (c: ColumnAnalysis, mode: "cat" | "num" | "pie") => { - let score = 0; + if (c.name.toLowerCase().includes("id")) score -= 100; + if (c.name.toLowerCase().includes("reference")) score -= 70; - if (mode === "cat") { + return { col: c.name, score }; + }) + .sort((a, b) => b.score - a.score); + + const bestNumeric = numericScores[0]?.col; + + const categoryScores = analyses + .map((c) => { + let score = 0; if (c.type === "categorical") score += 100; - if (c.uniqueCount >= 3 && c.uniqueCount <= 80) score += 60; - if (c.avgLength < 40) score += 20; + if (c.uniqueCount >= 2 && c.uniqueCount <= 50) score += 50; const keywords = [ "category", "type", "status", - "name", "region", - "title", + "gender", + "level", + "group", ]; if (keywords.some((k) => c.name.toLowerCase().includes(k))) score += 40; - } - if (mode === "num") { - if (c.type === "numeric") score += 100; - if (c.variance > 0) score += 40; - - const numericKeywords = [ - "value", - "amount", - "price", - "total", - "count", - "score", - ]; - if (numericKeywords.some((k) => c.name.toLowerCase().includes(k))) - score += 40; + if (c.name.toLowerCase().includes("id")) score -= 100; + if (c.name.toLowerCase().includes("reference")) score -= 70; - // penalize IDs - if (c.name.toLowerCase().includes("id")) score -= 80; - } - - if (mode === "pie") { - if (c.type === "categorical") score += 100; - if (c.uniqueCount >= 3 && c.uniqueCount <= 20) score += 60; - if (c.uniqueCount > 20 && c.uniqueCount <= 50) score += 20; + return { col: c.name, score }; + }) + .sort((a, b) => b.score - a.score); - if (c.avgLength < 20) score += 20; + const bestCategory = categoryScores[0]?.col; - const keywords = ["status", "type", "category", "level"]; - if (keywords.some((k) => c.name.toLowerCase().includes(k))) score += 40; - } + // STRICT, MEANINGFUL PIE CHART COLUMN SELECTION - return Math.max(score, 0); - }; + const pieCandidates = analyses.filter((c) => { + return ( + c.type === "categorical" && + c.uniqueCount >= 3 && + c.uniqueCount <= 20 && // LIMIT unique count + c.avgLength <= 25 && // avoid huge text columns + !c.name.toLowerCase().includes("id") && + !c.name.toLowerCase().includes("ref") && + !c.name.toLowerCase().includes("reference") && + !c.name.toLowerCase().includes("series") && + !c.name.toLowerCase().includes("code") + ); + }); - // Select best category column - const bestCategory = analyses - .map((c) => ({ col: c.name, score: scoreColumn(c, "cat") })) - .sort((a, b) => b.score - a.score)[0]?.col; + const keywordPriority = ["status", "type", "category", "region", "gender", "group", "level"]; + pieCandidates.sort((a, b) => { + const aScore = keywordPriority.some((k) => a.name.toLowerCase().includes(k)) ? 1 : 0; + const bScore = keywordPriority.some((k) => b.name.toLowerCase().includes(k)) ? 1 : 0; + return bScore - aScore; + }); - const bestNumeric = analyses - .map((c) => ({ col: c.name, score: scoreColumn(c, "num") })) - .sort((a, b) => b.score - a.score)[0]?.col; + const bestPieCategory = pieCandidates.length > 0 ? pieCandidates[0].name : null; - const bestPieCategory = analyses - .filter((c) => c.name !== bestCategory) - .map((c) => ({ col: c.name, score: scoreColumn(c, "pie") })) - .sort((a, b) => b.score - a.score)[0]?.col; + //BAR CHART GENERATION - // -------- BAR CHART -------- const barMap = new Map(); rows.forEach((r) => { @@ -164,7 +167,20 @@ export function generateChartsFromData(rows: any[]) { .sort((a, b) => b.yValue - a.yValue) .slice(0, 15); - // -------- PIE CHART -------- + // PIE CHART GENERATION (only if valid) + + if (!bestPieCategory) { + return { + barData, + pieData: [], + columns: { + barChartCategory: bestCategory, + barChartNumeric: bestNumeric, + pieChartCategory: null, + }, + }; + } + const pieMap = new Map(); rows.forEach((r) => { diff --git a/src/utils/loadDatasetFromDB.ts b/src/utils/loadDatasetFromDB.ts new file mode 100644 index 0000000..66e9b15 --- /dev/null +++ b/src/utils/loadDatasetFromDB.ts @@ -0,0 +1,21 @@ +// utils/loadDatasetFromDB.ts +import dataModel from "../model/dataModel"; + +export async function loadDatasetFromDB() { + try { + const latest = await dataModel + .findOne({}) + .sort({ createdAt: -1 }) + .lean(); + + if (!latest) return null; + + return { + sampleRows: latest.data || [], + aggregations: (latest as any).aggregations || null, + }; + } catch (err) { + console.error("Failed to load dataset:", err); + return null; + } +} diff --git a/src/utils/streamAggregations.ts b/src/utils/streamAggregations.ts index 1d35778..5c18c85 100644 --- a/src/utils/streamAggregations.ts +++ b/src/utils/streamAggregations.ts @@ -41,7 +41,7 @@ export const initStreamingAgg = (): StreamingAggState => { numericCols: new Set(), categoricalCols: new Set(), detectionSamples: 0, - columnDetectionLimit: 500, // auto-detect numeric vs categorical using first 500 rows + columnDetectionLimit: 500, // auto-detect numeric vs categorical using first 500 rows numeric: {}, categorical: {}, }; From 1a649eb518672ba3091666dd9aac326b5455ef51 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Wed, 19 Nov 2025 11:20:31 +0530 Subject: [PATCH 058/120] test --- src/routes/adminroutes/tokenRouter.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/routes/adminroutes/tokenRouter.ts diff --git a/src/routes/adminroutes/tokenRouter.ts b/src/routes/adminroutes/tokenRouter.ts new file mode 100644 index 0000000..1da0a3b --- /dev/null +++ b/src/routes/adminroutes/tokenRouter.ts @@ -0,0 +1,8 @@ +// import { Router } from 'express'; +// import { getAlltokencont } from '../../adminController/tokenController'; +// import { getAlltokenusage } from '../../adminController/tokenController'; +// import { verifyAdmin } from '../../middlewares/verifyAdmin'; +// export const tokenrouter = Router(); + +// tokenrouter.get('/alltokens', verifyAdmin, getAlltokencont); +// tokenrouter.get('/alltokenusage', getAlltokenusage); From 5fa509c4f328dce377ecf64b75125f8912b24bbe Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Wed, 19 Nov 2025 12:29:42 +0530 Subject: [PATCH 059/120] before pulliing --- src/auth/auth.ts | 86 ++++++++++----- src/middlewares/verifyToken.ts | 5 + src/routes/authRoutes.ts | 2 + src/routes/uploadRouter.ts | 2 +- src/services/jwtServices.ts | 7 +- src/utils/hashTokens.ts | 2 +- src/utils/sendEmail.ts | 2 +- uploads/1763445056361_980922563_100.csv | 101 ++++++++++++++++++ uploads/1763445223605_319959113_100.csv | 101 ++++++++++++++++++ uploads/1763445243064_46251402_100.csv | 101 ++++++++++++++++++ uploads/1763446082090_970955609_100.csv | 101 ++++++++++++++++++ uploads/1763446316166_641109862_100.csv | 101 ++++++++++++++++++ uploads/1763461913860_361326221_100.csv | 101 ++++++++++++++++++ uploads/1763461962547_975671881_100.csv | 101 ++++++++++++++++++ uploads/1763462011775_491125923_100.csv | 101 ++++++++++++++++++ uploads/1763462056537_69144080_100.csv | 101 ++++++++++++++++++ ...9815_425119400_services_classification.csv | 80 ++++++++++++++ uploads/1763516318540_222717576_100.csv | 101 ++++++++++++++++++ 18 files changed, 1165 insertions(+), 31 deletions(-) create mode 100644 uploads/1763445056361_980922563_100.csv create mode 100644 uploads/1763445223605_319959113_100.csv create mode 100644 uploads/1763445243064_46251402_100.csv create mode 100644 uploads/1763446082090_970955609_100.csv create mode 100644 uploads/1763446316166_641109862_100.csv create mode 100644 uploads/1763461913860_361326221_100.csv create mode 100644 uploads/1763461962547_975671881_100.csv create mode 100644 uploads/1763462011775_491125923_100.csv create mode 100644 uploads/1763462056537_69144080_100.csv create mode 100644 uploads/1763462059815_425119400_services_classification.csv create mode 100644 uploads/1763516318540_222717576_100.csv diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 4ba30b0..3e1647f 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -12,7 +12,6 @@ import mongoose from 'mongoose'; import refreshModel from '../model/refreshtoken'; import { hashToken } from '../utils/hashTokens.ts'; - export const loginCheck = async (req: Request, res: Response) => { console.log(' reached here login'); console.log(req.body); @@ -32,6 +31,7 @@ export const loginCheck = async (req: Request, res: Response) => { } const user = await userModel.findOne({ email }); + if (!user) { return res.status(404).json({ success: false, @@ -66,15 +66,15 @@ export const loginCheck = async (req: Request, res: Response) => { ); const hashed = hashToken(refreshToken); - + await refreshModel.findOneAndUpdate( - {userId: user._id,}, + { userId: user._id }, { userId: user._id, tokenhash: hashed, expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), }, - { upsert: true,}, + { upsert: true }, ); res.cookie('refreshToken', refreshToken, { @@ -214,7 +214,7 @@ export const verifyOtp = async (req: Request, res: Response) => { httpOnly: true, secure: false, sameSite: 'strict', - maxAge: 30 * 24 * 60 * 60 * 100, + maxAge: 30 * 24 * 60 * 60 * 1000, }); await otpModel.deleteOne({ email }); @@ -243,28 +243,25 @@ export const googleCallback = (req: Request, res: Response) => { res.redirect(`${frontendURL}/auth/callback?token=${token}`); }; -export const logout = async(req:Request,res:Response)=>{ - try{ - const refreToken = req.cookies.refreshToken; - if(!refreToken){ - return res.status(200).json({success:true,message :"Logged out"}) - } - const hashed = hashToken(refreToken); - await refreshModel.deleteOne({tokenhash:hashed}) - res.clearCookie("refreshToken",{ - httpOnly:true, - secure:false, - sameSite:"strict" - }) - return res.status(200).json({sccess:true,message:"Logged out successfully"}) - - - }catch(err){ - console.log("error in logout"); - return res.status(500).json({success:false,message:"Internal server Error"}) - +export const logout = async (req: Request, res: Response) => { + try { + const refreToken = req.cookies.refreshToken; + if (!refreToken) { + return res.status(200).json({ success: true, message: 'Logged out' }); + } + const hashed = hashToken(refreToken); + await refreshModel.deleteOne({ tokenhash: hashed }); + res.clearCookie('refreshToken', { + httpOnly: true, + secure: false, + sameSite: 'strict', + }); + return res.status(200).json({ sccess: true, message: 'Logged out successfully' }); + } catch (err) { + console.log('error in logout'); + return res.status(500).json({ success: false, message: 'Internal server Error' }); } -} +}; export const testpro = (req: Request, res: Response) => { try { @@ -273,3 +270,40 @@ export const testpro = (req: Request, res: Response) => { return res.json({ message: 'error', error: err }); } }; + +export const resendOtp = async (req: Request, res: Response) => { + try { + const email = req.query.email?.toString(); + + if (!email) { + return res.status(400).json({ message: "Email is required" }); + } + + const otpData = await otpModel.findOne({ email }); + + if (!otpData) { + return res.status(400).json({ message: "No OTP found for this email" }); + } + + const otp = generateOtp(); + + await sendOtp(email, otp); + + await otpModel.findOneAndUpdate( + { email }, + { + otp, + createdAt: new Date() + } + ); + + return res.status(200).json({ + success: true, + message: "OTP resent successfully", + }); + } catch (err) { + console.log(err); + return res.status(500).json({ message: "Internal server error" }); + } +}; + diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index 60ff7db..e18a1a6 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -6,6 +6,8 @@ export const verifyToken = ( res: Response, next: NextFunction ) => { + console.log("inside verify token"); + const authHeader = req.headers.authorization; if (!authHeader) { @@ -13,9 +15,12 @@ export const verifyToken = ( } const token = authHeader.split(" ")[1]; + console.log("TOKEN EXPIRY CHECK", Jwt.decode(token)); + try { const decoded = Jwt.verify(token, process.env.JWT_SECRET!); req.user = decoded; + next(); } catch (err) { return res.status(401).json({ message: "Invalid or expired token" }); diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index e643faa..54a822d 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -7,6 +7,7 @@ import { testpro } from "../auth/auth.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; import {deviceLogger} from '../utils/deviceLogger.ts' import { verifyToken } from "../middlewares/verifyToken.ts"; +import { resendOtp } from "../auth/auth.ts"; const authRouter = Router(); @@ -15,6 +16,7 @@ const authRouter = Router(); authRouter.post('/login',loginCheck , deviceLogger); authRouter.post("/register",register); authRouter.post("/verifyOtp",verifyOtp); +authRouter.post("/resendOtp",resendOtp) authRouter.get("/test",verifyToken,testpro) authRouter.post("/newRefreshToken",refreshAccessToken) authRouter.post("/logout",logout) diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index 23116aa..4fc7274 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -7,6 +7,6 @@ import { verifyToken } from '../middlewares/verifyToken.ts'; const uploadRouter = Router() // uploadRouter.use('/fileupload',tokenCheck) -uploadRouter.post("/fileupload", upload.single('file'), fileParsing); +uploadRouter.post("/fileupload", upload.single('file'),verifyToken, fileParsing); export default uploadRouter; \ No newline at end of file diff --git a/src/services/jwtServices.ts b/src/services/jwtServices.ts index f397931..f969ffb 100644 --- a/src/services/jwtServices.ts +++ b/src/services/jwtServices.ts @@ -4,7 +4,7 @@ import { hashToken } from "../utils/hashTokens"; import refreshModel from "../model/refreshtoken"; export const signJwt = (payload: object) => { - return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "1m" }); + return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "10s" }); }; export const refreshAccessToken = async (req: Request, res: Response) => { @@ -33,5 +33,8 @@ export const refreshAccessToken = async (req: Request, res: Response) => { }); return res.status(200).json({ success: true, newAccessToken }); - } catch (err) {} + } catch (err) { + console.log("error in refresh token worked",err) + return res.status(500).json({success:false,message:"internal server error"}) + } }; diff --git a/src/utils/hashTokens.ts b/src/utils/hashTokens.ts index 786801a..742e196 100644 --- a/src/utils/hashTokens.ts +++ b/src/utils/hashTokens.ts @@ -1,5 +1,5 @@ import crypto from "crypto"; export const hashToken = (token: string): string => { - return crypto.createHash("sha256").update(token).digest("hex"); + return crypto.createHash("sha256").update(token).digest("hex"); //always converts input into a 64-character hexadecimal string }; diff --git a/src/utils/sendEmail.ts b/src/utils/sendEmail.ts index 748ff50..7a91779 100644 --- a/src/utils/sendEmail.ts +++ b/src/utils/sendEmail.ts @@ -14,7 +14,7 @@ export const sendOtp = async (email: string, otp: string) => { const info = await sendMail.sendMail({ from: "shanuvr.work.org@gmail.com", to: email, - subject: "your OTP for InstaViz", + subject: "from you 2000 years ago", text: `your otp is ${otp}`, }); console.log("opt sentttt"); diff --git a/uploads/1763445056361_980922563_100.csv b/uploads/1763445056361_980922563_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763445056361_980922563_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 diff --git a/uploads/1763445223605_319959113_100.csv b/uploads/1763445223605_319959113_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763445223605_319959113_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 diff --git a/uploads/1763445243064_46251402_100.csv b/uploads/1763445243064_46251402_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763445243064_46251402_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 diff --git a/uploads/1763446082090_970955609_100.csv b/uploads/1763446082090_970955609_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763446082090_970955609_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 diff --git a/uploads/1763446316166_641109862_100.csv b/uploads/1763446316166_641109862_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763446316166_641109862_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 diff --git a/uploads/1763461913860_361326221_100.csv b/uploads/1763461913860_361326221_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763461913860_361326221_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 diff --git a/uploads/1763461962547_975671881_100.csv b/uploads/1763461962547_975671881_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763461962547_975671881_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 diff --git a/uploads/1763462011775_491125923_100.csv b/uploads/1763462011775_491125923_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763462011775_491125923_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 diff --git a/uploads/1763462056537_69144080_100.csv b/uploads/1763462056537_69144080_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763462056537_69144080_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 diff --git a/uploads/1763462059815_425119400_services_classification.csv b/uploads/1763462059815_425119400_services_classification.csv new file mode 100644 index 0000000..e92ad8f --- /dev/null +++ b/uploads/1763462059815_425119400_services_classification.csv @@ -0,0 +1,80 @@ +code,service_label +A12,Services +A1201,Manufacturing services on physical inputs owned by others +A12011,Goods for processing in reporting economy +A12012,Goods for processing abroad +A1202,Maintenance and repair services n.i.e. +A1203,Transportation +A12031,Sea transport +A120311,Passenger +A120312,Freight +A120313,Other +A12032,Air transport +A120321,Passenger +A120322,Freight +A120323,Other +A12033,Other modes of transport +A12034,Postal and courier services +A1204,Travel +A12041,Business travel +A12042,Personal travel +A120421,Education related travel +A120422,Health related travel +A120423,Other personal travel +A1205,Construction services +A1206,Insurance and pension services +A12061,Direct insurance +A12062,Reinsurance +A12063,Auxiliary insurance services +A12064,Pension and standardized guarantee services +A1207,Financial services +A12071,Explicitly charged and other financial services +A120711,Asset management fees +A120712,Underwriting and placement of securities +A120713,Financial advisory services +A120714,Financial transaction processing +A120715,Other financial services +A12072,Financial intermediation services indirectly measured (FISIM) +A1208,Charges for the use of intellectual property n.i.e. +A12081,Franchises and trademarks licensing fees +A120811,Revenue/payments from franchise rights +A120812,Other royalty payments received/made +A12082,Licenses for the use of outcomes of research and development +A12083,Licences to reproduce and/or distribute computer software +A12084,Licenses to reproduce and/or distribute audiovisual and related products +A120841,Licenses to reproduce and/or distribute audiovisual products +A120842,Licenses to reproduce and/or distribute other products +A1209,"Telecommunications, computer, and information services" +A12091,Telecommunications services +A120911,Internet access and telecommunication services +A120912,Other telecommunication services +A12092,Computer services +A120921,Computer software +A120922,Other computer services +A12093,Information services +A120931,News agency services +A120932,Other information services +A1210,Other business services +A12101,Research and development +A12102,Professional and management consulting services +A121021,"Legal, accounting, management consulting, and public relations" +A121022,"Advertising, market research, and public opinion polling" +A12103,"Technical, trade-related, and other business services" +A121031,"Architectural, engineering, scientific and other technical services" +A121032,"Waste treatment and de-pollution, agricultural and mining services" +A121033,Operating leasing services +A121034,Trade-related services +A121035,Other business services n.i.e +A1211,"Personal, cultural, and recreational services" +A12111,Audiovisual and related services +A121111,Audiovisual services +A121112,Artistic related services +A12112,"Other personal, cultural, and recreational services" +A121121,Health services +A121122,Education services +A121123,Heritage and recreational services +A121124,Other personal services +A1212,"Government services, n.i.e" +A12121,Embassies and consulates +A12122,Military units and agencies +A12123,Other government goods and services n.i.e diff --git a/uploads/1763516318540_222717576_100.csv b/uploads/1763516318540_222717576_100.csv new file mode 100644 index 0000000..99dd238 --- /dev/null +++ b/uploads/1763516318540_222717576_100.csv @@ -0,0 +1,101 @@ +Region,Country,Item Type,Sales Channel,Order Priority,Order Date,Order ID,Ship Date,Units Sold,Unit Price,Unit Cost,Total Revenue,Total Cost,Total Profit +Australia and Oceania,Tuvalu,Baby Food,Offline,H,5/28/2010,669165933,6/27/2010,9925,255.28,159.42,2533654.00,1582243.50,951410.50 +Central America and the Caribbean,Grenada,Cereal,Online,C,8/22/2012,963881480,9/15/2012,2804,205.70,117.11,576782.80,328376.44,248406.36 +Europe,Russia,Office Supplies,Offline,L,5/2/2014,341417157,5/8/2014,1779,651.21,524.96,1158502.59,933903.84,224598.75 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Online,C,6/20/2014,514321792,7/5/2014,8102,9.33,6.92,75591.66,56065.84,19525.82 +Sub-Saharan Africa,Rwanda,Office Supplies,Offline,L,2/1/2013,115456712,2/6/2013,5062,651.21,524.96,3296425.02,2657347.52,639077.50 +Australia and Oceania,Solomon Islands,Baby Food,Online,C,2/4/2015,547995746,2/21/2015,2974,255.28,159.42,759202.72,474115.08,285087.64 +Sub-Saharan Africa,Angola,Household,Offline,M,4/23/2011,135425221,4/27/2011,4187,668.27,502.54,2798046.49,2104134.98,693911.51 +Sub-Saharan Africa,Burkina Faso,Vegetables,Online,H,7/17/2012,871543967,7/27/2012,8082,154.06,90.93,1245112.92,734896.26,510216.66 +Sub-Saharan Africa,Republic of the Congo,Personal Care,Offline,M,7/14/2015,770463311,8/25/2015,6070,81.73,56.67,496101.10,343986.90,152114.20 +Sub-Saharan Africa,Senegal,Cereal,Online,H,4/18/2014,616607081,5/30/2014,6593,205.70,117.11,1356180.10,772106.23,584073.87 +Asia,Kyrgyzstan,Vegetables,Online,H,6/24/2011,814711606,7/12/2011,124,154.06,90.93,19103.44,11275.32,7828.12 +Sub-Saharan Africa,Cape Verde,Clothes,Offline,H,8/2/2014,939825713,8/19/2014,4168,109.28,35.84,455479.04,149381.12,306097.92 +Asia,Bangladesh,Clothes,Online,L,1/13/2017,187310731,3/1/2017,8263,109.28,35.84,902980.64,296145.92,606834.72 +Central America and the Caribbean,Honduras,Household,Offline,H,2/8/2017,522840487,2/13/2017,8974,668.27,502.54,5997054.98,4509793.96,1487261.02 +Asia,Mongolia,Personal Care,Offline,C,2/19/2014,832401311,2/23/2014,4901,81.73,56.67,400558.73,277739.67,122819.06 +Europe,Bulgaria,Clothes,Online,M,4/23/2012,972292029,6/3/2012,1673,109.28,35.84,182825.44,59960.32,122865.12 +Asia,Sri Lanka,Cosmetics,Offline,M,11/19/2016,419123971,12/18/2016,6952,437.20,263.33,3039414.40,1830670.16,1208744.24 +Sub-Saharan Africa,Cameroon,Beverages,Offline,C,4/1/2015,519820964,4/18/2015,5430,47.45,31.79,257653.50,172619.70,85033.80 +Asia,Turkmenistan,Household,Offline,L,12/30/2010,441619336,1/20/2011,3830,668.27,502.54,2559474.10,1924728.20,634745.90 +Australia and Oceania,East Timor,Meat,Online,L,7/31/2012,322067916,9/11/2012,5908,421.89,364.69,2492526.12,2154588.52,337937.60 +Europe,Norway,Baby Food,Online,L,5/14/2014,819028031,6/28/2014,7450,255.28,159.42,1901836.00,1187679.00,714157.00 +Europe,Portugal,Baby Food,Online,H,7/31/2015,860673511,9/3/2015,1273,255.28,159.42,324971.44,202941.66,122029.78 +Central America and the Caribbean,Honduras,Snacks,Online,L,6/30/2016,795490682,7/26/2016,2225,152.58,97.44,339490.50,216804.00,122686.50 +Australia and Oceania,New Zealand,Fruits,Online,H,9/8/2014,142278373,10/4/2014,2187,9.33,6.92,20404.71,15134.04,5270.67 +Europe,Moldova ,Personal Care,Online,L,5/7/2016,740147912,5/10/2016,5070,81.73,56.67,414371.10,287316.90,127054.20 +Europe,France,Cosmetics,Online,H,5/22/2017,898523128,6/5/2017,1815,437.20,263.33,793518.00,477943.95,315574.05 +Australia and Oceania,Kiribati,Fruits,Online,M,10/13/2014,347140347,11/10/2014,5398,9.33,6.92,50363.34,37354.16,13009.18 +Sub-Saharan Africa,Mali,Fruits,Online,L,5/7/2010,686048400,5/10/2010,5822,9.33,6.92,54319.26,40288.24,14031.02 +Europe,Norway,Beverages,Offline,C,7/18/2014,435608613,7/30/2014,5124,47.45,31.79,243133.80,162891.96,80241.84 +Sub-Saharan Africa,The Gambia,Household,Offline,L,5/26/2012,886494815,6/9/2012,2370,668.27,502.54,1583799.90,1191019.80,392780.10 +Europe,Switzerland,Cosmetics,Offline,M,9/17/2012,249693334,10/20/2012,8661,437.20,263.33,3786589.20,2280701.13,1505888.07 +Sub-Saharan Africa,South Sudan,Personal Care,Offline,C,12/29/2013,406502997,1/28/2014,2125,81.73,56.67,173676.25,120423.75,53252.50 +Australia and Oceania,Australia,Office Supplies,Online,C,10/27/2015,158535134,11/25/2015,2924,651.21,524.96,1904138.04,1534983.04,369155.00 +Asia,Myanmar,Household,Offline,H,1/16/2015,177713572,3/1/2015,8250,668.27,502.54,5513227.50,4145955.00,1367272.50 +Sub-Saharan Africa,Djibouti,Snacks,Online,M,2/25/2017,756274640,2/25/2017,7327,152.58,97.44,1117953.66,713942.88,404010.78 +Central America and the Caribbean,Costa Rica,Personal Care,Offline,L,5/8/2017,456767165,5/21/2017,6409,81.73,56.67,523807.57,363198.03,160609.54 +Middle East and North Africa,Syria,Fruits,Online,L,11/22/2011,162052476,12/3/2011,3784,9.33,6.92,35304.72,26185.28,9119.44 +Sub-Saharan Africa,The Gambia,Meat,Online,M,1/14/2017,825304400,1/23/2017,4767,421.89,364.69,2011149.63,1738477.23,272672.40 +Asia,Brunei,Office Supplies,Online,L,4/1/2012,320009267,5/8/2012,6708,651.21,524.96,4368316.68,3521431.68,846885.00 +Europe,Bulgaria,Office Supplies,Online,M,2/16/2012,189965903,2/28/2012,3987,651.21,524.96,2596374.27,2093015.52,503358.75 +Sub-Saharan Africa,Niger,Personal Care,Online,H,3/11/2017,699285638,3/28/2017,3015,81.73,56.67,246415.95,170860.05,75555.90 +Middle East and North Africa,Azerbaijan,Cosmetics,Online,M,2/6/2010,382392299,2/25/2010,7234,437.20,263.33,3162704.80,1904929.22,1257775.58 +Sub-Saharan Africa,The Gambia,Cereal,Offline,H,6/7/2012,994022214,6/8/2012,2117,205.70,117.11,435466.90,247921.87,187545.03 +Europe,Slovakia,Vegetables,Online,H,10/6/2012,759224212,11/10/2012,171,154.06,90.93,26344.26,15549.03,10795.23 +Asia,Myanmar,Clothes,Online,H,11/14/2015,223359620,11/18/2015,5930,109.28,35.84,648030.40,212531.20,435499.20 +Sub-Saharan Africa,Comoros,Cereal,Offline,H,3/29/2016,902102267,4/29/2016,962,205.70,117.11,197883.40,112659.82,85223.58 +Europe,Iceland,Cosmetics,Online,C,12/31/2016,331438481,12/31/2016,8867,437.20,263.33,3876652.40,2334947.11,1541705.29 +Europe,Switzerland,Personal Care,Online,M,12/23/2010,617667090,1/31/2011,273,81.73,56.67,22312.29,15470.91,6841.38 +Europe,Macedonia,Clothes,Offline,C,10/14/2014,787399423,11/14/2014,7842,109.28,35.84,856973.76,281057.28,575916.48 +Sub-Saharan Africa,Mauritania,Office Supplies,Offline,C,1/11/2012,837559306,1/13/2012,1266,651.21,524.96,824431.86,664599.36,159832.50 +Europe,Albania,Clothes,Online,C,2/2/2010,385383069,3/18/2010,2269,109.28,35.84,247956.32,81320.96,166635.36 +Sub-Saharan Africa,Lesotho,Fruits,Online,L,8/18/2013,918419539,9/18/2013,9606,9.33,6.92,89623.98,66473.52,23150.46 +Middle East and North Africa,Saudi Arabia,Cereal,Online,M,3/25/2013,844530045,3/28/2013,4063,205.70,117.11,835759.10,475817.93,359941.17 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,M,11/26/2011,441888415,1/7/2012,3457,651.21,524.96,2251232.97,1814786.72,436446.25 +Sub-Saharan Africa,Sao Tome and Principe,Fruits,Offline,H,9/17/2013,508980977,10/24/2013,7637,9.33,6.92,71253.21,52848.04,18405.17 +Sub-Saharan Africa,Cote d'Ivoire,Clothes,Online,C,6/8/2012,114606559,6/27/2012,3482,109.28,35.84,380512.96,124794.88,255718.08 +Australia and Oceania,Fiji,Clothes,Offline,C,6/30/2010,647876489,8/1/2010,9905,109.28,35.84,1082418.40,354995.20,727423.20 +Europe,Austria,Cosmetics,Offline,H,2/23/2015,868214595,3/2/2015,2847,437.20,263.33,1244708.40,749700.51,495007.89 +Europe,United Kingdom,Household,Online,L,1/5/2012,955357205,2/14/2012,282,668.27,502.54,188452.14,141716.28,46735.86 +Sub-Saharan Africa,Djibouti,Cosmetics,Offline,H,4/7/2014,259353148,4/19/2014,7215,437.20,263.33,3154398.00,1899925.95,1254472.05 +Australia and Oceania,Australia,Cereal,Offline,H,6/9/2013,450563752,7/2/2013,682,205.70,117.11,140287.40,79869.02,60418.38 +Europe,San Marino,Baby Food,Online,L,6/26/2013,569662845,7/1/2013,4750,255.28,159.42,1212580.00,757245.00,455335.00 +Sub-Saharan Africa,Cameroon,Office Supplies,Online,M,11/7/2011,177636754,11/15/2011,5518,651.21,524.96,3593376.78,2896729.28,696647.50 +Middle East and North Africa,Libya,Clothes,Offline,H,10/30/2010,705784308,11/17/2010,6116,109.28,35.84,668356.48,219197.44,449159.04 +Central America and the Caribbean,Haiti,Cosmetics,Offline,H,10/13/2013,505716836,11/16/2013,1705,437.20,263.33,745426.00,448977.65,296448.35 +Sub-Saharan Africa,Rwanda,Cosmetics,Offline,H,10/11/2013,699358165,11/25/2013,4477,437.20,263.33,1957344.40,1178928.41,778415.99 +Sub-Saharan Africa,Gabon,Personal Care,Offline,L,7/8/2012,228944623,7/9/2012,8656,81.73,56.67,707454.88,490535.52,216919.36 +Central America and the Caribbean,Belize,Clothes,Offline,M,7/25/2016,807025039,9/7/2016,5498,109.28,35.84,600821.44,197048.32,403773.12 +Europe,Lithuania,Office Supplies,Offline,H,10/24/2010,166460740,11/17/2010,8287,651.21,524.96,5396577.27,4350343.52,1046233.75 +Sub-Saharan Africa,Madagascar,Clothes,Offline,L,4/25/2015,610425555,5/28/2015,7342,109.28,35.84,802333.76,263137.28,539196.48 +Asia,Turkmenistan,Office Supplies,Online,M,4/23/2013,462405812,5/20/2013,5010,651.21,524.96,3262562.10,2630049.60,632512.50 +Middle East and North Africa,Libya,Fruits,Online,L,8/14/2015,816200339,9/30/2015,673,9.33,6.92,6279.09,4657.16,1621.93 +Sub-Saharan Africa,Democratic Republic of the Congo,Beverages,Online,C,5/26/2011,585920464,7/15/2011,5741,47.45,31.79,272410.45,182506.39,89904.06 +Sub-Saharan Africa,Djibouti,Cereal,Online,H,5/20/2017,555990016,6/17/2017,8656,205.70,117.11,1780539.20,1013704.16,766835.04 +Middle East and North Africa,Pakistan,Cosmetics,Offline,L,7/5/2013,231145322,8/16/2013,9892,437.20,263.33,4324782.40,2604860.36,1719922.04 +North America,Mexico,Household,Offline,C,11/6/2014,986435210,12/12/2014,6954,668.27,502.54,4647149.58,3494663.16,1152486.42 +Australia and Oceania,Federated States of Micronesia,Beverages,Online,C,10/28/2014,217221009,11/15/2014,9379,47.45,31.79,445033.55,298158.41,146875.14 +Asia,Laos,Vegetables,Offline,C,9/15/2011,789176547,10/23/2011,3732,154.06,90.93,574951.92,339350.76,235601.16 +Europe,Monaco,Baby Food,Offline,H,5/29/2012,688288152,6/2/2012,8614,255.28,159.42,2198981.92,1373243.88,825738.04 +Australia and Oceania,Samoa ,Cosmetics,Online,H,7/20/2013,670854651,8/7/2013,9654,437.20,263.33,4220728.80,2542187.82,1678540.98 +Europe,Spain,Household,Offline,L,10/21/2012,213487374,11/30/2012,4513,668.27,502.54,3015902.51,2267963.02,747939.49 +Middle East and North Africa,Lebanon,Clothes,Online,L,9/18/2012,663110148,10/8/2012,7884,109.28,35.84,861563.52,282562.56,579000.96 +Middle East and North Africa,Iran,Cosmetics,Online,H,11/15/2016,286959302,12/8/2016,6489,437.20,263.33,2836990.80,1708748.37,1128242.43 +Sub-Saharan Africa,Zambia,Snacks,Online,L,1/4/2011,122583663,1/5/2011,4085,152.58,97.44,623289.30,398042.40,225246.90 +Sub-Saharan Africa,Kenya,Vegetables,Online,L,3/18/2012,827844560,4/7/2012,6457,154.06,90.93,994765.42,587135.01,407630.41 +North America,Mexico,Personal Care,Offline,L,2/17/2012,430915820,3/20/2012,6422,81.73,56.67,524870.06,363934.74,160935.32 +Sub-Saharan Africa,Sao Tome and Principe,Beverages,Offline,C,1/16/2011,180283772,1/21/2011,8829,47.45,31.79,418936.05,280673.91,138262.14 +Sub-Saharan Africa,The Gambia,Baby Food,Offline,M,2/3/2014,494747245,3/20/2014,5559,255.28,159.42,1419101.52,886215.78,532885.74 +Middle East and North Africa,Kuwait,Fruits,Online,M,4/30/2012,513417565,5/18/2012,522,9.33,6.92,4870.26,3612.24,1258.02 +Europe,Slovenia,Beverages,Offline,C,10/23/2016,345718562,11/25/2016,4660,47.45,31.79,221117.00,148141.40,72975.60 +Sub-Saharan Africa,Sierra Leone,Office Supplies,Offline,H,12/6/2016,621386563,12/14/2016,948,651.21,524.96,617347.08,497662.08,119685.00 +Australia and Oceania,Australia,Beverages,Offline,H,7/7/2014,240470397,7/11/2014,9389,47.45,31.79,445508.05,298476.31,147031.74 +Middle East and North Africa,Azerbaijan,Office Supplies,Online,M,6/13/2012,423331391,7/24/2012,2021,651.21,524.96,1316095.41,1060944.16,255151.25 +Europe,Romania,Cosmetics,Online,H,11/26/2010,660643374,12/25/2010,7910,437.20,263.33,3458252.00,2082940.30,1375311.70 +Central America and the Caribbean,Nicaragua,Beverages,Offline,C,2/8/2011,963392674,3/21/2011,8156,47.45,31.79,387002.20,259279.24,127722.96 +Sub-Saharan Africa,Mali,Clothes,Online,M,7/26/2011,512878119,9/3/2011,888,109.28,35.84,97040.64,31825.92,65214.72 +Asia,Malaysia,Fruits,Offline,L,11/11/2011,810711038,12/28/2011,6267,9.33,6.92,58471.11,43367.64,15103.47 +Sub-Saharan Africa,Sierra Leone,Vegetables,Offline,C,6/1/2016,728815257,6/29/2016,1485,154.06,90.93,228779.10,135031.05,93748.05 +North America,Mexico,Personal Care,Offline,M,7/30/2015,559427106,8/8/2015,5767,81.73,56.67,471336.91,326815.89,144521.02 +Sub-Saharan Africa,Mozambique,Household,Offline,L,2/10/2012,665095412,2/15/2012,5367,668.27,502.54,3586605.09,2697132.18,889472.91 From 2fe3f37ef9aefec70becef38c3566af0a9d68f9b Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Wed, 19 Nov 2025 14:44:07 +0530 Subject: [PATCH 060/120] beofe aborting --- package-lock.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index f957809..1d72382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3414,6 +3414,7 @@ "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", "license": "MIT", + "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", @@ -5246,6 +5247,7 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } From 886294faaa9bbbb541500c277ced1daad72ea77f Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Wed, 19 Nov 2025 14:49:20 +0530 Subject: [PATCH 061/120] merging to dev --- ...ancial-year-provisional-size-bands__1_.csv | 21673 ++++++++++++++++ 1 file changed, 21673 insertions(+) create mode 100644 uploads/1763543846956_762103635_annual-enterprise-survey-2024-financial-year-provisional-size-bands__1_.csv diff --git a/uploads/1763543846956_762103635_annual-enterprise-survey-2024-financial-year-provisional-size-bands__1_.csv b/uploads/1763543846956_762103635_annual-enterprise-survey-2024-financial-year-provisional-size-bands__1_.csv new file mode 100644 index 0000000..011934d --- /dev/null +++ b/uploads/1763543846956_762103635_annual-enterprise-survey-2024-financial-year-provisional-size-bands__1_.csv @@ -0,0 +1,21673 @@ +year,industry_code_ANZSIC,industry_name_ANZSIC,rme_size_grp,variable,value,unit,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,46134,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,279,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",8187,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",a_0,Total income,8866,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,7618,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,770,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",a_0,Total assets,55700,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,32155,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,21777,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,38136,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,1435,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",13359,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,13771,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,12316,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,1247,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,52666,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,31235,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,1965,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,13848,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,467,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",3060,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,3114,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,2895,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,223,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,9323,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,5482,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1140,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,14850,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,477,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",2396,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,2438,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,2344,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,126,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,6524,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,3649,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,480,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,13983,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,410,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",1806,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,1885,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,1773,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,80,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,3984,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,1676,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,111,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,7419,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,200,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1075,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,1170,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1056,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,39,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,2067,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,930,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,27,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,3522,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,86,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",341,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,364,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,333,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,807,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,15,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,6120,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,173,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",920,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1034,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,850,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,93,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,2555,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,71652,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,97878,COUNT,,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,3527,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",31145,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,32642,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,29185,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,2616,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,133625,DOLLARS(millions),,,,,,,,, +2011,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,76626,DOLLARS(millions),,,,,,,,, +2011,B,Mining,a_0,Activity unit,333,COUNT,,,,,,,,, +2011,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,B,Mining,a_0,Salaries and wages paid,98,DOLLARS(millions),,,,,,,,, +2011,B,Mining,a_0,"Sales, government funding, grants and subsidies",2111,DOLLARS(millions),,,,,,,,, +2011,B,Mining,a_0,Total income,2271,DOLLARS(millions),,,,,,,,, +2011,B,Mining,a_0,Total expenditure,1673,DOLLARS(millions),,,,,,,,, +2011,B,Mining,a_0,Operating profit before tax,636,DOLLARS(millions),,,,,,,,, +2011,B,Mining,a_0,Total assets,11988,DOLLARS(millions),,,,,,,,, +2011,B,Mining,a_0,Fixed tangible assets,3579,DOLLARS(millions),,,,,,,,, +2011,B,Mining,b_1-5,Activity unit,168,COUNT,,,,,,,,, +2011,B,Mining,b_1-5,Rolling mean employees,360,COUNT,,,,,,,,, +2011,B,Mining,b_1-5,Salaries and wages paid,50,DOLLARS(millions),,,,,,,,, +2011,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",443,DOLLARS(millions),,,,,,,,, +2011,B,Mining,b_1-5,Total income,462,DOLLARS(millions),,,,,,,,, +2011,B,Mining,b_1-5,Total expenditure,411,DOLLARS(millions),,,,,,,,, +2011,B,Mining,b_1-5,Operating profit before tax,89,DOLLARS(millions),,,,,,,,, +2011,B,Mining,b_1-5,Total assets,1213,DOLLARS(millions),,,,,,,,, +2011,B,Mining,b_1-5,Fixed tangible assets,771,DOLLARS(millions),,,,,,,,, +2011,B,Mining,c_6-9,Activity unit,21,COUNT,,,,,,,,, +2011,B,Mining,c_6-9,Rolling mean employees,174,COUNT,,,,,,,,, +2011,B,Mining,c_6-9,Salaries and wages paid,12,DOLLARS(millions),,,,,,,,, +2011,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,c_6-9,Total income,65,DOLLARS(millions),,,,,,,,, +2011,B,Mining,c_6-9,Total expenditure,68,DOLLARS(millions),,,,,,,,, +2011,B,Mining,c_6-9,Operating profit before tax,0,DOLLARS(millions),,,,,,,,, +2011,B,Mining,c_6-9,Total assets,169,DOLLARS(millions),,,,,,,,, +2011,B,Mining,c_6-9,Fixed tangible assets,36,DOLLARS(millions),,,,,,,,, +2011,B,Mining,d_10-19,Activity unit,36,COUNT,,,,,,,,, +2011,B,Mining,d_10-19,Rolling mean employees,489,COUNT,,,,,,,,, +2011,B,Mining,d_10-19,Salaries and wages paid,31,DOLLARS(millions),,,,,,,,, +2011,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",261,DOLLARS(millions),,,,,,,,, +2011,B,Mining,d_10-19,Total income,265,DOLLARS(millions),,,,,,,,, +2011,B,Mining,d_10-19,Total expenditure,239,DOLLARS(millions),,,,,,,,, +2011,B,Mining,d_10-19,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2011,B,Mining,d_10-19,Total assets,375,DOLLARS(millions),,,,,,,,, +2011,B,Mining,d_10-19,Fixed tangible assets,162,DOLLARS(millions),,,,,,,,, +2011,B,Mining,e_20-49,Activity unit,21,COUNT,,,,,,,,, +2011,B,Mining,e_20-49,Rolling mean employees,714,COUNT,,,,,,,,, +2011,B,Mining,e_20-49,Salaries and wages paid,59,DOLLARS(millions),,,,,,,,, +2011,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",759,DOLLARS(millions),,,,,,,,, +2011,B,Mining,e_20-49,Total income,872,DOLLARS(millions),,,,,,,,, +2011,B,Mining,e_20-49,Total expenditure,490,DOLLARS(millions),,,,,,,,, +2011,B,Mining,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,e_20-49,Total assets,C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2011,B,Mining,f_50-99,Rolling mean employees,663,COUNT,,,,,,,,, +2011,B,Mining,f_50-99,Salaries and wages paid,60,DOLLARS(millions),,,,,,,,, +2011,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",1188,DOLLARS(millions),,,,,,,,, +2011,B,Mining,f_50-99,Total income,1346,DOLLARS(millions),,,,,,,,, +2011,B,Mining,f_50-99,Total expenditure,811,DOLLARS(millions),,,,,,,,, +2011,B,Mining,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,f_50-99,Total assets,2644,DOLLARS(millions),,,,,,,,, +2011,B,Mining,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2011,B,Mining,g_100-199,Rolling mean employees,651,COUNT,,,,,,,,, +2011,B,Mining,g_100-199,Salaries and wages paid,48,DOLLARS(millions),,,,,,,,, +2011,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,g_100-199,Total income,272,DOLLARS(millions),,,,,,,,, +2011,B,Mining,g_100-199,Total expenditure,376,DOLLARS(millions),,,,,,,,, +2011,B,Mining,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,B,Mining,h_200+,Activity unit,9,COUNT,,,,,,,,, +2011,B,Mining,h_200+,Rolling mean employees,2850,COUNT,,,,,,,,, +2011,B,Mining,h_200+,Salaries and wages paid,261,DOLLARS(millions),,,,,,,,, +2011,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1858,DOLLARS(millions),,,,,,,,, +2011,B,Mining,h_200+,Total income,1933,DOLLARS(millions),,,,,,,,, +2011,B,Mining,h_200+,Total expenditure,1673,DOLLARS(millions),,,,,,,,, +2011,B,Mining,h_200+,Operating profit before tax,286,DOLLARS(millions),,,,,,,,, +2011,B,Mining,h_200+,Total assets,2099,DOLLARS(millions),,,,,,,,, +2011,B,Mining,h_200+,Fixed tangible assets,1050,DOLLARS(millions),,,,,,,,, +2011,B,Mining,i_Industry_Total,Activity unit,606,COUNT,,,,,,,,, +2011,B,Mining,i_Industry_Total,Rolling mean employees,5907,COUNT,,,,,,,,, +2011,B,Mining,i_Industry_Total,Salaries and wages paid,621,DOLLARS(millions),,,,,,,,, +2011,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",6944,DOLLARS(millions),,,,,,,,, +2011,B,Mining,i_Industry_Total,Total income,7486,DOLLARS(millions),,,,,,,,, +2011,B,Mining,i_Industry_Total,Total expenditure,5742,DOLLARS(millions),,,,,,,,, +2011,B,Mining,i_Industry_Total,Operating profit before tax,1895,DOLLARS(millions),,,,,,,,, +2011,B,Mining,i_Industry_Total,Total assets,26953,DOLLARS(millions),,,,,,,,, +2011,B,Mining,i_Industry_Total,Fixed tangible assets,8859,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,a_0,Activity unit,8382,COUNT,,,,,,,,, +2011,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,C,Manufacturing,a_0,Salaries and wages paid,154,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",1993,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,a_0,Total income,2004,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,a_0,Total expenditure,1796,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,a_0,Operating profit before tax,204,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,a_0,Total assets,2173,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,a_0,Fixed tangible assets,645,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,b_1-5,Activity unit,6942,COUNT,,,,,,,,, +2011,C,Manufacturing,b_1-5,Rolling mean employees,15327,COUNT,,,,,,,,, +2011,C,Manufacturing,b_1-5,Salaries and wages paid,627,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",3669,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,b_1-5,Total income,3683,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,b_1-5,Total expenditure,3458,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,b_1-5,Operating profit before tax,241,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,b_1-5,Total assets,2675,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,b_1-5,Fixed tangible assets,612,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,c_6-9,Activity unit,1872,COUNT,,,,,,,,, +2011,C,Manufacturing,c_6-9,Rolling mean employees,13680,COUNT,,,,,,,,, +2011,C,Manufacturing,c_6-9,Salaries and wages paid,561,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2168,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,c_6-9,Total income,2184,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,c_6-9,Total expenditure,2073,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,c_6-9,Operating profit before tax,128,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,c_6-9,Total assets,1392,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,c_6-9,Fixed tangible assets,375,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,d_10-19,Activity unit,1884,COUNT,,,,,,,,, +2011,C,Manufacturing,d_10-19,Rolling mean employees,25053,COUNT,,,,,,,,, +2011,C,Manufacturing,d_10-19,Salaries and wages paid,1118,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",4407,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,d_10-19,Total income,4435,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,d_10-19,Total expenditure,4356,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,d_10-19,Operating profit before tax,98,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,d_10-19,Total assets,2875,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,d_10-19,Fixed tangible assets,684,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,e_20-49,Activity unit,1149,COUNT,,,,,,,,, +2011,C,Manufacturing,e_20-49,Rolling mean employees,34092,COUNT,,,,,,,,, +2011,C,Manufacturing,e_20-49,Salaries and wages paid,1658,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",7997,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,e_20-49,Total income,8050,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,e_20-49,Total expenditure,7631,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,e_20-49,Operating profit before tax,508,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,e_20-49,Total assets,5947,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,e_20-49,Fixed tangible assets,1922,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,f_50-99,Activity unit,372,COUNT,,,,,,,,, +2011,C,Manufacturing,f_50-99,Rolling mean employees,25515,COUNT,,,,,,,,, +2011,C,Manufacturing,f_50-99,Salaries and wages paid,1335,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",10615,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,f_50-99,Total income,10746,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,f_50-99,Total expenditure,10291,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,f_50-99,Operating profit before tax,510,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,f_50-99,Total assets,6520,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,f_50-99,Fixed tangible assets,2190,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,g_100-199,Activity unit,171,COUNT,,,,,,,,, +2011,C,Manufacturing,g_100-199,Rolling mean employees,24069,COUNT,,,,,,,,, +2011,C,Manufacturing,g_100-199,Salaries and wages paid,1459,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",10969,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,g_100-199,Total income,11192,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,g_100-199,Total expenditure,10660,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,g_100-199,Operating profit before tax,679,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,g_100-199,Total assets,9202,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,g_100-199,Fixed tangible assets,2312,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,h_200+,Activity unit,141,COUNT,,,,,,,,, +2011,C,Manufacturing,h_200+,Rolling mean employees,83955,COUNT,,,,,,,,, +2011,C,Manufacturing,h_200+,Salaries and wages paid,5284,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",53126,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,h_200+,Total income,53879,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,h_200+,Total expenditure,53118,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,h_200+,Operating profit before tax,1508,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,h_200+,Total assets,40714,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,h_200+,Fixed tangible assets,13877,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,i_Industry_Total,Activity unit,20916,COUNT,,,,,,,,, +2011,C,Manufacturing,i_Industry_Total,Rolling mean employees,221694,COUNT,,,,,,,,, +2011,C,Manufacturing,i_Industry_Total,Salaries and wages paid,12196,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",94944,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,i_Industry_Total,Total income,96174,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,i_Industry_Total,Total expenditure,93383,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,i_Industry_Total,Operating profit before tax,3875,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,i_Industry_Total,Total assets,71498,DOLLARS(millions),,,,,,,,, +2011,C,Manufacturing,i_Industry_Total,Fixed tangible assets,22617,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,540,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,23,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",2377,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,2447,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,2133,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,361,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,8615,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,6118,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,306,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,636,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",156,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,159,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,142,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,19,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,435,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,177,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,66,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,492,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,24,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",126,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,126,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,117,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,20,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,111,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,69,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,42,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,549,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,21,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",138,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,142,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,129,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,389,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,304,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,33,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,1029,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,54,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",443,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,453,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,389,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,64,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,764,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,594,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,15,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1185,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,53,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",864,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,869,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,789,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,83,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1331,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,989,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,9,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,1587,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,83,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",714,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,729,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,594,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,156,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,3112,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,2736,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,15,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,8898,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,648,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",10500,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,11393,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,9926,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,1417,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,45146,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,35855,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1026,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,14379,COUNT,,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,934,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",15318,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,16319,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,14219,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2137,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,59902,DOLLARS(millions),,,,,,,,, +2011,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,46841,DOLLARS(millions),,,,,,,,, +2011,E,Construction,a_0,Activity unit,29274,COUNT,,,,,,,,, +2011,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,E,Construction,a_0,Salaries and wages paid,679,DOLLARS(millions),,,,,,,,, +2011,E,Construction,a_0,"Sales, government funding, grants and subsidies",5237,DOLLARS(millions),,,,,,,,, +2011,E,Construction,a_0,Total income,5281,DOLLARS(millions),,,,,,,,, +2011,E,Construction,a_0,Total expenditure,4760,DOLLARS(millions),,,,,,,,, +2011,E,Construction,a_0,Operating profit before tax,425,DOLLARS(millions),,,,,,,,, +2011,E,Construction,a_0,Total assets,6117,DOLLARS(millions),,,,,,,,, +2011,E,Construction,a_0,Fixed tangible assets,1787,DOLLARS(millions),,,,,,,,, +2011,E,Construction,b_1-5,Activity unit,16485,COUNT,,,,,,,,, +2011,E,Construction,b_1-5,Rolling mean employees,29550,COUNT,,,,,,,,, +2011,E,Construction,b_1-5,Salaries and wages paid,1430,DOLLARS(millions),,,,,,,,, +2011,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",6411,DOLLARS(millions),,,,,,,,, +2011,E,Construction,b_1-5,Total income,6442,DOLLARS(millions),,,,,,,,, +2011,E,Construction,b_1-5,Total expenditure,5957,DOLLARS(millions),,,,,,,,, +2011,E,Construction,b_1-5,Operating profit before tax,459,DOLLARS(millions),,,,,,,,, +2011,E,Construction,b_1-5,Total assets,3426,DOLLARS(millions),,,,,,,,, +2011,E,Construction,b_1-5,Fixed tangible assets,1015,DOLLARS(millions),,,,,,,,, +2011,E,Construction,c_6-9,Activity unit,2196,COUNT,,,,,,,,, +2011,E,Construction,c_6-9,Rolling mean employees,15774,COUNT,,,,,,,,, +2011,E,Construction,c_6-9,Salaries and wages paid,801,DOLLARS(millions),,,,,,,,, +2011,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",2934,DOLLARS(millions),,,,,,,,, +2011,E,Construction,c_6-9,Total income,2948,DOLLARS(millions),,,,,,,,, +2011,E,Construction,c_6-9,Total expenditure,2855,DOLLARS(millions),,,,,,,,, +2011,E,Construction,c_6-9,Operating profit before tax,119,DOLLARS(millions),,,,,,,,, +2011,E,Construction,c_6-9,Total assets,1395,DOLLARS(millions),,,,,,,,, +2011,E,Construction,c_6-9,Fixed tangible assets,360,DOLLARS(millions),,,,,,,,, +2011,E,Construction,d_10-19,Activity unit,1245,COUNT,,,,,,,,, +2011,E,Construction,d_10-19,Rolling mean employees,16173,COUNT,,,,,,,,, +2011,E,Construction,d_10-19,Salaries and wages paid,832,DOLLARS(millions),,,,,,,,, +2011,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",3309,DOLLARS(millions),,,,,,,,, +2011,E,Construction,d_10-19,Total income,3329,DOLLARS(millions),,,,,,,,, +2011,E,Construction,d_10-19,Total expenditure,3219,DOLLARS(millions),,,,,,,,, +2011,E,Construction,d_10-19,Operating profit before tax,140,DOLLARS(millions),,,,,,,,, +2011,E,Construction,d_10-19,Total assets,1601,DOLLARS(millions),,,,,,,,, +2011,E,Construction,d_10-19,Fixed tangible assets,293,DOLLARS(millions),,,,,,,,, +2011,E,Construction,e_20-49,Activity unit,522,COUNT,,,,,,,,, +2011,E,Construction,e_20-49,Rolling mean employees,15843,COUNT,,,,,,,,, +2011,E,Construction,e_20-49,Salaries and wages paid,806,DOLLARS(millions),,,,,,,,, +2011,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",3530,DOLLARS(millions),,,,,,,,, +2011,E,Construction,e_20-49,Total income,3550,DOLLARS(millions),,,,,,,,, +2011,E,Construction,e_20-49,Total expenditure,3473,DOLLARS(millions),,,,,,,,, +2011,E,Construction,e_20-49,Operating profit before tax,137,DOLLARS(millions),,,,,,,,, +2011,E,Construction,e_20-49,Total assets,1658,DOLLARS(millions),,,,,,,,, +2011,E,Construction,e_20-49,Fixed tangible assets,445,DOLLARS(millions),,,,,,,,, +2011,E,Construction,f_50-99,Activity unit,132,COUNT,,,,,,,,, +2011,E,Construction,f_50-99,Rolling mean employees,8811,COUNT,,,,,,,,, +2011,E,Construction,f_50-99,Salaries and wages paid,510,DOLLARS(millions),,,,,,,,, +2011,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",2483,DOLLARS(millions),,,,,,,,, +2011,E,Construction,f_50-99,Total income,2498,DOLLARS(millions),,,,,,,,, +2011,E,Construction,f_50-99,Total expenditure,2429,DOLLARS(millions),,,,,,,,, +2011,E,Construction,f_50-99,Operating profit before tax,115,DOLLARS(millions),,,,,,,,, +2011,E,Construction,f_50-99,Total assets,1381,DOLLARS(millions),,,,,,,,, +2011,E,Construction,f_50-99,Fixed tangible assets,293,DOLLARS(millions),,,,,,,,, +2011,E,Construction,g_100-199,Activity unit,45,COUNT,,,,,,,,, +2011,E,Construction,g_100-199,Rolling mean employees,5658,COUNT,,,,,,,,, +2011,E,Construction,g_100-199,Salaries and wages paid,367,DOLLARS(millions),,,,,,,,, +2011,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",1864,DOLLARS(millions),,,,,,,,, +2011,E,Construction,g_100-199,Total income,1872,DOLLARS(millions),,,,,,,,, +2011,E,Construction,g_100-199,Total expenditure,1750,DOLLARS(millions),,,,,,,,, +2011,E,Construction,g_100-199,Operating profit before tax,125,DOLLARS(millions),,,,,,,,, +2011,E,Construction,g_100-199,Total assets,1268,DOLLARS(millions),,,,,,,,, +2011,E,Construction,g_100-199,Fixed tangible assets,462,DOLLARS(millions),,,,,,,,, +2011,E,Construction,h_200+,Activity unit,39,COUNT,,,,,,,,, +2011,E,Construction,h_200+,Rolling mean employees,22215,COUNT,,,,,,,,, +2011,E,Construction,h_200+,Salaries and wages paid,1522,DOLLARS(millions),,,,,,,,, +2011,E,Construction,h_200+,"Sales, government funding, grants and subsidies",6457,DOLLARS(millions),,,,,,,,, +2011,E,Construction,h_200+,Total income,6579,DOLLARS(millions),,,,,,,,, +2011,E,Construction,h_200+,Total expenditure,6294,DOLLARS(millions),,,,,,,,, +2011,E,Construction,h_200+,Operating profit before tax,330,DOLLARS(millions),,,,,,,,, +2011,E,Construction,h_200+,Total assets,3755,DOLLARS(millions),,,,,,,,, +2011,E,Construction,h_200+,Fixed tangible assets,624,DOLLARS(millions),,,,,,,,, +2011,E,Construction,i_Industry_Total,Activity unit,49938,COUNT,,,,,,,,, +2011,E,Construction,i_Industry_Total,Rolling mean employees,114027,COUNT,,,,,,,,, +2011,E,Construction,i_Industry_Total,Salaries and wages paid,6947,DOLLARS(millions),,,,,,,,, +2011,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",32224,DOLLARS(millions),,,,,,,,, +2011,E,Construction,i_Industry_Total,Total income,32500,DOLLARS(millions),,,,,,,,, +2011,E,Construction,i_Industry_Total,Total expenditure,30737,DOLLARS(millions),,,,,,,,, +2011,E,Construction,i_Industry_Total,Operating profit before tax,1849,DOLLARS(millions),,,,,,,,, +2011,E,Construction,i_Industry_Total,Total assets,20602,DOLLARS(millions),,,,,,,,, +2011,E,Construction,i_Industry_Total,Fixed tangible assets,5278,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,a_0,Activity unit,7896,COUNT,,,,,,,,, +2011,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,F,Wholesale Trade,a_0,Salaries and wages paid,247,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",6687,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,a_0,Total income,6809,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,a_0,Total expenditure,6564,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,a_0,Operating profit before tax,184,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,a_0,Total assets,3348,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,a_0,Fixed tangible assets,609,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,b_1-5,Activity unit,6009,COUNT,,,,,,,,, +2011,F,Wholesale Trade,b_1-5,Rolling mean employees,13263,COUNT,,,,,,,,, +2011,F,Wholesale Trade,b_1-5,Salaries and wages paid,725,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",8561,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,b_1-5,Total income,8617,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,b_1-5,Total expenditure,8219,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,b_1-5,Operating profit before tax,479,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,b_1-5,Total assets,4192,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,b_1-5,Fixed tangible assets,513,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,c_6-9,Activity unit,1107,COUNT,,,,,,,,, +2011,F,Wholesale Trade,c_6-9,Rolling mean employees,7977,COUNT,,,,,,,,, +2011,F,Wholesale Trade,c_6-9,Salaries and wages paid,399,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",4162,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,c_6-9,Total income,4195,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,c_6-9,Total expenditure,4000,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,c_6-9,Operating profit before tax,259,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,c_6-9,Total assets,1983,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,c_6-9,Fixed tangible assets,226,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,d_10-19,Activity unit,978,COUNT,,,,,,,,, +2011,F,Wholesale Trade,d_10-19,Rolling mean employees,13197,COUNT,,,,,,,,, +2011,F,Wholesale Trade,d_10-19,Salaries and wages paid,702,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",7999,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,d_10-19,Total income,8044,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,d_10-19,Total expenditure,7951,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,d_10-19,Operating profit before tax,391,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,d_10-19,Total assets,3524,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,d_10-19,Fixed tangible assets,286,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,e_20-49,Activity unit,561,COUNT,,,,,,,,, +2011,F,Wholesale Trade,e_20-49,Rolling mean employees,16770,COUNT,,,,,,,,, +2011,F,Wholesale Trade,e_20-49,Salaries and wages paid,986,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",10457,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,e_20-49,Total income,10539,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,e_20-49,Total expenditure,10140,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,e_20-49,Operating profit before tax,536,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,e_20-49,Total assets,5584,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,e_20-49,Fixed tangible assets,551,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,f_50-99,Activity unit,195,COUNT,,,,,,,,, +2011,F,Wholesale Trade,f_50-99,Rolling mean employees,12966,COUNT,,,,,,,,, +2011,F,Wholesale Trade,f_50-99,Salaries and wages paid,769,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",8637,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,f_50-99,Total income,8759,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,f_50-99,Total expenditure,8540,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,f_50-99,Operating profit before tax,398,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,f_50-99,Total assets,4980,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,f_50-99,Fixed tangible assets,428,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,g_100-199,Activity unit,60,COUNT,,,,,,,,, +2011,F,Wholesale Trade,g_100-199,Rolling mean employees,8424,COUNT,,,,,,,,, +2011,F,Wholesale Trade,g_100-199,Salaries and wages paid,532,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",6995,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,g_100-199,Total income,7085,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,g_100-199,Total expenditure,6670,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,g_100-199,Operating profit before tax,509,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,g_100-199,Total assets,3566,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,g_100-199,Fixed tangible assets,329,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,h_200+,Activity unit,57,COUNT,,,,,,,,, +2011,F,Wholesale Trade,h_200+,Rolling mean employees,24741,COUNT,,,,,,,,, +2011,F,Wholesale Trade,h_200+,Salaries and wages paid,1335,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",23864,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,h_200+,Total income,23991,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,h_200+,Total expenditure,23752,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,h_200+,Operating profit before tax,409,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,h_200+,Total assets,8344,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,h_200+,Fixed tangible assets,1116,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,i_Industry_Total,Activity unit,16869,COUNT,,,,,,,,, +2011,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,97341,COUNT,,,,,,,,, +2011,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,5695,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",77361,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,i_Industry_Total,Total income,78040,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,i_Industry_Total,Total expenditure,75835,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,3164,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,i_Industry_Total,Total assets,35521,DOLLARS(millions),,,,,,,,, +2011,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,4058,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,a_0,Activity unit,10881,COUNT,,,,,,,,, +2011,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,G,Retail Trade,a_0,Salaries and wages paid,183,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",2876,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,a_0,Total income,2894,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,a_0,Total expenditure,2813,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,a_0,Operating profit before tax,93,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,a_0,Total assets,1773,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,a_0,Fixed tangible assets,583,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,b_1-5,Activity unit,10479,COUNT,,,,,,,,, +2011,G,Retail Trade,b_1-5,Rolling mean employees,23283,COUNT,,,,,,,,, +2011,G,Retail Trade,b_1-5,Salaries and wages paid,698,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",6588,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,b_1-5,Total income,6612,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,b_1-5,Total expenditure,6387,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,b_1-5,Operating profit before tax,236,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,b_1-5,Total assets,2829,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,b_1-5,Fixed tangible assets,587,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,c_6-9,Activity unit,2109,COUNT,,,,,,,,, +2011,G,Retail Trade,c_6-9,Rolling mean employees,14955,COUNT,,,,,,,,, +2011,G,Retail Trade,c_6-9,Salaries and wages paid,470,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",3422,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,c_6-9,Total income,3436,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,c_6-9,Total expenditure,3336,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,c_6-9,Operating profit before tax,97,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,c_6-9,Total assets,1287,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,c_6-9,Fixed tangible assets,205,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,d_10-19,Activity unit,1551,COUNT,,,,,,,,, +2011,G,Retail Trade,d_10-19,Rolling mean employees,20532,COUNT,,,,,,,,, +2011,G,Retail Trade,d_10-19,Salaries and wages paid,654,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",5579,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,d_10-19,Total income,5605,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,d_10-19,Total expenditure,5536,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,d_10-19,Operating profit before tax,57,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,d_10-19,Total assets,1711,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,d_10-19,Fixed tangible assets,250,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,e_20-49,Activity unit,513,COUNT,,,,,,,,, +2011,G,Retail Trade,e_20-49,Rolling mean employees,14346,COUNT,,,,,,,,, +2011,G,Retail Trade,e_20-49,Salaries and wages paid,515,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",4275,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,e_20-49,Total income,4294,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,e_20-49,Total expenditure,4256,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,e_20-49,Operating profit before tax,73,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,e_20-49,Total assets,1317,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,e_20-49,Fixed tangible assets,282,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,f_50-99,Activity unit,204,COUNT,,,,,,,,, +2011,G,Retail Trade,f_50-99,Rolling mean employees,14229,COUNT,,,,,,,,, +2011,G,Retail Trade,f_50-99,Salaries and wages paid,460,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",4673,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,f_50-99,Total income,4700,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,f_50-99,Total expenditure,4626,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,f_50-99,Operating profit before tax,76,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,f_50-99,Total assets,1212,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,f_50-99,Fixed tangible assets,196,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,g_100-199,Activity unit,162,COUNT,,,,,,,,, +2011,G,Retail Trade,g_100-199,Rolling mean employees,22755,COUNT,,,,,,,,, +2011,G,Retail Trade,g_100-199,Salaries and wages paid,627,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",6083,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,g_100-199,Total income,6120,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,g_100-199,Total expenditure,5999,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,g_100-199,Operating profit before tax,142,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,g_100-199,Total assets,1812,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,g_100-199,Fixed tangible assets,387,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,h_200+,Activity unit,126,COUNT,,,,,,,,, +2011,G,Retail Trade,h_200+,Rolling mean employees,80130,COUNT,,,,,,,,, +2011,G,Retail Trade,h_200+,Salaries and wages paid,2323,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",20727,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,h_200+,Total income,20966,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,h_200+,Total expenditure,20156,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,h_200+,Operating profit before tax,869,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,h_200+,Total assets,9129,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,h_200+,Fixed tangible assets,2361,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,i_Industry_Total,Activity unit,26025,COUNT,,,,,,,,, +2011,G,Retail Trade,i_Industry_Total,Rolling mean employees,190230,COUNT,,,,,,,,, +2011,G,Retail Trade,i_Industry_Total,Salaries and wages paid,5930,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",54221,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,i_Industry_Total,Total income,54627,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,i_Industry_Total,Total expenditure,53109,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,i_Industry_Total,Operating profit before tax,1644,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,i_Industry_Total,Total assets,21069,DOLLARS(millions),,,,,,,,, +2011,G,Retail Trade,i_Industry_Total,Fixed tangible assets,4853,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,a_0,Activity unit,5343,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,a_0,Salaries and wages paid,131,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",793,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,a_0,Total income,807,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,a_0,Total expenditure,774,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,a_0,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,a_0,Total assets,2346,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,a_0,Fixed tangible assets,1585,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,b_1-5,Activity unit,7428,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,b_1-5,Rolling mean employees,17304,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,324,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",1692,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,b_1-5,Total income,1708,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,b_1-5,Total expenditure,1636,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,b_1-5,Operating profit before tax,76,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,b_1-5,Total assets,1886,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1085,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,c_6-9,Activity unit,2064,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,c_6-9,Rolling mean employees,14796,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,299,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",1071,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,c_6-9,Total income,1081,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,c_6-9,Total expenditure,1039,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,c_6-9,Operating profit before tax,44,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,c_6-9,Total assets,787,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,407,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,d_10-19,Activity unit,2037,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,d_10-19,Rolling mean employees,26805,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,556,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",1674,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,d_10-19,Total income,1688,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,d_10-19,Total expenditure,1731,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,d_10-19,Operating profit before tax,-31,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,d_10-19,Total assets,1350,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,875,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,e_20-49,Activity unit,882,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,e_20-49,Rolling mean employees,23838,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,493,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",1555,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,e_20-49,Total income,1585,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,e_20-49,Total expenditure,1543,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,e_20-49,Operating profit before tax,56,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,e_20-49,Total assets,1509,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,945,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,f_50-99,Activity unit,132,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,f_50-99,Rolling mean employees,9066,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,210,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",664,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,f_50-99,Total income,678,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,f_50-99,Total expenditure,654,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,f_50-99,Operating profit before tax,28,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,f_50-99,Total assets,968,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,622,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,g_100-199,Activity unit,63,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,g_100-199,Rolling mean employees,8769,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,202,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",698,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,g_100-199,Total income,711,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,g_100-199,Total expenditure,678,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,g_100-199,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,g_100-199,Total assets,1072,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,746,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,h_200+,Activity unit,24,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,h_200+,Rolling mean employees,17547,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,h_200+,Salaries and wages paid,399,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",1396,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,h_200+,Total income,1403,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,h_200+,Total expenditure,1302,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,h_200+,Operating profit before tax,113,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,h_200+,Total assets,1139,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,h_200+,Fixed tangible assets,714,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,i_Industry_Total,Activity unit,17970,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,118122,COUNT,,,,,,,,, +2011,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,2615,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",9544,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,i_Industry_Total,Total income,9660,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,9357,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,366,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,i_Industry_Total,Total assets,11055,DOLLARS(millions),,,,,,,,, +2011,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,6978,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",a_0,Activity unit,9171,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,127,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",1080,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",a_0,Total income,1170,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",a_0,Total expenditure,943,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,171,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",a_0,Total assets,1907,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,1015,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,3840,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7605,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,336,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1435,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",b_1-5,Total income,1457,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1309,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,149,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",b_1-5,Total assets,1514,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,790,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,552,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4137,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,172,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",602,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",c_6-9,Total income,611,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,600,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,15,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",c_6-9,Total assets,601,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,295,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,453,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,6120,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,291,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1175,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",d_10-19,Total income,1193,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1151,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,55,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",d_10-19,Total assets,1010,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,474,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,246,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,7362,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,373,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",1489,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",e_20-49,Total income,1509,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,1375,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",e_20-49,Total assets,1847,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1152,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,111,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,7842,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,428,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",1676,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",f_50-99,Total income,1705,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,1643,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,98,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",f_50-99,Total assets,2263,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1329,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,60,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8241,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,455,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",1827,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",g_100-199,Total income,1871,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1699,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,190,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",g_100-199,Total assets,2691,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,2075,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",h_200+,Activity unit,54,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,36642,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,2283,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",9718,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",h_200+,Total income,10234,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,9570,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,1001,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",h_200+,Total assets,28116,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,21466,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,14487,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,77952,COUNT,,,,,,,,, +2011,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,4466,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",19002,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,19749,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,18289,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,1822,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,39950,DOLLARS(millions),,,,,,,,, +2011,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,28597,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,a_0,Activity unit,3456,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,a_0,Salaries and wages paid,108,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",1675,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,a_0,Total income,1774,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,a_0,Total expenditure,1349,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,a_0,Operating profit before tax,404,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,a_0,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,b_1-5,Activity unit,1086,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,1929,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,100,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",678,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,b_1-5,Total income,689,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,b_1-5,Total expenditure,659,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,32,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,b_1-5,Total assets,325,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,65,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,c_6-9,Activity unit,159,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1089,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,68,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",386,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,c_6-9,Total income,388,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,c_6-9,Total expenditure,382,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,c_6-9,Total assets,475,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,d_10-19,Activity unit,81,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,1032,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,70,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",365,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,d_10-19,Total income,367,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,d_10-19,Total expenditure,350,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,d_10-19,Total assets,335,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,93,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,e_20-49,Activity unit,33,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1062,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,56,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",258,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,e_20-49,Total income,261,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,e_20-49,Total expenditure,253,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,14,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,e_20-49,Total assets,207,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,38,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,f_50-99,Activity unit,39,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,2709,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,200,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",813,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,f_50-99,Total income,830,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,f_50-99,Total expenditure,801,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,f_50-99,Total assets,1082,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,384,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,g_100-199,Activity unit,12,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1605,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,92,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",304,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,g_100-199,Total income,306,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,g_100-199,Total expenditure,269,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,47,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,h_200+,Activity unit,18,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,h_200+,Rolling mean employees,21987,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1489,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",9059,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,h_200+,Total income,9350,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,h_200+,Total expenditure,9725,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,h_200+,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,h_200+,Total assets,19898,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,5378,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,4878,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,31407,COUNT,,,,,,,,, +2011,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2182,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",13537,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,i_Industry_Total,Total income,13965,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,13788,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,590,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,i_Industry_Total,Total assets,26119,DOLLARS(millions),,,,,,,,, +2011,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,6624,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,a_0,Activity unit,25899,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,a_0,Salaries and wages paid,300,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",3472,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,a_0,Total income,23338,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,a_0,Total expenditure,16347,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,a_0,Operating profit before tax,7284,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,a_0,Total assets,404674,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,a_0,Fixed tangible assets,15839,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,b_1-5,Activity unit,2574,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4557,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,337,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1835,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,b_1-5,Total income,4754,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,b_1-5,Total expenditure,3117,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,b_1-5,Operating profit before tax,1696,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,b_1-5,Total assets,30069,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,718,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,c_6-9,Activity unit,267,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1875,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,130,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",400,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,c_6-9,Total income,667,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,c_6-9,Total expenditure,668,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,c_6-9,Operating profit before tax,134,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,c_6-9,Total assets,3023,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,66,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,d_10-19,Activity unit,153,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2067,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,166,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",480,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,d_10-19,Total income,904,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,d_10-19,Total expenditure,724,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,d_10-19,Operating profit before tax,150,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,d_10-19,Total assets,7794,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,e_20-49,Activity unit,69,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2178,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,190,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",457,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,e_20-49,Total income,1899,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,e_20-49,Total expenditure,1285,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,e_20-49,Operating profit before tax,721,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,e_20-49,Total assets,23273,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,108,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,f_50-99,Activity unit,36,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,f_50-99,Rolling mean employees,2538,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,185,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",700,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,f_50-99,Total income,1231,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,f_50-99,Total expenditure,1510,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,f_50-99,Operating profit before tax,-113,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,f_50-99,Total assets,9571,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,g_100-199,Activity unit,24,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3312,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,211,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",571,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,g_100-199,Total income,1261,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,g_100-199,Total expenditure,1022,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,g_100-199,Operating profit before tax,304,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,g_100-199,Total assets,11081,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,88,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,h_200+,Activity unit,36,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,h_200+,Rolling mean employees,39126,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,h_200+,Salaries and wages paid,3114,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",6312,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,h_200+,Total income,29044,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,h_200+,Total expenditure,25975,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,h_200+,Operating profit before tax,3636,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,h_200+,Total assets,467718,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,h_200+,Fixed tangible assets,606,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,i_Industry_Total,Activity unit,29058,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,55650,COUNT,,,,,,,,, +2011,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,4632,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",14228,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,i_Industry_Total,Total income,63098,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,50648,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,13812,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,i_Industry_Total,Total assets,957203,DOLLARS(millions),,,,,,,,, +2011,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,17719,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,64113,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,327,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",12316,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",a_0,Total income,14454,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,10948,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,3290,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,143197,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,101934,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5022,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,7821,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,285,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",2101,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,2296,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,1971,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,438,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,15340,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,11076,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,522,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3591,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,151,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",485,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,528,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,481,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,57,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,1303,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,602,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,219,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,2778,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,129,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",536,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,592,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,536,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,51,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,1620,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,866,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,105,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,3039,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,133,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",566,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,580,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,692,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,-3,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,1880,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,1229,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,30,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,2136,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,104,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",641,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,671,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,631,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,52,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,1146,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,781,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,12,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,1728,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,92,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",443,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,513,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,492,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,57,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,1403,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,9,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,3135,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,125,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",668,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,678,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,628,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,57,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,882,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,70029,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,24225,COUNT,,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,1346,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",17756,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,20311,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,16378,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,3999,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,166770,DOLLARS(millions),,,,,,,,, +2011,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,117381,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",a_0,Activity unit,32631,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,1273,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",5236,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",a_0,Total income,5348,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,4099,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,1272,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",a_0,Total assets,5088,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,1240,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,12498,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,23163,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,1564,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",4329,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",b_1-5,Total income,4540,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,3895,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,682,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,5113,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,585,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,1497,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,10926,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,732,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",1898,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",c_6-9,Total income,1958,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,1718,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,255,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,2696,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,156,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1416,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,18915,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1261,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",3169,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",d_10-19,Total income,3262,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,2852,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,420,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,2155,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,226,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,615,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,18837,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,1266,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",3251,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",e_20-49,Total income,3634,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,2977,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,692,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,3561,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,383,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,168,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,11538,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,752,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",1832,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",f_50-99,Total income,1985,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,1759,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,258,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,2033,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,153,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,54,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,7863,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,539,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",1379,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",g_100-199,Total income,1483,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,1297,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,1720,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,88,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,51,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,23442,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,1751,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",4660,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",h_200+,Total income,5988,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,5042,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,1189,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",h_200+,Total assets,28809,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,1057,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,48924,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,114681,COUNT,,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,9139,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",25753,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,28198,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,23640,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,4912,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,51175,DOLLARS(millions),,,,,,,,, +2011,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,3888,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,a_0,Activity unit,8766,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,a_0,Salaries and wages paid,159,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1398,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,a_0,Total income,1435,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,a_0,Total expenditure,1266,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,a_0,Operating profit before tax,175,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,a_0,Total assets,1346,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,a_0,Fixed tangible assets,504,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,b_1-5,Activity unit,4305,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,b_1-5,Rolling mean employees,7785,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,b_1-5,Salaries and wages paid,330,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1168,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,b_1-5,Total income,1205,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,b_1-5,Total expenditure,1132,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,b_1-5,Operating profit before tax,91,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,b_1-5,Total assets,1023,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,b_1-5,Fixed tangible assets,277,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,c_6-9,Activity unit,570,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,c_6-9,Rolling mean employees,3993,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,c_6-9,Salaries and wages paid,169,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",451,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,c_6-9,Total income,459,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,c_6-9,Total expenditure,428,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,c_6-9,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,c_6-9,Total assets,256,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,c_6-9,Fixed tangible assets,39,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,d_10-19,Activity unit,498,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,d_10-19,Rolling mean employees,6831,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,d_10-19,Salaries and wages paid,249,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",676,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,d_10-19,Total income,703,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,d_10-19,Total expenditure,668,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,d_10-19,Operating profit before tax,36,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,d_10-19,Total assets,599,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,d_10-19,Fixed tangible assets,92,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,e_20-49,Activity unit,270,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,e_20-49,Rolling mean employees,7674,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,e_20-49,Salaries and wages paid,290,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",793,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,e_20-49,Total income,811,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,e_20-49,Total expenditure,783,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,e_20-49,Operating profit before tax,49,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,e_20-49,Total assets,593,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,e_20-49,Fixed tangible assets,143,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,f_50-99,Activity unit,147,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,f_50-99,Rolling mean employees,10428,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,f_50-99,Salaries and wages paid,305,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",578,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,f_50-99,Total income,601,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,f_50-99,Total expenditure,573,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,f_50-99,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,f_50-99,Total assets,856,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,f_50-99,Fixed tangible assets,117,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,g_100-199,Activity unit,75,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,g_100-199,Rolling mean employees,10407,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,g_100-199,Salaries and wages paid,322,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",649,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,g_100-199,Total income,658,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,g_100-199,Total expenditure,643,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,g_100-199,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,g_100-199,Total assets,316,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,g_100-199,Fixed tangible assets,72,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,h_200+,Activity unit,51,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,h_200+,Rolling mean employees,41094,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,h_200+,Salaries and wages paid,1151,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",2095,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,h_200+,Total income,2167,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,h_200+,Total expenditure,2056,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,h_200+,Operating profit before tax,78,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,h_200+,Total assets,1536,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,h_200+,Fixed tangible assets,591,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,i_Industry_Total,Activity unit,14679,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,88212,COUNT,,,,,,,,, +2011,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,2974,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7807,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,i_Industry_Total,Total income,8039,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,i_Industry_Total,Total expenditure,7549,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,517,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,i_Industry_Total,Total assets,6526,DOLLARS(millions),,,,,,,,, +2011,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,1835,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,a_0,Activity unit,456,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,a_0,Salaries and wages paid,17,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",53,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,a_0,Total income,54,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,a_0,Total expenditure,47,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,a_0,Operating profit before tax,7,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,a_0,Total assets,43,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,a_0,Fixed tangible assets,19,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,b_1-5,Activity unit,342,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,b_1-5,Rolling mean employees,711,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,b_1-5,Salaries and wages paid,31,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",86,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,b_1-5,Total income,86,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,b_1-5,Total expenditure,80,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,b_1-5,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,b_1-5,Total assets,46,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,b_1-5,Fixed tangible assets,14,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,c_6-9,Activity unit,84,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,c_6-9,Rolling mean employees,603,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,c_6-9,Salaries and wages paid,21,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",52,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,c_6-9,Total income,53,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,c_6-9,Total expenditure,49,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,c_6-9,Operating profit before tax,4,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,c_6-9,Total assets,28,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,c_6-9,Fixed tangible assets,6,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,d_10-19,Activity unit,63,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,d_10-19,Rolling mean employees,924,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,d_10-19,Salaries and wages paid,30,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",64,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,d_10-19,Total income,64,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,d_10-19,Total expenditure,61,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,d_10-19,Operating profit before tax,3,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,d_10-19,Total assets,36,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,d_10-19,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,e_20-49,Activity unit,42,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,e_20-49,Rolling mean employees,1206,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,e_20-49,Salaries and wages paid,37,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",67,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,e_20-49,Total income,74,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,e_20-49,Total expenditure,73,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,e_20-49,Operating profit before tax,3,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,e_20-49,Total assets,28,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,e_20-49,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,f_50-99,Rolling mean employees,987,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,f_50-99,Salaries and wages paid,32,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",40,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,f_50-99,Total income,40,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,f_50-99,Total expenditure,47,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,f_50-99,Operating profit before tax,-6,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,f_50-99,Total assets,22,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,g_100-199,Rolling mean employees,819,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,g_100-199,Salaries and wages paid,34,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",81,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,g_100-199,Total income,81,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,g_100-199,Total expenditure,73,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,g_100-199,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,g_100-199,Total assets,74,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,g_100-199,Fixed tangible assets,26,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,h_200+,Activity unit,6,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,h_200+,Rolling mean employees,4419,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,h_200+,Salaries and wages paid,150,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",301,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,h_200+,Total income,301,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,h_200+,Total expenditure,290,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,h_200+,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,h_200+,Total assets,169,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,i_Industry_Total,Activity unit,1011,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,9669,COUNT,,,,,,,,, +2011,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,353,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",744,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,i_Industry_Total,Total income,753,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,i_Industry_Total,Total expenditure,719,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,i_Industry_Total,Total assets,447,DOLLARS(millions),,,,,,,,, +2011,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,124,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,a_0,Activity unit,2070,COUNT,,,,,,,,, +2011,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,P,Education and Training,a_0,Salaries and wages paid,62,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",237,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,a_0,Total income,257,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,a_0,Total expenditure,220,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,a_0,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,a_0,Total assets,299,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,a_0,Fixed tangible assets,131,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,b_1-5,Activity unit,1476,COUNT,,,,,,,,, +2011,P,Education and Training,b_1-5,Rolling mean employees,3432,COUNT,,,,,,,,, +2011,P,Education and Training,b_1-5,Salaries and wages paid,107,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",279,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,b_1-5,Total income,309,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,b_1-5,Total expenditure,302,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,b_1-5,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,b_1-5,Total assets,328,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,b_1-5,Fixed tangible assets,118,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,c_6-9,Activity unit,534,COUNT,,,,,,,,, +2011,P,Education and Training,c_6-9,Rolling mean employees,3858,COUNT,,,,,,,,, +2011,P,Education and Training,c_6-9,Salaries and wages paid,119,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",201,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,c_6-9,Total income,220,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,c_6-9,Total expenditure,219,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,c_6-9,Operating profit before tax,1,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,c_6-9,Total assets,184,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,c_6-9,Fixed tangible assets,79,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,d_10-19,Activity unit,606,COUNT,,,,,,,,, +2011,P,Education and Training,d_10-19,Rolling mean employees,8118,COUNT,,,,,,,,, +2011,P,Education and Training,d_10-19,Salaries and wages paid,244,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",423,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,d_10-19,Total income,467,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,d_10-19,Total expenditure,441,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,d_10-19,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,d_10-19,Total assets,439,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,d_10-19,Fixed tangible assets,204,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,e_20-49,Activity unit,267,COUNT,,,,,,,,, +2011,P,Education and Training,e_20-49,Rolling mean employees,7842,COUNT,,,,,,,,, +2011,P,Education and Training,e_20-49,Salaries and wages paid,276,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",565,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,e_20-49,Total income,608,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,e_20-49,Total expenditure,572,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,e_20-49,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,e_20-49,Total assets,485,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,e_20-49,Fixed tangible assets,171,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,f_50-99,Activity unit,81,COUNT,,,,,,,,, +2011,P,Education and Training,f_50-99,Rolling mean employees,5139,COUNT,,,,,,,,, +2011,P,Education and Training,f_50-99,Salaries and wages paid,200,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",448,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,f_50-99,Total income,469,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,f_50-99,Total expenditure,446,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,f_50-99,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,f_50-99,Total assets,405,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,f_50-99,Fixed tangible assets,155,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,g_100-199,Activity unit,33,COUNT,,,,,,,,, +2011,P,Education and Training,g_100-199,Rolling mean employees,4764,COUNT,,,,,,,,, +2011,P,Education and Training,g_100-199,Salaries and wages paid,231,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",427,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,g_100-199,Total income,439,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,g_100-199,Total expenditure,435,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,g_100-199,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,g_100-199,Total assets,944,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,g_100-199,Fixed tangible assets,269,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,h_200+,Activity unit,12,COUNT,,,,,,,,, +2011,P,Education and Training,h_200+,Rolling mean employees,8376,COUNT,,,,,,,,, +2011,P,Education and Training,h_200+,Salaries and wages paid,308,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",505,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,h_200+,Total income,519,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,h_200+,Total expenditure,484,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,h_200+,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,h_200+,Total assets,714,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,h_200+,Fixed tangible assets,527,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,i_Industry_Total,Activity unit,5082,COUNT,,,,,,,,, +2011,P,Education and Training,i_Industry_Total,Rolling mean employees,41532,COUNT,,,,,,,,, +2011,P,Education and Training,i_Industry_Total,Salaries and wages paid,1547,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",3084,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,i_Industry_Total,Total income,3288,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,i_Industry_Total,Total expenditure,3119,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,i_Industry_Total,Operating profit before tax,180,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,i_Industry_Total,Total assets,3797,DOLLARS(millions),,,,,,,,, +2011,P,Education and Training,i_Industry_Total,Fixed tangible assets,1654,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,a_0,Activity unit,8322,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,305,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",1498,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,a_0,Total income,1530,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,a_0,Total expenditure,1054,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,a_0,Operating profit before tax,515,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,a_0,Total assets,1212,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,384,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,b_1-5,Activity unit,5037,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,11388,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,542,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",1907,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,b_1-5,Total income,1948,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1513,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,468,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,b_1-5,Total assets,1426,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,451,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,c_6-9,Activity unit,1140,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,8208,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,314,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",779,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,c_6-9,Total income,815,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,c_6-9,Total expenditure,715,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,115,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,c_6-9,Total assets,543,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,217,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,d_10-19,Activity unit,1086,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,14379,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,583,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1279,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,d_10-19,Total income,1323,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1212,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,127,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,d_10-19,Total assets,772,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,232,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,e_20-49,Activity unit,693,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,19776,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,632,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",1370,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,e_20-49,Total income,1439,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,e_20-49,Total expenditure,1308,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,132,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,e_20-49,Total assets,1082,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,453,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,f_50-99,Activity unit,282,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,19629,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,632,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1228,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,f_50-99,Total income,1310,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1202,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,105,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,f_50-99,Total assets,1782,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,961,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,g_100-199,Activity unit,93,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,13221,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,471,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",948,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,g_100-199,Total income,1010,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,g_100-199,Total expenditure,900,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,93,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,g_100-199,Total assets,2021,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,872,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,h_200+,Activity unit,78,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,54387,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,1610,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",2709,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,h_200+,Total income,2986,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,h_200+,Total expenditure,2823,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,173,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,h_200+,Total assets,3465,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,1537,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,16734,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,140985,COUNT,,,,,,,,, +2011,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,5090,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",11717,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,i_Industry_Total,Total income,12361,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,10726,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,1730,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,12303,DOLLARS(millions),,,,,,,,, +2011,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,5107,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,a_0,Activity unit,5985,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,a_0,Salaries and wages paid,79,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",728,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,a_0,Total income,825,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,a_0,Total expenditure,700,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,a_0,Operating profit before tax,123,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,a_0,Total assets,1526,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,a_0,Fixed tangible assets,1038,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,b_1-5,Activity unit,2316,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4782,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,122,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",516,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,b_1-5,Total income,629,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,b_1-5,Total expenditure,597,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,b_1-5,Operating profit before tax,36,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,b_1-5,Total assets,1004,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,695,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,c_6-9,Activity unit,363,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,c_6-9,Rolling mean employees,2595,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,68,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,c_6-9,Total income,267,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,c_6-9,Total expenditure,260,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,c_6-9,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,c_6-9,Total assets,376,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,222,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,d_10-19,Activity unit,351,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,d_10-19,Rolling mean employees,4749,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,145,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",310,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,d_10-19,Total income,410,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,d_10-19,Total expenditure,400,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,d_10-19,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,d_10-19,Total assets,763,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,551,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,e_20-49,Activity unit,201,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6030,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,168,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",679,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,e_20-49,Total income,832,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,e_20-49,Total expenditure,815,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,e_20-49,Operating profit before tax,20,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,e_20-49,Total assets,1288,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,713,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,f_50-99,Activity unit,48,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,f_50-99,Rolling mean employees,3051,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,89,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",218,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,f_50-99,Total income,270,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,f_50-99,Total expenditure,247,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,f_50-99,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,f_50-99,Total assets,354,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,235,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2736,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,76,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",571,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,g_100-199,Total income,603,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,g_100-199,Total expenditure,407,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,g_100-199,Total assets,350,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,139,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,h_200+,Activity unit,12,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,h_200+,Rolling mean employees,6810,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,h_200+,Salaries and wages paid,273,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,h_200+,Total income,2147,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,h_200+,Total expenditure,1896,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,h_200+,Operating profit before tax,267,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,h_200+,Total assets,2411,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,h_200+,Fixed tangible assets,1834,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,i_Industry_Total,Activity unit,9294,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,30753,COUNT,,,,,,,,, +2011,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1020,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",5294,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,i_Industry_Total,Total income,5982,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,5321,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,684,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,i_Industry_Total,Total assets,8074,DOLLARS(millions),,,,,,,,, +2011,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,5426,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,a_0,Activity unit,8055,COUNT,,,,,,,,, +2011,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2011,S,Other Services,a_0,Salaries and wages paid,139,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,a_0,"Sales, government funding, grants and subsidies",894,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,a_0,Total income,1092,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,a_0,Total expenditure,933,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,a_0,Operating profit before tax,175,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,a_0,Total assets,1803,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,a_0,Fixed tangible assets,732,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,b_1-5,Activity unit,8742,COUNT,,,,,,,,, +2011,S,Other Services,b_1-5,Rolling mean employees,20274,COUNT,,,,,,,,, +2011,S,Other Services,b_1-5,Salaries and wages paid,707,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",2270,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,b_1-5,Total income,2446,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,b_1-5,Total expenditure,2251,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,b_1-5,Operating profit before tax,196,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,b_1-5,Total assets,2490,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,b_1-5,Fixed tangible assets,573,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,c_6-9,Activity unit,1317,COUNT,,,,,,,,, +2011,S,Other Services,c_6-9,Rolling mean employees,9333,COUNT,,,,,,,,, +2011,S,Other Services,c_6-9,Salaries and wages paid,362,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",978,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,c_6-9,Total income,1067,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,c_6-9,Total expenditure,997,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,c_6-9,Operating profit before tax,64,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,c_6-9,Total assets,1144,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,c_6-9,Fixed tangible assets,206,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,d_10-19,Activity unit,732,COUNT,,,,,,,,, +2011,S,Other Services,d_10-19,Rolling mean employees,9408,COUNT,,,,,,,,, +2011,S,Other Services,d_10-19,Salaries and wages paid,376,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",999,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,d_10-19,Total income,1138,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,d_10-19,Total expenditure,1093,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,d_10-19,Operating profit before tax,32,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,d_10-19,Total assets,1759,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,d_10-19,Fixed tangible assets,346,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,e_20-49,Activity unit,225,COUNT,,,,,,,,, +2011,S,Other Services,e_20-49,Rolling mean employees,6369,COUNT,,,,,,,,, +2011,S,Other Services,e_20-49,Salaries and wages paid,253,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",678,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,e_20-49,Total income,890,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,e_20-49,Total expenditure,801,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,e_20-49,Operating profit before tax,-3,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,e_20-49,Total assets,1655,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,e_20-49,Fixed tangible assets,148,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,f_50-99,Activity unit,39,COUNT,,,,,,,,, +2011,S,Other Services,f_50-99,Rolling mean employees,2562,COUNT,,,,,,,,, +2011,S,Other Services,f_50-99,Salaries and wages paid,125,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",298,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,f_50-99,Total income,349,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,f_50-99,Total expenditure,315,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,f_50-99,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,f_50-99,Total assets,337,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,f_50-99,Fixed tangible assets,74,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2011,S,Other Services,g_100-199,Rolling mean employees,2868,COUNT,,,,,,,,, +2011,S,Other Services,g_100-199,Salaries and wages paid,143,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",253,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,g_100-199,Total income,376,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,g_100-199,Total expenditure,357,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,g_100-199,Operating profit before tax,20,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,g_100-199,Total assets,284,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,g_100-199,Fixed tangible assets,94,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,h_200+,Activity unit,6,COUNT,,,,,,,,, +2011,S,Other Services,h_200+,Rolling mean employees,3537,COUNT,,,,,,,,, +2011,S,Other Services,h_200+,Salaries and wages paid,116,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",293,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,h_200+,Total income,354,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,h_200+,Total expenditure,346,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,h_200+,Operating profit before tax,-4,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,h_200+,Total assets,258,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,h_200+,Fixed tangible assets,88,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,i_Industry_Total,Activity unit,19134,COUNT,,,,,,,,, +2011,S,Other Services,i_Industry_Total,Rolling mean employees,54354,COUNT,,,,,,,,, +2011,S,Other Services,i_Industry_Total,Salaries and wages paid,2222,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",6661,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,i_Industry_Total,Total income,7711,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,i_Industry_Total,Total expenditure,7093,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,i_Industry_Total,Operating profit before tax,517,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,i_Industry_Total,Total assets,9730,DOLLARS(millions),,,,,,,,, +2011,S,Other Services,i_Industry_Total,Fixed tangible assets,2259,DOLLARS(millions),,,,,,,,, +2011,all,All Industries,j_Grand_Total,Activity unit,438321,COUNT,,,,,,,,, +2011,all,All Industries,j_Grand_Total,Rolling mean employees,1528992,COUNT,,,,,,,,, +2011,all,All Industries,j_Grand_Total,Salaries and wages paid,73433,DOLLARS(millions),,,,,,,,, +2011,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",447287,DOLLARS(millions),,,,,,,,, +2011,all,All Industries,j_Grand_Total,Total income,510905,DOLLARS(millions),,,,,,,,, +2011,all,All Industries,j_Grand_Total,Total expenditure,468838,DOLLARS(millions),,,,,,,,, +2011,all,All Industries,j_Grand_Total,Operating profit before tax,46348,DOLLARS(millions),,,,,,,,, +2011,all,All Industries,j_Grand_Total,Total assets,1662320,DOLLARS(millions),,,,,,,,, +2011,all,All Industries,j_Grand_Total,Fixed tangible assets,366725,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,45264,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,294,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",8847,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",a_0,Total income,9615,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,7851,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,1316,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",a_0,Total assets,54941,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,31996,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,21897,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,38859,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,1513,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",13975,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,14462,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,12904,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,1344,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,54946,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,31448,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,1965,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,13854,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,501,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",3269,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,3327,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,3083,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,268,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,10276,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,6004,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1197,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,15774,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,523,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",2758,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,2818,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,2676,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,151,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,7086,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,3643,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,480,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,14019,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,468,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",2057,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,2111,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,2016,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,60,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,4306,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,1909,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,105,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,7206,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,187,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",978,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,1005,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1001,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,1796,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,822,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,33,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,4368,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,119,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",495,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,516,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,489,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,901,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,12,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,5985,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,172,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",952,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",h_200+,Total income,958,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,958,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,46,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,2605,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,70959,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,100059,COUNT,,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,3778,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",33330,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,34813,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,30978,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,3258,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,136858,DOLLARS(millions),,,,,,,,, +2012,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,77413,DOLLARS(millions),,,,,,,,, +2012,B,Mining,a_0,Activity unit,354,COUNT,,,,,,,,, +2012,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,B,Mining,a_0,Salaries and wages paid,123,DOLLARS(millions),,,,,,,,, +2012,B,Mining,a_0,"Sales, government funding, grants and subsidies",2179,DOLLARS(millions),,,,,,,,, +2012,B,Mining,a_0,Total income,2320,DOLLARS(millions),,,,,,,,, +2012,B,Mining,a_0,Total expenditure,1800,DOLLARS(millions),,,,,,,,, +2012,B,Mining,a_0,Operating profit before tax,608,DOLLARS(millions),,,,,,,,, +2012,B,Mining,a_0,Total assets,13164,DOLLARS(millions),,,,,,,,, +2012,B,Mining,a_0,Fixed tangible assets,3472,DOLLARS(millions),,,,,,,,, +2012,B,Mining,b_1-5,Activity unit,162,COUNT,,,,,,,,, +2012,B,Mining,b_1-5,Rolling mean employees,300,COUNT,,,,,,,,, +2012,B,Mining,b_1-5,Salaries and wages paid,40,DOLLARS(millions),,,,,,,,, +2012,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",324,DOLLARS(millions),,,,,,,,, +2012,B,Mining,b_1-5,Total income,328,DOLLARS(millions),,,,,,,,, +2012,B,Mining,b_1-5,Total expenditure,290,DOLLARS(millions),,,,,,,,, +2012,B,Mining,b_1-5,Operating profit before tax,65,DOLLARS(millions),,,,,,,,, +2012,B,Mining,b_1-5,Total assets,1018,DOLLARS(millions),,,,,,,,, +2012,B,Mining,b_1-5,Fixed tangible assets,575,DOLLARS(millions),,,,,,,,, +2012,B,Mining,c_6-9,Activity unit,27,COUNT,,,,,,,,, +2012,B,Mining,c_6-9,Rolling mean employees,189,COUNT,,,,,,,,, +2012,B,Mining,c_6-9,Salaries and wages paid,20,DOLLARS(millions),,,,,,,,, +2012,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,c_6-9,Total income,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,c_6-9,Total expenditure,128,DOLLARS(millions),,,,,,,,, +2012,B,Mining,c_6-9,Operating profit before tax,-23,DOLLARS(millions),,,,,,,,, +2012,B,Mining,c_6-9,Total assets,298,DOLLARS(millions),,,,,,,,, +2012,B,Mining,c_6-9,Fixed tangible assets,66,DOLLARS(millions),,,,,,,,, +2012,B,Mining,d_10-19,Activity unit,39,COUNT,,,,,,,,, +2012,B,Mining,d_10-19,Rolling mean employees,513,COUNT,,,,,,,,, +2012,B,Mining,d_10-19,Salaries and wages paid,45,DOLLARS(millions),,,,,,,,, +2012,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",259,DOLLARS(millions),,,,,,,,, +2012,B,Mining,d_10-19,Total income,266,DOLLARS(millions),,,,,,,,, +2012,B,Mining,d_10-19,Total expenditure,237,DOLLARS(millions),,,,,,,,, +2012,B,Mining,d_10-19,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,d_10-19,Total assets,520,DOLLARS(millions),,,,,,,,, +2012,B,Mining,d_10-19,Fixed tangible assets,177,DOLLARS(millions),,,,,,,,, +2012,B,Mining,e_20-49,Activity unit,24,COUNT,,,,,,,,, +2012,B,Mining,e_20-49,Rolling mean employees,744,COUNT,,,,,,,,, +2012,B,Mining,e_20-49,Salaries and wages paid,63,DOLLARS(millions),,,,,,,,, +2012,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",883,DOLLARS(millions),,,,,,,,, +2012,B,Mining,e_20-49,Total income,978,DOLLARS(millions),,,,,,,,, +2012,B,Mining,e_20-49,Total expenditure,882,DOLLARS(millions),,,,,,,,, +2012,B,Mining,e_20-49,Operating profit before tax,262,DOLLARS(millions),,,,,,,,, +2012,B,Mining,e_20-49,Total assets,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,f_50-99,Activity unit,9,COUNT,,,,,,,,, +2012,B,Mining,f_50-99,Rolling mean employees,603,COUNT,,,,,,,,, +2012,B,Mining,f_50-99,Salaries and wages paid,58,DOLLARS(millions),,,,,,,,, +2012,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,f_50-99,Total income,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,f_50-99,Total expenditure,707,DOLLARS(millions),,,,,,,,, +2012,B,Mining,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,f_50-99,Total assets,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2012,B,Mining,g_100-199,Rolling mean employees,852,COUNT,,,,,,,,, +2012,B,Mining,g_100-199,Salaries and wages paid,52,DOLLARS(millions),,,,,,,,, +2012,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",434,DOLLARS(millions),,,,,,,,, +2012,B,Mining,g_100-199,Total income,444,DOLLARS(millions),,,,,,,,, +2012,B,Mining,g_100-199,Total expenditure,334,DOLLARS(millions),,,,,,,,, +2012,B,Mining,g_100-199,Operating profit before tax,73,DOLLARS(millions),,,,,,,,, +2012,B,Mining,g_100-199,Total assets,1363,DOLLARS(millions),,,,,,,,, +2012,B,Mining,g_100-199,Fixed tangible assets,197,DOLLARS(millions),,,,,,,,, +2012,B,Mining,h_200+,Activity unit,6,COUNT,,,,,,,,, +2012,B,Mining,h_200+,Rolling mean employees,2778,COUNT,,,,,,,,, +2012,B,Mining,h_200+,Salaries and wages paid,302,DOLLARS(millions),,,,,,,,, +2012,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1993,DOLLARS(millions),,,,,,,,, +2012,B,Mining,h_200+,Total income,2060,DOLLARS(millions),,,,,,,,, +2012,B,Mining,h_200+,Total expenditure,2019,DOLLARS(millions),,,,,,,,, +2012,B,Mining,h_200+,Operating profit before tax,218,DOLLARS(millions),,,,,,,,, +2012,B,Mining,h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,B,Mining,i_Industry_Total,Activity unit,627,COUNT,,,,,,,,, +2012,B,Mining,i_Industry_Total,Rolling mean employees,5979,COUNT,,,,,,,,, +2012,B,Mining,i_Industry_Total,Salaries and wages paid,702,DOLLARS(millions),,,,,,,,, +2012,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",7327,DOLLARS(millions),,,,,,,,, +2012,B,Mining,i_Industry_Total,Total income,7844,DOLLARS(millions),,,,,,,,, +2012,B,Mining,i_Industry_Total,Total expenditure,6398,DOLLARS(millions),,,,,,,,, +2012,B,Mining,i_Industry_Total,Operating profit before tax,1874,DOLLARS(millions),,,,,,,,, +2012,B,Mining,i_Industry_Total,Total assets,28396,DOLLARS(millions),,,,,,,,, +2012,B,Mining,i_Industry_Total,Fixed tangible assets,8429,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,a_0,Activity unit,8250,COUNT,,,,,,,,, +2012,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,C,Manufacturing,a_0,Salaries and wages paid,178,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",1972,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,a_0,Total income,1984,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,a_0,Total expenditure,1801,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,a_0,Operating profit before tax,166,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,a_0,Total assets,2407,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,a_0,Fixed tangible assets,648,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,b_1-5,Activity unit,6969,COUNT,,,,,,,,, +2012,C,Manufacturing,b_1-5,Rolling mean employees,15564,COUNT,,,,,,,,, +2012,C,Manufacturing,b_1-5,Salaries and wages paid,669,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",3820,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,b_1-5,Total income,3845,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,b_1-5,Total expenditure,3676,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,b_1-5,Operating profit before tax,186,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,b_1-5,Total assets,2925,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,b_1-5,Fixed tangible assets,626,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,c_6-9,Activity unit,1779,COUNT,,,,,,,,, +2012,C,Manufacturing,c_6-9,Rolling mean employees,12912,COUNT,,,,,,,,, +2012,C,Manufacturing,c_6-9,Salaries and wages paid,551,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2209,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,c_6-9,Total income,2219,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,c_6-9,Total expenditure,2146,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,c_6-9,Operating profit before tax,87,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,c_6-9,Total assets,1324,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,c_6-9,Fixed tangible assets,354,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,d_10-19,Activity unit,1821,COUNT,,,,,,,,, +2012,C,Manufacturing,d_10-19,Rolling mean employees,24348,COUNT,,,,,,,,, +2012,C,Manufacturing,d_10-19,Salaries and wages paid,1100,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",4390,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,d_10-19,Total income,4418,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,d_10-19,Total expenditure,4211,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,d_10-19,Operating profit before tax,204,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,d_10-19,Total assets,2687,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,d_10-19,Fixed tangible assets,660,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,e_20-49,Activity unit,1116,COUNT,,,,,,,,, +2012,C,Manufacturing,e_20-49,Rolling mean employees,32319,COUNT,,,,,,,,, +2012,C,Manufacturing,e_20-49,Salaries and wages paid,1544,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",7504,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,e_20-49,Total income,7581,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,e_20-49,Total expenditure,7171,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,e_20-49,Operating profit before tax,474,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,e_20-49,Total assets,5651,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,e_20-49,Fixed tangible assets,1866,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,f_50-99,Activity unit,381,COUNT,,,,,,,,, +2012,C,Manufacturing,f_50-99,Rolling mean employees,25863,COUNT,,,,,,,,, +2012,C,Manufacturing,f_50-99,Salaries and wages paid,1370,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",10930,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,f_50-99,Total income,11030,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,f_50-99,Total expenditure,10616,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,f_50-99,Operating profit before tax,430,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,f_50-99,Total assets,7086,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,f_50-99,Fixed tangible assets,2209,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,g_100-199,Activity unit,171,COUNT,,,,,,,,, +2012,C,Manufacturing,g_100-199,Rolling mean employees,23616,COUNT,,,,,,,,, +2012,C,Manufacturing,g_100-199,Salaries and wages paid,1400,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",11353,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,g_100-199,Total income,11544,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,g_100-199,Total expenditure,10914,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,g_100-199,Operating profit before tax,707,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,g_100-199,Total assets,7830,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,g_100-199,Fixed tangible assets,2157,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,h_200+,Activity unit,150,COUNT,,,,,,,,, +2012,C,Manufacturing,h_200+,Rolling mean employees,86682,COUNT,,,,,,,,, +2012,C,Manufacturing,h_200+,Salaries and wages paid,5675,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",54966,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,h_200+,Total income,55877,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,h_200+,Total expenditure,53886,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,h_200+,Operating profit before tax,1636,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,h_200+,Total assets,41628,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,h_200+,Fixed tangible assets,14485,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,i_Industry_Total,Activity unit,20643,COUNT,,,,,,,,, +2012,C,Manufacturing,i_Industry_Total,Rolling mean employees,221304,COUNT,,,,,,,,, +2012,C,Manufacturing,i_Industry_Total,Salaries and wages paid,12486,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",97144,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,i_Industry_Total,Total income,98498,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,i_Industry_Total,Total expenditure,94420,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,i_Industry_Total,Operating profit before tax,3890,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,i_Industry_Total,Total assets,71537,DOLLARS(millions),,,,,,,,, +2012,C,Manufacturing,i_Industry_Total,Fixed tangible assets,23005,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,516,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,17,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",2107,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,2176,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1807,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,361,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,7678,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,5485,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,324,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,624,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,32,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",216,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,218,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,200,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,633,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,178,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,57,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,384,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,17,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",118,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,119,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,103,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,16,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,128,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,42,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,576,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,40,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",242,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,247,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,220,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,29,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,747,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,595,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,30,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,993,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,56,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",358,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,364,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,305,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,64,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,836,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,695,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,21,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1341,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,73,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",1005,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,1019,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,927,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,91,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1668,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,9,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,1245,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,76,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",557,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,596,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,485,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,93,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,2777,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,2415,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,15,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,9417,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,712,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",12735,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,13064,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,11739,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,1543,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,46866,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,37709,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1011,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,14580,COUNT,,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1022,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",17339,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,17802,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,15786,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2243,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,61333,DOLLARS(millions),,,,,,,,, +2012,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,48583,DOLLARS(millions),,,,,,,,, +2012,E,Construction,a_0,Activity unit,28434,COUNT,,,,,,,,, +2012,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,E,Construction,a_0,Salaries and wages paid,681,DOLLARS(millions),,,,,,,,, +2012,E,Construction,a_0,"Sales, government funding, grants and subsidies",5804,DOLLARS(millions),,,,,,,,, +2012,E,Construction,a_0,Total income,5862,DOLLARS(millions),,,,,,,,, +2012,E,Construction,a_0,Total expenditure,5167,DOLLARS(millions),,,,,,,,, +2012,E,Construction,a_0,Operating profit before tax,512,DOLLARS(millions),,,,,,,,, +2012,E,Construction,a_0,Total assets,5899,DOLLARS(millions),,,,,,,,, +2012,E,Construction,a_0,Fixed tangible assets,1817,DOLLARS(millions),,,,,,,,, +2012,E,Construction,b_1-5,Activity unit,16164,COUNT,,,,,,,,, +2012,E,Construction,b_1-5,Rolling mean employees,28461,COUNT,,,,,,,,, +2012,E,Construction,b_1-5,Salaries and wages paid,1500,DOLLARS(millions),,,,,,,,, +2012,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",6414,DOLLARS(millions),,,,,,,,, +2012,E,Construction,b_1-5,Total income,6443,DOLLARS(millions),,,,,,,,, +2012,E,Construction,b_1-5,Total expenditure,5918,DOLLARS(millions),,,,,,,,, +2012,E,Construction,b_1-5,Operating profit before tax,545,DOLLARS(millions),,,,,,,,, +2012,E,Construction,b_1-5,Total assets,3329,DOLLARS(millions),,,,,,,,, +2012,E,Construction,b_1-5,Fixed tangible assets,948,DOLLARS(millions),,,,,,,,, +2012,E,Construction,c_6-9,Activity unit,2202,COUNT,,,,,,,,, +2012,E,Construction,c_6-9,Rolling mean employees,15294,COUNT,,,,,,,,, +2012,E,Construction,c_6-9,Salaries and wages paid,807,DOLLARS(millions),,,,,,,,, +2012,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",2941,DOLLARS(millions),,,,,,,,, +2012,E,Construction,c_6-9,Total income,2956,DOLLARS(millions),,,,,,,,, +2012,E,Construction,c_6-9,Total expenditure,2845,DOLLARS(millions),,,,,,,,, +2012,E,Construction,c_6-9,Operating profit before tax,134,DOLLARS(millions),,,,,,,,, +2012,E,Construction,c_6-9,Total assets,1317,DOLLARS(millions),,,,,,,,, +2012,E,Construction,c_6-9,Fixed tangible assets,333,DOLLARS(millions),,,,,,,,, +2012,E,Construction,d_10-19,Activity unit,1377,COUNT,,,,,,,,, +2012,E,Construction,d_10-19,Rolling mean employees,17955,COUNT,,,,,,,,, +2012,E,Construction,d_10-19,Salaries and wages paid,907,DOLLARS(millions),,,,,,,,, +2012,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",3673,DOLLARS(millions),,,,,,,,, +2012,E,Construction,d_10-19,Total income,3694,DOLLARS(millions),,,,,,,,, +2012,E,Construction,d_10-19,Total expenditure,3554,DOLLARS(millions),,,,,,,,, +2012,E,Construction,d_10-19,Operating profit before tax,123,DOLLARS(millions),,,,,,,,, +2012,E,Construction,d_10-19,Total assets,1707,DOLLARS(millions),,,,,,,,, +2012,E,Construction,d_10-19,Fixed tangible assets,335,DOLLARS(millions),,,,,,,,, +2012,E,Construction,e_20-49,Activity unit,651,COUNT,,,,,,,,, +2012,E,Construction,e_20-49,Rolling mean employees,18687,COUNT,,,,,,,,, +2012,E,Construction,e_20-49,Salaries and wages paid,993,DOLLARS(millions),,,,,,,,, +2012,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",4201,DOLLARS(millions),,,,,,,,, +2012,E,Construction,e_20-49,Total income,4219,DOLLARS(millions),,,,,,,,, +2012,E,Construction,e_20-49,Total expenditure,4108,DOLLARS(millions),,,,,,,,, +2012,E,Construction,e_20-49,Operating profit before tax,139,DOLLARS(millions),,,,,,,,, +2012,E,Construction,e_20-49,Total assets,1767,DOLLARS(millions),,,,,,,,, +2012,E,Construction,e_20-49,Fixed tangible assets,586,DOLLARS(millions),,,,,,,,, +2012,E,Construction,f_50-99,Activity unit,135,COUNT,,,,,,,,, +2012,E,Construction,f_50-99,Rolling mean employees,8865,COUNT,,,,,,,,, +2012,E,Construction,f_50-99,Salaries and wages paid,520,DOLLARS(millions),,,,,,,,, +2012,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",2650,DOLLARS(millions),,,,,,,,, +2012,E,Construction,f_50-99,Total income,2663,DOLLARS(millions),,,,,,,,, +2012,E,Construction,f_50-99,Total expenditure,2536,DOLLARS(millions),,,,,,,,, +2012,E,Construction,f_50-99,Operating profit before tax,142,DOLLARS(millions),,,,,,,,, +2012,E,Construction,f_50-99,Total assets,1364,DOLLARS(millions),,,,,,,,, +2012,E,Construction,f_50-99,Fixed tangible assets,306,DOLLARS(millions),,,,,,,,, +2012,E,Construction,g_100-199,Activity unit,45,COUNT,,,,,,,,, +2012,E,Construction,g_100-199,Rolling mean employees,6003,COUNT,,,,,,,,, +2012,E,Construction,g_100-199,Salaries and wages paid,384,DOLLARS(millions),,,,,,,,, +2012,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",1577,DOLLARS(millions),,,,,,,,, +2012,E,Construction,g_100-199,Total income,1586,DOLLARS(millions),,,,,,,,, +2012,E,Construction,g_100-199,Total expenditure,1492,DOLLARS(millions),,,,,,,,, +2012,E,Construction,g_100-199,Operating profit before tax,90,DOLLARS(millions),,,,,,,,, +2012,E,Construction,g_100-199,Total assets,1145,DOLLARS(millions),,,,,,,,, +2012,E,Construction,g_100-199,Fixed tangible assets,445,DOLLARS(millions),,,,,,,,, +2012,E,Construction,h_200+,Activity unit,42,COUNT,,,,,,,,, +2012,E,Construction,h_200+,Rolling mean employees,23085,COUNT,,,,,,,,, +2012,E,Construction,h_200+,Salaries and wages paid,1546,DOLLARS(millions),,,,,,,,, +2012,E,Construction,h_200+,"Sales, government funding, grants and subsidies",6444,DOLLARS(millions),,,,,,,,, +2012,E,Construction,h_200+,Total income,6537,DOLLARS(millions),,,,,,,,, +2012,E,Construction,h_200+,Total expenditure,6289,DOLLARS(millions),,,,,,,,, +2012,E,Construction,h_200+,Operating profit before tax,299,DOLLARS(millions),,,,,,,,, +2012,E,Construction,h_200+,Total assets,3825,DOLLARS(millions),,,,,,,,, +2012,E,Construction,h_200+,Fixed tangible assets,663,DOLLARS(millions),,,,,,,,, +2012,E,Construction,i_Industry_Total,Activity unit,49047,COUNT,,,,,,,,, +2012,E,Construction,i_Industry_Total,Rolling mean employees,118350,COUNT,,,,,,,,, +2012,E,Construction,i_Industry_Total,Salaries and wages paid,7337,DOLLARS(millions),,,,,,,,, +2012,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",33704,DOLLARS(millions),,,,,,,,, +2012,E,Construction,i_Industry_Total,Total income,33962,DOLLARS(millions),,,,,,,,, +2012,E,Construction,i_Industry_Total,Total expenditure,31908,DOLLARS(millions),,,,,,,,, +2012,E,Construction,i_Industry_Total,Operating profit before tax,1983,DOLLARS(millions),,,,,,,,, +2012,E,Construction,i_Industry_Total,Total assets,20352,DOLLARS(millions),,,,,,,,, +2012,E,Construction,i_Industry_Total,Fixed tangible assets,5434,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,a_0,Activity unit,7737,COUNT,,,,,,,,, +2012,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,F,Wholesale Trade,a_0,Salaries and wages paid,266,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",7058,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,a_0,Total income,7215,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,a_0,Total expenditure,6897,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,a_0,Operating profit before tax,219,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,a_0,Total assets,3357,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,a_0,Fixed tangible assets,607,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,b_1-5,Activity unit,6030,COUNT,,,,,,,,, +2012,F,Wholesale Trade,b_1-5,Rolling mean employees,13548,COUNT,,,,,,,,, +2012,F,Wholesale Trade,b_1-5,Salaries and wages paid,775,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",9317,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,b_1-5,Total income,9382,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,b_1-5,Total expenditure,9089,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,b_1-5,Operating profit before tax,422,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,b_1-5,Total assets,4116,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,b_1-5,Fixed tangible assets,446,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,c_6-9,Activity unit,1122,COUNT,,,,,,,,, +2012,F,Wholesale Trade,c_6-9,Rolling mean employees,7983,COUNT,,,,,,,,, +2012,F,Wholesale Trade,c_6-9,Salaries and wages paid,412,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",4459,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,c_6-9,Total income,4495,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,c_6-9,Total expenditure,4304,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,c_6-9,Operating profit before tax,216,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,c_6-9,Total assets,1854,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,c_6-9,Fixed tangible assets,167,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,d_10-19,Activity unit,960,COUNT,,,,,,,,, +2012,F,Wholesale Trade,d_10-19,Rolling mean employees,13068,COUNT,,,,,,,,, +2012,F,Wholesale Trade,d_10-19,Salaries and wages paid,717,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",8149,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,d_10-19,Total income,8210,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,d_10-19,Total expenditure,7877,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,d_10-19,Operating profit before tax,351,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,d_10-19,Total assets,3635,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,d_10-19,Fixed tangible assets,327,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,e_20-49,Activity unit,555,COUNT,,,,,,,,, +2012,F,Wholesale Trade,e_20-49,Rolling mean employees,16728,COUNT,,,,,,,,, +2012,F,Wholesale Trade,e_20-49,Salaries and wages paid,1037,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",11097,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,e_20-49,Total income,11220,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,e_20-49,Total expenditure,10823,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,e_20-49,Operating profit before tax,587,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,e_20-49,Total assets,5741,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,e_20-49,Fixed tangible assets,557,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,f_50-99,Activity unit,195,COUNT,,,,,,,,, +2012,F,Wholesale Trade,f_50-99,Rolling mean employees,13146,COUNT,,,,,,,,, +2012,F,Wholesale Trade,f_50-99,Salaries and wages paid,807,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",9590,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,f_50-99,Total income,9693,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,f_50-99,Total expenditure,9332,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,f_50-99,Operating profit before tax,418,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,f_50-99,Total assets,5114,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,f_50-99,Fixed tangible assets,407,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,g_100-199,Activity unit,63,COUNT,,,,,,,,, +2012,F,Wholesale Trade,g_100-199,Rolling mean employees,8637,COUNT,,,,,,,,, +2012,F,Wholesale Trade,g_100-199,Salaries and wages paid,539,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",7162,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,g_100-199,Total income,7236,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,g_100-199,Total expenditure,7030,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,g_100-199,Operating profit before tax,381,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,g_100-199,Total assets,3801,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,g_100-199,Fixed tangible assets,320,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,h_200+,Activity unit,48,COUNT,,,,,,,,, +2012,F,Wholesale Trade,h_200+,Rolling mean employees,22965,COUNT,,,,,,,,, +2012,F,Wholesale Trade,h_200+,Salaries and wages paid,1370,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",24218,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,h_200+,Total income,24331,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,h_200+,Total expenditure,23940,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,h_200+,Operating profit before tax,534,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,h_200+,Total assets,8106,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,h_200+,Fixed tangible assets,1107,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,i_Industry_Total,Activity unit,16710,COUNT,,,,,,,,, +2012,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,96078,COUNT,,,,,,,,, +2012,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,5925,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",81051,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,i_Industry_Total,Total income,81782,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,i_Industry_Total,Total expenditure,79293,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,3127,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,i_Industry_Total,Total assets,35724,DOLLARS(millions),,,,,,,,, +2012,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,3938,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,a_0,Activity unit,10470,COUNT,,,,,,,,, +2012,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,G,Retail Trade,a_0,Salaries and wages paid,178,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",2762,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,a_0,Total income,2776,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,a_0,Total expenditure,2641,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,a_0,Operating profit before tax,124,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,a_0,Total assets,1846,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,a_0,Fixed tangible assets,589,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,b_1-5,Activity unit,10764,COUNT,,,,,,,,, +2012,G,Retail Trade,b_1-5,Rolling mean employees,24345,COUNT,,,,,,,,, +2012,G,Retail Trade,b_1-5,Salaries and wages paid,783,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",7233,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,b_1-5,Total income,7267,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,b_1-5,Total expenditure,7087,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,b_1-5,Operating profit before tax,242,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,b_1-5,Total assets,3167,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,b_1-5,Fixed tangible assets,637,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,c_6-9,Activity unit,1818,COUNT,,,,,,,,, +2012,G,Retail Trade,c_6-9,Rolling mean employees,12948,COUNT,,,,,,,,, +2012,G,Retail Trade,c_6-9,Salaries and wages paid,419,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",3065,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,c_6-9,Total income,3075,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,c_6-9,Total expenditure,2965,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,c_6-9,Operating profit before tax,116,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,c_6-9,Total assets,1008,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,c_6-9,Fixed tangible assets,207,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,d_10-19,Activity unit,1542,COUNT,,,,,,,,, +2012,G,Retail Trade,d_10-19,Rolling mean employees,20571,COUNT,,,,,,,,, +2012,G,Retail Trade,d_10-19,Salaries and wages paid,693,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",5782,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,d_10-19,Total income,5816,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,d_10-19,Total expenditure,5703,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,d_10-19,Operating profit before tax,182,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,d_10-19,Total assets,1839,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,d_10-19,Fixed tangible assets,243,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,e_20-49,Activity unit,552,COUNT,,,,,,,,, +2012,G,Retail Trade,e_20-49,Rolling mean employees,15678,COUNT,,,,,,,,, +2012,G,Retail Trade,e_20-49,Salaries and wages paid,519,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",4913,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,e_20-49,Total income,4931,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,e_20-49,Total expenditure,4873,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,e_20-49,Operating profit before tax,111,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,e_20-49,Total assets,1501,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,e_20-49,Fixed tangible assets,312,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,f_50-99,Activity unit,222,COUNT,,,,,,,,, +2012,G,Retail Trade,f_50-99,Rolling mean employees,15732,COUNT,,,,,,,,, +2012,G,Retail Trade,f_50-99,Salaries and wages paid,504,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",4688,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,f_50-99,Total income,4714,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,f_50-99,Total expenditure,4684,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,f_50-99,Operating profit before tax,68,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,f_50-99,Total assets,1319,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,f_50-99,Fixed tangible assets,227,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,g_100-199,Activity unit,153,COUNT,,,,,,,,, +2012,G,Retail Trade,g_100-199,Rolling mean employees,22485,COUNT,,,,,,,,, +2012,G,Retail Trade,g_100-199,Salaries and wages paid,635,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",6392,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,g_100-199,Total income,6423,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,g_100-199,Total expenditure,6277,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,g_100-199,Operating profit before tax,181,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,g_100-199,Total assets,1760,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,g_100-199,Fixed tangible assets,372,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,h_200+,Activity unit,123,COUNT,,,,,,,,, +2012,G,Retail Trade,h_200+,Rolling mean employees,79437,COUNT,,,,,,,,, +2012,G,Retail Trade,h_200+,Salaries and wages paid,2387,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",21235,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,h_200+,Total income,21407,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,h_200+,Total expenditure,20688,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,h_200+,Operating profit before tax,837,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,h_200+,Total assets,8951,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,h_200+,Fixed tangible assets,2359,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,i_Industry_Total,Activity unit,25644,COUNT,,,,,,,,, +2012,G,Retail Trade,i_Industry_Total,Rolling mean employees,191196,COUNT,,,,,,,,, +2012,G,Retail Trade,i_Industry_Total,Salaries and wages paid,6118,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",56070,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,i_Industry_Total,Total income,56409,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,i_Industry_Total,Total expenditure,54918,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,i_Industry_Total,Operating profit before tax,1861,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,i_Industry_Total,Total assets,21391,DOLLARS(millions),,,,,,,,, +2012,G,Retail Trade,i_Industry_Total,Fixed tangible assets,4945,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,a_0,Activity unit,5118,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,a_0,Salaries and wages paid,111,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",755,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,a_0,Total income,796,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,a_0,Total expenditure,721,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,a_0,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,a_0,Total assets,2442,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,a_0,Fixed tangible assets,1667,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,b_1-5,Activity unit,7506,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,b_1-5,Rolling mean employees,17694,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,371,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",1797,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,b_1-5,Total income,1810,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,b_1-5,Total expenditure,1779,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,b_1-5,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,b_1-5,Total assets,1876,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1128,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,c_6-9,Activity unit,2229,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,c_6-9,Rolling mean employees,16104,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,325,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",1130,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,c_6-9,Total income,1135,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,c_6-9,Total expenditure,1124,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,c_6-9,Operating profit before tax,16,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,c_6-9,Total assets,837,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,461,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,d_10-19,Activity unit,2061,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,d_10-19,Rolling mean employees,27258,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,568,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",1828,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,d_10-19,Total income,1854,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,d_10-19,Total expenditure,1806,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,d_10-19,Operating profit before tax,32,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,d_10-19,Total assets,1438,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,893,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,e_20-49,Activity unit,897,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,e_20-49,Rolling mean employees,25023,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,545,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",1713,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,e_20-49,Total income,1732,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,e_20-49,Total expenditure,1664,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,e_20-49,Operating profit before tax,66,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,e_20-49,Total assets,1237,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,797,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,f_50-99,Activity unit,144,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,f_50-99,Rolling mean employees,9795,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,228,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",769,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,f_50-99,Total income,790,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,f_50-99,Total expenditure,732,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,f_50-99,Operating profit before tax,65,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,f_50-99,Total assets,1086,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,708,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,g_100-199,Activity unit,66,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,g_100-199,Rolling mean employees,8937,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,230,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",769,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,g_100-199,Total income,785,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,g_100-199,Total expenditure,713,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,g_100-199,Operating profit before tax,75,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,g_100-199,Total assets,1098,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,790,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,h_200+,Activity unit,27,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,h_200+,Rolling mean employees,18072,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,h_200+,Salaries and wages paid,404,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",1402,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,h_200+,Total income,1407,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,h_200+,Total expenditure,1291,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,h_200+,Operating profit before tax,128,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,h_200+,Total assets,1170,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,h_200+,Fixed tangible assets,773,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,i_Industry_Total,Activity unit,18051,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,122883,COUNT,,,,,,,,, +2012,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,2783,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",10164,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,i_Industry_Total,Total income,10308,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,9830,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,462,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,i_Industry_Total,Total assets,11183,DOLLARS(millions),,,,,,,,, +2012,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,7217,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",a_0,Activity unit,8916,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,121,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",1291,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",a_0,Total income,1309,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1019,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,293,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",a_0,Total assets,2072,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,1048,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,3816,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7530,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,347,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1478,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",b_1-5,Total income,1502,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1396,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,99,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",b_1-5,Total assets,1318,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,625,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,576,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4215,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,205,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",679,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",c_6-9,Total income,695,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,667,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,32,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",c_6-9,Total assets,859,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,373,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,474,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,6195,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,325,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1262,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",d_10-19,Total income,1289,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1199,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,77,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",d_10-19,Total assets,1114,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,528,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,276,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,8136,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,435,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",1764,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",e_20-49,Total income,1785,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,1667,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,179,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",e_20-49,Total assets,2110,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1276,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,105,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,7407,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,420,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",1622,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",f_50-99,Total income,1648,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,1579,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,109,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",f_50-99,Total assets,2411,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1472,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,60,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8343,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,452,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",1940,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",g_100-199,Total income,1969,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1731,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,237,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",g_100-199,Total assets,2848,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,2034,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",h_200+,Activity unit,60,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,38397,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,2472,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",10039,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",h_200+,Total income,10449,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,11993,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,775,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",h_200+,Total assets,19839,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,12830,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,14280,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,80223,COUNT,,,,,,,,, +2012,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,4777,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",20075,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,20646,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,21250,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,1803,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,32571,DOLLARS(millions),,,,,,,,, +2012,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,20184,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,a_0,Activity unit,3567,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,a_0,Salaries and wages paid,177,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",1916,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,a_0,Total income,2005,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,a_0,Total expenditure,1527,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,a_0,Operating profit before tax,495,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,a_0,Fixed tangible assets,601,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,b_1-5,Activity unit,1080,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,1956,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,107,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",520,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,b_1-5,Total income,547,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,b_1-5,Total expenditure,498,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,53,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,b_1-5,Total assets,423,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,124,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,c_6-9,Activity unit,150,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1074,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,63,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",570,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,c_6-9,Total income,585,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,c_6-9,Total expenditure,539,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,c_6-9,Total assets,268,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,39,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,d_10-19,Activity unit,96,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,1326,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,65,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",475,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,d_10-19,Total income,498,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,d_10-19,Total expenditure,464,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,d_10-19,Total assets,398,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,58,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,e_20-49,Activity unit,42,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1356,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,81,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",322,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,e_20-49,Total income,327,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,e_20-49,Total expenditure,324,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,1,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,e_20-49,Total assets,348,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,182,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,f_50-99,Activity unit,30,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,2109,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,198,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",648,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,f_50-99,Total income,664,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,f_50-99,Total expenditure,649,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,f_50-99,Total assets,773,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,139,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,g_100-199,Activity unit,12,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1692,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,102,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",334,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,g_100-199,Total income,338,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,g_100-199,Total expenditure,298,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,153,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,h_200+,Activity unit,21,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,h_200+,Rolling mean employees,22638,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1545,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",8902,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,h_200+,Total income,9557,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,h_200+,Total expenditure,9881,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,h_200+,Operating profit before tax,445,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,h_200+,Total assets,17546,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,5486,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,5004,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,32148,COUNT,,,,,,,,, +2012,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2339,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",13687,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,i_Industry_Total,Total income,14520,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,14180,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,1134,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,i_Industry_Total,Total assets,24297,DOLLARS(millions),,,,,,,,, +2012,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,6783,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,a_0,Activity unit,25398,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,a_0,Salaries and wages paid,341,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",3613,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,a_0,Total income,34156,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,a_0,Total expenditure,19074,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,a_0,Operating profit before tax,18464,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,a_0,Total assets,388474,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,a_0,Fixed tangible assets,15856,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,b_1-5,Activity unit,2541,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4740,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,337,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1902,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,b_1-5,Total income,4073,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,b_1-5,Total expenditure,3270,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,b_1-5,Operating profit before tax,1193,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,b_1-5,Total assets,30046,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,634,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,c_6-9,Activity unit,237,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1671,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,133,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",304,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,c_6-9,Total income,C,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,c_6-9,Total expenditure,430,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,c_6-9,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,c_6-9,Total assets,2564,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,70,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,d_10-19,Activity unit,162,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2151,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,197,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",637,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,d_10-19,Total income,957,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,d_10-19,Total expenditure,770,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,d_10-19,Operating profit before tax,168,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,d_10-19,Total assets,8575,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,97,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,e_20-49,Activity unit,66,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2025,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,183,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",499,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,e_20-49,Total income,1360,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,e_20-49,Total expenditure,2208,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,e_20-49,Operating profit before tax,203,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,e_20-49,Total assets,20448,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,f_50-99,Activity unit,30,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,f_50-99,Rolling mean employees,1878,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,192,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",835,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,f_50-99,Total income,C,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,f_50-99,Total expenditure,1248,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,f_50-99,Total assets,9234,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,g_100-199,Activity unit,27,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3633,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,264,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",617,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,g_100-199,Total income,5041,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,g_100-199,Total expenditure,2174,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,g_100-199,Total assets,26735,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,59,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,h_200+,Activity unit,39,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,h_200+,Rolling mean employees,40632,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,h_200+,Salaries and wages paid,3232,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",6513,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,h_200+,Total income,29521,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,h_200+,Total expenditure,25091,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,h_200+,Operating profit before tax,4606,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,h_200+,Total assets,459623,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,h_200+,Fixed tangible assets,585,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,i_Industry_Total,Activity unit,28497,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,56730,COUNT,,,,,,,,, +2012,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,4879,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",14920,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,i_Industry_Total,Total income,81050,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,54265,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,29998,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,i_Industry_Total,Total assets,945698,DOLLARS(millions),,,,,,,,, +2012,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,17583,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,62991,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,306,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",12593,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",a_0,Total income,14450,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,9562,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,4342,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,150086,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,105272,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5223,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8715,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,350,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",2353,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,2570,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,2467,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,417,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,15899,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,11523,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,519,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3534,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,154,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",542,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,598,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,525,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,68,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,1640,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,921,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,207,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,2751,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,152,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",701,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,778,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,639,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,115,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,2176,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,1179,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,90,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,2733,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,125,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",553,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,630,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,534,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,1691,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,1295,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,30,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,2001,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,102,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",604,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,624,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,578,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,54,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,1060,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,516,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,15,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,2175,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,132,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",527,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,626,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,571,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,64,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,1835,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,761,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,6,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,2928,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,122,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",723,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,735,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,651,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,72,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,814,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,324,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,69090,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,24834,COUNT,,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,1442,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",18596,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,21011,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,15526,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,5178,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,175202,DOLLARS(millions),,,,,,,,, +2012,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,121791,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",a_0,Activity unit,32514,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,1270,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",5218,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",a_0,Total income,5336,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,4016,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,1347,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",a_0,Total assets,5097,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,1198,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,12378,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,22215,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,1431,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",4071,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",b_1-5,Total income,4205,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,3605,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,617,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,4818,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,568,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,1602,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,11421,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,758,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",1860,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",c_6-9,Total income,2068,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,1809,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,264,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,3225,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,166,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1431,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,18894,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1276,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",3223,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",d_10-19,Total income,3323,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,2925,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,428,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,3219,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,238,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,714,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,20475,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,1453,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",3465,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",e_20-49,Total income,3684,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,3174,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,549,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,3441,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,352,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,162,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,11100,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,785,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",1825,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",f_50-99,Total income,1954,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,1713,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,246,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,2045,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,150,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,57,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,7971,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,626,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",1726,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",g_100-199,Total income,1774,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,1608,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,2308,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,128,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,60,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,27636,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,1954,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",4580,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",h_200+,Total income,5495,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,4870,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,636,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",h_200+,Total assets,27909,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,1019,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,48921,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,119712,COUNT,,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,9552,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",25968,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,27840,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,23720,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,4230,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,52062,DOLLARS(millions),,,,,,,,, +2012,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,3818,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,a_0,Activity unit,8883,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,a_0,Salaries and wages paid,164,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1694,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,a_0,Total income,1742,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,a_0,Total expenditure,1550,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,a_0,Operating profit before tax,195,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,a_0,Total assets,1507,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,a_0,Fixed tangible assets,625,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,b_1-5,Activity unit,4128,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,b_1-5,Rolling mean employees,7323,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,b_1-5,Salaries and wages paid,297,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",947,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,b_1-5,Total income,977,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,b_1-5,Total expenditure,879,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,b_1-5,Operating profit before tax,104,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,b_1-5,Total assets,990,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,b_1-5,Fixed tangible assets,274,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,c_6-9,Activity unit,621,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,c_6-9,Rolling mean employees,4536,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,c_6-9,Salaries and wages paid,232,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",596,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,c_6-9,Total income,610,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,c_6-9,Total expenditure,577,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,c_6-9,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,c_6-9,Total assets,339,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,c_6-9,Fixed tangible assets,40,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,d_10-19,Activity unit,465,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,d_10-19,Rolling mean employees,6276,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,d_10-19,Salaries and wages paid,224,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",609,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,d_10-19,Total income,632,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,d_10-19,Total expenditure,592,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,d_10-19,Operating profit before tax,44,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,d_10-19,Total assets,398,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,d_10-19,Fixed tangible assets,83,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,e_20-49,Activity unit,285,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,e_20-49,Rolling mean employees,8244,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,e_20-49,Salaries and wages paid,311,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",873,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,e_20-49,Total income,910,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,e_20-49,Total expenditure,845,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,e_20-49,Operating profit before tax,84,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,e_20-49,Total assets,602,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,e_20-49,Fixed tangible assets,125,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,f_50-99,Activity unit,129,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,f_50-99,Rolling mean employees,8940,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,f_50-99,Salaries and wages paid,243,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",493,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,f_50-99,Total income,505,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,f_50-99,Total expenditure,498,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,f_50-99,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,f_50-99,Total assets,626,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,f_50-99,Fixed tangible assets,119,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,g_100-199,Activity unit,69,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,g_100-199,Rolling mean employees,9735,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,g_100-199,Salaries and wages paid,297,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",873,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,g_100-199,Total income,1067,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,g_100-199,Total expenditure,938,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,g_100-199,Operating profit before tax,24,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,g_100-199,Total assets,737,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,g_100-199,Fixed tangible assets,135,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,h_200+,Activity unit,60,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,h_200+,Rolling mean employees,45930,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,h_200+,Salaries and wages paid,1306,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",2393,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,h_200+,Total income,2432,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,h_200+,Total expenditure,2320,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,h_200+,Operating profit before tax,153,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,h_200+,Total assets,1286,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,h_200+,Fixed tangible assets,389,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,i_Industry_Total,Activity unit,14643,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,90978,COUNT,,,,,,,,, +2012,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,3074,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",8478,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,i_Industry_Total,Total income,8875,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,i_Industry_Total,Total expenditure,8201,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,650,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,i_Industry_Total,Total assets,6485,DOLLARS(millions),,,,,,,,, +2012,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,1790,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,a_0,Activity unit,450,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,a_0,Salaries and wages paid,15,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",62,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,a_0,Total income,62,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,a_0,Total expenditure,51,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,a_0,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,a_0,Total assets,51,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,a_0,Fixed tangible assets,24,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,b_1-5,Activity unit,348,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,b_1-5,Rolling mean employees,762,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,b_1-5,Salaries and wages paid,35,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",107,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,b_1-5,Total income,107,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,b_1-5,Total expenditure,103,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,b_1-5,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,b_1-5,Total assets,60,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,b_1-5,Fixed tangible assets,14,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,c_6-9,Activity unit,60,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,c_6-9,Rolling mean employees,444,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,c_6-9,Salaries and wages paid,15,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",38,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,c_6-9,Total income,38,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,c_6-9,Total expenditure,33,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,c_6-9,Operating profit before tax,5,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,c_6-9,Total assets,18,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,d_10-19,Activity unit,69,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,d_10-19,Rolling mean employees,924,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,d_10-19,Salaries and wages paid,32,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",69,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,d_10-19,Total income,69,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,d_10-19,Total expenditure,63,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,d_10-19,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,d_10-19,Total assets,30,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,d_10-19,Fixed tangible assets,8,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,e_20-49,Activity unit,45,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,e_20-49,Rolling mean employees,1287,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,e_20-49,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",73,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,e_20-49,Total income,73,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,e_20-49,Total expenditure,68,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,e_20-49,Operating profit before tax,5,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,e_20-49,Total assets,39,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,e_20-49,Fixed tangible assets,12,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,f_50-99,Activity unit,18,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,f_50-99,Rolling mean employees,1215,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,f_50-99,Salaries and wages paid,36,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",64,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,f_50-99,Total income,64,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,f_50-99,Total expenditure,62,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,f_50-99,Total assets,27,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,f_50-99,Fixed tangible assets,5,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,g_100-199,Activity unit,3,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,g_100-199,Rolling mean employees,729,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,g_100-199,Salaries and wages paid,30,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",61,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,g_100-199,Total income,61,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,g_100-199,Total expenditure,53,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,g_100-199,Total assets,40,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,h_200+,Activity unit,9,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,h_200+,Rolling mean employees,5478,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,h_200+,Salaries and wages paid,191,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",352,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,h_200+,Total income,353,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,h_200+,Total expenditure,345,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,h_200+,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,h_200+,Total assets,422,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,h_200+,Fixed tangible assets,55,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,i_Industry_Total,Activity unit,1002,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,10845,COUNT,,,,,,,,, +2012,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,387,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",825,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,i_Industry_Total,Total income,827,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,i_Industry_Total,Total expenditure,778,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,51,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,i_Industry_Total,Total assets,686,DOLLARS(millions),,,,,,,,, +2012,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,134,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,a_0,Activity unit,1995,COUNT,,,,,,,,, +2012,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,P,Education and Training,a_0,Salaries and wages paid,59,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",249,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,a_0,Total income,272,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,a_0,Total expenditure,235,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,a_0,Operating profit before tax,39,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,a_0,Total assets,389,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,a_0,Fixed tangible assets,185,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,b_1-5,Activity unit,1584,COUNT,,,,,,,,, +2012,P,Education and Training,b_1-5,Rolling mean employees,3666,COUNT,,,,,,,,, +2012,P,Education and Training,b_1-5,Salaries and wages paid,122,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",298,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,b_1-5,Total income,329,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,b_1-5,Total expenditure,329,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,b_1-5,Operating profit before tax,0,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,b_1-5,Total assets,312,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,b_1-5,Fixed tangible assets,140,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,c_6-9,Activity unit,585,COUNT,,,,,,,,, +2012,P,Education and Training,c_6-9,Rolling mean employees,4416,COUNT,,,,,,,,, +2012,P,Education and Training,c_6-9,Salaries and wages paid,163,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",268,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,c_6-9,Total income,293,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,c_6-9,Total expenditure,292,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,c_6-9,Operating profit before tax,0,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,c_6-9,Total assets,219,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,c_6-9,Fixed tangible assets,76,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,d_10-19,Activity unit,573,COUNT,,,,,,,,, +2012,P,Education and Training,d_10-19,Rolling mean employees,7650,COUNT,,,,,,,,, +2012,P,Education and Training,d_10-19,Salaries and wages paid,243,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",398,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,d_10-19,Total income,441,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,d_10-19,Total expenditure,412,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,d_10-19,Operating profit before tax,27,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,d_10-19,Total assets,415,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,d_10-19,Fixed tangible assets,208,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,e_20-49,Activity unit,282,COUNT,,,,,,,,, +2012,P,Education and Training,e_20-49,Rolling mean employees,8334,COUNT,,,,,,,,, +2012,P,Education and Training,e_20-49,Salaries and wages paid,321,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",593,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,e_20-49,Total income,643,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,e_20-49,Total expenditure,634,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,e_20-49,Operating profit before tax,16,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,e_20-49,Total assets,542,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,e_20-49,Fixed tangible assets,193,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,f_50-99,Activity unit,66,COUNT,,,,,,,,, +2012,P,Education and Training,f_50-99,Rolling mean employees,4389,COUNT,,,,,,,,, +2012,P,Education and Training,f_50-99,Salaries and wages paid,182,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",393,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,f_50-99,Total income,412,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,f_50-99,Total expenditure,400,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,f_50-99,Operating profit before tax,15,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,f_50-99,Total assets,318,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,f_50-99,Fixed tangible assets,132,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,g_100-199,Activity unit,36,COUNT,,,,,,,,, +2012,P,Education and Training,g_100-199,Rolling mean employees,4791,COUNT,,,,,,,,, +2012,P,Education and Training,g_100-199,Salaries and wages paid,238,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",463,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,g_100-199,Total income,477,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,g_100-199,Total expenditure,446,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,g_100-199,Operating profit before tax,36,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,g_100-199,Total assets,1028,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,g_100-199,Fixed tangible assets,331,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,h_200+,Activity unit,12,COUNT,,,,,,,,, +2012,P,Education and Training,h_200+,Rolling mean employees,8055,COUNT,,,,,,,,, +2012,P,Education and Training,h_200+,Salaries and wages paid,277,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",454,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,h_200+,Total income,480,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,h_200+,Total expenditure,447,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,h_200+,Operating profit before tax,29,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,h_200+,Total assets,714,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,h_200+,Fixed tangible assets,544,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,i_Industry_Total,Activity unit,5136,COUNT,,,,,,,,, +2012,P,Education and Training,i_Industry_Total,Rolling mean employees,41304,COUNT,,,,,,,,, +2012,P,Education and Training,i_Industry_Total,Salaries and wages paid,1605,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",3117,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,i_Industry_Total,Total income,3347,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,i_Industry_Total,Total expenditure,3195,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,i_Industry_Total,Operating profit before tax,164,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,i_Industry_Total,Total assets,3938,DOLLARS(millions),,,,,,,,, +2012,P,Education and Training,i_Industry_Total,Fixed tangible assets,1808,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,a_0,Activity unit,7986,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,265,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",1469,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,a_0,Total income,1540,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,a_0,Total expenditure,986,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,a_0,Operating profit before tax,575,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,a_0,Total assets,1287,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,412,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,b_1-5,Activity unit,5148,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,11730,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,614,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",2022,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,b_1-5,Total income,2130,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1673,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,490,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,b_1-5,Total assets,1387,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,413,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,c_6-9,Activity unit,1263,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,9093,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,368,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",972,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,c_6-9,Total income,1020,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,c_6-9,Total expenditure,934,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,90,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,c_6-9,Total assets,689,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,294,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,d_10-19,Activity unit,1125,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,15570,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,553,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1303,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,d_10-19,Total income,1340,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1317,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,d_10-19,Total assets,778,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,306,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,e_20-49,Activity unit,633,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,18429,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,686,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",1512,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,e_20-49,Total income,1609,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,e_20-49,Total expenditure,1459,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,145,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,e_20-49,Total assets,1162,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,511,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,f_50-99,Activity unit,261,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,18180,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,632,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1158,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,f_50-99,Total income,1238,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1169,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,58,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,f_50-99,Total assets,1777,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,1010,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,g_100-199,Activity unit,102,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,14055,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,513,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",1180,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,g_100-199,Total income,1278,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,g_100-199,Total expenditure,1103,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,113,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,g_100-199,Total assets,2596,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,976,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,h_200+,Activity unit,78,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,53208,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,1711,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",2929,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,h_200+,Total income,3383,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,h_200+,Total expenditure,3007,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,152,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,h_200+,Total assets,3673,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,1564,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,16599,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,140268,COUNT,,,,,,,,, +2012,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,5341,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",12544,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,i_Industry_Total,Total income,13539,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,11648,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,1646,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,13349,DOLLARS(millions),,,,,,,,, +2012,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,5485,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,a_0,Activity unit,5940,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,a_0,Salaries and wages paid,84,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",603,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,a_0,Total income,697,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,a_0,Total expenditure,616,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,a_0,Operating profit before tax,80,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,a_0,Total assets,1443,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,a_0,Fixed tangible assets,911,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,b_1-5,Activity unit,2370,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4851,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,135,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",517,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,b_1-5,Total income,657,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,b_1-5,Total expenditure,621,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,b_1-5,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,b_1-5,Total assets,1218,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,765,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,c_6-9,Activity unit,357,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,c_6-9,Rolling mean employees,2595,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,67,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",230,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,c_6-9,Total income,271,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,c_6-9,Total expenditure,260,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,c_6-9,Operating profit before tax,7,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,c_6-9,Total assets,317,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,221,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,d_10-19,Activity unit,363,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,d_10-19,Rolling mean employees,4857,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,146,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",337,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,d_10-19,Total income,493,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,d_10-19,Total expenditure,453,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,d_10-19,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,d_10-19,Total assets,920,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,645,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,e_20-49,Activity unit,213,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6522,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,222,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",963,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,e_20-49,Total income,1127,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,e_20-49,Total expenditure,942,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,e_20-49,Operating profit before tax,198,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,e_20-49,Total assets,1326,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,983,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,f_50-99,Activity unit,42,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,f_50-99,Rolling mean employees,2811,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,75,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,f_50-99,Total income,195,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,f_50-99,Total expenditure,193,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,f_50-99,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,f_50-99,Total assets,318,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,229,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2487,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,72,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",570,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,g_100-199,Total income,597,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,g_100-199,Total expenditure,393,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,g_100-199,Total assets,367,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,170,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,h_200+,Activity unit,12,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,h_200+,Rolling mean employees,10566,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,h_200+,Salaries and wages paid,308,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,h_200+,Total income,2579,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,h_200+,Total expenditure,2249,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,h_200+,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,h_200+,Total assets,2671,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,h_200+,Fixed tangible assets,2039,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,i_Industry_Total,Activity unit,9318,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,34686,COUNT,,,,,,,,, +2012,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1108,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",5858,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,i_Industry_Total,Total income,6616,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,5727,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,878,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,i_Industry_Total,Total assets,8581,DOLLARS(millions),,,,,,,,, +2012,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,5962,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,a_0,Activity unit,7926,COUNT,,,,,,,,, +2012,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2012,S,Other Services,a_0,Salaries and wages paid,119,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,a_0,"Sales, government funding, grants and subsidies",870,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,a_0,Total income,1070,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,a_0,Total expenditure,885,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,a_0,Operating profit before tax,180,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,a_0,Total assets,2035,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,a_0,Fixed tangible assets,761,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,b_1-5,Activity unit,8820,COUNT,,,,,,,,, +2012,S,Other Services,b_1-5,Rolling mean employees,19914,COUNT,,,,,,,,, +2012,S,Other Services,b_1-5,Salaries and wages paid,771,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",2406,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,b_1-5,Total income,2539,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,b_1-5,Total expenditure,2378,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,b_1-5,Operating profit before tax,175,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,b_1-5,Total assets,2349,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,b_1-5,Fixed tangible assets,566,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,c_6-9,Activity unit,1407,COUNT,,,,,,,,, +2012,S,Other Services,c_6-9,Rolling mean employees,9843,COUNT,,,,,,,,, +2012,S,Other Services,c_6-9,Salaries and wages paid,377,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1121,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,c_6-9,Total income,1202,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,c_6-9,Total expenditure,1110,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,c_6-9,Operating profit before tax,93,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,c_6-9,Total assets,1197,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,c_6-9,Fixed tangible assets,220,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,d_10-19,Activity unit,726,COUNT,,,,,,,,, +2012,S,Other Services,d_10-19,Rolling mean employees,9309,COUNT,,,,,,,,, +2012,S,Other Services,d_10-19,Salaries and wages paid,380,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1062,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,d_10-19,Total income,1185,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,d_10-19,Total expenditure,1146,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,d_10-19,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,d_10-19,Total assets,1759,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,d_10-19,Fixed tangible assets,350,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,e_20-49,Activity unit,228,COUNT,,,,,,,,, +2012,S,Other Services,e_20-49,Rolling mean employees,6492,COUNT,,,,,,,,, +2012,S,Other Services,e_20-49,Salaries and wages paid,266,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",715,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,e_20-49,Total income,833,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,e_20-49,Total expenditure,846,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,e_20-49,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,e_20-49,Total assets,1698,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,e_20-49,Fixed tangible assets,200,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,f_50-99,Activity unit,45,COUNT,,,,,,,,, +2012,S,Other Services,f_50-99,Rolling mean employees,2841,COUNT,,,,,,,,, +2012,S,Other Services,f_50-99,Salaries and wages paid,138,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",266,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,f_50-99,Total income,330,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,f_50-99,Total expenditure,318,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,f_50-99,Operating profit before tax,15,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,f_50-99,Total assets,366,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,f_50-99,Fixed tangible assets,95,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2012,S,Other Services,g_100-199,Rolling mean employees,2760,COUNT,,,,,,,,, +2012,S,Other Services,g_100-199,Salaries and wages paid,142,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",328,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,g_100-199,Total income,443,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,g_100-199,Total expenditure,396,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,g_100-199,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,g_100-199,Total assets,322,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,g_100-199,Fixed tangible assets,85,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,h_200+,Activity unit,6,COUNT,,,,,,,,, +2012,S,Other Services,h_200+,Rolling mean employees,3702,COUNT,,,,,,,,, +2012,S,Other Services,h_200+,Salaries and wages paid,124,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",342,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,h_200+,Total income,403,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,h_200+,Total expenditure,391,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,h_200+,Operating profit before tax,3,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,h_200+,Total assets,330,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,h_200+,Fixed tangible assets,120,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,i_Industry_Total,Activity unit,19176,COUNT,,,,,,,,, +2012,S,Other Services,i_Industry_Total,Rolling mean employees,54858,COUNT,,,,,,,,, +2012,S,Other Services,i_Industry_Total,Salaries and wages paid,2317,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7112,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,i_Industry_Total,Total income,8004,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,i_Industry_Total,Total expenditure,7470,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,i_Industry_Total,Operating profit before tax,566,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,i_Industry_Total,Total assets,10056,DOLLARS(millions),,,,,,,,, +2012,S,Other Services,i_Industry_Total,Fixed tangible assets,2396,DOLLARS(millions),,,,,,,,, +2012,all,All Industries,j_Grand_Total,Activity unit,434358,COUNT,,,,,,,,, +2012,all,All Industries,j_Grand_Total,Rolling mean employees,1557012,COUNT,,,,,,,,, +2012,all,All Industries,j_Grand_Total,Salaries and wages paid,76973,DOLLARS(millions),,,,,,,,, +2012,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",467307,DOLLARS(millions),,,,,,,,, +2012,all,All Industries,j_Grand_Total,Total income,547694,DOLLARS(millions),,,,,,,,, +2012,all,All Industries,j_Grand_Total,Total expenditure,489491,DOLLARS(millions),,,,,,,,, +2012,all,All Industries,j_Grand_Total,Operating profit before tax,64996,DOLLARS(millions),,,,,,,,, +2012,all,All Industries,j_Grand_Total,Total assets,1659698,DOLLARS(millions),,,,,,,,, +2012,all,All Industries,j_Grand_Total,Fixed tangible assets,366698,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,43011,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,284,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",8341,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",a_0,Total income,9401,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,7765,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,917,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",a_0,Total assets,55540,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,31506,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,21648,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,38454,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,1573,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",13149,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,13790,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,12329,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,55631,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,32857,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,1956,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,13770,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,519,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",3057,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,3155,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,2910,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,154,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,10314,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,6081,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1260,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,16002,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,602,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",2828,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,2928,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,2764,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,7288,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,3874,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,498,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,14514,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,485,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",2105,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,2274,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,2096,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,36,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,4725,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,2204,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,102,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,6822,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,205,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",992,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,1111,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1066,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,2293,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,1055,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,30,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,4119,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,126,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",513,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,535,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,490,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,28,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,791,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,15,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,6981,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,234,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1226,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1284,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1247,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,39,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,2804,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,68517,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,100659,COUNT,,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,4028,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",32210,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,34476,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,30668,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,139387,DOLLARS(millions),,,,,,,,, +2013,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,79095,DOLLARS(millions),,,,,,,,, +2013,B,Mining,a_0,Activity unit,366,COUNT,,,,,,,,, +2013,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,B,Mining,a_0,Salaries and wages paid,91,DOLLARS(millions),,,,,,,,, +2013,B,Mining,a_0,"Sales, government funding, grants and subsidies",1939,DOLLARS(millions),,,,,,,,, +2013,B,Mining,a_0,Total income,2137,DOLLARS(millions),,,,,,,,, +2013,B,Mining,a_0,Total expenditure,1463,DOLLARS(millions),,,,,,,,, +2013,B,Mining,a_0,Operating profit before tax,696,DOLLARS(millions),,,,,,,,, +2013,B,Mining,a_0,Total assets,12927,DOLLARS(millions),,,,,,,,, +2013,B,Mining,a_0,Fixed tangible assets,3325,DOLLARS(millions),,,,,,,,, +2013,B,Mining,b_1-5,Activity unit,204,COUNT,,,,,,,,, +2013,B,Mining,b_1-5,Rolling mean employees,384,COUNT,,,,,,,,, +2013,B,Mining,b_1-5,Salaries and wages paid,49,DOLLARS(millions),,,,,,,,, +2013,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",433,DOLLARS(millions),,,,,,,,, +2013,B,Mining,b_1-5,Total income,438,DOLLARS(millions),,,,,,,,, +2013,B,Mining,b_1-5,Total expenditure,334,DOLLARS(millions),,,,,,,,, +2013,B,Mining,b_1-5,Operating profit before tax,114,DOLLARS(millions),,,,,,,,, +2013,B,Mining,b_1-5,Total assets,1286,DOLLARS(millions),,,,,,,,, +2013,B,Mining,b_1-5,Fixed tangible assets,738,DOLLARS(millions),,,,,,,,, +2013,B,Mining,c_6-9,Activity unit,27,COUNT,,,,,,,,, +2013,B,Mining,c_6-9,Rolling mean employees,195,COUNT,,,,,,,,, +2013,B,Mining,c_6-9,Salaries and wages paid,18,DOLLARS(millions),,,,,,,,, +2013,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",84,DOLLARS(millions),,,,,,,,, +2013,B,Mining,c_6-9,Total income,86,DOLLARS(millions),,,,,,,,, +2013,B,Mining,c_6-9,Total expenditure,161,DOLLARS(millions),,,,,,,,, +2013,B,Mining,c_6-9,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2013,B,Mining,c_6-9,Total assets,118,DOLLARS(millions),,,,,,,,, +2013,B,Mining,c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2013,B,Mining,d_10-19,Activity unit,45,COUNT,,,,,,,,, +2013,B,Mining,d_10-19,Rolling mean employees,588,COUNT,,,,,,,,, +2013,B,Mining,d_10-19,Salaries and wages paid,49,DOLLARS(millions),,,,,,,,, +2013,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",297,DOLLARS(millions),,,,,,,,, +2013,B,Mining,d_10-19,Total income,334,DOLLARS(millions),,,,,,,,, +2013,B,Mining,d_10-19,Total expenditure,265,DOLLARS(millions),,,,,,,,, +2013,B,Mining,d_10-19,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2013,B,Mining,d_10-19,Total assets,518,DOLLARS(millions),,,,,,,,, +2013,B,Mining,d_10-19,Fixed tangible assets,134,DOLLARS(millions),,,,,,,,, +2013,B,Mining,e_20-49,Activity unit,21,COUNT,,,,,,,,, +2013,B,Mining,e_20-49,Rolling mean employees,747,COUNT,,,,,,,,, +2013,B,Mining,e_20-49,Salaries and wages paid,66,DOLLARS(millions),,,,,,,,, +2013,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",840,DOLLARS(millions),,,,,,,,, +2013,B,Mining,e_20-49,Total income,958,DOLLARS(millions),,,,,,,,, +2013,B,Mining,e_20-49,Total expenditure,801,DOLLARS(millions),,,,,,,,, +2013,B,Mining,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,B,Mining,e_20-49,Total assets,C,DOLLARS(millions),,,,,,,,, +2013,B,Mining,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2013,B,Mining,f_50-99,Activity unit,9,COUNT,,,,,,,,, +2013,B,Mining,f_50-99,Rolling mean employees,657,COUNT,,,,,,,,, +2013,B,Mining,f_50-99,Salaries and wages paid,64,DOLLARS(millions),,,,,,,,, +2013,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",1057,DOLLARS(millions),,,,,,,,, +2013,B,Mining,f_50-99,Total income,1960,DOLLARS(millions),,,,,,,,, +2013,B,Mining,f_50-99,Total expenditure,814,DOLLARS(millions),,,,,,,,, +2013,B,Mining,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,B,Mining,f_50-99,Total assets,2927,DOLLARS(millions),,,,,,,,, +2013,B,Mining,f_50-99,Fixed tangible assets,1306,DOLLARS(millions),,,,,,,,, +2013,B,Mining,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2013,B,Mining,g_100-199,Rolling mean employees,876,COUNT,,,,,,,,, +2013,B,Mining,g_100-199,Salaries and wages paid,104,DOLLARS(millions),,,,,,,,, +2013,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",504,DOLLARS(millions),,,,,,,,, +2013,B,Mining,g_100-199,Total income,527,DOLLARS(millions),,,,,,,,, +2013,B,Mining,g_100-199,Total expenditure,468,DOLLARS(millions),,,,,,,,, +2013,B,Mining,g_100-199,Operating profit before tax,41,DOLLARS(millions),,,,,,,,, +2013,B,Mining,g_100-199,Total assets,936,DOLLARS(millions),,,,,,,,, +2013,B,Mining,g_100-199,Fixed tangible assets,287,DOLLARS(millions),,,,,,,,, +2013,B,Mining,h_200+,Activity unit,6,COUNT,,,,,,,,, +2013,B,Mining,h_200+,Rolling mean employees,2586,COUNT,,,,,,,,, +2013,B,Mining,h_200+,Salaries and wages paid,308,DOLLARS(millions),,,,,,,,, +2013,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1617,DOLLARS(millions),,,,,,,,, +2013,B,Mining,h_200+,Total income,1625,DOLLARS(millions),,,,,,,,, +2013,B,Mining,h_200+,Total expenditure,1856,DOLLARS(millions),,,,,,,,, +2013,B,Mining,h_200+,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2013,B,Mining,h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2013,B,Mining,h_200+,Fixed tangible assets,912,DOLLARS(millions),,,,,,,,, +2013,B,Mining,i_Industry_Total,Activity unit,687,COUNT,,,,,,,,, +2013,B,Mining,i_Industry_Total,Rolling mean employees,6027,COUNT,,,,,,,,, +2013,B,Mining,i_Industry_Total,Salaries and wages paid,749,DOLLARS(millions),,,,,,,,, +2013,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",6772,DOLLARS(millions),,,,,,,,, +2013,B,Mining,i_Industry_Total,Total income,8065,DOLLARS(millions),,,,,,,,, +2013,B,Mining,i_Industry_Total,Total expenditure,6162,DOLLARS(millions),,,,,,,,, +2013,B,Mining,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,B,Mining,i_Industry_Total,Total assets,31952,DOLLARS(millions),,,,,,,,, +2013,B,Mining,i_Industry_Total,Fixed tangible assets,8597,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,a_0,Activity unit,8325,COUNT,,,,,,,,, +2013,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,C,Manufacturing,a_0,Salaries and wages paid,169,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",1872,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,a_0,Total income,1891,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,a_0,Total expenditure,1778,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,a_0,Operating profit before tax,110,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,a_0,Total assets,2238,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,a_0,Fixed tangible assets,626,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,b_1-5,Activity unit,6867,COUNT,,,,,,,,, +2013,C,Manufacturing,b_1-5,Rolling mean employees,15282,COUNT,,,,,,,,, +2013,C,Manufacturing,b_1-5,Salaries and wages paid,653,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",3629,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,b_1-5,Total income,3671,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,b_1-5,Total expenditure,4170,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,b_1-5,Operating profit before tax,49,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,b_1-5,Total assets,2127,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,b_1-5,Fixed tangible assets,597,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,c_6-9,Activity unit,1848,COUNT,,,,,,,,, +2013,C,Manufacturing,c_6-9,Rolling mean employees,13383,COUNT,,,,,,,,, +2013,C,Manufacturing,c_6-9,Salaries and wages paid,564,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2261,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,c_6-9,Total income,2277,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,c_6-9,Total expenditure,2121,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,c_6-9,Operating profit before tax,166,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,c_6-9,Total assets,1413,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,c_6-9,Fixed tangible assets,374,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,d_10-19,Activity unit,1821,COUNT,,,,,,,,, +2013,C,Manufacturing,d_10-19,Rolling mean employees,24585,COUNT,,,,,,,,, +2013,C,Manufacturing,d_10-19,Salaries and wages paid,1154,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",4547,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,d_10-19,Total income,4570,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,d_10-19,Total expenditure,4455,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,d_10-19,Operating profit before tax,165,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,d_10-19,Total assets,2777,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,d_10-19,Fixed tangible assets,623,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,e_20-49,Activity unit,1053,COUNT,,,,,,,,, +2013,C,Manufacturing,e_20-49,Rolling mean employees,30978,COUNT,,,,,,,,, +2013,C,Manufacturing,e_20-49,Salaries and wages paid,1518,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",7464,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,e_20-49,Total income,7532,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,e_20-49,Total expenditure,7160,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,e_20-49,Operating profit before tax,447,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,e_20-49,Total assets,5438,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,e_20-49,Fixed tangible assets,1653,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,f_50-99,Activity unit,384,COUNT,,,,,,,,, +2013,C,Manufacturing,f_50-99,Rolling mean employees,26169,COUNT,,,,,,,,, +2013,C,Manufacturing,f_50-99,Salaries and wages paid,1402,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",12717,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,f_50-99,Total income,12869,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,f_50-99,Total expenditure,12439,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,f_50-99,Operating profit before tax,628,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,f_50-99,Total assets,7492,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,f_50-99,Fixed tangible assets,2107,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,g_100-199,Activity unit,159,COUNT,,,,,,,,, +2013,C,Manufacturing,g_100-199,Rolling mean employees,21867,COUNT,,,,,,,,, +2013,C,Manufacturing,g_100-199,Salaries and wages paid,1353,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",9295,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,g_100-199,Total income,9482,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,g_100-199,Total expenditure,9132,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,g_100-199,Operating profit before tax,584,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,g_100-199,Total assets,7385,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,g_100-199,Fixed tangible assets,2303,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,h_200+,Activity unit,144,COUNT,,,,,,,,, +2013,C,Manufacturing,h_200+,Rolling mean employees,85458,COUNT,,,,,,,,, +2013,C,Manufacturing,h_200+,Salaries and wages paid,5808,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",53507,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,h_200+,Total income,54478,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,h_200+,Total expenditure,52734,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,h_200+,Operating profit before tax,2165,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,h_200+,Total assets,41684,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,h_200+,Fixed tangible assets,14641,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,i_Industry_Total,Activity unit,20601,COUNT,,,,,,,,, +2013,C,Manufacturing,i_Industry_Total,Rolling mean employees,217728,COUNT,,,,,,,,, +2013,C,Manufacturing,i_Industry_Total,Salaries and wages paid,12620,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",95292,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,i_Industry_Total,Total income,96770,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,i_Industry_Total,Total expenditure,93988,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,i_Industry_Total,Operating profit before tax,4315,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,i_Industry_Total,Total assets,70554,DOLLARS(millions),,,,,,,,, +2013,C,Manufacturing,i_Industry_Total,Fixed tangible assets,22923,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,546,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,2154,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1809,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,404,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,7504,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,5302,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,327,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,633,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",254,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,338,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,242,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,1061,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,685,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,48,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,345,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,15,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",119,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,119,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,108,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,108,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,48,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,633,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,30,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",172,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,175,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,153,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,265,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,185,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,33,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,1035,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,58,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",444,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,452,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,397,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,992,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,815,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,18,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1278,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,85,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",1173,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,1179,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,1118,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,76,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1855,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,12,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,1521,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,94,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",687,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,721,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,571,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,155,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,3114,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,2721,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,15,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,9558,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,765,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",12774,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,13276,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,11403,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,1756,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,47233,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,38093,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1044,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,15000,COUNT,,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1113,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,18414,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,15801,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,62132,DOLLARS(millions),,,,,,,,, +2013,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,49459,DOLLARS(millions),,,,,,,,, +2013,E,Construction,a_0,Activity unit,29208,COUNT,,,,,,,,, +2013,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,E,Construction,a_0,Salaries and wages paid,784,DOLLARS(millions),,,,,,,,, +2013,E,Construction,a_0,"Sales, government funding, grants and subsidies",6806,DOLLARS(millions),,,,,,,,, +2013,E,Construction,a_0,Total income,6889,DOLLARS(millions),,,,,,,,, +2013,E,Construction,a_0,Total expenditure,6143,DOLLARS(millions),,,,,,,,, +2013,E,Construction,a_0,Operating profit before tax,777,DOLLARS(millions),,,,,,,,, +2013,E,Construction,a_0,Total assets,6785,DOLLARS(millions),,,,,,,,, +2013,E,Construction,a_0,Fixed tangible assets,2001,DOLLARS(millions),,,,,,,,, +2013,E,Construction,b_1-5,Activity unit,16161,COUNT,,,,,,,,, +2013,E,Construction,b_1-5,Rolling mean employees,28659,COUNT,,,,,,,,, +2013,E,Construction,b_1-5,Salaries and wages paid,1535,DOLLARS(millions),,,,,,,,, +2013,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",7418,DOLLARS(millions),,,,,,,,, +2013,E,Construction,b_1-5,Total income,7491,DOLLARS(millions),,,,,,,,, +2013,E,Construction,b_1-5,Total expenditure,6935,DOLLARS(millions),,,,,,,,, +2013,E,Construction,b_1-5,Operating profit before tax,555,DOLLARS(millions),,,,,,,,, +2013,E,Construction,b_1-5,Total assets,4262,DOLLARS(millions),,,,,,,,, +2013,E,Construction,b_1-5,Fixed tangible assets,1085,DOLLARS(millions),,,,,,,,, +2013,E,Construction,c_6-9,Activity unit,2163,COUNT,,,,,,,,, +2013,E,Construction,c_6-9,Rolling mean employees,15372,COUNT,,,,,,,,, +2013,E,Construction,c_6-9,Salaries and wages paid,809,DOLLARS(millions),,,,,,,,, +2013,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",3009,DOLLARS(millions),,,,,,,,, +2013,E,Construction,c_6-9,Total income,3039,DOLLARS(millions),,,,,,,,, +2013,E,Construction,c_6-9,Total expenditure,2904,DOLLARS(millions),,,,,,,,, +2013,E,Construction,c_6-9,Operating profit before tax,122,DOLLARS(millions),,,,,,,,, +2013,E,Construction,c_6-9,Total assets,1395,DOLLARS(millions),,,,,,,,, +2013,E,Construction,c_6-9,Fixed tangible assets,350,DOLLARS(millions),,,,,,,,, +2013,E,Construction,d_10-19,Activity unit,1380,COUNT,,,,,,,,, +2013,E,Construction,d_10-19,Rolling mean employees,17718,COUNT,,,,,,,,, +2013,E,Construction,d_10-19,Salaries and wages paid,908,DOLLARS(millions),,,,,,,,, +2013,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",3559,DOLLARS(millions),,,,,,,,, +2013,E,Construction,d_10-19,Total income,3588,DOLLARS(millions),,,,,,,,, +2013,E,Construction,d_10-19,Total expenditure,3478,DOLLARS(millions),,,,,,,,, +2013,E,Construction,d_10-19,Operating profit before tax,119,DOLLARS(millions),,,,,,,,, +2013,E,Construction,d_10-19,Total assets,1639,DOLLARS(millions),,,,,,,,, +2013,E,Construction,d_10-19,Fixed tangible assets,349,DOLLARS(millions),,,,,,,,, +2013,E,Construction,e_20-49,Activity unit,672,COUNT,,,,,,,,, +2013,E,Construction,e_20-49,Rolling mean employees,19530,COUNT,,,,,,,,, +2013,E,Construction,e_20-49,Salaries and wages paid,1057,DOLLARS(millions),,,,,,,,, +2013,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",4529,DOLLARS(millions),,,,,,,,, +2013,E,Construction,e_20-49,Total income,4542,DOLLARS(millions),,,,,,,,, +2013,E,Construction,e_20-49,Total expenditure,4419,DOLLARS(millions),,,,,,,,, +2013,E,Construction,e_20-49,Operating profit before tax,210,DOLLARS(millions),,,,,,,,, +2013,E,Construction,e_20-49,Total assets,1812,DOLLARS(millions),,,,,,,,, +2013,E,Construction,e_20-49,Fixed tangible assets,534,DOLLARS(millions),,,,,,,,, +2013,E,Construction,f_50-99,Activity unit,141,COUNT,,,,,,,,, +2013,E,Construction,f_50-99,Rolling mean employees,9282,COUNT,,,,,,,,, +2013,E,Construction,f_50-99,Salaries and wages paid,546,DOLLARS(millions),,,,,,,,, +2013,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",2869,DOLLARS(millions),,,,,,,,, +2013,E,Construction,f_50-99,Total income,2886,DOLLARS(millions),,,,,,,,, +2013,E,Construction,f_50-99,Total expenditure,2786,DOLLARS(millions),,,,,,,,, +2013,E,Construction,f_50-99,Operating profit before tax,103,DOLLARS(millions),,,,,,,,, +2013,E,Construction,f_50-99,Total assets,1606,DOLLARS(millions),,,,,,,,, +2013,E,Construction,f_50-99,Fixed tangible assets,344,DOLLARS(millions),,,,,,,,, +2013,E,Construction,g_100-199,Activity unit,57,COUNT,,,,,,,,, +2013,E,Construction,g_100-199,Rolling mean employees,8004,COUNT,,,,,,,,, +2013,E,Construction,g_100-199,Salaries and wages paid,537,DOLLARS(millions),,,,,,,,, +2013,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",2316,DOLLARS(millions),,,,,,,,, +2013,E,Construction,g_100-199,Total income,2330,DOLLARS(millions),,,,,,,,, +2013,E,Construction,g_100-199,Total expenditure,2213,DOLLARS(millions),,,,,,,,, +2013,E,Construction,g_100-199,Operating profit before tax,123,DOLLARS(millions),,,,,,,,, +2013,E,Construction,g_100-199,Total assets,1316,DOLLARS(millions),,,,,,,,, +2013,E,Construction,g_100-199,Fixed tangible assets,581,DOLLARS(millions),,,,,,,,, +2013,E,Construction,h_200+,Activity unit,36,COUNT,,,,,,,,, +2013,E,Construction,h_200+,Rolling mean employees,23250,COUNT,,,,,,,,, +2013,E,Construction,h_200+,Salaries and wages paid,1536,DOLLARS(millions),,,,,,,,, +2013,E,Construction,h_200+,"Sales, government funding, grants and subsidies",6037,DOLLARS(millions),,,,,,,,, +2013,E,Construction,h_200+,Total income,6112,DOLLARS(millions),,,,,,,,, +2013,E,Construction,h_200+,Total expenditure,5900,DOLLARS(millions),,,,,,,,, +2013,E,Construction,h_200+,Operating profit before tax,194,DOLLARS(millions),,,,,,,,, +2013,E,Construction,h_200+,Total assets,3500,DOLLARS(millions),,,,,,,,, +2013,E,Construction,h_200+,Fixed tangible assets,603,DOLLARS(millions),,,,,,,,, +2013,E,Construction,i_Industry_Total,Activity unit,49821,COUNT,,,,,,,,, +2013,E,Construction,i_Industry_Total,Rolling mean employees,121815,COUNT,,,,,,,,, +2013,E,Construction,i_Industry_Total,Salaries and wages paid,7712,DOLLARS(millions),,,,,,,,, +2013,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",36542,DOLLARS(millions),,,,,,,,, +2013,E,Construction,i_Industry_Total,Total income,36877,DOLLARS(millions),,,,,,,,, +2013,E,Construction,i_Industry_Total,Total expenditure,34776,DOLLARS(millions),,,,,,,,, +2013,E,Construction,i_Industry_Total,Operating profit before tax,2204,DOLLARS(millions),,,,,,,,, +2013,E,Construction,i_Industry_Total,Total assets,22315,DOLLARS(millions),,,,,,,,, +2013,E,Construction,i_Industry_Total,Fixed tangible assets,5847,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,a_0,Activity unit,7698,COUNT,,,,,,,,, +2013,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,F,Wholesale Trade,a_0,Salaries and wages paid,234,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",6130,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,a_0,Total income,6188,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,a_0,Total expenditure,5889,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,a_0,Operating profit before tax,270,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,a_0,Total assets,3053,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,a_0,Fixed tangible assets,555,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,b_1-5,Activity unit,6057,COUNT,,,,,,,,, +2013,F,Wholesale Trade,b_1-5,Rolling mean employees,12879,COUNT,,,,,,,,, +2013,F,Wholesale Trade,b_1-5,Salaries and wages paid,699,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",8279,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,b_1-5,Total income,8356,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,b_1-5,Total expenditure,7981,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,b_1-5,Operating profit before tax,530,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,b_1-5,Total assets,4116,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,b_1-5,Fixed tangible assets,467,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,c_6-9,Activity unit,1281,COUNT,,,,,,,,, +2013,F,Wholesale Trade,c_6-9,Rolling mean employees,9087,COUNT,,,,,,,,, +2013,F,Wholesale Trade,c_6-9,Salaries and wages paid,478,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",5239,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,c_6-9,Total income,5277,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,c_6-9,Total expenditure,5043,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,c_6-9,Operating profit before tax,272,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,c_6-9,Total assets,2336,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,c_6-9,Fixed tangible assets,177,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,d_10-19,Activity unit,903,COUNT,,,,,,,,, +2013,F,Wholesale Trade,d_10-19,Rolling mean employees,12297,COUNT,,,,,,,,, +2013,F,Wholesale Trade,d_10-19,Salaries and wages paid,672,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",6683,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,d_10-19,Total income,6751,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,d_10-19,Total expenditure,6487,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,d_10-19,Operating profit before tax,299,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,d_10-19,Total assets,3142,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,d_10-19,Fixed tangible assets,187,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,e_20-49,Activity unit,564,COUNT,,,,,,,,, +2013,F,Wholesale Trade,e_20-49,Rolling mean employees,16869,COUNT,,,,,,,,, +2013,F,Wholesale Trade,e_20-49,Salaries and wages paid,1024,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",11896,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,e_20-49,Total income,11985,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,e_20-49,Total expenditure,11562,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,e_20-49,Operating profit before tax,527,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,e_20-49,Total assets,5767,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,e_20-49,Fixed tangible assets,537,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,f_50-99,Activity unit,219,COUNT,,,,,,,,, +2013,F,Wholesale Trade,f_50-99,Rolling mean employees,14580,COUNT,,,,,,,,, +2013,F,Wholesale Trade,f_50-99,Salaries and wages paid,868,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",9804,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,f_50-99,Total income,9934,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,f_50-99,Total expenditure,9667,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,f_50-99,Operating profit before tax,376,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,f_50-99,Total assets,5622,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,f_50-99,Fixed tangible assets,437,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,g_100-199,Activity unit,66,COUNT,,,,,,,,, +2013,F,Wholesale Trade,g_100-199,Rolling mean employees,8559,COUNT,,,,,,,,, +2013,F,Wholesale Trade,g_100-199,Salaries and wages paid,552,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",8361,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,g_100-199,Total income,8555,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,g_100-199,Total expenditure,8263,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,g_100-199,Operating profit before tax,323,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,g_100-199,Total assets,4945,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,g_100-199,Fixed tangible assets,316,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,h_200+,Activity unit,54,COUNT,,,,,,,,, +2013,F,Wholesale Trade,h_200+,Rolling mean employees,24363,COUNT,,,,,,,,, +2013,F,Wholesale Trade,h_200+,Salaries and wages paid,1459,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",25805,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,h_200+,Total income,25977,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,h_200+,Total expenditure,25708,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,h_200+,Operating profit before tax,471,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,h_200+,Total assets,9286,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,h_200+,Fixed tangible assets,1216,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,i_Industry_Total,Activity unit,16839,COUNT,,,,,,,,, +2013,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,98631,COUNT,,,,,,,,, +2013,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,5987,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",82196,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,i_Industry_Total,Total income,83024,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,i_Industry_Total,Total expenditure,80599,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,3068,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,i_Industry_Total,Total assets,38266,DOLLARS(millions),,,,,,,,, +2013,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,3892,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,a_0,Activity unit,10923,COUNT,,,,,,,,, +2013,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,G,Retail Trade,a_0,Salaries and wages paid,195,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",2985,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,a_0,Total income,3013,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,a_0,Total expenditure,2800,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,a_0,Operating profit before tax,180,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,a_0,Total assets,2058,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,a_0,Fixed tangible assets,675,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,b_1-5,Activity unit,10785,COUNT,,,,,,,,, +2013,G,Retail Trade,b_1-5,Rolling mean employees,24135,COUNT,,,,,,,,, +2013,G,Retail Trade,b_1-5,Salaries and wages paid,792,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",6990,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,b_1-5,Total income,7036,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,b_1-5,Total expenditure,6760,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,b_1-5,Operating profit before tax,311,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,b_1-5,Total assets,3252,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,b_1-5,Fixed tangible assets,661,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,c_6-9,Activity unit,1968,COUNT,,,,,,,,, +2013,G,Retail Trade,c_6-9,Rolling mean employees,14169,COUNT,,,,,,,,, +2013,G,Retail Trade,c_6-9,Salaries and wages paid,462,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",3734,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,c_6-9,Total income,3757,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,c_6-9,Total expenditure,3635,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,c_6-9,Operating profit before tax,129,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,c_6-9,Total assets,1279,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,c_6-9,Fixed tangible assets,238,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,d_10-19,Activity unit,1416,COUNT,,,,,,,,, +2013,G,Retail Trade,d_10-19,Rolling mean employees,18852,COUNT,,,,,,,,, +2013,G,Retail Trade,d_10-19,Salaries and wages paid,646,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",5712,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,d_10-19,Total income,5731,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,d_10-19,Total expenditure,5650,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,d_10-19,Operating profit before tax,115,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,d_10-19,Total assets,1785,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,d_10-19,Fixed tangible assets,256,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,e_20-49,Activity unit,600,COUNT,,,,,,,,, +2013,G,Retail Trade,e_20-49,Rolling mean employees,17160,COUNT,,,,,,,,, +2013,G,Retail Trade,e_20-49,Salaries and wages paid,579,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",5355,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,e_20-49,Total income,5380,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,e_20-49,Total expenditure,5351,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,e_20-49,Operating profit before tax,110,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,e_20-49,Total assets,1685,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,e_20-49,Fixed tangible assets,304,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,f_50-99,Activity unit,207,COUNT,,,,,,,,, +2013,G,Retail Trade,f_50-99,Rolling mean employees,14940,COUNT,,,,,,,,, +2013,G,Retail Trade,f_50-99,Salaries and wages paid,497,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",5081,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,f_50-99,Total income,5099,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,f_50-99,Total expenditure,5079,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,f_50-99,Operating profit before tax,72,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,f_50-99,Total assets,1296,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,f_50-99,Fixed tangible assets,230,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,g_100-199,Activity unit,162,COUNT,,,,,,,,, +2013,G,Retail Trade,g_100-199,Rolling mean employees,22722,COUNT,,,,,,,,, +2013,G,Retail Trade,g_100-199,Salaries and wages paid,668,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",6631,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,g_100-199,Total income,6680,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,g_100-199,Total expenditure,6519,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,g_100-199,Operating profit before tax,210,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,g_100-199,Total assets,2024,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,g_100-199,Fixed tangible assets,441,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,h_200+,Activity unit,120,COUNT,,,,,,,,, +2013,G,Retail Trade,h_200+,Rolling mean employees,78345,COUNT,,,,,,,,, +2013,G,Retail Trade,h_200+,Salaries and wages paid,2447,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",21636,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,h_200+,Total income,21762,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,h_200+,Total expenditure,20868,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,h_200+,Operating profit before tax,976,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,h_200+,Total assets,8912,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,h_200+,Fixed tangible assets,2199,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,i_Industry_Total,Activity unit,26187,COUNT,,,,,,,,, +2013,G,Retail Trade,i_Industry_Total,Rolling mean employees,190326,COUNT,,,,,,,,, +2013,G,Retail Trade,i_Industry_Total,Salaries and wages paid,6286,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",58124,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,i_Industry_Total,Total income,58458,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,i_Industry_Total,Total expenditure,56661,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,i_Industry_Total,Operating profit before tax,2104,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,i_Industry_Total,Total assets,22291,DOLLARS(millions),,,,,,,,, +2013,G,Retail Trade,i_Industry_Total,Fixed tangible assets,5003,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,a_0,Activity unit,5205,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,a_0,Salaries and wages paid,73,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",637,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,a_0,Total income,667,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,a_0,Total expenditure,618,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,a_0,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,a_0,Total assets,1863,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,a_0,Fixed tangible assets,1407,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,b_1-5,Activity unit,7638,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,b_1-5,Rolling mean employees,18192,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,388,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",1876,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,b_1-5,Total income,1925,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,b_1-5,Total expenditure,1837,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,b_1-5,Operating profit before tax,59,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,b_1-5,Total assets,2091,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1235,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,c_6-9,Activity unit,2373,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,c_6-9,Rolling mean employees,16998,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,350,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",1180,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,c_6-9,Total income,1200,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,c_6-9,Total expenditure,1180,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,c_6-9,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,c_6-9,Total assets,952,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,476,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,d_10-19,Activity unit,2139,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,d_10-19,Rolling mean employees,28359,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,606,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",1886,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,d_10-19,Total income,1927,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,d_10-19,Total expenditure,1873,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,d_10-19,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,d_10-19,Total assets,1444,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,875,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,e_20-49,Activity unit,867,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,e_20-49,Rolling mean employees,24336,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,559,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",1729,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,e_20-49,Total income,1749,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,e_20-49,Total expenditure,1660,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,e_20-49,Operating profit before tax,92,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,e_20-49,Total assets,1325,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,846,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,f_50-99,Activity unit,153,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,f_50-99,Rolling mean employees,10515,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,240,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",787,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,f_50-99,Total income,803,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,f_50-99,Total expenditure,742,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,f_50-99,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,f_50-99,Total assets,1116,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,715,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,g_100-199,Activity unit,63,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,g_100-199,Rolling mean employees,8442,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,223,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",740,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,g_100-199,Total income,758,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,g_100-199,Total expenditure,693,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,g_100-199,Operating profit before tax,83,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,g_100-199,Total assets,1251,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,839,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,h_200+,Activity unit,27,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,h_200+,Rolling mean employees,17625,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,h_200+,Salaries and wages paid,454,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",1558,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,h_200+,Total income,1595,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,h_200+,Total expenditure,1439,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,h_200+,Operating profit before tax,146,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,h_200+,Total assets,1909,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1085,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,i_Industry_Total,Activity unit,18465,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,124470,COUNT,,,,,,,,, +2013,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,2892,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",10393,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,i_Industry_Total,Total income,10624,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,10043,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,523,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,i_Industry_Total,Total assets,11951,DOLLARS(millions),,,,,,,,, +2013,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,7477,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",a_0,Activity unit,9081,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,106,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",1200,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",a_0,Total income,1224,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1015,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,213,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",a_0,Total assets,2026,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,1064,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,3675,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,6990,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,346,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1457,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",b_1-5,Total income,1488,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1375,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,103,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",b_1-5,Total assets,1396,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,682,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,633,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4353,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,187,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",775,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",c_6-9,Total income,784,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,724,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,58,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",c_6-9,Total assets,658,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,324,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,576,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,7278,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,334,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1173,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",d_10-19,Total income,1195,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1196,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,3,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",d_10-19,Total assets,1091,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,581,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,300,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,8703,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,462,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",1954,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",e_20-49,Total income,1981,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,1822,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,156,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",e_20-49,Total assets,2061,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1138,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,111,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,7845,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,417,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",1500,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",f_50-99,Total income,1544,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,1433,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,132,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",f_50-99,Total assets,2319,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1504,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,60,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,7992,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,441,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",1880,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",g_100-199,Total income,1972,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1656,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,270,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",g_100-199,Total assets,3081,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,2192,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",h_200+,Activity unit,60,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,38616,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,2692,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",10607,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",h_200+,Total income,11259,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,10509,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,1079,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",h_200+,Total assets,20095,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,12636,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,14499,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,81777,COUNT,,,,,,,,, +2013,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,4987,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",20546,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,21445,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,19731,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,2015,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,32729,DOLLARS(millions),,,,,,,,, +2013,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,20122,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,a_0,Activity unit,3708,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,a_0,Salaries and wages paid,83,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",1642,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,a_0,Total income,1755,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,a_0,Total expenditure,1222,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,a_0,Operating profit before tax,486,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,a_0,Fixed tangible assets,621,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,b_1-5,Activity unit,1062,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,1932,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,157,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",744,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,b_1-5,Total income,756,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,b_1-5,Total expenditure,684,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,73,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,b_1-5,Total assets,431,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,148,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,c_6-9,Activity unit,135,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,960,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,52,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",419,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,c_6-9,Total income,435,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,c_6-9,Total expenditure,417,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,c_6-9,Total assets,270,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,40,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,d_10-19,Activity unit,99,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,1338,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,62,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",295,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,d_10-19,Total income,297,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,d_10-19,Total expenditure,290,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,d_10-19,Total assets,434,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,67,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,e_20-49,Activity unit,48,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1416,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,87,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",479,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,e_20-49,Total income,483,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,e_20-49,Total expenditure,461,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,e_20-49,Total assets,380,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,188,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,f_50-99,Activity unit,36,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,2418,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,101,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",382,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,f_50-99,Total income,391,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,f_50-99,Total expenditure,377,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,f_50-99,Total assets,406,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,69,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,g_100-199,Activity unit,15,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1701,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,154,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",516,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,g_100-199,Total income,523,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,g_100-199,Total expenditure,482,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,44,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,158,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,h_200+,Activity unit,18,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,h_200+,Rolling mean employees,21318,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1628,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",8715,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,h_200+,Total income,9059,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,h_200+,Total expenditure,8930,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,h_200+,Operating profit before tax,182,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,h_200+,Total assets,16736,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,5715,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,5118,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,31080,COUNT,,,,,,,,, +2013,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2323,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",13191,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,i_Industry_Total,Total income,13700,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,12864,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,858,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,i_Industry_Total,Total assets,23472,DOLLARS(millions),,,,,,,,, +2013,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,7007,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,a_0,Activity unit,25482,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,a_0,Salaries and wages paid,319,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",4289,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,a_0,Total income,24904,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,a_0,Total expenditure,16832,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,a_0,Operating profit before tax,10034,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,a_0,Total assets,356417,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,a_0,Fixed tangible assets,15739,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,b_1-5,Activity unit,2406,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4290,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,306,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1071,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,b_1-5,Total income,2693,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,b_1-5,Total expenditure,1908,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,b_1-5,Operating profit before tax,804,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,b_1-5,Total assets,28208,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,930,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,c_6-9,Activity unit,270,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1893,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,176,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",468,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,c_6-9,Total income,897,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,c_6-9,Total expenditure,594,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,c_6-9,Operating profit before tax,201,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,c_6-9,Total assets,4458,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,165,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,d_10-19,Activity unit,177,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2427,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,205,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",553,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,d_10-19,Total income,874,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,d_10-19,Total expenditure,732,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,d_10-19,Operating profit before tax,138,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,d_10-19,Total assets,7631,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,103,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,e_20-49,Activity unit,69,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2226,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,231,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",528,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,e_20-49,Total income,1436,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,e_20-49,Total expenditure,1041,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,e_20-49,Operating profit before tax,430,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,e_20-49,Total assets,15846,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,153,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,f_50-99,Activity unit,27,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,f_50-99,Rolling mean employees,1881,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,153,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",789,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,f_50-99,Total income,1357,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,f_50-99,Total expenditure,1741,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,f_50-99,Operating profit before tax,52,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,f_50-99,Total assets,8742,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,g_100-199,Activity unit,33,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,g_100-199,Rolling mean employees,4434,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,358,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",908,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,g_100-199,Total income,2278,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,g_100-199,Total expenditure,2020,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,g_100-199,Operating profit before tax,109,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,g_100-199,Total assets,42859,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,h_200+,Activity unit,36,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,h_200+,Rolling mean employees,40332,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,h_200+,Salaries and wages paid,3211,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",6970,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,h_200+,Total income,30031,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,h_200+,Total expenditure,23865,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,h_200+,Operating profit before tax,6016,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,h_200+,Total assets,462668,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,h_200+,Fixed tangible assets,627,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,i_Industry_Total,Activity unit,28491,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,57483,COUNT,,,,,,,,, +2013,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,4959,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",15576,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,i_Industry_Total,Total income,64471,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,48732,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,17783,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,i_Industry_Total,Total assets,926830,DOLLARS(millions),,,,,,,,, +2013,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,18048,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,64485,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,357,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",13081,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",a_0,Total income,15726,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,9963,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,4721,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,156475,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,109728,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5271,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8598,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,318,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",2324,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,2626,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,2065,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,482,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,15530,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,11278,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,504,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3492,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,160,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",624,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,737,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,652,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,2055,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,1342,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,240,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,3048,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,174,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",687,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,754,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,655,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,99,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,1719,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,607,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,105,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,3189,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,158,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",675,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,729,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,670,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,2076,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,1331,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,27,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,1812,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,104,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",517,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,548,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,489,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,1213,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,952,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,18,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,2301,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,164,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",647,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,767,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,666,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,89,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,1967,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,782,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,6,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,2841,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,109,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",741,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,747,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,675,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,77,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,887,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,380,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,70656,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,25275,COUNT,,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,1543,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",19296,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,22634,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,15836,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,5575,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,181922,DOLLARS(millions),,,,,,,,, +2013,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,126399,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",a_0,Activity unit,34587,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,1409,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",5673,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",a_0,Total income,5915,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,4386,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,1499,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",a_0,Total assets,5747,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,1311,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,12309,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,22275,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,1481,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",4175,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",b_1-5,Total income,4306,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,3646,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,674,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,4577,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,534,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,1491,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,10704,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,676,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",1697,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",c_6-9,Total income,1886,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,1608,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,261,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,3174,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,155,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1425,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,18897,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1352,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",3365,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",d_10-19,Total income,3510,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,3053,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,476,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,3062,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,278,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,732,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,20949,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,1432,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",3487,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",e_20-49,Total income,4434,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,3166,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,1302,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,3805,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,243,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,165,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,11562,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,864,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",2003,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",f_50-99,Total income,2206,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,1985,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,241,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,2690,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,170,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,63,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,9066,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,678,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",1819,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",g_100-199,Total income,1903,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,2057,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,116,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,2118,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,131,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,57,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,27213,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,2118,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",5000,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",h_200+,Total income,6126,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,5176,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,926,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",h_200+,Total assets,26829,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,1026,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,50826,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,120666,COUNT,,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,10011,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",27220,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,30285,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,25078,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,5497,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,52002,DOLLARS(millions),,,,,,,,, +2013,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,3848,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,a_0,Activity unit,9618,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,a_0,Salaries and wages paid,159,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1673,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,a_0,Total income,1721,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,a_0,Total expenditure,1522,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,a_0,Operating profit before tax,197,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,a_0,Total assets,1640,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,a_0,Fixed tangible assets,699,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,b_1-5,Activity unit,4302,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,b_1-5,Rolling mean employees,8295,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,b_1-5,Salaries and wages paid,313,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1047,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,b_1-5,Total income,1079,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,b_1-5,Total expenditure,982,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,b_1-5,Operating profit before tax,98,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,b_1-5,Total assets,966,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,b_1-5,Fixed tangible assets,306,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,c_6-9,Activity unit,681,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,c_6-9,Rolling mean employees,5136,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,c_6-9,Salaries and wages paid,218,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",577,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,c_6-9,Total income,589,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,c_6-9,Total expenditure,564,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,c_6-9,Operating profit before tax,28,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,c_6-9,Total assets,308,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,c_6-9,Fixed tangible assets,32,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,d_10-19,Activity unit,498,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,d_10-19,Rolling mean employees,6765,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,d_10-19,Salaries and wages paid,265,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",722,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,d_10-19,Total income,738,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,d_10-19,Total expenditure,706,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,d_10-19,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,d_10-19,Total assets,433,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,d_10-19,Fixed tangible assets,92,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,e_20-49,Activity unit,273,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,e_20-49,Rolling mean employees,7851,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,e_20-49,Salaries and wages paid,278,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",766,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,e_20-49,Total income,803,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,e_20-49,Total expenditure,782,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,e_20-49,Operating profit before tax,10,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,e_20-49,Total assets,504,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,e_20-49,Fixed tangible assets,122,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,f_50-99,Activity unit,153,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,f_50-99,Rolling mean employees,10515,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,f_50-99,Salaries and wages paid,309,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",736,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,f_50-99,Total income,756,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,f_50-99,Total expenditure,648,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,f_50-99,Operating profit before tax,118,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,f_50-99,Total assets,727,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,f_50-99,Fixed tangible assets,115,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,g_100-199,Activity unit,72,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,g_100-199,Rolling mean employees,9918,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,g_100-199,Salaries and wages paid,329,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",631,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,g_100-199,Total income,637,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,g_100-199,Total expenditure,597,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,g_100-199,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,g_100-199,Total assets,359,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,g_100-199,Fixed tangible assets,89,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,h_200+,Activity unit,57,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,h_200+,Rolling mean employees,44988,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,h_200+,Salaries and wages paid,1248,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",2330,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,h_200+,Total income,2352,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,h_200+,Total expenditure,2262,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,h_200+,Operating profit before tax,175,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,h_200+,Total assets,1471,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,h_200+,Fixed tangible assets,421,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,i_Industry_Total,Activity unit,15657,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,93468,COUNT,,,,,,,,, +2013,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,3120,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",8481,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,i_Industry_Total,Total income,8675,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,i_Industry_Total,Total expenditure,8062,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,699,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,i_Industry_Total,Total assets,6408,DOLLARS(millions),,,,,,,,, +2013,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,1875,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,a_0,Activity unit,465,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,a_0,Salaries and wages paid,14,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",56,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,a_0,Total income,60,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,a_0,Total expenditure,52,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,a_0,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,a_0,Total assets,68,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,a_0,Fixed tangible assets,32,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,b_1-5,Activity unit,342,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,b_1-5,Rolling mean employees,789,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,b_1-5,Salaries and wages paid,35,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",109,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,b_1-5,Total income,111,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,b_1-5,Total expenditure,100,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,b_1-5,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,b_1-5,Total assets,62,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,b_1-5,Fixed tangible assets,13,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,c_6-9,Activity unit,72,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,c_6-9,Rolling mean employees,513,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,c_6-9,Salaries and wages paid,18,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",44,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,c_6-9,Total income,44,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,c_6-9,Total expenditure,40,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,c_6-9,Operating profit before tax,4,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,c_6-9,Total assets,22,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,c_6-9,Fixed tangible assets,6,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,d_10-19,Activity unit,63,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,d_10-19,Rolling mean employees,807,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,d_10-19,Salaries and wages paid,27,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",62,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,d_10-19,Total income,65,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,d_10-19,Total expenditure,60,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,d_10-19,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,d_10-19,Total assets,31,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,d_10-19,Fixed tangible assets,8,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,e_20-49,Activity unit,51,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,e_20-49,Rolling mean employees,1521,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,e_20-49,Salaries and wages paid,44,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,e_20-49,Total income,109,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,e_20-49,Total expenditure,100,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,e_20-49,Operating profit before tax,10,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,e_20-49,Total assets,61,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,e_20-49,Fixed tangible assets,15,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,f_50-99,Activity unit,15,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,f_50-99,Rolling mean employees,915,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,f_50-99,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",51,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,f_50-99,Total income,51,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,f_50-99,Total expenditure,53,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,f_50-99,Operating profit before tax,-2,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,f_50-99,Total assets,22,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,f_50-99,Fixed tangible assets,6,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,g_100-199,Rolling mean employees,783,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,g_100-199,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",45,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,g_100-199,Total income,45,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,g_100-199,Total expenditure,42,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,g_100-199,Total assets,22,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,g_100-199,Fixed tangible assets,5,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,h_200+,Activity unit,9,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,h_200+,Rolling mean employees,6999,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,h_200+,Salaries and wages paid,302,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",555,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,h_200+,Total income,556,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,h_200+,Total expenditure,534,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,h_200+,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,h_200+,Total assets,550,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,h_200+,Fixed tangible assets,91,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,i_Industry_Total,Activity unit,1023,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,12330,COUNT,,,,,,,,, +2013,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,496,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,i_Industry_Total,Total income,1041,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,i_Industry_Total,Total expenditure,981,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,i_Industry_Total,Total assets,838,DOLLARS(millions),,,,,,,,, +2013,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,176,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,a_0,Activity unit,2178,COUNT,,,,,,,,, +2013,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,P,Education and Training,a_0,Salaries and wages paid,56,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",237,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,a_0,Total income,268,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,a_0,Total expenditure,219,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,a_0,Operating profit before tax,50,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,a_0,Total assets,378,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,a_0,Fixed tangible assets,183,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,b_1-5,Activity unit,1497,COUNT,,,,,,,,, +2013,P,Education and Training,b_1-5,Rolling mean employees,3537,COUNT,,,,,,,,, +2013,P,Education and Training,b_1-5,Salaries and wages paid,117,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",320,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,b_1-5,Total income,358,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,b_1-5,Total expenditure,321,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,b_1-5,Operating profit before tax,41,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,b_1-5,Total assets,330,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,b_1-5,Fixed tangible assets,151,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,c_6-9,Activity unit,540,COUNT,,,,,,,,, +2013,P,Education and Training,c_6-9,Rolling mean employees,3921,COUNT,,,,,,,,, +2013,P,Education and Training,c_6-9,Salaries and wages paid,118,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",198,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,c_6-9,Total income,222,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,c_6-9,Total expenditure,222,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,c_6-9,Operating profit before tax,-2,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,c_6-9,Total assets,181,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,c_6-9,Fixed tangible assets,85,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,d_10-19,Activity unit,645,COUNT,,,,,,,,, +2013,P,Education and Training,d_10-19,Rolling mean employees,8604,COUNT,,,,,,,,, +2013,P,Education and Training,d_10-19,Salaries and wages paid,278,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",440,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,d_10-19,Total income,488,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,d_10-19,Total expenditure,467,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,d_10-19,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,d_10-19,Total assets,444,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,d_10-19,Fixed tangible assets,194,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,e_20-49,Activity unit,270,COUNT,,,,,,,,, +2013,P,Education and Training,e_20-49,Rolling mean employees,7974,COUNT,,,,,,,,, +2013,P,Education and Training,e_20-49,Salaries and wages paid,302,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",543,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,e_20-49,Total income,585,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,e_20-49,Total expenditure,574,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,e_20-49,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,e_20-49,Total assets,508,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,e_20-49,Fixed tangible assets,220,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,f_50-99,Activity unit,72,COUNT,,,,,,,,, +2013,P,Education and Training,f_50-99,Rolling mean employees,4803,COUNT,,,,,,,,, +2013,P,Education and Training,f_50-99,Salaries and wages paid,196,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",407,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,f_50-99,Total income,425,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,f_50-99,Total expenditure,408,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,f_50-99,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,f_50-99,Total assets,342,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,f_50-99,Fixed tangible assets,143,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,g_100-199,Activity unit,33,COUNT,,,,,,,,, +2013,P,Education and Training,g_100-199,Rolling mean employees,4536,COUNT,,,,,,,,, +2013,P,Education and Training,g_100-199,Salaries and wages paid,218,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",439,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,g_100-199,Total income,456,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,g_100-199,Total expenditure,440,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,g_100-199,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,g_100-199,Total assets,669,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,g_100-199,Fixed tangible assets,357,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,h_200+,Activity unit,12,COUNT,,,,,,,,, +2013,P,Education and Training,h_200+,Rolling mean employees,6912,COUNT,,,,,,,,, +2013,P,Education and Training,h_200+,Salaries and wages paid,333,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",593,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,h_200+,Total income,600,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,h_200+,Total expenditure,532,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,h_200+,Operating profit before tax,68,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,h_200+,Total assets,1146,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,h_200+,Fixed tangible assets,581,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,i_Industry_Total,Activity unit,5253,COUNT,,,,,,,,, +2013,P,Education and Training,i_Industry_Total,Rolling mean employees,40284,COUNT,,,,,,,,, +2013,P,Education and Training,i_Industry_Total,Salaries and wages paid,1618,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",3177,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,i_Industry_Total,Total income,3402,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,i_Industry_Total,Total expenditure,3183,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,i_Industry_Total,Operating profit before tax,230,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,i_Industry_Total,Total assets,3998,DOLLARS(millions),,,,,,,,, +2013,P,Education and Training,i_Industry_Total,Fixed tangible assets,1913,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,a_0,Activity unit,8490,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,339,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",1719,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,a_0,Total income,1765,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,a_0,Total expenditure,1298,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,a_0,Operating profit before tax,503,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,a_0,Total assets,1414,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,501,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,b_1-5,Activity unit,5136,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,11658,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,696,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",1950,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,b_1-5,Total income,2041,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1622,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,453,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,b_1-5,Total assets,1313,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,345,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,c_6-9,Activity unit,1191,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,8499,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,322,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",702,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,c_6-9,Total income,739,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,c_6-9,Total expenditure,683,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,68,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,c_6-9,Total assets,567,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,206,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,d_10-19,Activity unit,1089,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,14658,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,467,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1240,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,d_10-19,Total income,1311,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1228,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,84,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,d_10-19,Total assets,702,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,303,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,e_20-49,Activity unit,636,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,18198,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,688,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",1509,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,e_20-49,Total income,1599,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,e_20-49,Total expenditure,1506,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,86,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,e_20-49,Total assets,1205,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,515,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,f_50-99,Activity unit,267,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,18633,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,647,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1221,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,f_50-99,Total income,1294,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1237,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,59,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,f_50-99,Total assets,1787,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,994,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,g_100-199,Activity unit,111,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,15579,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,579,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",1338,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,g_100-199,Total income,1435,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,g_100-199,Total expenditure,1274,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,111,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,g_100-199,Total assets,2931,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,1066,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,h_200+,Activity unit,78,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,54006,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,1831,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",3177,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,h_200+,Total income,3336,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,h_200+,Total expenditure,3214,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,138,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,h_200+,Total assets,4309,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,1652,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,16998,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,141231,COUNT,,,,,,,,, +2013,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,5568,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",12857,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,i_Industry_Total,Total income,13520,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,12061,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,1502,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,14227,DOLLARS(millions),,,,,,,,, +2013,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,5582,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,a_0,Activity unit,6006,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,a_0,Salaries and wages paid,92,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",587,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,a_0,Total income,694,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,a_0,Total expenditure,584,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,a_0,Operating profit before tax,111,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,a_0,Total assets,1386,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,a_0,Fixed tangible assets,894,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,b_1-5,Activity unit,2379,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4737,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,136,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",598,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,b_1-5,Total income,732,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,b_1-5,Total expenditure,646,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,b_1-5,Operating profit before tax,82,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,b_1-5,Total assets,1234,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,759,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,c_6-9,Activity unit,366,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,c_6-9,Rolling mean employees,2577,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,66,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,c_6-9,Total income,220,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,c_6-9,Total expenditure,217,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,c_6-9,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,c_6-9,Total assets,272,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,194,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,d_10-19,Activity unit,366,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,d_10-19,Rolling mean employees,4866,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,145,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",423,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,d_10-19,Total income,659,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,d_10-19,Total expenditure,517,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,d_10-19,Operating profit before tax,24,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,d_10-19,Total assets,1166,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,778,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,e_20-49,Activity unit,192,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,e_20-49,Rolling mean employees,5901,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,194,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",686,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,e_20-49,Total income,887,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,e_20-49,Total expenditure,848,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,e_20-49,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,e_20-49,Total assets,1269,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,934,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,f_50-99,Activity unit,54,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,f_50-99,Rolling mean employees,3588,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,131,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",290,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,f_50-99,Total income,334,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,f_50-99,Total expenditure,316,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,f_50-99,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,f_50-99,Total assets,469,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,289,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2193,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,72,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",578,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,g_100-199,Total income,603,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,g_100-199,Total expenditure,400,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,g_100-199,Total assets,372,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,190,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,h_200+,Activity unit,15,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,h_200+,Rolling mean employees,10821,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,h_200+,Salaries and wages paid,325,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,h_200+,Total income,2675,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,h_200+,Total expenditure,2340,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,h_200+,Operating profit before tax,373,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,h_200+,Total assets,2503,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,h_200+,Fixed tangible assets,2019,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,i_Industry_Total,Activity unit,9396,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,34680,COUNT,,,,,,,,, +2013,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1160,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",5894,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,i_Industry_Total,Total income,6803,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,5868,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,860,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,i_Industry_Total,Total assets,8670,DOLLARS(millions),,,,,,,,, +2013,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,6057,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,a_0,Activity unit,8148,COUNT,,,,,,,,, +2013,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2013,S,Other Services,a_0,Salaries and wages paid,124,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,a_0,"Sales, government funding, grants and subsidies",895,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,a_0,Total income,1105,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,a_0,Total expenditure,910,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,a_0,Operating profit before tax,195,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,a_0,Total assets,2015,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,a_0,Fixed tangible assets,765,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,b_1-5,Activity unit,8826,COUNT,,,,,,,,, +2013,S,Other Services,b_1-5,Rolling mean employees,19923,COUNT,,,,,,,,, +2013,S,Other Services,b_1-5,Salaries and wages paid,792,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",2438,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,b_1-5,Total income,2650,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,b_1-5,Total expenditure,2418,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,b_1-5,Operating profit before tax,199,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,b_1-5,Total assets,2228,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,b_1-5,Fixed tangible assets,619,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,c_6-9,Activity unit,1398,COUNT,,,,,,,,, +2013,S,Other Services,c_6-9,Rolling mean employees,9756,COUNT,,,,,,,,, +2013,S,Other Services,c_6-9,Salaries and wages paid,378,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1154,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,c_6-9,Total income,1268,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,c_6-9,Total expenditure,1112,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,c_6-9,Operating profit before tax,150,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,c_6-9,Total assets,1355,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,c_6-9,Fixed tangible assets,217,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,d_10-19,Activity unit,723,COUNT,,,,,,,,, +2013,S,Other Services,d_10-19,Rolling mean employees,9321,COUNT,,,,,,,,, +2013,S,Other Services,d_10-19,Salaries and wages paid,384,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1108,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,d_10-19,Total income,1289,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,d_10-19,Total expenditure,1157,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,d_10-19,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,d_10-19,Total assets,1751,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,d_10-19,Fixed tangible assets,358,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,e_20-49,Activity unit,237,COUNT,,,,,,,,, +2013,S,Other Services,e_20-49,Rolling mean employees,6867,COUNT,,,,,,,,, +2013,S,Other Services,e_20-49,Salaries and wages paid,288,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",744,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,e_20-49,Total income,946,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,e_20-49,Total expenditure,853,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,e_20-49,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,e_20-49,Total assets,1929,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,e_20-49,Fixed tangible assets,228,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,f_50-99,Activity unit,42,COUNT,,,,,,,,, +2013,S,Other Services,f_50-99,Rolling mean employees,2679,COUNT,,,,,,,,, +2013,S,Other Services,f_50-99,Salaries and wages paid,130,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",292,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,f_50-99,Total income,348,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,f_50-99,Total expenditure,351,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,f_50-99,Operating profit before tax,29,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,f_50-99,Total assets,388,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,f_50-99,Fixed tangible assets,97,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2013,S,Other Services,g_100-199,Rolling mean employees,2631,COUNT,,,,,,,,, +2013,S,Other Services,g_100-199,Salaries and wages paid,137,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",261,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,g_100-199,Total income,377,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,g_100-199,Total expenditure,364,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,g_100-199,Operating profit before tax,15,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,g_100-199,Total assets,291,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,g_100-199,Fixed tangible assets,78,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,h_200+,Activity unit,6,COUNT,,,,,,,,, +2013,S,Other Services,h_200+,Rolling mean employees,2823,COUNT,,,,,,,,, +2013,S,Other Services,h_200+,Salaries and wages paid,129,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",307,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,h_200+,Total income,374,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,h_200+,Total expenditure,354,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,h_200+,Operating profit before tax,10,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,h_200+,Total assets,377,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,h_200+,Fixed tangible assets,119,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,i_Industry_Total,Activity unit,19395,COUNT,,,,,,,,, +2013,S,Other Services,i_Industry_Total,Rolling mean employees,54000,COUNT,,,,,,,,, +2013,S,Other Services,i_Industry_Total,Salaries and wages paid,2362,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7199,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,i_Industry_Total,Total income,8358,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,i_Industry_Total,Total expenditure,7519,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,i_Industry_Total,Operating profit before tax,681,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,i_Industry_Total,Total assets,10334,DOLLARS(millions),,,,,,,,, +2013,S,Other Services,i_Industry_Total,Fixed tangible assets,2482,DOLLARS(millions),,,,,,,,, +2013,all,All Industries,j_Grand_Total,Activity unit,439473,COUNT,,,,,,,,, +2013,all,All Industries,j_Grand_Total,Rolling mean employees,1566933,COUNT,,,,,,,,, +2013,all,All Industries,j_Grand_Total,Salaries and wages paid,79533,DOLLARS(millions),,,,,,,,, +2013,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",473661,DOLLARS(millions),,,,,,,,, +2013,all,All Industries,j_Grand_Total,Total income,541041,DOLLARS(millions),,,,,,,,, +2013,all,All Industries,j_Grand_Total,Total expenditure,488612,DOLLARS(millions),,,,,,,,, +2013,all,All Industries,j_Grand_Total,Operating profit before tax,55022,DOLLARS(millions),,,,,,,,, +2013,all,All Industries,j_Grand_Total,Total assets,1660278,DOLLARS(millions),,,,,,,,, +2013,all,All Industries,j_Grand_Total,Fixed tangible assets,375804,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,43137,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,325,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",9444,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",a_0,Total income,10475,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,8023,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,1736,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",a_0,Total assets,55513,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,31084,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,21507,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,39330,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,1765,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",15212,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,15847,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,13191,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,2287,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,55328,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,32629,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2127,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,15006,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,584,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",3672,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,3745,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,3291,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,449,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,11085,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,6509,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1194,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,15720,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,600,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",3322,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,3445,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,3046,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,382,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,7971,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,4112,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,516,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,15042,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,505,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",2202,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,2289,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,2089,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,195,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,5162,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,2522,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,108,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,6987,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,200,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1134,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,1355,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1021,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,179,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,2606,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,1107,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,30,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,4167,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,124,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",406,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,410,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,395,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,32,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,649,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,15,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,7794,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,258,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1203,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1332,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1152,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,82,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,2825,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,68634,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,104046,COUNT,,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,4362,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",36594,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,38899,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,32208,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,5342,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,141138,DOLLARS(millions),,,,,,,,, +2014,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,79480,DOLLARS(millions),,,,,,,,, +2014,B,Mining,a_0,Activity unit,396,COUNT,,,,,,,,, +2014,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,B,Mining,a_0,Salaries and wages paid,90,DOLLARS(millions),,,,,,,,, +2014,B,Mining,a_0,"Sales, government funding, grants and subsidies",1961,DOLLARS(millions),,,,,,,,, +2014,B,Mining,a_0,Total income,2090,DOLLARS(millions),,,,,,,,, +2014,B,Mining,a_0,Total expenditure,1543,DOLLARS(millions),,,,,,,,, +2014,B,Mining,a_0,Operating profit before tax,571,DOLLARS(millions),,,,,,,,, +2014,B,Mining,a_0,Total assets,14087,DOLLARS(millions),,,,,,,,, +2014,B,Mining,a_0,Fixed tangible assets,3364,DOLLARS(millions),,,,,,,,, +2014,B,Mining,b_1-5,Activity unit,198,COUNT,,,,,,,,, +2014,B,Mining,b_1-5,Rolling mean employees,360,COUNT,,,,,,,,, +2014,B,Mining,b_1-5,Salaries and wages paid,57,DOLLARS(millions),,,,,,,,, +2014,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",498,DOLLARS(millions),,,,,,,,, +2014,B,Mining,b_1-5,Total income,714,DOLLARS(millions),,,,,,,,, +2014,B,Mining,b_1-5,Total expenditure,923,DOLLARS(millions),,,,,,,,, +2014,B,Mining,b_1-5,Operating profit before tax,68,DOLLARS(millions),,,,,,,,, +2014,B,Mining,b_1-5,Total assets,1227,DOLLARS(millions),,,,,,,,, +2014,B,Mining,b_1-5,Fixed tangible assets,662,DOLLARS(millions),,,,,,,,, +2014,B,Mining,c_6-9,Activity unit,27,COUNT,,,,,,,,, +2014,B,Mining,c_6-9,Rolling mean employees,186,COUNT,,,,,,,,, +2014,B,Mining,c_6-9,Salaries and wages paid,16,DOLLARS(millions),,,,,,,,, +2014,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",62,DOLLARS(millions),,,,,,,,, +2014,B,Mining,c_6-9,Total income,65,DOLLARS(millions),,,,,,,,, +2014,B,Mining,c_6-9,Total expenditure,66,DOLLARS(millions),,,,,,,,, +2014,B,Mining,c_6-9,Operating profit before tax,1,DOLLARS(millions),,,,,,,,, +2014,B,Mining,c_6-9,Total assets,131,DOLLARS(millions),,,,,,,,, +2014,B,Mining,c_6-9,Fixed tangible assets,43,DOLLARS(millions),,,,,,,,, +2014,B,Mining,d_10-19,Activity unit,36,COUNT,,,,,,,,, +2014,B,Mining,d_10-19,Rolling mean employees,489,COUNT,,,,,,,,, +2014,B,Mining,d_10-19,Salaries and wages paid,42,DOLLARS(millions),,,,,,,,, +2014,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",203,DOLLARS(millions),,,,,,,,, +2014,B,Mining,d_10-19,Total income,220,DOLLARS(millions),,,,,,,,, +2014,B,Mining,d_10-19,Total expenditure,220,DOLLARS(millions),,,,,,,,, +2014,B,Mining,d_10-19,Operating profit before tax,3,DOLLARS(millions),,,,,,,,, +2014,B,Mining,d_10-19,Total assets,478,DOLLARS(millions),,,,,,,,, +2014,B,Mining,d_10-19,Fixed tangible assets,199,DOLLARS(millions),,,,,,,,, +2014,B,Mining,e_20-49,Activity unit,33,COUNT,,,,,,,,, +2014,B,Mining,e_20-49,Rolling mean employees,966,COUNT,,,,,,,,, +2014,B,Mining,e_20-49,Salaries and wages paid,91,DOLLARS(millions),,,,,,,,, +2014,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",1059,DOLLARS(millions),,,,,,,,, +2014,B,Mining,e_20-49,Total income,1068,DOLLARS(millions),,,,,,,,, +2014,B,Mining,e_20-49,Total expenditure,639,DOLLARS(millions),,,,,,,,, +2014,B,Mining,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,B,Mining,e_20-49,Total assets,C,DOLLARS(millions),,,,,,,,, +2014,B,Mining,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2014,B,Mining,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2014,B,Mining,f_50-99,Rolling mean employees,768,COUNT,,,,,,,,, +2014,B,Mining,f_50-99,Salaries and wages paid,73,DOLLARS(millions),,,,,,,,, +2014,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",523,DOLLARS(millions),,,,,,,,, +2014,B,Mining,f_50-99,Total income,946,DOLLARS(millions),,,,,,,,, +2014,B,Mining,f_50-99,Total expenditure,528,DOLLARS(millions),,,,,,,,, +2014,B,Mining,f_50-99,Operating profit before tax,445,DOLLARS(millions),,,,,,,,, +2014,B,Mining,f_50-99,Total assets,C,DOLLARS(millions),,,,,,,,, +2014,B,Mining,f_50-99,Fixed tangible assets,490,DOLLARS(millions),,,,,,,,, +2014,B,Mining,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2014,B,Mining,g_100-199,Rolling mean employees,897,COUNT,,,,,,,,, +2014,B,Mining,g_100-199,Salaries and wages paid,104,DOLLARS(millions),,,,,,,,, +2014,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",1066,DOLLARS(millions),,,,,,,,, +2014,B,Mining,g_100-199,Total income,1084,DOLLARS(millions),,,,,,,,, +2014,B,Mining,g_100-199,Total expenditure,873,DOLLARS(millions),,,,,,,,, +2014,B,Mining,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,B,Mining,g_100-199,Total assets,2211,DOLLARS(millions),,,,,,,,, +2014,B,Mining,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2014,B,Mining,h_200+,Activity unit,6,COUNT,,,,,,,,, +2014,B,Mining,h_200+,Rolling mean employees,2514,COUNT,,,,,,,,, +2014,B,Mining,h_200+,Salaries and wages paid,225,DOLLARS(millions),,,,,,,,, +2014,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1416,DOLLARS(millions),,,,,,,,, +2014,B,Mining,h_200+,Total income,1474,DOLLARS(millions),,,,,,,,, +2014,B,Mining,h_200+,Total expenditure,1784,DOLLARS(millions),,,,,,,,, +2014,B,Mining,h_200+,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2014,B,Mining,h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2014,B,Mining,h_200+,Fixed tangible assets,546,DOLLARS(millions),,,,,,,,, +2014,B,Mining,i_Industry_Total,Activity unit,714,COUNT,,,,,,,,, +2014,B,Mining,i_Industry_Total,Rolling mean employees,6183,COUNT,,,,,,,,, +2014,B,Mining,i_Industry_Total,Salaries and wages paid,698,DOLLARS(millions),,,,,,,,, +2014,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",6788,DOLLARS(millions),,,,,,,,, +2014,B,Mining,i_Industry_Total,Total income,7661,DOLLARS(millions),,,,,,,,, +2014,B,Mining,i_Industry_Total,Total expenditure,6577,DOLLARS(millions),,,,,,,,, +2014,B,Mining,i_Industry_Total,Operating profit before tax,1782,DOLLARS(millions),,,,,,,,, +2014,B,Mining,i_Industry_Total,Total assets,35002,DOLLARS(millions),,,,,,,,, +2014,B,Mining,i_Industry_Total,Fixed tangible assets,8915,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,a_0,Activity unit,8454,COUNT,,,,,,,,, +2014,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,C,Manufacturing,a_0,Salaries and wages paid,190,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",2038,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,a_0,Total income,2059,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,a_0,Total expenditure,1943,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,a_0,Operating profit before tax,135,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,a_0,Total assets,1803,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,a_0,Fixed tangible assets,649,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,b_1-5,Activity unit,6723,COUNT,,,,,,,,, +2014,C,Manufacturing,b_1-5,Rolling mean employees,14961,COUNT,,,,,,,,, +2014,C,Manufacturing,b_1-5,Salaries and wages paid,747,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",3650,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,b_1-5,Total income,3814,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,b_1-5,Total expenditure,3602,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,b_1-5,Operating profit before tax,119,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,b_1-5,Total assets,2296,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,b_1-5,Fixed tangible assets,583,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,c_6-9,Activity unit,1755,COUNT,,,,,,,,, +2014,C,Manufacturing,c_6-9,Rolling mean employees,12561,COUNT,,,,,,,,, +2014,C,Manufacturing,c_6-9,Salaries and wages paid,534,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2150,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,c_6-9,Total income,2161,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,c_6-9,Total expenditure,2006,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,c_6-9,Operating profit before tax,159,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,c_6-9,Total assets,1272,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,c_6-9,Fixed tangible assets,336,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,d_10-19,Activity unit,1875,COUNT,,,,,,,,, +2014,C,Manufacturing,d_10-19,Rolling mean employees,24972,COUNT,,,,,,,,, +2014,C,Manufacturing,d_10-19,Salaries and wages paid,1179,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",4473,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,d_10-19,Total income,4497,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,d_10-19,Total expenditure,4350,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,d_10-19,Operating profit before tax,183,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,d_10-19,Total assets,2920,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,d_10-19,Fixed tangible assets,785,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,e_20-49,Activity unit,1086,COUNT,,,,,,,,, +2014,C,Manufacturing,e_20-49,Rolling mean employees,32040,COUNT,,,,,,,,, +2014,C,Manufacturing,e_20-49,Salaries and wages paid,1600,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",7894,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,e_20-49,Total income,7958,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,e_20-49,Total expenditure,7550,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,e_20-49,Operating profit before tax,509,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,e_20-49,Total assets,5623,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,e_20-49,Fixed tangible assets,1778,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,f_50-99,Activity unit,408,COUNT,,,,,,,,, +2014,C,Manufacturing,f_50-99,Rolling mean employees,27702,COUNT,,,,,,,,, +2014,C,Manufacturing,f_50-99,Salaries and wages paid,1510,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",13416,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,f_50-99,Total income,13551,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,f_50-99,Total expenditure,12997,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,f_50-99,Operating profit before tax,621,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,f_50-99,Total assets,7575,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,f_50-99,Fixed tangible assets,2057,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,g_100-199,Activity unit,165,COUNT,,,,,,,,, +2014,C,Manufacturing,g_100-199,Rolling mean employees,22878,COUNT,,,,,,,,, +2014,C,Manufacturing,g_100-199,Salaries and wages paid,1466,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",10446,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,g_100-199,Total income,10617,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,g_100-199,Total expenditure,10158,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,g_100-199,Operating profit before tax,587,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,g_100-199,Total assets,8408,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,g_100-199,Fixed tangible assets,2643,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,h_200+,Activity unit,141,COUNT,,,,,,,,, +2014,C,Manufacturing,h_200+,Rolling mean employees,86103,COUNT,,,,,,,,, +2014,C,Manufacturing,h_200+,Salaries and wages paid,5846,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",58413,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,h_200+,Total income,59575,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,h_200+,Total expenditure,58195,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,h_200+,Operating profit before tax,1674,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,h_200+,Total assets,43593,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,h_200+,Fixed tangible assets,15293,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,i_Industry_Total,Activity unit,20610,COUNT,,,,,,,,, +2014,C,Manufacturing,i_Industry_Total,Rolling mean employees,221220,COUNT,,,,,,,,, +2014,C,Manufacturing,i_Industry_Total,Salaries and wages paid,13073,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",102480,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,i_Industry_Total,Total income,104233,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,i_Industry_Total,Total expenditure,100802,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,i_Industry_Total,Operating profit before tax,3987,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,i_Industry_Total,Total assets,73488,DOLLARS(millions),,,,,,,,, +2014,C,Manufacturing,i_Industry_Total,Fixed tangible assets,24125,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,561,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,54,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,2504,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,2106,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,432,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,8880,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,6823,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,333,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,642,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,40,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",199,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,204,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,175,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,357,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,137,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,60,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,435,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,20,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",150,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,151,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,126,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,27,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,300,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,263,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,42,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,573,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",149,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,150,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,131,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,20,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,307,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,236,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,33,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,960,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,52,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",326,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,332,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,296,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,665,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,494,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,18,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1272,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,84,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",585,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,594,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,571,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,36,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,874,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,707,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,12,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,1599,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,97,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",766,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,899,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,645,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,152,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,3350,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,2911,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,15,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,9888,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,793,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",12003,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,12450,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,10718,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,1839,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,46846,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,38608,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1068,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,15363,COUNT,,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1166,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,17284,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,14768,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2573,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,61579,DOLLARS(millions),,,,,,,,, +2014,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,50180,DOLLARS(millions),,,,,,,,, +2014,E,Construction,a_0,Activity unit,29979,COUNT,,,,,,,,, +2014,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,E,Construction,a_0,Salaries and wages paid,874,DOLLARS(millions),,,,,,,,, +2014,E,Construction,a_0,"Sales, government funding, grants and subsidies",7211,DOLLARS(millions),,,,,,,,, +2014,E,Construction,a_0,Total income,7328,DOLLARS(millions),,,,,,,,, +2014,E,Construction,a_0,Total expenditure,6630,DOLLARS(millions),,,,,,,,, +2014,E,Construction,a_0,Operating profit before tax,810,DOLLARS(millions),,,,,,,,, +2014,E,Construction,a_0,Total assets,7405,DOLLARS(millions),,,,,,,,, +2014,E,Construction,a_0,Fixed tangible assets,2086,DOLLARS(millions),,,,,,,,, +2014,E,Construction,b_1-5,Activity unit,16488,COUNT,,,,,,,,, +2014,E,Construction,b_1-5,Rolling mean employees,30459,COUNT,,,,,,,,, +2014,E,Construction,b_1-5,Salaries and wages paid,1626,DOLLARS(millions),,,,,,,,, +2014,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",8167,DOLLARS(millions),,,,,,,,, +2014,E,Construction,b_1-5,Total income,8281,DOLLARS(millions),,,,,,,,, +2014,E,Construction,b_1-5,Total expenditure,7637,DOLLARS(millions),,,,,,,,, +2014,E,Construction,b_1-5,Operating profit before tax,768,DOLLARS(millions),,,,,,,,, +2014,E,Construction,b_1-5,Total assets,4918,DOLLARS(millions),,,,,,,,, +2014,E,Construction,b_1-5,Fixed tangible assets,1630,DOLLARS(millions),,,,,,,,, +2014,E,Construction,c_6-9,Activity unit,2199,COUNT,,,,,,,,, +2014,E,Construction,c_6-9,Rolling mean employees,15426,COUNT,,,,,,,,, +2014,E,Construction,c_6-9,Salaries and wages paid,812,DOLLARS(millions),,,,,,,,, +2014,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",3511,DOLLARS(millions),,,,,,,,, +2014,E,Construction,c_6-9,Total income,3539,DOLLARS(millions),,,,,,,,, +2014,E,Construction,c_6-9,Total expenditure,3387,DOLLARS(millions),,,,,,,,, +2014,E,Construction,c_6-9,Operating profit before tax,215,DOLLARS(millions),,,,,,,,, +2014,E,Construction,c_6-9,Total assets,1648,DOLLARS(millions),,,,,,,,, +2014,E,Construction,c_6-9,Fixed tangible assets,320,DOLLARS(millions),,,,,,,,, +2014,E,Construction,d_10-19,Activity unit,1734,COUNT,,,,,,,,, +2014,E,Construction,d_10-19,Rolling mean employees,22485,COUNT,,,,,,,,, +2014,E,Construction,d_10-19,Salaries and wages paid,1126,DOLLARS(millions),,,,,,,,, +2014,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",4547,DOLLARS(millions),,,,,,,,, +2014,E,Construction,d_10-19,Total income,4567,DOLLARS(millions),,,,,,,,, +2014,E,Construction,d_10-19,Total expenditure,4346,DOLLARS(millions),,,,,,,,, +2014,E,Construction,d_10-19,Operating profit before tax,267,DOLLARS(millions),,,,,,,,, +2014,E,Construction,d_10-19,Total assets,2039,DOLLARS(millions),,,,,,,,, +2014,E,Construction,d_10-19,Fixed tangible assets,496,DOLLARS(millions),,,,,,,,, +2014,E,Construction,e_20-49,Activity unit,717,COUNT,,,,,,,,, +2014,E,Construction,e_20-49,Rolling mean employees,21072,COUNT,,,,,,,,, +2014,E,Construction,e_20-49,Salaries and wages paid,1091,DOLLARS(millions),,,,,,,,, +2014,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",5119,DOLLARS(millions),,,,,,,,, +2014,E,Construction,e_20-49,Total income,5142,DOLLARS(millions),,,,,,,,, +2014,E,Construction,e_20-49,Total expenditure,5046,DOLLARS(millions),,,,,,,,, +2014,E,Construction,e_20-49,Operating profit before tax,163,DOLLARS(millions),,,,,,,,, +2014,E,Construction,e_20-49,Total assets,2226,DOLLARS(millions),,,,,,,,, +2014,E,Construction,e_20-49,Fixed tangible assets,646,DOLLARS(millions),,,,,,,,, +2014,E,Construction,f_50-99,Activity unit,153,COUNT,,,,,,,,, +2014,E,Construction,f_50-99,Rolling mean employees,10590,COUNT,,,,,,,,, +2014,E,Construction,f_50-99,Salaries and wages paid,644,DOLLARS(millions),,,,,,,,, +2014,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",3587,DOLLARS(millions),,,,,,,,, +2014,E,Construction,f_50-99,Total income,3602,DOLLARS(millions),,,,,,,,, +2014,E,Construction,f_50-99,Total expenditure,3507,DOLLARS(millions),,,,,,,,, +2014,E,Construction,f_50-99,Operating profit before tax,194,DOLLARS(millions),,,,,,,,, +2014,E,Construction,f_50-99,Total assets,1661,DOLLARS(millions),,,,,,,,, +2014,E,Construction,f_50-99,Fixed tangible assets,345,DOLLARS(millions),,,,,,,,, +2014,E,Construction,g_100-199,Activity unit,60,COUNT,,,,,,,,, +2014,E,Construction,g_100-199,Rolling mean employees,8295,COUNT,,,,,,,,, +2014,E,Construction,g_100-199,Salaries and wages paid,538,DOLLARS(millions),,,,,,,,, +2014,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",2527,DOLLARS(millions),,,,,,,,, +2014,E,Construction,g_100-199,Total income,2543,DOLLARS(millions),,,,,,,,, +2014,E,Construction,g_100-199,Total expenditure,2414,DOLLARS(millions),,,,,,,,, +2014,E,Construction,g_100-199,Operating profit before tax,124,DOLLARS(millions),,,,,,,,, +2014,E,Construction,g_100-199,Total assets,1516,DOLLARS(millions),,,,,,,,, +2014,E,Construction,g_100-199,Fixed tangible assets,487,DOLLARS(millions),,,,,,,,, +2014,E,Construction,h_200+,Activity unit,33,COUNT,,,,,,,,, +2014,E,Construction,h_200+,Rolling mean employees,22035,COUNT,,,,,,,,, +2014,E,Construction,h_200+,Salaries and wages paid,1480,DOLLARS(millions),,,,,,,,, +2014,E,Construction,h_200+,"Sales, government funding, grants and subsidies",6362,DOLLARS(millions),,,,,,,,, +2014,E,Construction,h_200+,Total income,6428,DOLLARS(millions),,,,,,,,, +2014,E,Construction,h_200+,Total expenditure,6076,DOLLARS(millions),,,,,,,,, +2014,E,Construction,h_200+,Operating profit before tax,357,DOLLARS(millions),,,,,,,,, +2014,E,Construction,h_200+,Total assets,3651,DOLLARS(millions),,,,,,,,, +2014,E,Construction,h_200+,Fixed tangible assets,626,DOLLARS(millions),,,,,,,,, +2014,E,Construction,i_Industry_Total,Activity unit,51366,COUNT,,,,,,,,, +2014,E,Construction,i_Industry_Total,Rolling mean employees,130359,COUNT,,,,,,,,, +2014,E,Construction,i_Industry_Total,Salaries and wages paid,8191,DOLLARS(millions),,,,,,,,, +2014,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",41030,DOLLARS(millions),,,,,,,,, +2014,E,Construction,i_Industry_Total,Total income,41430,DOLLARS(millions),,,,,,,,, +2014,E,Construction,i_Industry_Total,Total expenditure,39043,DOLLARS(millions),,,,,,,,, +2014,E,Construction,i_Industry_Total,Operating profit before tax,2897,DOLLARS(millions),,,,,,,,, +2014,E,Construction,i_Industry_Total,Total assets,25064,DOLLARS(millions),,,,,,,,, +2014,E,Construction,i_Industry_Total,Fixed tangible assets,6635,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,a_0,Activity unit,7911,COUNT,,,,,,,,, +2014,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,F,Wholesale Trade,a_0,Salaries and wages paid,250,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",6365,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,a_0,Total income,6415,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,a_0,Total expenditure,6096,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,a_0,Operating profit before tax,400,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,a_0,Total assets,3246,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,a_0,Fixed tangible assets,635,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,b_1-5,Activity unit,5709,COUNT,,,,,,,,, +2014,F,Wholesale Trade,b_1-5,Rolling mean employees,12984,COUNT,,,,,,,,, +2014,F,Wholesale Trade,b_1-5,Salaries and wages paid,757,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",8722,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,b_1-5,Total income,8781,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,b_1-5,Total expenditure,8336,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,b_1-5,Operating profit before tax,615,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,b_1-5,Total assets,4448,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,b_1-5,Fixed tangible assets,490,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,c_6-9,Activity unit,1407,COUNT,,,,,,,,, +2014,F,Wholesale Trade,c_6-9,Rolling mean employees,10077,COUNT,,,,,,,,, +2014,F,Wholesale Trade,c_6-9,Salaries and wages paid,565,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",6293,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,c_6-9,Total income,6340,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,c_6-9,Total expenditure,6022,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,c_6-9,Operating profit before tax,410,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,c_6-9,Total assets,3060,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,c_6-9,Fixed tangible assets,229,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,d_10-19,Activity unit,900,COUNT,,,,,,,,, +2014,F,Wholesale Trade,d_10-19,Rolling mean employees,12150,COUNT,,,,,,,,, +2014,F,Wholesale Trade,d_10-19,Salaries and wages paid,669,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",6878,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,d_10-19,Total income,6944,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,d_10-19,Total expenditure,6681,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,d_10-19,Operating profit before tax,293,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,d_10-19,Total assets,3060,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,d_10-19,Fixed tangible assets,173,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,e_20-49,Activity unit,573,COUNT,,,,,,,,, +2014,F,Wholesale Trade,e_20-49,Rolling mean employees,17220,COUNT,,,,,,,,, +2014,F,Wholesale Trade,e_20-49,Salaries and wages paid,1146,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",13235,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,e_20-49,Total income,13327,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,e_20-49,Total expenditure,12916,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,e_20-49,Operating profit before tax,548,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,e_20-49,Total assets,6644,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,e_20-49,Fixed tangible assets,671,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,f_50-99,Activity unit,234,COUNT,,,,,,,,, +2014,F,Wholesale Trade,f_50-99,Rolling mean employees,15792,COUNT,,,,,,,,, +2014,F,Wholesale Trade,f_50-99,Salaries and wages paid,953,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",10715,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,f_50-99,Total income,10878,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,f_50-99,Total expenditure,10493,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,f_50-99,Operating profit before tax,455,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,f_50-99,Total assets,5937,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,f_50-99,Fixed tangible assets,538,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,g_100-199,Activity unit,60,COUNT,,,,,,,,, +2014,F,Wholesale Trade,g_100-199,Rolling mean employees,7884,COUNT,,,,,,,,, +2014,F,Wholesale Trade,g_100-199,Salaries and wages paid,535,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",8005,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,g_100-199,Total income,8192,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,g_100-199,Total expenditure,7679,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,g_100-199,Operating profit before tax,426,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,g_100-199,Total assets,4722,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,g_100-199,Fixed tangible assets,266,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,h_200+,Activity unit,54,COUNT,,,,,,,,, +2014,F,Wholesale Trade,h_200+,Rolling mean employees,25596,COUNT,,,,,,,,, +2014,F,Wholesale Trade,h_200+,Salaries and wages paid,1481,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",27067,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,h_200+,Total income,27231,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,h_200+,Total expenditure,26659,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,h_200+,Operating profit before tax,526,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,h_200+,Total assets,9758,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,h_200+,Fixed tangible assets,1306,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,i_Industry_Total,Activity unit,16851,COUNT,,,,,,,,, +2014,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,101706,COUNT,,,,,,,,, +2014,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,6356,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",87280,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,i_Industry_Total,Total income,88109,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,i_Industry_Total,Total expenditure,84883,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,3673,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,i_Industry_Total,Total assets,40875,DOLLARS(millions),,,,,,,,, +2014,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,4307,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,a_0,Activity unit,11022,COUNT,,,,,,,,, +2014,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,G,Retail Trade,a_0,Salaries and wages paid,197,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",2926,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,a_0,Total income,2952,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,a_0,Total expenditure,2753,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,a_0,Operating profit before tax,212,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,a_0,Total assets,2049,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,a_0,Fixed tangible assets,684,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,b_1-5,Activity unit,10599,COUNT,,,,,,,,, +2014,G,Retail Trade,b_1-5,Rolling mean employees,23451,COUNT,,,,,,,,, +2014,G,Retail Trade,b_1-5,Salaries and wages paid,767,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",6980,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,b_1-5,Total income,7012,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,b_1-5,Total expenditure,6749,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,b_1-5,Operating profit before tax,361,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,b_1-5,Total assets,3275,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,b_1-5,Fixed tangible assets,638,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,c_6-9,Activity unit,2295,COUNT,,,,,,,,, +2014,G,Retail Trade,c_6-9,Rolling mean employees,16278,COUNT,,,,,,,,, +2014,G,Retail Trade,c_6-9,Salaries and wages paid,564,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",4444,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,c_6-9,Total income,4475,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,c_6-9,Total expenditure,4372,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,c_6-9,Operating profit before tax,117,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,c_6-9,Total assets,1470,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,c_6-9,Fixed tangible assets,250,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,d_10-19,Activity unit,1323,COUNT,,,,,,,,, +2014,G,Retail Trade,d_10-19,Rolling mean employees,17532,COUNT,,,,,,,,, +2014,G,Retail Trade,d_10-19,Salaries and wages paid,640,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",5511,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,d_10-19,Total income,5530,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,d_10-19,Total expenditure,5409,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,d_10-19,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,d_10-19,Total assets,1724,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,d_10-19,Fixed tangible assets,253,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,e_20-49,Activity unit,696,COUNT,,,,,,,,, +2014,G,Retail Trade,e_20-49,Rolling mean employees,19914,COUNT,,,,,,,,, +2014,G,Retail Trade,e_20-49,Salaries and wages paid,689,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",6426,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,e_20-49,Total income,6443,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,e_20-49,Total expenditure,6311,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,e_20-49,Operating profit before tax,200,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,e_20-49,Total assets,1911,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,e_20-49,Fixed tangible assets,253,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,f_50-99,Activity unit,237,COUNT,,,,,,,,, +2014,G,Retail Trade,f_50-99,Rolling mean employees,16440,COUNT,,,,,,,,, +2014,G,Retail Trade,f_50-99,Salaries and wages paid,529,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",5483,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,f_50-99,Total income,5505,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,f_50-99,Total expenditure,5446,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,f_50-99,Operating profit before tax,94,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,f_50-99,Total assets,1465,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,f_50-99,Fixed tangible assets,307,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,g_100-199,Activity unit,159,COUNT,,,,,,,,, +2014,G,Retail Trade,g_100-199,Rolling mean employees,22563,COUNT,,,,,,,,, +2014,G,Retail Trade,g_100-199,Salaries and wages paid,685,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",7002,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,g_100-199,Total income,7034,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,g_100-199,Total expenditure,6846,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,g_100-199,Operating profit before tax,248,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,g_100-199,Total assets,2122,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,g_100-199,Fixed tangible assets,395,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,h_200+,Activity unit,117,COUNT,,,,,,,,, +2014,G,Retail Trade,h_200+,Rolling mean employees,78795,COUNT,,,,,,,,, +2014,G,Retail Trade,h_200+,Salaries and wages paid,2485,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",21436,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,h_200+,Total income,21577,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,h_200+,Total expenditure,20706,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,h_200+,Operating profit before tax,913,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,h_200+,Total assets,9164,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,h_200+,Fixed tangible assets,2282,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,i_Industry_Total,Activity unit,26445,COUNT,,,,,,,,, +2014,G,Retail Trade,i_Industry_Total,Rolling mean employees,194970,COUNT,,,,,,,,, +2014,G,Retail Trade,i_Industry_Total,Salaries and wages paid,6556,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",60208,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,i_Industry_Total,Total income,60528,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,i_Industry_Total,Total expenditure,58592,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,i_Industry_Total,Total assets,23181,DOLLARS(millions),,,,,,,,, +2014,G,Retail Trade,i_Industry_Total,Fixed tangible assets,5063,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,a_0,Activity unit,5244,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,a_0,Salaries and wages paid,77,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",672,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,a_0,Total income,695,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,a_0,Total expenditure,628,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,a_0,Operating profit before tax,61,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,a_0,Total assets,1798,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,a_0,Fixed tangible assets,1325,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,b_1-5,Activity unit,7767,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,b_1-5,Rolling mean employees,19074,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,408,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",1880,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,b_1-5,Total income,1900,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,b_1-5,Total expenditure,1853,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,b_1-5,Operating profit before tax,53,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,b_1-5,Total assets,1937,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1143,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,c_6-9,Activity unit,2439,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,c_6-9,Rolling mean employees,17625,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,375,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,c_6-9,Total income,1245,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,c_6-9,Total expenditure,1242,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,c_6-9,Operating profit before tax,-1,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,c_6-9,Total assets,966,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,501,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,d_10-19,Activity unit,2190,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,d_10-19,Rolling mean employees,29115,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,645,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",2007,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,d_10-19,Total income,2038,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,d_10-19,Total expenditure,1977,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,d_10-19,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,d_10-19,Total assets,1335,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,765,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,e_20-49,Activity unit,936,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,e_20-49,Rolling mean employees,26205,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,606,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",1853,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,e_20-49,Total income,1876,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,e_20-49,Total expenditure,1793,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,e_20-49,Operating profit before tax,88,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,e_20-49,Total assets,1459,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,950,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,f_50-99,Activity unit,153,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,f_50-99,Rolling mean employees,10623,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,227,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",802,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,f_50-99,Total income,816,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,f_50-99,Total expenditure,746,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,f_50-99,Operating profit before tax,73,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,f_50-99,Total assets,1056,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,608,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,g_100-199,Activity unit,63,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,g_100-199,Rolling mean employees,8664,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,245,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",792,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,g_100-199,Total income,807,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,g_100-199,Total expenditure,728,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,g_100-199,Operating profit before tax,92,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,g_100-199,Total assets,1349,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,899,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,h_200+,Activity unit,27,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,h_200+,Rolling mean employees,17607,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,h_200+,Salaries and wages paid,459,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",1606,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,h_200+,Total income,1623,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,h_200+,Total expenditure,1452,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,h_200+,Operating profit before tax,175,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,h_200+,Total assets,1915,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1068,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,i_Industry_Total,Activity unit,18816,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,128913,COUNT,,,,,,,,, +2014,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,3043,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,i_Industry_Total,Total income,11000,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,10420,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,i_Industry_Total,Total assets,11816,DOLLARS(millions),,,,,,,,, +2014,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,7259,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",a_0,Activity unit,9060,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,120,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",1450,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",a_0,Total income,1466,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1235,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,239,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",a_0,Total assets,2129,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,1040,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,3813,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7560,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,371,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1561,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",b_1-5,Total income,1585,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1442,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",b_1-5,Total assets,1592,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,802,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,672,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4875,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,213,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",789,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",c_6-9,Total income,797,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,755,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",c_6-9,Total assets,587,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,471,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,6369,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,320,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1142,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",d_10-19,Total income,1157,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1165,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,-10,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",d_10-19,Total assets,4294,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,306,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,8835,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,510,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",2059,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",e_20-49,Total income,2143,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,1974,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,128,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",e_20-49,Total assets,2108,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1256,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,117,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,7929,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,400,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",1604,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",f_50-99,Total income,1649,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,1514,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",f_50-99,Total assets,2263,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1497,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,66,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8829,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,515,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",1827,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",g_100-199,Total income,1860,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1733,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",g_100-199,Total assets,1864,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,1036,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",h_200+,Activity unit,60,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,39684,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,2826,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",11071,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",h_200+,Total income,12100,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,10572,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,1260,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",h_200+,Total assets,19643,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,11484,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,14562,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,84078,COUNT,,,,,,,,, +2014,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,5274,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",21502,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,22755,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,20391,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,34480,DOLLARS(millions),,,,,,,,, +2014,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,21217,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,a_0,Activity unit,3579,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,a_0,Salaries and wages paid,97,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",1854,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,a_0,Total income,1968,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,a_0,Total expenditure,1356,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,a_0,Operating profit before tax,625,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,a_0,Fixed tangible assets,647,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,b_1-5,Activity unit,1014,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,1707,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,132,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",705,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,b_1-5,Total income,712,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,b_1-5,Total expenditure,654,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,b_1-5,Total assets,C,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,52,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,c_6-9,Activity unit,168,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1152,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,60,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",381,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,c_6-9,Total income,395,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,c_6-9,Total expenditure,380,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,c_6-9,Total assets,296,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,35,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,d_10-19,Activity unit,114,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,1524,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,66,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",376,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,d_10-19,Total income,379,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,d_10-19,Total expenditure,384,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,d_10-19,Total assets,411,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,91,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,e_20-49,Activity unit,54,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1614,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,99,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",512,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,e_20-49,Total income,516,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,e_20-49,Total expenditure,479,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,40,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,e_20-49,Total assets,453,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,179,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,f_50-99,Activity unit,30,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,2067,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,98,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",396,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,f_50-99,Total income,414,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,f_50-99,Total expenditure,405,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,f_50-99,Total assets,516,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,69,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,g_100-199,Activity unit,12,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1638,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,99,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",395,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,g_100-199,Total income,397,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,g_100-199,Total expenditure,381,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,g_100-199,Total assets,352,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,185,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,h_200+,Activity unit,18,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,h_200+,Rolling mean employees,25452,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1679,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",8585,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,h_200+,Total income,8881,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,h_200+,Total expenditure,8945,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,h_200+,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,h_200+,Total assets,17836,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,5966,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,4989,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,35154,COUNT,,,,,,,,, +2014,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2331,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",13204,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,i_Industry_Total,Total income,13663,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,12982,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,i_Industry_Total,Total assets,25138,DOLLARS(millions),,,,,,,,, +2014,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,7224,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,a_0,Activity unit,21753,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,a_0,Salaries and wages paid,332,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",4631,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,a_0,Total income,29695,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,a_0,Total expenditure,12534,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,a_0,Operating profit before tax,12745,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,a_0,Total assets,382782,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,a_0,Fixed tangible assets,14128,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,b_1-5,Activity unit,2622,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4512,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,333,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1181,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,b_1-5,Total income,3037,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,b_1-5,Total expenditure,2036,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,b_1-5,Operating profit before tax,832,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,b_1-5,Total assets,31899,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,719,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,c_6-9,Activity unit,255,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1806,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,170,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",519,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,c_6-9,Total income,832,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,c_6-9,Total expenditure,607,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,c_6-9,Operating profit before tax,149,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,c_6-9,Total assets,5442,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,d_10-19,Activity unit,168,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2202,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,180,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",826,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,d_10-19,Total income,1345,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,d_10-19,Total expenditure,1182,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,d_10-19,Operating profit before tax,201,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,d_10-19,Total assets,10226,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,141,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,e_20-49,Activity unit,75,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2424,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,239,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",626,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,e_20-49,Total income,1376,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,e_20-49,Total expenditure,1070,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,e_20-49,Operating profit before tax,294,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,e_20-49,Total assets,16003,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,146,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,f_50-99,Activity unit,27,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,f_50-99,Rolling mean employees,1986,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,160,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",528,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,f_50-99,Total income,962,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,f_50-99,Total expenditure,752,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,f_50-99,Operating profit before tax,100,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,f_50-99,Total assets,6846,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,g_100-199,Activity unit,27,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3948,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,364,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",946,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,g_100-199,Total income,1781,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,g_100-199,Total expenditure,1698,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,g_100-199,Operating profit before tax,-23,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,g_100-199,Total assets,26890,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,86,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,h_200+,Activity unit,36,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,h_200+,Rolling mean employees,40626,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,h_200+,Salaries and wages paid,3392,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",7353,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,h_200+,Total income,31375,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,h_200+,Total expenditure,24767,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,h_200+,Operating profit before tax,6283,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,h_200+,Total assets,486074,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,h_200+,Fixed tangible assets,700,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,i_Industry_Total,Activity unit,24963,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,57504,COUNT,,,,,,,,, +2014,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,5169,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",16611,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,i_Industry_Total,Total income,70404,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,44644,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,20581,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,i_Industry_Total,Total assets,966160,DOLLARS(millions),,,,,,,,, +2014,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,16205,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,65307,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,355,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",13662,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",a_0,Total income,15986,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,9710,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,4958,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,158755,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,115475,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5400,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,9039,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,302,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",2615,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,2907,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,2243,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,589,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,15924,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,11509,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,525,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3717,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,165,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",789,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,858,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,713,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,159,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,2293,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,1244,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,207,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,2709,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,161,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",757,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,793,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,671,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,119,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,1370,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,588,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,111,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,3507,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,193,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",797,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,858,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,760,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,74,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,1665,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,1216,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,24,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,1647,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,96,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",501,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,517,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,442,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,76,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,1230,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,966,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,18,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,2403,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,162,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",793,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1006,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,815,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,117,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,2406,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,1078,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,6,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,2907,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,132,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",854,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,869,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,787,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,91,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,926,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,415,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,71601,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,25926,COUNT,,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,1566,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",20768,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,23795,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,16142,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,6183,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,184568,DOLLARS(millions),,,,,,,,, +2014,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,132490,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",a_0,Activity unit,34983,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,1404,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",5629,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",a_0,Total income,5832,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,4300,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,1504,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",a_0,Total assets,6134,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,1236,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,12426,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,22356,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,1562,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",4315,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",b_1-5,Total income,4426,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,3814,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,622,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,3888,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,575,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,1803,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,12720,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,850,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",2084,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",c_6-9,Total income,2115,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,1897,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,229,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,1424,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,155,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1377,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,18078,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1328,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",3266,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",d_10-19,Total income,3499,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,3046,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,469,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,4191,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,263,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,813,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,23583,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,1695,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",3983,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",e_20-49,Total income,4147,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,3680,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,505,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,4863,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,303,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,189,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,13005,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,953,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",2187,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",f_50-99,Total income,2313,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,2109,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,239,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,2720,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,182,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,63,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,9033,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,737,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",2100,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",g_100-199,Total income,2322,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,2021,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,234,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,3254,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,107,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,60,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,28698,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,2281,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",5443,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",h_200+,Total income,6612,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,5659,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,1089,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",h_200+,Total assets,27570,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,1191,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,51717,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,127470,COUNT,,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,10811,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",29006,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,31265,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,26526,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,4891,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,54044,DOLLARS(millions),,,,,,,,, +2014,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,4014,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,a_0,Activity unit,9780,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,a_0,Salaries and wages paid,195,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1358,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,a_0,Total income,1423,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,a_0,Total expenditure,1204,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,a_0,Operating profit before tax,210,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,a_0,Total assets,1961,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,a_0,Fixed tangible assets,774,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,b_1-5,Activity unit,4179,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,b_1-5,Rolling mean employees,7608,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,b_1-5,Salaries and wages paid,286,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",983,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,b_1-5,Total income,1013,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,b_1-5,Total expenditure,912,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,b_1-5,Operating profit before tax,106,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,b_1-5,Total assets,909,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,b_1-5,Fixed tangible assets,342,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,c_6-9,Activity unit,711,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,c_6-9,Rolling mean employees,5130,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,c_6-9,Salaries and wages paid,183,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",555,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,c_6-9,Total income,582,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,c_6-9,Total expenditure,536,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,c_6-9,Operating profit before tax,54,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,c_6-9,Total assets,406,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,c_6-9,Fixed tangible assets,98,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,d_10-19,Activity unit,534,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,d_10-19,Rolling mean employees,7128,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,d_10-19,Salaries and wages paid,286,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",719,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,d_10-19,Total income,734,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,d_10-19,Total expenditure,697,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,d_10-19,Operating profit before tax,56,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,d_10-19,Total assets,431,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,d_10-19,Fixed tangible assets,91,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,e_20-49,Activity unit,294,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,e_20-49,Rolling mean employees,8886,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,e_20-49,Salaries and wages paid,324,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",808,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,e_20-49,Total income,868,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,e_20-49,Total expenditure,825,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,e_20-49,Operating profit before tax,68,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,e_20-49,Total assets,691,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,e_20-49,Fixed tangible assets,122,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,f_50-99,Activity unit,123,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,f_50-99,Rolling mean employees,8682,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,f_50-99,Salaries and wages paid,258,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",521,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,f_50-99,Total income,544,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,f_50-99,Total expenditure,493,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,f_50-99,Operating profit before tax,65,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,f_50-99,Total assets,743,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,f_50-99,Fixed tangible assets,158,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,g_100-199,Activity unit,81,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,g_100-199,Rolling mean employees,11421,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,g_100-199,Salaries and wages paid,366,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",759,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,g_100-199,Total income,796,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,g_100-199,Total expenditure,751,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,g_100-199,Operating profit before tax,28,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,g_100-199,Total assets,442,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,g_100-199,Fixed tangible assets,124,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,h_200+,Activity unit,66,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,h_200+,Rolling mean employees,47718,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,h_200+,Salaries and wages paid,1298,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",2481,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,h_200+,Total income,2508,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,h_200+,Total expenditure,2447,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,h_200+,Operating profit before tax,139,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,h_200+,Total assets,1550,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,h_200+,Fixed tangible assets,333,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,i_Industry_Total,Activity unit,15771,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,96573,COUNT,,,,,,,,, +2014,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,3195,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",8183,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,i_Industry_Total,Total income,8468,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,i_Industry_Total,Total expenditure,7865,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,727,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,i_Industry_Total,Total assets,7134,DOLLARS(millions),,,,,,,,, +2014,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,2041,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,a_0,Activity unit,465,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,a_0,Salaries and wages paid,12,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,a_0,Total income,68,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,a_0,Total expenditure,55,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,a_0,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,a_0,Total assets,58,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,a_0,Fixed tangible assets,23,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,b_1-5,Activity unit,330,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,b_1-5,Rolling mean employees,738,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,b_1-5,Salaries and wages paid,31,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",102,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,b_1-5,Total income,104,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,b_1-5,Total expenditure,91,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,b_1-5,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,b_1-5,Total assets,54,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,b_1-5,Fixed tangible assets,11,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,c_6-9,Activity unit,69,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,c_6-9,Rolling mean employees,498,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,c_6-9,Salaries and wages paid,17,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",42,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,c_6-9,Total income,42,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,c_6-9,Total expenditure,37,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,c_6-9,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,c_6-9,Total assets,18,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,c_6-9,Fixed tangible assets,3,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,d_10-19,Activity unit,63,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,d_10-19,Rolling mean employees,855,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,d_10-19,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",61,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,d_10-19,Total income,64,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,d_10-19,Total expenditure,56,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,d_10-19,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,d_10-19,Total assets,31,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,d_10-19,Fixed tangible assets,11,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,e_20-49,Activity unit,45,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,e_20-49,Rolling mean employees,1434,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,e_20-49,Salaries and wages paid,37,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",89,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,e_20-49,Total income,93,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,e_20-49,Total expenditure,79,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,e_20-49,Operating profit before tax,14,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,e_20-49,Total assets,43,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,e_20-49,Fixed tangible assets,11,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,f_50-99,Rolling mean employees,864,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,f_50-99,Salaries and wages paid,32,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",54,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,f_50-99,Total income,55,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,f_50-99,Total expenditure,58,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,f_50-99,Operating profit before tax,-4,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,f_50-99,Total assets,55,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,f_50-99,Fixed tangible assets,5,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,g_100-199,Rolling mean employees,918,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,g_100-199,Salaries and wages paid,37,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",63,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,g_100-199,Total income,63,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,g_100-199,Total expenditure,59,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,g_100-199,Operating profit before tax,4,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,g_100-199,Total assets,34,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,g_100-199,Fixed tangible assets,6,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,h_200+,Activity unit,12,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,h_200+,Rolling mean employees,7227,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,h_200+,Salaries and wages paid,287,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",555,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,h_200+,Total income,557,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,h_200+,Total expenditure,536,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,h_200+,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,h_200+,Total assets,398,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,h_200+,Fixed tangible assets,82,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,i_Industry_Total,Activity unit,1005,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,12531,COUNT,,,,,,,,, +2014,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,481,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,i_Industry_Total,Total income,1047,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,i_Industry_Total,Total expenditure,970,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,74,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,i_Industry_Total,Total assets,690,DOLLARS(millions),,,,,,,,, +2014,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,151,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,a_0,Activity unit,2247,COUNT,,,,,,,,, +2014,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,P,Education and Training,a_0,Salaries and wages paid,76,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",262,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,a_0,Total income,287,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,a_0,Total expenditure,245,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,a_0,Operating profit before tax,40,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,a_0,Total assets,375,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,a_0,Fixed tangible assets,192,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,b_1-5,Activity unit,1419,COUNT,,,,,,,,, +2014,P,Education and Training,b_1-5,Rolling mean employees,3564,COUNT,,,,,,,,, +2014,P,Education and Training,b_1-5,Salaries and wages paid,115,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",312,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,b_1-5,Total income,342,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,b_1-5,Total expenditure,307,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,b_1-5,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,b_1-5,Total assets,323,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,b_1-5,Fixed tangible assets,151,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,c_6-9,Activity unit,507,COUNT,,,,,,,,, +2014,P,Education and Training,c_6-9,Rolling mean employees,3687,COUNT,,,,,,,,, +2014,P,Education and Training,c_6-9,Salaries and wages paid,109,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",180,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,c_6-9,Total income,210,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,c_6-9,Total expenditure,200,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,c_6-9,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,c_6-9,Total assets,175,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,c_6-9,Fixed tangible assets,67,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,d_10-19,Activity unit,687,COUNT,,,,,,,,, +2014,P,Education and Training,d_10-19,Rolling mean employees,9126,COUNT,,,,,,,,, +2014,P,Education and Training,d_10-19,Salaries and wages paid,298,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",471,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,d_10-19,Total income,521,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,d_10-19,Total expenditure,495,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,d_10-19,Operating profit before tax,24,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,d_10-19,Total assets,455,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,d_10-19,Fixed tangible assets,190,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,e_20-49,Activity unit,288,COUNT,,,,,,,,, +2014,P,Education and Training,e_20-49,Rolling mean employees,8274,COUNT,,,,,,,,, +2014,P,Education and Training,e_20-49,Salaries and wages paid,290,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",526,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,e_20-49,Total income,565,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,e_20-49,Total expenditure,530,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,e_20-49,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,e_20-49,Total assets,495,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,e_20-49,Fixed tangible assets,231,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,f_50-99,Activity unit,75,COUNT,,,,,,,,, +2014,P,Education and Training,f_50-99,Rolling mean employees,5073,COUNT,,,,,,,,, +2014,P,Education and Training,f_50-99,Salaries and wages paid,206,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",428,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,f_50-99,Total income,449,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,f_50-99,Total expenditure,423,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,f_50-99,Operating profit before tax,28,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,f_50-99,Total assets,432,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,f_50-99,Fixed tangible assets,212,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,g_100-199,Activity unit,33,COUNT,,,,,,,,, +2014,P,Education and Training,g_100-199,Rolling mean employees,4440,COUNT,,,,,,,,, +2014,P,Education and Training,g_100-199,Salaries and wages paid,229,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",484,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,g_100-199,Total income,498,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,g_100-199,Total expenditure,471,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,g_100-199,Operating profit before tax,28,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,g_100-199,Total assets,666,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,g_100-199,Fixed tangible assets,382,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,h_200+,Activity unit,15,COUNT,,,,,,,,, +2014,P,Education and Training,h_200+,Rolling mean employees,9363,COUNT,,,,,,,,, +2014,P,Education and Training,h_200+,Salaries and wages paid,356,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",645,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,h_200+,Total income,654,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,h_200+,Total expenditure,574,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,h_200+,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,h_200+,Total assets,1258,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,h_200+,Fixed tangible assets,632,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,i_Industry_Total,Activity unit,5268,COUNT,,,,,,,,, +2014,P,Education and Training,i_Industry_Total,Rolling mean employees,43521,COUNT,,,,,,,,, +2014,P,Education and Training,i_Industry_Total,Salaries and wages paid,1680,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",3309,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,i_Industry_Total,Total income,3524,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,i_Industry_Total,Total expenditure,3246,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,i_Industry_Total,Operating profit before tax,274,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,i_Industry_Total,Total assets,4179,DOLLARS(millions),,,,,,,,, +2014,P,Education and Training,i_Industry_Total,Fixed tangible assets,2057,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,a_0,Activity unit,8583,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,315,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",1497,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,a_0,Total income,1577,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,a_0,Total expenditure,1083,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,a_0,Operating profit before tax,506,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,a_0,Total assets,1324,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,444,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,b_1-5,Activity unit,5247,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,12432,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,685,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",2160,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,b_1-5,Total income,2246,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1843,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,434,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,b_1-5,Total assets,1484,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,468,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,c_6-9,Activity unit,1092,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,7911,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,258,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",637,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,c_6-9,Total income,682,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,c_6-9,Total expenditure,605,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,c_6-9,Total assets,516,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,155,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,d_10-19,Activity unit,1083,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,13761,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,494,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1189,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,d_10-19,Total income,1265,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1155,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,110,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,d_10-19,Total assets,705,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,277,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,e_20-49,Activity unit,711,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,20589,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,762,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",1638,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,e_20-49,Total income,1753,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,e_20-49,Total expenditure,1606,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,148,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,e_20-49,Total assets,1205,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,534,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,f_50-99,Activity unit,267,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,18468,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,636,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1195,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,f_50-99,Total income,1256,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1228,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,f_50-99,Total assets,1745,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,967,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,g_100-199,Activity unit,120,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,16590,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,636,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",1580,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,g_100-199,Total income,1781,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,g_100-199,Total expenditure,1532,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,104,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,g_100-199,Total assets,3668,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,1286,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,h_200+,Activity unit,78,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,55209,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,1872,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",3213,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,h_200+,Total income,3393,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,h_200+,Total expenditure,3270,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,102,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,h_200+,Total assets,4576,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,1744,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,17175,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,144957,COUNT,,,,,,,,, +2014,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,5659,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",13109,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,i_Industry_Total,Total income,13954,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,12322,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,1516,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,15222,DOLLARS(millions),,,,,,,,, +2014,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,5875,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,a_0,Activity unit,6108,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,a_0,Salaries and wages paid,124,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",698,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,a_0,Total income,801,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,a_0,Total expenditure,685,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,a_0,Operating profit before tax,110,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,a_0,Total assets,1524,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,a_0,Fixed tangible assets,915,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,b_1-5,Activity unit,2316,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4491,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,140,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",505,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,b_1-5,Total income,672,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,b_1-5,Total expenditure,664,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,b_1-5,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,b_1-5,Total assets,1084,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,654,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,c_6-9,Activity unit,366,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,c_6-9,Rolling mean employees,2664,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,68,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",238,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,c_6-9,Total income,281,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,c_6-9,Total expenditure,268,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,c_6-9,Operating profit before tax,14,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,c_6-9,Total assets,408,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,309,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,d_10-19,Activity unit,360,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,d_10-19,Rolling mean employees,4830,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,136,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",406,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,d_10-19,Total income,525,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,d_10-19,Total expenditure,491,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,d_10-19,Operating profit before tax,29,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,d_10-19,Total assets,766,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,513,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,e_20-49,Activity unit,195,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6039,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,187,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",647,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,e_20-49,Total income,855,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,e_20-49,Total expenditure,861,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,e_20-49,Total assets,1614,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1072,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,f_50-99,Activity unit,42,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,f_50-99,Rolling mean employees,2703,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,90,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,f_50-99,Total income,244,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,f_50-99,Total expenditure,243,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,f_50-99,Operating profit before tax,-6,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,f_50-99,Total assets,320,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,217,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2352,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,92,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",625,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,g_100-199,Total income,670,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,g_100-199,Total expenditure,445,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,g_100-199,Total assets,428,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,254,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,h_200+,Activity unit,15,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,h_200+,Rolling mean employees,12015,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,h_200+,Salaries and wages paid,344,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,h_200+,Total income,2786,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,h_200+,Total expenditure,2440,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,h_200+,Operating profit before tax,356,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,h_200+,Total assets,2594,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,h_200+,Fixed tangible assets,2034,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,i_Industry_Total,Activity unit,9417,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,35094,COUNT,,,,,,,,, +2014,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1180,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",5954,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,i_Industry_Total,Total income,6835,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,6097,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,742,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,i_Industry_Total,Total assets,8738,DOLLARS(millions),,,,,,,,, +2014,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,5968,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,a_0,Activity unit,8343,COUNT,,,,,,,,, +2014,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2014,S,Other Services,a_0,Salaries and wages paid,142,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,a_0,"Sales, government funding, grants and subsidies",932,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,a_0,Total income,1132,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,a_0,Total expenditure,945,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,a_0,Operating profit before tax,187,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,a_0,Total assets,2121,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,a_0,Fixed tangible assets,840,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,b_1-5,Activity unit,8730,COUNT,,,,,,,,, +2014,S,Other Services,b_1-5,Rolling mean employees,19791,COUNT,,,,,,,,, +2014,S,Other Services,b_1-5,Salaries and wages paid,800,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",2509,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,b_1-5,Total income,2726,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,b_1-5,Total expenditure,2476,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,b_1-5,Operating profit before tax,223,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,b_1-5,Total assets,2540,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,b_1-5,Fixed tangible assets,658,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,c_6-9,Activity unit,1467,COUNT,,,,,,,,, +2014,S,Other Services,c_6-9,Rolling mean employees,10218,COUNT,,,,,,,,, +2014,S,Other Services,c_6-9,Salaries and wages paid,405,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1192,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,c_6-9,Total income,1293,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,c_6-9,Total expenditure,1173,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,c_6-9,Operating profit before tax,109,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,c_6-9,Total assets,1245,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,c_6-9,Fixed tangible assets,205,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,d_10-19,Activity unit,756,COUNT,,,,,,,,, +2014,S,Other Services,d_10-19,Rolling mean employees,9801,COUNT,,,,,,,,, +2014,S,Other Services,d_10-19,Salaries and wages paid,416,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1181,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,d_10-19,Total income,1349,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,d_10-19,Total expenditure,1237,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,d_10-19,Operating profit before tax,65,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,d_10-19,Total assets,1851,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,d_10-19,Fixed tangible assets,390,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,e_20-49,Activity unit,243,COUNT,,,,,,,,, +2014,S,Other Services,e_20-49,Rolling mean employees,7011,COUNT,,,,,,,,, +2014,S,Other Services,e_20-49,Salaries and wages paid,314,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",852,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,e_20-49,Total income,1048,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,e_20-49,Total expenditure,971,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,e_20-49,Operating profit before tax,-1,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,e_20-49,Total assets,1905,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,e_20-49,Fixed tangible assets,209,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,f_50-99,Activity unit,45,COUNT,,,,,,,,, +2014,S,Other Services,f_50-99,Rolling mean employees,3234,COUNT,,,,,,,,, +2014,S,Other Services,f_50-99,Salaries and wages paid,157,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",344,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,f_50-99,Total income,415,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,f_50-99,Total expenditure,397,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,f_50-99,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,f_50-99,Total assets,440,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,f_50-99,Fixed tangible assets,108,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,g_100-199,Activity unit,15,COUNT,,,,,,,,, +2014,S,Other Services,g_100-199,Rolling mean employees,2388,COUNT,,,,,,,,, +2014,S,Other Services,g_100-199,Salaries and wages paid,141,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",271,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,g_100-199,Total income,394,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,g_100-199,Total expenditure,386,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,g_100-199,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,g_100-199,Total assets,300,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,g_100-199,Fixed tangible assets,92,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,h_200+,Activity unit,3,COUNT,,,,,,,,, +2014,S,Other Services,h_200+,Rolling mean employees,2544,COUNT,,,,,,,,, +2014,S,Other Services,h_200+,Salaries and wages paid,114,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",279,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,h_200+,Total income,357,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,h_200+,Total expenditure,327,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,h_200+,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,h_200+,Total assets,405,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,h_200+,Fixed tangible assets,116,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,i_Industry_Total,Activity unit,19611,COUNT,,,,,,,,, +2014,S,Other Services,i_Industry_Total,Rolling mean employees,54987,COUNT,,,,,,,,, +2014,S,Other Services,i_Industry_Total,Salaries and wages paid,2489,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7560,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,i_Industry_Total,Total income,8715,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,i_Industry_Total,Total expenditure,7910,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,i_Industry_Total,Operating profit before tax,623,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,i_Industry_Total,Total assets,10807,DOLLARS(millions),,,,,,,,, +2014,S,Other Services,i_Industry_Total,Fixed tangible assets,2617,DOLLARS(millions),,,,,,,,, +2014,all,All Industries,j_Grand_Total,Activity unit,440580,COUNT,,,,,,,,, +2014,all,All Industries,j_Grand_Total,Rolling mean employees,1620564,COUNT,,,,,,,,, +2014,all,All Industries,j_Grand_Total,Salaries and wages paid,83282,DOLLARS(millions),,,,,,,,, +2014,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",502104,DOLLARS(millions),,,,,,,,, +2014,all,All Industries,j_Grand_Total,Total income,573570,DOLLARS(millions),,,,,,,,, +2014,all,All Industries,j_Grand_Total,Total expenditure,506390,DOLLARS(millions),,,,,,,,, +2014,all,All Industries,j_Grand_Total,Operating profit before tax,61615,DOLLARS(millions),,,,,,,,, +2014,all,All Industries,j_Grand_Total,Total assets,1723305,DOLLARS(millions),,,,,,,,, +2014,all,All Industries,j_Grand_Total,Fixed tangible assets,385823,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,44784,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,329,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",9285,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",a_0,Total income,11104,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,8343,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,1173,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",a_0,Total assets,60767,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,34852,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,21423,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,39642,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,1721,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",14295,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,15068,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,13369,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,1062,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,57213,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,34330,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2193,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,15378,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,617,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",3495,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,3576,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,3438,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,92,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,11751,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,7228,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1272,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,16794,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,613,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",3261,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,3377,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,3175,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,137,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,8609,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,4714,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,558,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,16674,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,583,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",2278,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,2396,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,2288,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,51,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,5402,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,2750,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,93,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,6243,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,180,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1035,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,1148,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,987,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,57,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,2748,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,1183,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,36,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,4929,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,169,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",532,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,544,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,530,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,55,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,897,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,15,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,8235,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,261,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1189,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1231,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1182,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,84,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,3063,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,70374,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,107892,COUNT,,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,4472,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",35371,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,38444,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,33312,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,2711,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,150451,DOLLARS(millions),,,,,,,,, +2015,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,86701,DOLLARS(millions),,,,,,,,, +2015,B,Mining,a_0,Activity unit,450,COUNT,,,,,,,,, +2015,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,B,Mining,a_0,Salaries and wages paid,98,DOLLARS(millions),,,,,,,,, +2015,B,Mining,a_0,"Sales, government funding, grants and subsidies",1521,DOLLARS(millions),,,,,,,,, +2015,B,Mining,a_0,Total income,1623,DOLLARS(millions),,,,,,,,, +2015,B,Mining,a_0,Total expenditure,1420,DOLLARS(millions),,,,,,,,, +2015,B,Mining,a_0,Operating profit before tax,314,DOLLARS(millions),,,,,,,,, +2015,B,Mining,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2015,B,Mining,a_0,Fixed tangible assets,3229,DOLLARS(millions),,,,,,,,, +2015,B,Mining,b_1-5,Activity unit,180,COUNT,,,,,,,,, +2015,B,Mining,b_1-5,Rolling mean employees,339,COUNT,,,,,,,,, +2015,B,Mining,b_1-5,Salaries and wages paid,52,DOLLARS(millions),,,,,,,,, +2015,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",557,DOLLARS(millions),,,,,,,,, +2015,B,Mining,b_1-5,Total income,578,DOLLARS(millions),,,,,,,,, +2015,B,Mining,b_1-5,Total expenditure,477,DOLLARS(millions),,,,,,,,, +2015,B,Mining,b_1-5,Operating profit before tax,106,DOLLARS(millions),,,,,,,,, +2015,B,Mining,b_1-5,Total assets,964,DOLLARS(millions),,,,,,,,, +2015,B,Mining,b_1-5,Fixed tangible assets,485,DOLLARS(millions),,,,,,,,, +2015,B,Mining,c_6-9,Activity unit,24,COUNT,,,,,,,,, +2015,B,Mining,c_6-9,Rolling mean employees,180,COUNT,,,,,,,,, +2015,B,Mining,c_6-9,Salaries and wages paid,15,DOLLARS(millions),,,,,,,,, +2015,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",171,DOLLARS(millions),,,,,,,,, +2015,B,Mining,c_6-9,Total income,173,DOLLARS(millions),,,,,,,,, +2015,B,Mining,c_6-9,Total expenditure,128,DOLLARS(millions),,,,,,,,, +2015,B,Mining,c_6-9,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2015,B,Mining,c_6-9,Total assets,219,DOLLARS(millions),,,,,,,,, +2015,B,Mining,c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2015,B,Mining,d_10-19,Activity unit,42,COUNT,,,,,,,,, +2015,B,Mining,d_10-19,Rolling mean employees,567,COUNT,,,,,,,,, +2015,B,Mining,d_10-19,Salaries and wages paid,49,DOLLARS(millions),,,,,,,,, +2015,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",224,DOLLARS(millions),,,,,,,,, +2015,B,Mining,d_10-19,Total income,225,DOLLARS(millions),,,,,,,,, +2015,B,Mining,d_10-19,Total expenditure,190,DOLLARS(millions),,,,,,,,, +2015,B,Mining,d_10-19,Operating profit before tax,40,DOLLARS(millions),,,,,,,,, +2015,B,Mining,d_10-19,Total assets,431,DOLLARS(millions),,,,,,,,, +2015,B,Mining,d_10-19,Fixed tangible assets,154,DOLLARS(millions),,,,,,,,, +2015,B,Mining,e_20-49,Activity unit,27,COUNT,,,,,,,,, +2015,B,Mining,e_20-49,Rolling mean employees,930,COUNT,,,,,,,,, +2015,B,Mining,e_20-49,Salaries and wages paid,110,DOLLARS(millions),,,,,,,,, +2015,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",1475,DOLLARS(millions),,,,,,,,, +2015,B,Mining,e_20-49,Total income,1503,DOLLARS(millions),,,,,,,,, +2015,B,Mining,e_20-49,Total expenditure,1026,DOLLARS(millions),,,,,,,,, +2015,B,Mining,e_20-49,Operating profit before tax,498,DOLLARS(millions),,,,,,,,, +2015,B,Mining,e_20-49,Total assets,C,DOLLARS(millions),,,,,,,,, +2015,B,Mining,e_20-49,Fixed tangible assets,2077,DOLLARS(millions),,,,,,,,, +2015,B,Mining,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2015,B,Mining,f_50-99,Rolling mean employees,840,COUNT,,,,,,,,, +2015,B,Mining,f_50-99,Salaries and wages paid,75,DOLLARS(millions),,,,,,,,, +2015,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",557,DOLLARS(millions),,,,,,,,, +2015,B,Mining,f_50-99,Total income,1216,DOLLARS(millions),,,,,,,,, +2015,B,Mining,f_50-99,Total expenditure,575,DOLLARS(millions),,,,,,,,, +2015,B,Mining,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,B,Mining,f_50-99,Total assets,C,DOLLARS(millions),,,,,,,,, +2015,B,Mining,f_50-99,Fixed tangible assets,459,DOLLARS(millions),,,,,,,,, +2015,B,Mining,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2015,B,Mining,g_100-199,Rolling mean employees,807,COUNT,,,,,,,,, +2015,B,Mining,g_100-199,Salaries and wages paid,94,DOLLARS(millions),,,,,,,,, +2015,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",1009,DOLLARS(millions),,,,,,,,, +2015,B,Mining,g_100-199,Total income,1031,DOLLARS(millions),,,,,,,,, +2015,B,Mining,g_100-199,Total expenditure,843,DOLLARS(millions),,,,,,,,, +2015,B,Mining,g_100-199,Operating profit before tax,211,DOLLARS(millions),,,,,,,,, +2015,B,Mining,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2015,B,Mining,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2015,B,Mining,h_200+,Activity unit,6,COUNT,,,,,,,,, +2015,B,Mining,h_200+,Rolling mean employees,2313,COUNT,,,,,,,,, +2015,B,Mining,h_200+,Salaries and wages paid,220,DOLLARS(millions),,,,,,,,, +2015,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1349,DOLLARS(millions),,,,,,,,, +2015,B,Mining,h_200+,Total income,1395,DOLLARS(millions),,,,,,,,, +2015,B,Mining,h_200+,Total expenditure,1681,DOLLARS(millions),,,,,,,,, +2015,B,Mining,h_200+,Operating profit before tax,-58,DOLLARS(millions),,,,,,,,, +2015,B,Mining,h_200+,Total assets,1152,DOLLARS(millions),,,,,,,,, +2015,B,Mining,h_200+,Fixed tangible assets,406,DOLLARS(millions),,,,,,,,, +2015,B,Mining,i_Industry_Total,Activity unit,750,COUNT,,,,,,,,, +2015,B,Mining,i_Industry_Total,Rolling mean employees,5976,COUNT,,,,,,,,, +2015,B,Mining,i_Industry_Total,Salaries and wages paid,712,DOLLARS(millions),,,,,,,,, +2015,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",6863,DOLLARS(millions),,,,,,,,, +2015,B,Mining,i_Industry_Total,Total income,7744,DOLLARS(millions),,,,,,,,, +2015,B,Mining,i_Industry_Total,Total expenditure,6340,DOLLARS(millions),,,,,,,,, +2015,B,Mining,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,B,Mining,i_Industry_Total,Total assets,38195,DOLLARS(millions),,,,,,,,, +2015,B,Mining,i_Industry_Total,Fixed tangible assets,8113,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,a_0,Activity unit,9216,COUNT,,,,,,,,, +2015,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,C,Manufacturing,a_0,Salaries and wages paid,251,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",1911,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,a_0,Total income,1941,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,a_0,Total expenditure,1727,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,a_0,Operating profit before tax,232,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,a_0,Total assets,1919,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,a_0,Fixed tangible assets,708,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,b_1-5,Activity unit,6714,COUNT,,,,,,,,, +2015,C,Manufacturing,b_1-5,Rolling mean employees,15222,COUNT,,,,,,,,, +2015,C,Manufacturing,b_1-5,Salaries and wages paid,714,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",3828,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,b_1-5,Total income,3878,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,b_1-5,Total expenditure,3686,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,b_1-5,Operating profit before tax,207,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,b_1-5,Total assets,2432,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,b_1-5,Fixed tangible assets,654,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,c_6-9,Activity unit,1776,COUNT,,,,,,,,, +2015,C,Manufacturing,c_6-9,Rolling mean employees,12807,COUNT,,,,,,,,, +2015,C,Manufacturing,c_6-9,Salaries and wages paid,571,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2288,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,c_6-9,Total income,2300,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,c_6-9,Total expenditure,2174,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,c_6-9,Operating profit before tax,141,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,c_6-9,Total assets,1414,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,c_6-9,Fixed tangible assets,384,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,d_10-19,Activity unit,1788,COUNT,,,,,,,,, +2015,C,Manufacturing,d_10-19,Rolling mean employees,24237,COUNT,,,,,,,,, +2015,C,Manufacturing,d_10-19,Salaries and wages paid,1224,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",4416,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,d_10-19,Total income,4454,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,d_10-19,Total expenditure,4353,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,d_10-19,Operating profit before tax,153,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,d_10-19,Total assets,2649,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,d_10-19,Fixed tangible assets,629,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,e_20-49,Activity unit,1173,COUNT,,,,,,,,, +2015,C,Manufacturing,e_20-49,Rolling mean employees,34242,COUNT,,,,,,,,, +2015,C,Manufacturing,e_20-49,Salaries and wages paid,1780,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",8148,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,e_20-49,Total income,8212,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,e_20-49,Total expenditure,7799,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,e_20-49,Operating profit before tax,545,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,e_20-49,Total assets,6087,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,e_20-49,Fixed tangible assets,1995,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,f_50-99,Activity unit,429,COUNT,,,,,,,,, +2015,C,Manufacturing,f_50-99,Rolling mean employees,29868,COUNT,,,,,,,,, +2015,C,Manufacturing,f_50-99,Salaries and wages paid,1620,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",11872,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,f_50-99,Total income,12112,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,f_50-99,Total expenditure,11550,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,f_50-99,Operating profit before tax,595,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,f_50-99,Total assets,8100,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,f_50-99,Fixed tangible assets,2451,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,g_100-199,Activity unit,153,COUNT,,,,,,,,, +2015,C,Manufacturing,g_100-199,Rolling mean employees,21012,COUNT,,,,,,,,, +2015,C,Manufacturing,g_100-199,Salaries and wages paid,1397,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",11335,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,g_100-199,Total income,11533,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,g_100-199,Total expenditure,11074,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,g_100-199,Operating profit before tax,511,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,g_100-199,Total assets,8281,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,g_100-199,Fixed tangible assets,2466,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,h_200+,Activity unit,144,COUNT,,,,,,,,, +2015,C,Manufacturing,h_200+,Rolling mean employees,90120,COUNT,,,,,,,,, +2015,C,Manufacturing,h_200+,Salaries and wages paid,6131,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",56217,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,h_200+,Total income,57159,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,h_200+,Total expenditure,53272,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,h_200+,Operating profit before tax,3047,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,h_200+,Total assets,44485,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,h_200+,Fixed tangible assets,16924,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,i_Industry_Total,Activity unit,21396,COUNT,,,,,,,,, +2015,C,Manufacturing,i_Industry_Total,Rolling mean employees,227508,COUNT,,,,,,,,, +2015,C,Manufacturing,i_Industry_Total,Salaries and wages paid,13687,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",100015,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,i_Industry_Total,Total income,101590,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,i_Industry_Total,Total expenditure,95636,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,i_Industry_Total,Operating profit before tax,5429,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,i_Industry_Total,Total assets,75368,DOLLARS(millions),,,,,,,,, +2015,C,Manufacturing,i_Industry_Total,Fixed tangible assets,26210,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,594,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,58,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",2611,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,2644,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,2256,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,451,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,9175,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,6967,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,336,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,669,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,36,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",159,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,162,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,143,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,20,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,332,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,96,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,63,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,453,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,23,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",174,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,176,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,147,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,29,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,360,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,303,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,42,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,576,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,30,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",166,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,168,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,160,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,355,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,233,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,36,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,1047,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,58,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",346,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,357,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,319,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,821,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,650,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,15,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1044,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,65,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",451,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,465,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,409,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,59,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,858,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,695,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,15,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,1917,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,130,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",1077,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,1207,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,930,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,264,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,3634,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,3098,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,12,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,9909,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,829,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",12629,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,13032,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,11559,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,1600,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,47932,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,39621,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1110,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,15612,COUNT,,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1228,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",17613,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,18211,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,15923,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2470,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,63469,DOLLARS(millions),,,,,,,,, +2015,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,51663,DOLLARS(millions),,,,,,,,, +2015,E,Construction,a_0,Activity unit,32352,COUNT,,,,,,,,, +2015,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,E,Construction,a_0,Salaries and wages paid,1043,DOLLARS(millions),,,,,,,,, +2015,E,Construction,a_0,"Sales, government funding, grants and subsidies",8816,DOLLARS(millions),,,,,,,,, +2015,E,Construction,a_0,Total income,9029,DOLLARS(millions),,,,,,,,, +2015,E,Construction,a_0,Total expenditure,8025,DOLLARS(millions),,,,,,,,, +2015,E,Construction,a_0,Operating profit before tax,1078,DOLLARS(millions),,,,,,,,, +2015,E,Construction,a_0,Total assets,9185,DOLLARS(millions),,,,,,,,, +2015,E,Construction,a_0,Fixed tangible assets,2601,DOLLARS(millions),,,,,,,,, +2015,E,Construction,b_1-5,Activity unit,17361,COUNT,,,,,,,,, +2015,E,Construction,b_1-5,Rolling mean employees,32736,COUNT,,,,,,,,, +2015,E,Construction,b_1-5,Salaries and wages paid,1816,DOLLARS(millions),,,,,,,,, +2015,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",8491,DOLLARS(millions),,,,,,,,, +2015,E,Construction,b_1-5,Total income,8578,DOLLARS(millions),,,,,,,,, +2015,E,Construction,b_1-5,Total expenditure,7943,DOLLARS(millions),,,,,,,,, +2015,E,Construction,b_1-5,Operating profit before tax,780,DOLLARS(millions),,,,,,,,, +2015,E,Construction,b_1-5,Total assets,4976,DOLLARS(millions),,,,,,,,, +2015,E,Construction,b_1-5,Fixed tangible assets,1549,DOLLARS(millions),,,,,,,,, +2015,E,Construction,c_6-9,Activity unit,2421,COUNT,,,,,,,,, +2015,E,Construction,c_6-9,Rolling mean employees,16995,COUNT,,,,,,,,, +2015,E,Construction,c_6-9,Salaries and wages paid,885,DOLLARS(millions),,,,,,,,, +2015,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",3824,DOLLARS(millions),,,,,,,,, +2015,E,Construction,c_6-9,Total income,3843,DOLLARS(millions),,,,,,,,, +2015,E,Construction,c_6-9,Total expenditure,3649,DOLLARS(millions),,,,,,,,, +2015,E,Construction,c_6-9,Operating profit before tax,261,DOLLARS(millions),,,,,,,,, +2015,E,Construction,c_6-9,Total assets,1691,DOLLARS(millions),,,,,,,,, +2015,E,Construction,c_6-9,Fixed tangible assets,396,DOLLARS(millions),,,,,,,,, +2015,E,Construction,d_10-19,Activity unit,1728,COUNT,,,,,,,,, +2015,E,Construction,d_10-19,Rolling mean employees,22623,COUNT,,,,,,,,, +2015,E,Construction,d_10-19,Salaries and wages paid,1155,DOLLARS(millions),,,,,,,,, +2015,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",4487,DOLLARS(millions),,,,,,,,, +2015,E,Construction,d_10-19,Total income,4516,DOLLARS(millions),,,,,,,,, +2015,E,Construction,d_10-19,Total expenditure,4321,DOLLARS(millions),,,,,,,,, +2015,E,Construction,d_10-19,Operating profit before tax,228,DOLLARS(millions),,,,,,,,, +2015,E,Construction,d_10-19,Total assets,2202,DOLLARS(millions),,,,,,,,, +2015,E,Construction,d_10-19,Fixed tangible assets,472,DOLLARS(millions),,,,,,,,, +2015,E,Construction,e_20-49,Activity unit,723,COUNT,,,,,,,,, +2015,E,Construction,e_20-49,Rolling mean employees,20301,COUNT,,,,,,,,, +2015,E,Construction,e_20-49,Salaries and wages paid,1113,DOLLARS(millions),,,,,,,,, +2015,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",5285,DOLLARS(millions),,,,,,,,, +2015,E,Construction,e_20-49,Total income,5306,DOLLARS(millions),,,,,,,,, +2015,E,Construction,e_20-49,Total expenditure,5165,DOLLARS(millions),,,,,,,,, +2015,E,Construction,e_20-49,Operating profit before tax,201,DOLLARS(millions),,,,,,,,, +2015,E,Construction,e_20-49,Total assets,2175,DOLLARS(millions),,,,,,,,, +2015,E,Construction,e_20-49,Fixed tangible assets,538,DOLLARS(millions),,,,,,,,, +2015,E,Construction,f_50-99,Activity unit,192,COUNT,,,,,,,,, +2015,E,Construction,f_50-99,Rolling mean employees,12666,COUNT,,,,,,,,, +2015,E,Construction,f_50-99,Salaries and wages paid,783,DOLLARS(millions),,,,,,,,, +2015,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",4062,DOLLARS(millions),,,,,,,,, +2015,E,Construction,f_50-99,Total income,4082,DOLLARS(millions),,,,,,,,, +2015,E,Construction,f_50-99,Total expenditure,3967,DOLLARS(millions),,,,,,,,, +2015,E,Construction,f_50-99,Operating profit before tax,239,DOLLARS(millions),,,,,,,,, +2015,E,Construction,f_50-99,Total assets,1880,DOLLARS(millions),,,,,,,,, +2015,E,Construction,f_50-99,Fixed tangible assets,424,DOLLARS(millions),,,,,,,,, +2015,E,Construction,g_100-199,Activity unit,63,COUNT,,,,,,,,, +2015,E,Construction,g_100-199,Rolling mean employees,8694,COUNT,,,,,,,,, +2015,E,Construction,g_100-199,Salaries and wages paid,554,DOLLARS(millions),,,,,,,,, +2015,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",2915,DOLLARS(millions),,,,,,,,, +2015,E,Construction,g_100-199,Total income,2929,DOLLARS(millions),,,,,,,,, +2015,E,Construction,g_100-199,Total expenditure,2754,DOLLARS(millions),,,,,,,,, +2015,E,Construction,g_100-199,Operating profit before tax,235,DOLLARS(millions),,,,,,,,, +2015,E,Construction,g_100-199,Total assets,1806,DOLLARS(millions),,,,,,,,, +2015,E,Construction,g_100-199,Fixed tangible assets,439,DOLLARS(millions),,,,,,,,, +2015,E,Construction,h_200+,Activity unit,39,COUNT,,,,,,,,, +2015,E,Construction,h_200+,Rolling mean employees,24459,COUNT,,,,,,,,, +2015,E,Construction,h_200+,Salaries and wages paid,1700,DOLLARS(millions),,,,,,,,, +2015,E,Construction,h_200+,"Sales, government funding, grants and subsidies",7164,DOLLARS(millions),,,,,,,,, +2015,E,Construction,h_200+,Total income,7224,DOLLARS(millions),,,,,,,,, +2015,E,Construction,h_200+,Total expenditure,6953,DOLLARS(millions),,,,,,,,, +2015,E,Construction,h_200+,Operating profit before tax,260,DOLLARS(millions),,,,,,,,, +2015,E,Construction,h_200+,Total assets,3668,DOLLARS(millions),,,,,,,,, +2015,E,Construction,h_200+,Fixed tangible assets,681,DOLLARS(millions),,,,,,,,, +2015,E,Construction,i_Industry_Total,Activity unit,54873,COUNT,,,,,,,,, +2015,E,Construction,i_Industry_Total,Rolling mean employees,138474,COUNT,,,,,,,,, +2015,E,Construction,i_Industry_Total,Salaries and wages paid,9050,DOLLARS(millions),,,,,,,,, +2015,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",45046,DOLLARS(millions),,,,,,,,, +2015,E,Construction,i_Industry_Total,Total income,45508,DOLLARS(millions),,,,,,,,, +2015,E,Construction,i_Industry_Total,Total expenditure,42777,DOLLARS(millions),,,,,,,,, +2015,E,Construction,i_Industry_Total,Operating profit before tax,3283,DOLLARS(millions),,,,,,,,, +2015,E,Construction,i_Industry_Total,Total assets,27584,DOLLARS(millions),,,,,,,,, +2015,E,Construction,i_Industry_Total,Fixed tangible assets,7099,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,a_0,Activity unit,8751,COUNT,,,,,,,,, +2015,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,F,Wholesale Trade,a_0,Salaries and wages paid,285,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",6584,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,a_0,Total income,6638,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,a_0,Total expenditure,6252,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,a_0,Operating profit before tax,467,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,a_0,Total assets,3881,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,a_0,Fixed tangible assets,760,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,b_1-5,Activity unit,5640,COUNT,,,,,,,,, +2015,F,Wholesale Trade,b_1-5,Rolling mean employees,12894,COUNT,,,,,,,,, +2015,F,Wholesale Trade,b_1-5,Salaries and wages paid,774,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",8860,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,b_1-5,Total income,8924,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,b_1-5,Total expenditure,8494,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,b_1-5,Operating profit before tax,607,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,b_1-5,Total assets,4673,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,b_1-5,Fixed tangible assets,493,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,c_6-9,Activity unit,1368,COUNT,,,,,,,,, +2015,F,Wholesale Trade,c_6-9,Rolling mean employees,9759,COUNT,,,,,,,,, +2015,F,Wholesale Trade,c_6-9,Salaries and wages paid,543,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",6323,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,c_6-9,Total income,6388,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,c_6-9,Total expenditure,6088,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,c_6-9,Operating profit before tax,412,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,c_6-9,Total assets,3038,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,c_6-9,Fixed tangible assets,268,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,d_10-19,Activity unit,981,COUNT,,,,,,,,, +2015,F,Wholesale Trade,d_10-19,Rolling mean employees,13311,COUNT,,,,,,,,, +2015,F,Wholesale Trade,d_10-19,Salaries and wages paid,766,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",7956,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,d_10-19,Total income,8026,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,d_10-19,Total expenditure,7684,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,d_10-19,Operating profit before tax,497,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,d_10-19,Total assets,4099,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,d_10-19,Fixed tangible assets,252,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,e_20-49,Activity unit,582,COUNT,,,,,,,,, +2015,F,Wholesale Trade,e_20-49,Rolling mean employees,17190,COUNT,,,,,,,,, +2015,F,Wholesale Trade,e_20-49,Salaries and wages paid,1227,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",14000,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,e_20-49,Total income,14099,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,e_20-49,Total expenditure,13603,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,e_20-49,Operating profit before tax,739,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,e_20-49,Total assets,7149,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,e_20-49,Fixed tangible assets,795,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,f_50-99,Activity unit,228,COUNT,,,,,,,,, +2015,F,Wholesale Trade,f_50-99,Rolling mean employees,15369,COUNT,,,,,,,,, +2015,F,Wholesale Trade,f_50-99,Salaries and wages paid,972,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",11564,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,f_50-99,Total income,11663,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,f_50-99,Total expenditure,11175,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,f_50-99,Operating profit before tax,659,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,f_50-99,Total assets,6456,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,f_50-99,Fixed tangible assets,474,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,g_100-199,Activity unit,63,COUNT,,,,,,,,, +2015,F,Wholesale Trade,g_100-199,Rolling mean employees,8517,COUNT,,,,,,,,, +2015,F,Wholesale Trade,g_100-199,Salaries and wages paid,527,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",5353,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,g_100-199,Total income,5456,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,g_100-199,Total expenditure,5173,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,g_100-199,Operating profit before tax,329,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,g_100-199,Total assets,3729,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,g_100-199,Fixed tangible assets,295,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,h_200+,Activity unit,57,COUNT,,,,,,,,, +2015,F,Wholesale Trade,h_200+,Rolling mean employees,26568,COUNT,,,,,,,,, +2015,F,Wholesale Trade,h_200+,Salaries and wages paid,1618,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",29004,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,h_200+,Total income,29312,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,h_200+,Total expenditure,28773,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,h_200+,Operating profit before tax,448,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,h_200+,Total assets,10213,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,h_200+,Fixed tangible assets,1308,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,i_Industry_Total,Activity unit,17673,COUNT,,,,,,,,, +2015,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,103608,COUNT,,,,,,,,, +2015,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,6712,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",89645,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,i_Industry_Total,Total income,90505,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,i_Industry_Total,Total expenditure,87241,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,4157,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,i_Industry_Total,Total assets,43238,DOLLARS(millions),,,,,,,,, +2015,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,4645,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,a_0,Activity unit,12201,COUNT,,,,,,,,, +2015,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,G,Retail Trade,a_0,Salaries and wages paid,229,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",3054,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,a_0,Total income,3084,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,a_0,Total expenditure,2962,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,a_0,Operating profit before tax,142,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,a_0,Total assets,2405,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,a_0,Fixed tangible assets,828,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,b_1-5,Activity unit,10617,COUNT,,,,,,,,, +2015,G,Retail Trade,b_1-5,Rolling mean employees,23571,COUNT,,,,,,,,, +2015,G,Retail Trade,b_1-5,Salaries and wages paid,781,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",7065,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,b_1-5,Total income,7103,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,b_1-5,Total expenditure,6831,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,b_1-5,Operating profit before tax,325,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,b_1-5,Total assets,3339,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,b_1-5,Fixed tangible assets,653,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,c_6-9,Activity unit,2235,COUNT,,,,,,,,, +2015,G,Retail Trade,c_6-9,Rolling mean employees,15813,COUNT,,,,,,,,, +2015,G,Retail Trade,c_6-9,Salaries and wages paid,518,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",4250,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,c_6-9,Total income,4280,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,c_6-9,Total expenditure,4122,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,c_6-9,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,c_6-9,Total assets,1528,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,c_6-9,Fixed tangible assets,309,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,d_10-19,Activity unit,1623,COUNT,,,,,,,,, +2015,G,Retail Trade,d_10-19,Rolling mean employees,20967,COUNT,,,,,,,,, +2015,G,Retail Trade,d_10-19,Salaries and wages paid,757,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",6194,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,d_10-19,Total income,6218,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,d_10-19,Total expenditure,6042,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,d_10-19,Operating profit before tax,209,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,d_10-19,Total assets,2015,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,d_10-19,Fixed tangible assets,354,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,e_20-49,Activity unit,642,COUNT,,,,,,,,, +2015,G,Retail Trade,e_20-49,Rolling mean employees,18285,COUNT,,,,,,,,, +2015,G,Retail Trade,e_20-49,Salaries and wages paid,700,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",6903,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,e_20-49,Total income,6937,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,e_20-49,Total expenditure,6754,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,e_20-49,Operating profit before tax,149,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,e_20-49,Total assets,1874,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,e_20-49,Fixed tangible assets,245,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,f_50-99,Activity unit,249,COUNT,,,,,,,,, +2015,G,Retail Trade,f_50-99,Rolling mean employees,17394,COUNT,,,,,,,,, +2015,G,Retail Trade,f_50-99,Salaries and wages paid,581,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",5770,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,f_50-99,Total income,5792,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,f_50-99,Total expenditure,5700,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,f_50-99,Operating profit before tax,103,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,f_50-99,Total assets,1699,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,f_50-99,Fixed tangible assets,335,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,g_100-199,Activity unit,159,COUNT,,,,,,,,, +2015,G,Retail Trade,g_100-199,Rolling mean employees,23262,COUNT,,,,,,,,, +2015,G,Retail Trade,g_100-199,Salaries and wages paid,749,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",7353,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,g_100-199,Total income,7389,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,g_100-199,Total expenditure,7217,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,g_100-199,Operating profit before tax,223,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,g_100-199,Total assets,2222,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,g_100-199,Fixed tangible assets,426,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,h_200+,Activity unit,123,COUNT,,,,,,,,, +2015,G,Retail Trade,h_200+,Rolling mean employees,79359,COUNT,,,,,,,,, +2015,G,Retail Trade,h_200+,Salaries and wages paid,2616,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",22273,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,h_200+,Total income,22377,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,h_200+,Total expenditure,21511,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,h_200+,Operating profit before tax,963,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,h_200+,Total assets,9026,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,h_200+,Fixed tangible assets,2251,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,i_Industry_Total,Activity unit,27849,COUNT,,,,,,,,, +2015,G,Retail Trade,i_Industry_Total,Rolling mean employees,198651,COUNT,,,,,,,,, +2015,G,Retail Trade,i_Industry_Total,Salaries and wages paid,6932,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",62862,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,i_Industry_Total,Total income,63180,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,i_Industry_Total,Total expenditure,61139,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,i_Industry_Total,Total assets,24108,DOLLARS(millions),,,,,,,,, +2015,G,Retail Trade,i_Industry_Total,Fixed tangible assets,5402,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,a_0,Activity unit,5820,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,a_0,Salaries and wages paid,106,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",829,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,a_0,Total income,863,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,a_0,Total expenditure,733,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,a_0,Operating profit before tax,117,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,a_0,Total assets,2292,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,a_0,Fixed tangible assets,1570,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,b_1-5,Activity unit,7887,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,b_1-5,Rolling mean employees,19560,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,436,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",1949,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,b_1-5,Total income,1979,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,b_1-5,Total expenditure,1910,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,b_1-5,Operating profit before tax,56,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,b_1-5,Total assets,1944,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1163,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,c_6-9,Activity unit,2541,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,c_6-9,Rolling mean employees,18369,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,399,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,c_6-9,Total income,1315,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,c_6-9,Total expenditure,1295,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,c_6-9,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,c_6-9,Total assets,872,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,466,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,d_10-19,Activity unit,2328,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,d_10-19,Rolling mean employees,30885,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,694,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",2106,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,d_10-19,Total income,2141,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,d_10-19,Total expenditure,2063,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,d_10-19,Operating profit before tax,59,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,d_10-19,Total assets,1503,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,866,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,e_20-49,Activity unit,1011,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,e_20-49,Rolling mean employees,28251,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,659,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",2062,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,e_20-49,Total income,2083,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,e_20-49,Total expenditure,1965,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,e_20-49,Operating profit before tax,124,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,e_20-49,Total assets,1628,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1062,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,f_50-99,Activity unit,174,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,f_50-99,Rolling mean employees,11925,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,299,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",992,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,f_50-99,Total income,1006,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,f_50-99,Total expenditure,914,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,f_50-99,Operating profit before tax,105,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,f_50-99,Total assets,1131,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,633,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,g_100-199,Activity unit,60,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,g_100-199,Rolling mean employees,8439,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,234,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",817,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,g_100-199,Total income,828,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,g_100-199,Total expenditure,740,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,g_100-199,Operating profit before tax,96,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,g_100-199,Total assets,1211,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,761,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,h_200+,Activity unit,27,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,h_200+,Rolling mean employees,18066,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,h_200+,Salaries and wages paid,492,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",1686,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,h_200+,Total income,1701,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,h_200+,Total expenditure,1552,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,h_200+,Operating profit before tax,173,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,h_200+,Total assets,1980,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1195,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,i_Industry_Total,Activity unit,19851,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,135492,COUNT,,,,,,,,, +2015,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,3320,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,i_Industry_Total,Total income,11915,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,11171,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,i_Industry_Total,Total assets,12562,DOLLARS(millions),,,,,,,,, +2015,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,7716,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",a_0,Activity unit,9972,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,167,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",1591,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",a_0,Total income,1752,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1298,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,315,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",a_0,Total assets,5856,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,4720,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,3663,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7332,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,363,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1370,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",b_1-5,Total income,1392,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1279,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,112,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",b_1-5,Total assets,1550,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,870,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,702,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4983,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,224,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",744,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",c_6-9,Total income,757,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,734,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",c_6-9,Total assets,582,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,302,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,642,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,8859,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,473,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1634,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",d_10-19,Total income,1650,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1563,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",d_10-19,Total assets,1281,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,688,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,291,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,8706,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,473,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",2092,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",e_20-49,Total income,2118,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,2006,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,120,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",e_20-49,Total assets,2054,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1218,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,126,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,8628,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,466,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",1658,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",f_50-99,Total income,1680,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,1568,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,147,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",f_50-99,Total assets,2232,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1490,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,63,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8577,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,526,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",1900,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",g_100-199,Total income,1993,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1782,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,219,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",g_100-199,Total assets,2023,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,1153,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",h_200+,Activity unit,63,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,41910,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,3004,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",11722,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",h_200+,Total income,12202,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,10912,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,1403,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",h_200+,Total assets,21231,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,12658,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,15519,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,88998,COUNT,,,,,,,,, +2015,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,5694,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",22710,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,23544,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,21142,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,36809,DOLLARS(millions),,,,,,,,, +2015,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,23100,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,a_0,Activity unit,3657,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,a_0,Salaries and wages paid,131,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",873,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,a_0,Total income,893,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,a_0,Total expenditure,815,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,a_0,Operating profit before tax,153,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,a_0,Total assets,973,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,a_0,Fixed tangible assets,154,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,b_1-5,Activity unit,999,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,1872,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,125,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",506,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,b_1-5,Total income,512,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,b_1-5,Total expenditure,466,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,46,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,b_1-5,Total assets,355,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,70,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,c_6-9,Activity unit,156,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1113,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,60,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",443,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,c_6-9,Total income,459,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,c_6-9,Total expenditure,430,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,c_6-9,Total assets,256,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,37,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,d_10-19,Activity unit,99,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,1365,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,74,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",411,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,d_10-19,Total income,418,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,d_10-19,Total expenditure,431,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,-1,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,d_10-19,Total assets,933,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,168,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,e_20-49,Activity unit,60,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1896,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,126,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",631,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,e_20-49,Total income,636,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,e_20-49,Total expenditure,605,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,36,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,e_20-49,Total assets,607,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,219,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,f_50-99,Activity unit,27,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,1881,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,99,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",343,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,f_50-99,Total income,355,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,f_50-99,Total expenditure,359,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,7,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,f_50-99,Total assets,487,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,78,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,g_100-199,Activity unit,12,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1314,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,93,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",426,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,g_100-199,Total income,428,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,g_100-199,Total expenditure,397,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,g_100-199,Total assets,437,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,228,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,h_200+,Activity unit,18,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,h_200+,Rolling mean employees,25203,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1630,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",9494,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,h_200+,Total income,9879,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,h_200+,Total expenditure,9487,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,h_200+,Operating profit before tax,448,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,h_200+,Total assets,18142,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,6542,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,5031,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,34641,COUNT,,,,,,,,, +2015,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2338,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",13126,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,i_Industry_Total,Total income,13582,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,12990,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,i_Industry_Total,Total assets,22191,DOLLARS(millions),,,,,,,,, +2015,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,7495,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,a_0,Activity unit,25044,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,a_0,Salaries and wages paid,430,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",5265,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,a_0,Total income,27187,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,a_0,Total expenditure,17337,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,a_0,Operating profit before tax,11271,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,a_0,Total assets,405133,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,a_0,Fixed tangible assets,18031,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,b_1-5,Activity unit,2349,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4296,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,353,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1614,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,b_1-5,Total income,3590,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,b_1-5,Total expenditure,2396,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,b_1-5,Operating profit before tax,870,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,b_1-5,Total assets,29793,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,1100,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,c_6-9,Activity unit,252,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1797,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,191,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",666,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,c_6-9,Total income,1090,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,c_6-9,Total expenditure,797,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,c_6-9,Operating profit before tax,229,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,c_6-9,Total assets,4449,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,118,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,d_10-19,Activity unit,156,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2097,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,154,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",611,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,d_10-19,Total income,1078,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,d_10-19,Total expenditure,892,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,d_10-19,Operating profit before tax,163,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,d_10-19,Total assets,8151,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,179,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,e_20-49,Activity unit,87,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2670,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,263,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",771,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,e_20-49,Total income,1613,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,e_20-49,Total expenditure,1295,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,e_20-49,Operating profit before tax,297,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,e_20-49,Total assets,15452,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,130,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,f_50-99,Activity unit,36,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,f_50-99,Rolling mean employees,2391,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,193,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",606,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,f_50-99,Total income,1067,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,f_50-99,Total expenditure,1044,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,f_50-99,Operating profit before tax,158,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,f_50-99,Total assets,7408,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,g_100-199,Activity unit,27,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3780,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,323,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",869,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,g_100-199,Total income,1701,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,g_100-199,Total expenditure,1662,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,g_100-199,Operating profit before tax,-50,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,g_100-199,Total assets,23159,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,h_200+,Activity unit,36,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,h_200+,Rolling mean employees,42126,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,h_200+,Salaries and wages paid,3619,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",7636,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,h_200+,Total income,34787,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,h_200+,Total expenditure,27920,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,h_200+,Operating profit before tax,6113,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,h_200+,Total assets,538267,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,h_200+,Fixed tangible assets,727,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,i_Industry_Total,Activity unit,27981,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,59160,COUNT,,,,,,,,, +2015,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,5526,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",18038,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,i_Industry_Total,Total income,72111,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,53343,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,19050,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,i_Industry_Total,Total assets,1031810,DOLLARS(millions),,,,,,,,, +2015,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,20610,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,70686,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,384,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",14818,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",a_0,Total income,18085,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,10655,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,5447,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,174722,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,128749,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5139,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8550,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,374,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",2773,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,3121,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,2434,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,477,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,15399,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,10830,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,666,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,4431,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,220,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",799,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,853,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,745,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,97,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,2690,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,1776,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,264,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,3375,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,197,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",890,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,952,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,815,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,110,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,1614,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,686,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,126,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,3792,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,201,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",857,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,934,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,786,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,95,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,2169,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,1638,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,24,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,1623,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,111,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",484,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,554,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,449,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,1111,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,21,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,2553,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,185,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",993,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1153,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,992,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,114,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,2652,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,1178,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,6,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,2961,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,153,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",898,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,910,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,824,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,93,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,957,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,76932,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,27285,COUNT,,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,1824,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",22513,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,26562,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,17700,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,6477,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,201314,DOLLARS(millions),,,,,,,,, +2015,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,146201,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",a_0,Activity unit,39072,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,1573,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",6291,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",a_0,Total income,6489,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,4843,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,1675,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",a_0,Total assets,6246,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,1707,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,12504,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,24204,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,1713,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",4553,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",b_1-5,Total income,4767,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,4073,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,697,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,4026,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,576,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,1740,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,12420,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,865,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",1951,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",c_6-9,Total income,2022,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,1872,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,122,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,1768,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,197,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1383,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,18231,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1347,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",3305,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",d_10-19,Total income,3461,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,3017,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,474,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,4118,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,233,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,801,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,22956,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,1628,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",3935,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",e_20-49,Total income,4612,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,3581,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,1060,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,5469,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,287,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,201,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,13824,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,1023,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",2189,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",f_50-99,Total income,2380,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,2151,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,250,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,2483,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,205,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,72,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,9804,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,815,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",2195,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",g_100-199,Total income,2331,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,2039,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,291,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,3126,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,121,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,66,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,31143,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,2524,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",5737,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",h_200+,Total income,6578,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,6160,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,471,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",h_200+,Total assets,28525,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,1139,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,55842,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,132585,COUNT,,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,11488,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",30156,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,32639,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,27737,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,5038,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,55761,DOLLARS(millions),,,,,,,,, +2015,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,4466,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,a_0,Activity unit,10509,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,a_0,Salaries and wages paid,194,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1443,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,a_0,Total income,1506,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,a_0,Total expenditure,1283,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,a_0,Operating profit before tax,219,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,a_0,Total assets,1986,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,a_0,Fixed tangible assets,889,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,b_1-5,Activity unit,4425,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,b_1-5,Rolling mean employees,8244,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,b_1-5,Salaries and wages paid,357,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1028,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,b_1-5,Total income,1055,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,b_1-5,Total expenditure,977,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,b_1-5,Operating profit before tax,78,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,b_1-5,Total assets,1184,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,b_1-5,Fixed tangible assets,349,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,c_6-9,Activity unit,675,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,c_6-9,Rolling mean employees,4845,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,c_6-9,Salaries and wages paid,186,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",457,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,c_6-9,Total income,470,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,c_6-9,Total expenditure,441,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,c_6-9,Operating profit before tax,41,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,c_6-9,Total assets,355,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,c_6-9,Fixed tangible assets,99,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,d_10-19,Activity unit,540,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,d_10-19,Rolling mean employees,7119,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,d_10-19,Salaries and wages paid,302,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",913,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,d_10-19,Total income,954,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,d_10-19,Total expenditure,847,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,d_10-19,Operating profit before tax,108,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,d_10-19,Total assets,558,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,d_10-19,Fixed tangible assets,130,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,e_20-49,Activity unit,315,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,e_20-49,Rolling mean employees,9567,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,e_20-49,Salaries and wages paid,392,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",921,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,e_20-49,Total income,971,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,e_20-49,Total expenditure,890,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,e_20-49,Operating profit before tax,78,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,e_20-49,Total assets,905,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,e_20-49,Fixed tangible assets,142,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,f_50-99,Activity unit,132,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,f_50-99,Rolling mean employees,9774,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,f_50-99,Salaries and wages paid,292,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",634,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,f_50-99,Total income,649,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,f_50-99,Total expenditure,605,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,f_50-99,Operating profit before tax,51,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,f_50-99,Total assets,882,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,f_50-99,Fixed tangible assets,129,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,g_100-199,Activity unit,78,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,g_100-199,Rolling mean employees,11343,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,g_100-199,Salaries and wages paid,389,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",790,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,g_100-199,Total income,815,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,g_100-199,Total expenditure,758,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,g_100-199,Operating profit before tax,49,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,g_100-199,Total assets,385,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,g_100-199,Fixed tangible assets,95,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,h_200+,Activity unit,72,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,h_200+,Rolling mean employees,49971,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,h_200+,Salaries and wages paid,1275,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",2624,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,h_200+,Total income,2640,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,h_200+,Total expenditure,2609,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,h_200+,Operating profit before tax,119,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,h_200+,Total assets,1388,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,h_200+,Fixed tangible assets,332,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,i_Industry_Total,Activity unit,16746,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,100863,COUNT,,,,,,,,, +2015,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,3386,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",8810,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,i_Industry_Total,Total income,9061,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,i_Industry_Total,Total expenditure,8410,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,743,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,i_Industry_Total,Total assets,7643,DOLLARS(millions),,,,,,,,, +2015,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,2165,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,a_0,Activity unit,516,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,a_0,Salaries and wages paid,25,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,a_0,Total income,163,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,a_0,Total expenditure,143,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,a_0,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,a_0,Fixed tangible assets,32,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,b_1-5,Activity unit,300,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,b_1-5,Rolling mean employees,618,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,b_1-5,Salaries and wages paid,31,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",87,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,b_1-5,Total income,88,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,b_1-5,Total expenditure,80,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,b_1-5,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,b_1-5,Total assets,47,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,b_1-5,Fixed tangible assets,10,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,c_6-9,Activity unit,87,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,c_6-9,Rolling mean employees,600,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,c_6-9,Salaries and wages paid,24,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",54,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,c_6-9,Total income,54,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,c_6-9,Total expenditure,51,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,c_6-9,Operating profit before tax,3,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,c_6-9,Total assets,C,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,c_6-9,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,d_10-19,Activity unit,60,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,d_10-19,Rolling mean employees,759,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,d_10-19,Salaries and wages paid,26,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",61,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,d_10-19,Total income,65,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,d_10-19,Total expenditure,57,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,d_10-19,Operating profit before tax,7,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,d_10-19,Total assets,31,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,d_10-19,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,e_20-49,Activity unit,51,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,e_20-49,Rolling mean employees,1629,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,e_20-49,Salaries and wages paid,51,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",115,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,e_20-49,Total income,115,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,e_20-49,Total expenditure,103,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,e_20-49,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,e_20-49,Total assets,50,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,e_20-49,Fixed tangible assets,12,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,f_50-99,Activity unit,9,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,f_50-99,Rolling mean employees,687,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,f_50-99,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",53,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,f_50-99,Total income,53,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,f_50-99,Total expenditure,50,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,f_50-99,Operating profit before tax,4,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,f_50-99,Total assets,33,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,f_50-99,Fixed tangible assets,6,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,g_100-199,Rolling mean employees,777,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,g_100-199,Salaries and wages paid,29,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",57,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,g_100-199,Total income,58,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,g_100-199,Total expenditure,56,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,g_100-199,Total assets,35,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,g_100-199,Fixed tangible assets,5,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,h_200+,Activity unit,12,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,h_200+,Rolling mean employees,7641,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,h_200+,Salaries and wages paid,318,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",624,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,h_200+,Total income,627,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,h_200+,Total expenditure,584,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,h_200+,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,h_200+,Total assets,395,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,h_200+,Fixed tangible assets,77,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,i_Industry_Total,Activity unit,1041,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,12723,COUNT,,,,,,,,, +2015,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,531,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,i_Industry_Total,Total income,1222,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,i_Industry_Total,Total expenditure,1125,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,i_Industry_Total,Total assets,1081,DOLLARS(millions),,,,,,,,, +2015,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,156,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,a_0,Activity unit,2526,COUNT,,,,,,,,, +2015,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,P,Education and Training,a_0,Salaries and wages paid,98,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",326,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,a_0,Total income,371,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,a_0,Total expenditure,300,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,a_0,Operating profit before tax,70,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,a_0,Total assets,479,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,a_0,Fixed tangible assets,209,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,b_1-5,Activity unit,1401,COUNT,,,,,,,,, +2015,P,Education and Training,b_1-5,Rolling mean employees,3291,COUNT,,,,,,,,, +2015,P,Education and Training,b_1-5,Salaries and wages paid,108,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",281,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,b_1-5,Total income,316,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,b_1-5,Total expenditure,268,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,b_1-5,Operating profit before tax,51,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,b_1-5,Total assets,415,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,b_1-5,Fixed tangible assets,208,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,c_6-9,Activity unit,600,COUNT,,,,,,,,, +2015,P,Education and Training,c_6-9,Rolling mean employees,4434,COUNT,,,,,,,,, +2015,P,Education and Training,c_6-9,Salaries and wages paid,137,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",236,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,c_6-9,Total income,261,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,c_6-9,Total expenditure,256,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,c_6-9,Operating profit before tax,4,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,c_6-9,Total assets,193,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,c_6-9,Fixed tangible assets,72,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,d_10-19,Activity unit,657,COUNT,,,,,,,,, +2015,P,Education and Training,d_10-19,Rolling mean employees,8754,COUNT,,,,,,,,, +2015,P,Education and Training,d_10-19,Salaries and wages paid,280,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",442,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,d_10-19,Total income,485,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,d_10-19,Total expenditure,471,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,d_10-19,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,d_10-19,Total assets,403,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,d_10-19,Fixed tangible assets,174,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,e_20-49,Activity unit,309,COUNT,,,,,,,,, +2015,P,Education and Training,e_20-49,Rolling mean employees,8901,COUNT,,,,,,,,, +2015,P,Education and Training,e_20-49,Salaries and wages paid,321,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",609,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,e_20-49,Total income,663,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,e_20-49,Total expenditure,611,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,e_20-49,Operating profit before tax,54,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,e_20-49,Total assets,570,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,e_20-49,Fixed tangible assets,232,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,f_50-99,Activity unit,84,COUNT,,,,,,,,, +2015,P,Education and Training,f_50-99,Rolling mean employees,5568,COUNT,,,,,,,,, +2015,P,Education and Training,f_50-99,Salaries and wages paid,230,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",493,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,f_50-99,Total income,518,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,f_50-99,Total expenditure,475,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,f_50-99,Operating profit before tax,41,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,f_50-99,Total assets,498,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,f_50-99,Fixed tangible assets,239,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,g_100-199,Activity unit,33,COUNT,,,,,,,,, +2015,P,Education and Training,g_100-199,Rolling mean employees,4698,COUNT,,,,,,,,, +2015,P,Education and Training,g_100-199,Salaries and wages paid,238,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",491,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,g_100-199,Total income,507,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,g_100-199,Total expenditure,463,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,g_100-199,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,g_100-199,Total assets,719,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,g_100-199,Fixed tangible assets,397,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,h_200+,Activity unit,15,COUNT,,,,,,,,, +2015,P,Education and Training,h_200+,Rolling mean employees,9996,COUNT,,,,,,,,, +2015,P,Education and Training,h_200+,Salaries and wages paid,402,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",736,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,h_200+,Total income,749,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,h_200+,Total expenditure,655,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,h_200+,Operating profit before tax,95,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,h_200+,Total assets,1457,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,h_200+,Fixed tangible assets,729,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,i_Industry_Total,Activity unit,5625,COUNT,,,,,,,,, +2015,P,Education and Training,i_Industry_Total,Rolling mean employees,45642,COUNT,,,,,,,,, +2015,P,Education and Training,i_Industry_Total,Salaries and wages paid,1814,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",3613,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,i_Industry_Total,Total income,3871,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,i_Industry_Total,Total expenditure,3499,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,i_Industry_Total,Operating profit before tax,374,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,i_Industry_Total,Total assets,4734,DOLLARS(millions),,,,,,,,, +2015,P,Education and Training,i_Industry_Total,Fixed tangible assets,2260,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,a_0,Activity unit,9693,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,367,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",1987,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,a_0,Total income,2045,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,a_0,Total expenditure,1460,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,a_0,Operating profit before tax,625,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,a_0,Total assets,1690,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,653,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,b_1-5,Activity unit,4857,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,11547,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,645,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",1928,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,b_1-5,Total income,2003,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1602,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,450,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,b_1-5,Total assets,1400,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,483,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,c_6-9,Activity unit,1251,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,9042,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,350,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",763,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,c_6-9,Total income,806,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,c_6-9,Total expenditure,719,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,92,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,c_6-9,Total assets,466,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,150,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,d_10-19,Activity unit,1134,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,14805,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,641,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1301,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,d_10-19,Total income,1417,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1280,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,124,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,d_10-19,Total assets,882,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,375,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,e_20-49,Activity unit,744,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,21690,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,809,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",1734,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,e_20-49,Total income,1870,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,e_20-49,Total expenditure,1693,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,162,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,e_20-49,Total assets,1397,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,616,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,f_50-99,Activity unit,258,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,17916,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,659,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1296,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,f_50-99,Total income,1381,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1285,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,83,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,f_50-99,Total assets,1763,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,917,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,g_100-199,Activity unit,117,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,16029,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,660,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",1536,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,g_100-199,Total income,1670,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,g_100-199,Total expenditure,1466,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,145,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,g_100-199,Total assets,3606,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,1400,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,h_200+,Activity unit,84,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,58992,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,2079,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",3622,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,h_200+,Total income,4003,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,h_200+,Total expenditure,3630,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,286,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,h_200+,Total assets,5459,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,1924,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,18135,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,150021,COUNT,,,,,,,,, +2015,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,6211,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",14167,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,i_Industry_Total,Total income,15193,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,13135,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,1968,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,16662,DOLLARS(millions),,,,,,,,, +2015,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,6518,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,a_0,Activity unit,6330,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,a_0,Salaries and wages paid,110,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",714,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,a_0,Total income,829,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,a_0,Total expenditure,683,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,a_0,Operating profit before tax,126,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,a_0,Total assets,1503,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,a_0,Fixed tangible assets,879,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,b_1-5,Activity unit,2418,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4974,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,151,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",579,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,b_1-5,Total income,723,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,b_1-5,Total expenditure,678,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,b_1-5,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,b_1-5,Total assets,1155,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,691,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,c_6-9,Activity unit,381,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,c_6-9,Rolling mean employees,2748,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,72,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",256,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,c_6-9,Total income,294,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,c_6-9,Total expenditure,287,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,c_6-9,Operating profit before tax,10,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,c_6-9,Total assets,405,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,310,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,d_10-19,Activity unit,369,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,d_10-19,Rolling mean employees,5076,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,156,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",425,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,d_10-19,Total income,549,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,d_10-19,Total expenditure,530,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,d_10-19,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,d_10-19,Total assets,817,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,559,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,e_20-49,Activity unit,183,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,e_20-49,Rolling mean employees,5658,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,189,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",621,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,e_20-49,Total income,835,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,e_20-49,Total expenditure,783,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,e_20-49,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,e_20-49,Total assets,1713,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1232,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,f_50-99,Activity unit,48,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,f_50-99,Rolling mean employees,3099,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,87,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,f_50-99,Total income,317,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,f_50-99,Total expenditure,259,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,f_50-99,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,f_50-99,Total assets,408,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,211,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2121,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,71,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",566,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,g_100-199,Total income,590,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,g_100-199,Total expenditure,381,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,g_100-199,Total assets,294,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,179,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,h_200+,Activity unit,18,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,h_200+,Rolling mean employees,12516,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,h_200+,Salaries and wages paid,393,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,h_200+,Total income,3218,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,h_200+,Total expenditure,2860,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,h_200+,Operating profit before tax,378,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,h_200+,Total assets,2749,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,h_200+,Fixed tangible assets,2191,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,i_Industry_Total,Activity unit,9762,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,36189,COUNT,,,,,,,,, +2015,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1229,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",6464,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,i_Industry_Total,Total income,7357,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,6460,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,839,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,i_Industry_Total,Total assets,9044,DOLLARS(millions),,,,,,,,, +2015,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,6252,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,a_0,Activity unit,9405,COUNT,,,,,,,,, +2015,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2015,S,Other Services,a_0,Salaries and wages paid,168,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,a_0,"Sales, government funding, grants and subsidies",991,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,a_0,Total income,1209,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,a_0,Total expenditure,1021,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,a_0,Operating profit before tax,183,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,a_0,Total assets,2429,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,a_0,Fixed tangible assets,1094,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,b_1-5,Activity unit,8859,COUNT,,,,,,,,, +2015,S,Other Services,b_1-5,Rolling mean employees,20223,COUNT,,,,,,,,, +2015,S,Other Services,b_1-5,Salaries and wages paid,852,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",2629,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,b_1-5,Total income,2924,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,b_1-5,Total expenditure,2586,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,b_1-5,Operating profit before tax,284,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,b_1-5,Total assets,2668,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,b_1-5,Fixed tangible assets,746,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,c_6-9,Activity unit,1503,COUNT,,,,,,,,, +2015,S,Other Services,c_6-9,Rolling mean employees,10578,COUNT,,,,,,,,, +2015,S,Other Services,c_6-9,Salaries and wages paid,426,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1256,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,c_6-9,Total income,1366,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,c_6-9,Total expenditure,1222,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,c_6-9,Operating profit before tax,118,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,c_6-9,Total assets,1248,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,c_6-9,Fixed tangible assets,243,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,d_10-19,Activity unit,762,COUNT,,,,,,,,, +2015,S,Other Services,d_10-19,Rolling mean employees,9975,COUNT,,,,,,,,, +2015,S,Other Services,d_10-19,Salaries and wages paid,413,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1187,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,d_10-19,Total income,1374,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,d_10-19,Total expenditure,1264,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,d_10-19,Operating profit before tax,29,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,d_10-19,Total assets,1946,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,d_10-19,Fixed tangible assets,325,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,e_20-49,Activity unit,258,COUNT,,,,,,,,, +2015,S,Other Services,e_20-49,Rolling mean employees,7299,COUNT,,,,,,,,, +2015,S,Other Services,e_20-49,Salaries and wages paid,340,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",945,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,e_20-49,Total income,1224,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,e_20-49,Total expenditure,1078,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,e_20-49,Total assets,2192,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,e_20-49,Fixed tangible assets,259,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,f_50-99,Activity unit,54,COUNT,,,,,,,,, +2015,S,Other Services,f_50-99,Rolling mean employees,3678,COUNT,,,,,,,,, +2015,S,Other Services,f_50-99,Salaries and wages paid,185,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",409,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,f_50-99,Total income,471,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,f_50-99,Total expenditure,442,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,f_50-99,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,f_50-99,Total assets,362,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,f_50-99,Fixed tangible assets,113,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,g_100-199,Activity unit,15,COUNT,,,,,,,,, +2015,S,Other Services,g_100-199,Rolling mean employees,2349,COUNT,,,,,,,,, +2015,S,Other Services,g_100-199,Salaries and wages paid,129,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",222,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,g_100-199,Total income,357,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,g_100-199,Total expenditure,337,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,g_100-199,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,g_100-199,Total assets,316,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,g_100-199,Fixed tangible assets,110,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,h_200+,Activity unit,3,COUNT,,,,,,,,, +2015,S,Other Services,h_200+,Rolling mean employees,2526,COUNT,,,,,,,,, +2015,S,Other Services,h_200+,Salaries and wages paid,120,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",294,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,h_200+,Total income,374,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,h_200+,Total expenditure,341,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,h_200+,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,h_200+,Total assets,431,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,h_200+,Fixed tangible assets,127,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,i_Industry_Total,Activity unit,20865,COUNT,,,,,,,,, +2015,S,Other Services,i_Industry_Total,Rolling mean employees,56628,COUNT,,,,,,,,, +2015,S,Other Services,i_Industry_Total,Salaries and wages paid,2633,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7933,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,i_Industry_Total,Total income,9299,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,i_Industry_Total,Total expenditure,8292,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,i_Industry_Total,Operating profit before tax,696,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,i_Industry_Total,Total assets,11592,DOLLARS(millions),,,,,,,,, +2015,S,Other Services,i_Industry_Total,Fixed tangible assets,3017,DOLLARS(millions),,,,,,,,, +2015,all,All Industries,j_Grand_Total,Activity unit,467355,COUNT,,,,,,,,, +2015,all,All Industries,j_Grand_Total,Rolling mean employees,1677951,COUNT,,,,,,,,, +2015,all,All Industries,j_Grand_Total,Salaries and wages paid,88786,DOLLARS(millions),,,,,,,,, +2015,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",517905,DOLLARS(millions),,,,,,,,, +2015,all,All Industries,j_Grand_Total,Total income,591538,DOLLARS(millions),,,,,,,,, +2015,all,All Industries,j_Grand_Total,Total expenditure,527372,DOLLARS(millions),,,,,,,,, +2015,all,All Industries,j_Grand_Total,Operating profit before tax,61292,DOLLARS(millions),,,,,,,,, +2015,all,All Industries,j_Grand_Total,Total assets,1833614,DOLLARS(millions),,,,,,,,, +2015,all,All Industries,j_Grand_Total,Fixed tangible assets,419790,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,44880,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,328,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",8654,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",a_0,Total income,10184,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,8118,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,847,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",a_0,Total assets,66501,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,37946,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,20940,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,38661,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,1678,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",12939,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,13660,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,13040,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,155,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,58733,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,35769,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2163,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,15168,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,597,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",3081,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,3175,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,3204,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,-101,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,12073,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,7782,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1296,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,17112,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,666,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",3021,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,3170,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,3076,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,8406,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,4444,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,558,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,16599,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,570,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",2497,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,2612,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,2541,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,44,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,5979,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,2855,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,117,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,7761,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,260,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1255,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,1432,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1239,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,168,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,3037,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,1134,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,39,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,5367,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,169,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",488,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,526,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,508,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,769,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,18,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,9327,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,288,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1118,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1195,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1128,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,108,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,2865,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,70008,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,109992,COUNT,,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,4556,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",33053,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,35954,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,32854,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,1257,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,158362,DOLLARS(millions),,,,,,,,, +2016,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,91591,DOLLARS(millions),,,,,,,,, +2016,B,Mining,a_0,Activity unit,414,COUNT,,,,,,,,, +2016,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,B,Mining,a_0,Salaries and wages paid,66,DOLLARS(millions),,,,,,,,, +2016,B,Mining,a_0,"Sales, government funding, grants and subsidies",1034,DOLLARS(millions),,,,,,,,, +2016,B,Mining,a_0,Total income,1211,DOLLARS(millions),,,,,,,,, +2016,B,Mining,a_0,Total expenditure,1416,DOLLARS(millions),,,,,,,,, +2016,B,Mining,a_0,Operating profit before tax,-130,DOLLARS(millions),,,,,,,,, +2016,B,Mining,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,a_0,Fixed tangible assets,2838,DOLLARS(millions),,,,,,,,, +2016,B,Mining,b_1-5,Activity unit,180,COUNT,,,,,,,,, +2016,B,Mining,b_1-5,Rolling mean employees,360,COUNT,,,,,,,,, +2016,B,Mining,b_1-5,Salaries and wages paid,45,DOLLARS(millions),,,,,,,,, +2016,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",303,DOLLARS(millions),,,,,,,,, +2016,B,Mining,b_1-5,Total income,327,DOLLARS(millions),,,,,,,,, +2016,B,Mining,b_1-5,Total expenditure,270,DOLLARS(millions),,,,,,,,, +2016,B,Mining,b_1-5,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2016,B,Mining,b_1-5,Total assets,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,b_1-5,Fixed tangible assets,420,DOLLARS(millions),,,,,,,,, +2016,B,Mining,c_6-9,Activity unit,39,COUNT,,,,,,,,, +2016,B,Mining,c_6-9,Rolling mean employees,267,COUNT,,,,,,,,, +2016,B,Mining,c_6-9,Salaries and wages paid,22,DOLLARS(millions),,,,,,,,, +2016,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",107,DOLLARS(millions),,,,,,,,, +2016,B,Mining,c_6-9,Total income,121,DOLLARS(millions),,,,,,,,, +2016,B,Mining,c_6-9,Total expenditure,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,c_6-9,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2016,B,Mining,c_6-9,Total assets,207,DOLLARS(millions),,,,,,,,, +2016,B,Mining,c_6-9,Fixed tangible assets,115,DOLLARS(millions),,,,,,,,, +2016,B,Mining,d_10-19,Activity unit,36,COUNT,,,,,,,,, +2016,B,Mining,d_10-19,Rolling mean employees,486,COUNT,,,,,,,,, +2016,B,Mining,d_10-19,Salaries and wages paid,37,DOLLARS(millions),,,,,,,,, +2016,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",234,DOLLARS(millions),,,,,,,,, +2016,B,Mining,d_10-19,Total income,242,DOLLARS(millions),,,,,,,,, +2016,B,Mining,d_10-19,Total expenditure,203,DOLLARS(millions),,,,,,,,, +2016,B,Mining,d_10-19,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2016,B,Mining,d_10-19,Total assets,441,DOLLARS(millions),,,,,,,,, +2016,B,Mining,d_10-19,Fixed tangible assets,229,DOLLARS(millions),,,,,,,,, +2016,B,Mining,e_20-49,Activity unit,24,COUNT,,,,,,,,, +2016,B,Mining,e_20-49,Rolling mean employees,786,COUNT,,,,,,,,, +2016,B,Mining,e_20-49,Salaries and wages paid,90,DOLLARS(millions),,,,,,,,, +2016,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",854,DOLLARS(millions),,,,,,,,, +2016,B,Mining,e_20-49,Total income,872,DOLLARS(millions),,,,,,,,, +2016,B,Mining,e_20-49,Total expenditure,749,DOLLARS(millions),,,,,,,,, +2016,B,Mining,e_20-49,Operating profit before tax,239,DOLLARS(millions),,,,,,,,, +2016,B,Mining,e_20-49,Total assets,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,e_20-49,Fixed tangible assets,2050,DOLLARS(millions),,,,,,,,, +2016,B,Mining,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2016,B,Mining,f_50-99,Rolling mean employees,915,COUNT,,,,,,,,, +2016,B,Mining,f_50-99,Salaries and wages paid,113,DOLLARS(millions),,,,,,,,, +2016,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",745,DOLLARS(millions),,,,,,,,, +2016,B,Mining,f_50-99,Total income,1201,DOLLARS(millions),,,,,,,,, +2016,B,Mining,f_50-99,Total expenditure,842,DOLLARS(millions),,,,,,,,, +2016,B,Mining,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,f_50-99,Total assets,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,f_50-99,Fixed tangible assets,266,DOLLARS(millions),,,,,,,,, +2016,B,Mining,g_100-199,Activity unit,3,COUNT,,,,,,,,, +2016,B,Mining,g_100-199,Rolling mean employees,558,COUNT,,,,,,,,, +2016,B,Mining,g_100-199,Salaries and wages paid,66,DOLLARS(millions),,,,,,,,, +2016,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",787,DOLLARS(millions),,,,,,,,, +2016,B,Mining,g_100-199,Total income,871,DOLLARS(millions),,,,,,,,, +2016,B,Mining,g_100-199,Total expenditure,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,h_200+,Activity unit,6,COUNT,,,,,,,,, +2016,B,Mining,h_200+,Rolling mean employees,1782,COUNT,,,,,,,,, +2016,B,Mining,h_200+,Salaries and wages paid,226,DOLLARS(millions),,,,,,,,, +2016,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1220,DOLLARS(millions),,,,,,,,, +2016,B,Mining,h_200+,Total income,1544,DOLLARS(millions),,,,,,,,, +2016,B,Mining,h_200+,Total expenditure,1454,DOLLARS(millions),,,,,,,,, +2016,B,Mining,h_200+,Operating profit before tax,-32,DOLLARS(millions),,,,,,,,, +2016,B,Mining,h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,i_Industry_Total,Activity unit,717,COUNT,,,,,,,,, +2016,B,Mining,i_Industry_Total,Rolling mean employees,5151,COUNT,,,,,,,,, +2016,B,Mining,i_Industry_Total,Salaries and wages paid,665,DOLLARS(millions),,,,,,,,, +2016,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",5285,DOLLARS(millions),,,,,,,,, +2016,B,Mining,i_Industry_Total,Total income,6389,DOLLARS(millions),,,,,,,,, +2016,B,Mining,i_Industry_Total,Total expenditure,6107,DOLLARS(millions),,,,,,,,, +2016,B,Mining,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,B,Mining,i_Industry_Total,Total assets,37525,DOLLARS(millions),,,,,,,,, +2016,B,Mining,i_Industry_Total,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,a_0,Activity unit,9096,COUNT,,,,,,,,, +2016,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,C,Manufacturing,a_0,Salaries and wages paid,247,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",2089,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,a_0,Total income,2119,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,a_0,Total expenditure,1851,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,a_0,Operating profit before tax,260,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,a_0,Total assets,2034,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,a_0,Fixed tangible assets,790,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,b_1-5,Activity unit,6726,COUNT,,,,,,,,, +2016,C,Manufacturing,b_1-5,Rolling mean employees,14955,COUNT,,,,,,,,, +2016,C,Manufacturing,b_1-5,Salaries and wages paid,724,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",3983,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,b_1-5,Total income,4046,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,b_1-5,Total expenditure,3831,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,b_1-5,Operating profit before tax,202,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,b_1-5,Total assets,2573,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,b_1-5,Fixed tangible assets,749,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,c_6-9,Activity unit,1803,COUNT,,,,,,,,, +2016,C,Manufacturing,c_6-9,Rolling mean employees,12993,COUNT,,,,,,,,, +2016,C,Manufacturing,c_6-9,Salaries and wages paid,596,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2514,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,c_6-9,Total income,2525,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,c_6-9,Total expenditure,2326,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,c_6-9,Operating profit before tax,229,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,c_6-9,Total assets,1518,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,c_6-9,Fixed tangible assets,399,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,d_10-19,Activity unit,1830,COUNT,,,,,,,,, +2016,C,Manufacturing,d_10-19,Rolling mean employees,25065,COUNT,,,,,,,,, +2016,C,Manufacturing,d_10-19,Salaries and wages paid,1231,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",4673,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,d_10-19,Total income,4706,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,d_10-19,Total expenditure,4485,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,d_10-19,Operating profit before tax,257,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,d_10-19,Total assets,2836,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,d_10-19,Fixed tangible assets,691,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,e_20-49,Activity unit,1206,COUNT,,,,,,,,, +2016,C,Manufacturing,e_20-49,Rolling mean employees,35547,COUNT,,,,,,,,, +2016,C,Manufacturing,e_20-49,Salaries and wages paid,1901,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",8869,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,e_20-49,Total income,8971,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,e_20-49,Total expenditure,8358,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,e_20-49,Operating profit before tax,691,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,e_20-49,Total assets,6322,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,e_20-49,Fixed tangible assets,1693,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,f_50-99,Activity unit,402,COUNT,,,,,,,,, +2016,C,Manufacturing,f_50-99,Rolling mean employees,27954,COUNT,,,,,,,,, +2016,C,Manufacturing,f_50-99,Salaries and wages paid,1594,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",11249,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,f_50-99,Total income,11396,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,f_50-99,Total expenditure,10845,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,f_50-99,Operating profit before tax,586,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,f_50-99,Total assets,8407,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,f_50-99,Fixed tangible assets,2582,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,g_100-199,Activity unit,156,COUNT,,,,,,,,, +2016,C,Manufacturing,g_100-199,Rolling mean employees,21159,COUNT,,,,,,,,, +2016,C,Manufacturing,g_100-199,Salaries and wages paid,1453,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",11262,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,g_100-199,Total income,11407,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,g_100-199,Total expenditure,10738,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,g_100-199,Operating profit before tax,701,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,g_100-199,Total assets,8195,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,g_100-199,Fixed tangible assets,2550,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,h_200+,Activity unit,153,COUNT,,,,,,,,, +2016,C,Manufacturing,h_200+,Rolling mean employees,87771,COUNT,,,,,,,,, +2016,C,Manufacturing,h_200+,Salaries and wages paid,6388,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",55390,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,h_200+,Total income,56167,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,h_200+,Total expenditure,52240,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,h_200+,Operating profit before tax,3893,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,h_200+,Total assets,46248,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,h_200+,Fixed tangible assets,17210,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,i_Industry_Total,Activity unit,21369,COUNT,,,,,,,,, +2016,C,Manufacturing,i_Industry_Total,Rolling mean employees,225447,COUNT,,,,,,,,, +2016,C,Manufacturing,i_Industry_Total,Salaries and wages paid,14135,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",100029,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,i_Industry_Total,Total income,101337,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,i_Industry_Total,Total expenditure,94674,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,i_Industry_Total,Operating profit before tax,6818,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,i_Industry_Total,Total assets,78132,DOLLARS(millions),,,,,,,,, +2016,C,Manufacturing,i_Industry_Total,Fixed tangible assets,26664,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,582,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,70,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,2554,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,2192,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,365,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,9525,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,7966,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,363,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,690,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,42,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",207,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,212,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,192,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,464,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,217,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,66,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,498,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,26,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",160,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,161,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,139,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,207,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,141,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,45,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,630,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,31,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",154,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,156,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,126,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,401,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,285,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,27,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,828,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,50,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",314,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,323,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,307,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,14,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,788,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,594,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,18,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1245,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,85,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",536,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,590,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,489,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1084,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,814,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,12,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,1893,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,142,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",1048,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,1062,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,913,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,3746,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,3126,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,15,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,10473,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,877,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",12248,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,12604,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,11304,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,1647,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,49787,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,40580,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1128,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,16257,COUNT,,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1323,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,17662,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,15663,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,66003,DOLLARS(millions),,,,,,,,, +2016,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,53723,DOLLARS(millions),,,,,,,,, +2016,E,Construction,a_0,Activity unit,32952,COUNT,,,,,,,,, +2016,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,E,Construction,a_0,Salaries and wages paid,1091,DOLLARS(millions),,,,,,,,, +2016,E,Construction,a_0,"Sales, government funding, grants and subsidies",9637,DOLLARS(millions),,,,,,,,, +2016,E,Construction,a_0,Total income,9746,DOLLARS(millions),,,,,,,,, +2016,E,Construction,a_0,Total expenditure,8998,DOLLARS(millions),,,,,,,,, +2016,E,Construction,a_0,Operating profit before tax,1339,DOLLARS(millions),,,,,,,,, +2016,E,Construction,a_0,Total assets,11283,DOLLARS(millions),,,,,,,,, +2016,E,Construction,a_0,Fixed tangible assets,2952,DOLLARS(millions),,,,,,,,, +2016,E,Construction,b_1-5,Activity unit,18090,COUNT,,,,,,,,, +2016,E,Construction,b_1-5,Rolling mean employees,33288,COUNT,,,,,,,,, +2016,E,Construction,b_1-5,Salaries and wages paid,1924,DOLLARS(millions),,,,,,,,, +2016,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",9388,DOLLARS(millions),,,,,,,,, +2016,E,Construction,b_1-5,Total income,9483,DOLLARS(millions),,,,,,,,, +2016,E,Construction,b_1-5,Total expenditure,8778,DOLLARS(millions),,,,,,,,, +2016,E,Construction,b_1-5,Operating profit before tax,871,DOLLARS(millions),,,,,,,,, +2016,E,Construction,b_1-5,Total assets,5592,DOLLARS(millions),,,,,,,,, +2016,E,Construction,b_1-5,Fixed tangible assets,1291,DOLLARS(millions),,,,,,,,, +2016,E,Construction,c_6-9,Activity unit,2502,COUNT,,,,,,,,, +2016,E,Construction,c_6-9,Rolling mean employees,17658,COUNT,,,,,,,,, +2016,E,Construction,c_6-9,Salaries and wages paid,997,DOLLARS(millions),,,,,,,,, +2016,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",4054,DOLLARS(millions),,,,,,,,, +2016,E,Construction,c_6-9,Total income,4071,DOLLARS(millions),,,,,,,,, +2016,E,Construction,c_6-9,Total expenditure,3799,DOLLARS(millions),,,,,,,,, +2016,E,Construction,c_6-9,Operating profit before tax,327,DOLLARS(millions),,,,,,,,, +2016,E,Construction,c_6-9,Total assets,1887,DOLLARS(millions),,,,,,,,, +2016,E,Construction,c_6-9,Fixed tangible assets,433,DOLLARS(millions),,,,,,,,, +2016,E,Construction,d_10-19,Activity unit,1839,COUNT,,,,,,,,, +2016,E,Construction,d_10-19,Rolling mean employees,24642,COUNT,,,,,,,,, +2016,E,Construction,d_10-19,Salaries and wages paid,1348,DOLLARS(millions),,,,,,,,, +2016,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",5499,DOLLARS(millions),,,,,,,,, +2016,E,Construction,d_10-19,Total income,5521,DOLLARS(millions),,,,,,,,, +2016,E,Construction,d_10-19,Total expenditure,5333,DOLLARS(millions),,,,,,,,, +2016,E,Construction,d_10-19,Operating profit before tax,243,DOLLARS(millions),,,,,,,,, +2016,E,Construction,d_10-19,Total assets,2869,DOLLARS(millions),,,,,,,,, +2016,E,Construction,d_10-19,Fixed tangible assets,820,DOLLARS(millions),,,,,,,,, +2016,E,Construction,e_20-49,Activity unit,762,COUNT,,,,,,,,, +2016,E,Construction,e_20-49,Rolling mean employees,21483,COUNT,,,,,,,,, +2016,E,Construction,e_20-49,Salaries and wages paid,1271,DOLLARS(millions),,,,,,,,, +2016,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",6037,DOLLARS(millions),,,,,,,,, +2016,E,Construction,e_20-49,Total income,6209,DOLLARS(millions),,,,,,,,, +2016,E,Construction,e_20-49,Total expenditure,5721,DOLLARS(millions),,,,,,,,, +2016,E,Construction,e_20-49,Operating profit before tax,389,DOLLARS(millions),,,,,,,,, +2016,E,Construction,e_20-49,Total assets,2481,DOLLARS(millions),,,,,,,,, +2016,E,Construction,e_20-49,Fixed tangible assets,576,DOLLARS(millions),,,,,,,,, +2016,E,Construction,f_50-99,Activity unit,195,COUNT,,,,,,,,, +2016,E,Construction,f_50-99,Rolling mean employees,13146,COUNT,,,,,,,,, +2016,E,Construction,f_50-99,Salaries and wages paid,827,DOLLARS(millions),,,,,,,,, +2016,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",3835,DOLLARS(millions),,,,,,,,, +2016,E,Construction,f_50-99,Total income,3871,DOLLARS(millions),,,,,,,,, +2016,E,Construction,f_50-99,Total expenditure,3682,DOLLARS(millions),,,,,,,,, +2016,E,Construction,f_50-99,Operating profit before tax,260,DOLLARS(millions),,,,,,,,, +2016,E,Construction,f_50-99,Total assets,2328,DOLLARS(millions),,,,,,,,, +2016,E,Construction,f_50-99,Fixed tangible assets,413,DOLLARS(millions),,,,,,,,, +2016,E,Construction,g_100-199,Activity unit,60,COUNT,,,,,,,,, +2016,E,Construction,g_100-199,Rolling mean employees,8007,COUNT,,,,,,,,, +2016,E,Construction,g_100-199,Salaries and wages paid,510,DOLLARS(millions),,,,,,,,, +2016,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",2835,DOLLARS(millions),,,,,,,,, +2016,E,Construction,g_100-199,Total income,2854,DOLLARS(millions),,,,,,,,, +2016,E,Construction,g_100-199,Total expenditure,2654,DOLLARS(millions),,,,,,,,, +2016,E,Construction,g_100-199,Operating profit before tax,222,DOLLARS(millions),,,,,,,,, +2016,E,Construction,g_100-199,Total assets,1415,DOLLARS(millions),,,,,,,,, +2016,E,Construction,g_100-199,Fixed tangible assets,420,DOLLARS(millions),,,,,,,,, +2016,E,Construction,h_200+,Activity unit,33,COUNT,,,,,,,,, +2016,E,Construction,h_200+,Rolling mean employees,25332,COUNT,,,,,,,,, +2016,E,Construction,h_200+,Salaries and wages paid,2025,DOLLARS(millions),,,,,,,,, +2016,E,Construction,h_200+,"Sales, government funding, grants and subsidies",8036,DOLLARS(millions),,,,,,,,, +2016,E,Construction,h_200+,Total income,8107,DOLLARS(millions),,,,,,,,, +2016,E,Construction,h_200+,Total expenditure,7912,DOLLARS(millions),,,,,,,,, +2016,E,Construction,h_200+,Operating profit before tax,245,DOLLARS(millions),,,,,,,,, +2016,E,Construction,h_200+,Total assets,3888,DOLLARS(millions),,,,,,,,, +2016,E,Construction,h_200+,Fixed tangible assets,817,DOLLARS(millions),,,,,,,,, +2016,E,Construction,i_Industry_Total,Activity unit,56433,COUNT,,,,,,,,, +2016,E,Construction,i_Industry_Total,Rolling mean employees,143565,COUNT,,,,,,,,, +2016,E,Construction,i_Industry_Total,Salaries and wages paid,9993,DOLLARS(millions),,,,,,,,, +2016,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",49322,DOLLARS(millions),,,,,,,,, +2016,E,Construction,i_Industry_Total,Total income,49861,DOLLARS(millions),,,,,,,,, +2016,E,Construction,i_Industry_Total,Total expenditure,46876,DOLLARS(millions),,,,,,,,, +2016,E,Construction,i_Industry_Total,Operating profit before tax,3895,DOLLARS(millions),,,,,,,,, +2016,E,Construction,i_Industry_Total,Total assets,31744,DOLLARS(millions),,,,,,,,, +2016,E,Construction,i_Industry_Total,Fixed tangible assets,7722,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,a_0,Activity unit,8778,COUNT,,,,,,,,, +2016,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,F,Wholesale Trade,a_0,Salaries and wages paid,303,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",6490,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,a_0,Total income,6569,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,a_0,Total expenditure,6041,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,a_0,Operating profit before tax,524,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,a_0,Total assets,4026,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,a_0,Fixed tangible assets,839,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,b_1-5,Activity unit,5568,COUNT,,,,,,,,, +2016,F,Wholesale Trade,b_1-5,Rolling mean employees,12642,COUNT,,,,,,,,, +2016,F,Wholesale Trade,b_1-5,Salaries and wages paid,761,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",8529,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,b_1-5,Total income,8580,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,b_1-5,Total expenditure,8160,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,b_1-5,Operating profit before tax,528,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,b_1-5,Total assets,4569,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,b_1-5,Fixed tangible assets,569,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,c_6-9,Activity unit,1305,COUNT,,,,,,,,, +2016,F,Wholesale Trade,c_6-9,Rolling mean employees,9390,COUNT,,,,,,,,, +2016,F,Wholesale Trade,c_6-9,Salaries and wages paid,553,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",5735,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,c_6-9,Total income,5785,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,c_6-9,Total expenditure,5498,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,c_6-9,Operating profit before tax,297,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,c_6-9,Total assets,2516,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,c_6-9,Fixed tangible assets,216,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,d_10-19,Activity unit,1113,COUNT,,,,,,,,, +2016,F,Wholesale Trade,d_10-19,Rolling mean employees,14772,COUNT,,,,,,,,, +2016,F,Wholesale Trade,d_10-19,Salaries and wages paid,870,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",8545,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,d_10-19,Total income,8601,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,d_10-19,Total expenditure,8200,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,d_10-19,Operating profit before tax,395,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,d_10-19,Total assets,4687,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,d_10-19,Fixed tangible assets,360,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,e_20-49,Activity unit,642,COUNT,,,,,,,,, +2016,F,Wholesale Trade,e_20-49,Rolling mean employees,18975,COUNT,,,,,,,,, +2016,F,Wholesale Trade,e_20-49,Salaries and wages paid,1304,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",14626,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,e_20-49,Total income,14774,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,e_20-49,Total expenditure,14085,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,e_20-49,Operating profit before tax,824,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,e_20-49,Total assets,7992,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,e_20-49,Fixed tangible assets,811,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,f_50-99,Activity unit,228,COUNT,,,,,,,,, +2016,F,Wholesale Trade,f_50-99,Rolling mean employees,15615,COUNT,,,,,,,,, +2016,F,Wholesale Trade,f_50-99,Salaries and wages paid,975,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",11123,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,f_50-99,Total income,11448,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,f_50-99,Total expenditure,10796,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,f_50-99,Operating profit before tax,642,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,f_50-99,Total assets,6114,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,f_50-99,Fixed tangible assets,479,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,g_100-199,Activity unit,69,COUNT,,,,,,,,, +2016,F,Wholesale Trade,g_100-199,Rolling mean employees,9015,COUNT,,,,,,,,, +2016,F,Wholesale Trade,g_100-199,Salaries and wages paid,580,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",5860,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,g_100-199,Total income,6041,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,g_100-199,Total expenditure,5671,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,g_100-199,Operating profit before tax,390,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,g_100-199,Total assets,3701,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,g_100-199,Fixed tangible assets,294,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,h_200+,Activity unit,57,COUNT,,,,,,,,, +2016,F,Wholesale Trade,h_200+,Rolling mean employees,26289,COUNT,,,,,,,,, +2016,F,Wholesale Trade,h_200+,Salaries and wages paid,1739,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",30185,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,h_200+,Total income,30393,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,h_200+,Total expenditure,29911,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,h_200+,Operating profit before tax,534,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,h_200+,Total assets,10737,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,h_200+,Fixed tangible assets,1541,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,i_Industry_Total,Activity unit,17754,COUNT,,,,,,,,, +2016,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,106695,COUNT,,,,,,,,, +2016,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,7084,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",91094,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,i_Industry_Total,Total income,92193,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,i_Industry_Total,Total expenditure,88362,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,4135,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,i_Industry_Total,Total assets,44343,DOLLARS(millions),,,,,,,,, +2016,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,5108,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,a_0,Activity unit,12228,COUNT,,,,,,,,, +2016,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,G,Retail Trade,a_0,Salaries and wages paid,260,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",3381,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,a_0,Total income,3416,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,a_0,Total expenditure,3203,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,a_0,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,a_0,Total assets,2509,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,a_0,Fixed tangible assets,922,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,b_1-5,Activity unit,10671,COUNT,,,,,,,,, +2016,G,Retail Trade,b_1-5,Rolling mean employees,23364,COUNT,,,,,,,,, +2016,G,Retail Trade,b_1-5,Salaries and wages paid,806,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",7693,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,b_1-5,Total income,7753,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,b_1-5,Total expenditure,7368,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,b_1-5,Operating profit before tax,394,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,b_1-5,Total assets,3601,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,b_1-5,Fixed tangible assets,670,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,c_6-9,Activity unit,2253,COUNT,,,,,,,,, +2016,G,Retail Trade,c_6-9,Rolling mean employees,16275,COUNT,,,,,,,,, +2016,G,Retail Trade,c_6-9,Salaries and wages paid,576,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",4461,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,c_6-9,Total income,4486,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,c_6-9,Total expenditure,4375,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,c_6-9,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,c_6-9,Total assets,1630,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,c_6-9,Fixed tangible assets,245,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,d_10-19,Activity unit,1479,COUNT,,,,,,,,, +2016,G,Retail Trade,d_10-19,Rolling mean employees,19473,COUNT,,,,,,,,, +2016,G,Retail Trade,d_10-19,Salaries and wages paid,737,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",6728,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,d_10-19,Total income,6747,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,d_10-19,Total expenditure,6531,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,d_10-19,Operating profit before tax,266,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,d_10-19,Total assets,2357,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,d_10-19,Fixed tangible assets,555,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,e_20-49,Activity unit,642,COUNT,,,,,,,,, +2016,G,Retail Trade,e_20-49,Rolling mean employees,18684,COUNT,,,,,,,,, +2016,G,Retail Trade,e_20-49,Salaries and wages paid,699,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",6607,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,e_20-49,Total income,6635,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,e_20-49,Total expenditure,6430,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,e_20-49,Operating profit before tax,208,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,e_20-49,Total assets,1994,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,e_20-49,Fixed tangible assets,262,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,f_50-99,Activity unit,231,COUNT,,,,,,,,, +2016,G,Retail Trade,f_50-99,Rolling mean employees,16263,COUNT,,,,,,,,, +2016,G,Retail Trade,f_50-99,Salaries and wages paid,561,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",5759,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,f_50-99,Total income,5777,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,f_50-99,Total expenditure,5615,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,f_50-99,Operating profit before tax,232,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,f_50-99,Total assets,1698,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,f_50-99,Fixed tangible assets,307,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,g_100-199,Activity unit,192,COUNT,,,,,,,,, +2016,G,Retail Trade,g_100-199,Rolling mean employees,27966,COUNT,,,,,,,,, +2016,G,Retail Trade,g_100-199,Salaries and wages paid,937,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",9146,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,g_100-199,Total income,9186,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,g_100-199,Total expenditure,8936,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,g_100-199,Operating profit before tax,269,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,g_100-199,Total assets,2660,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,g_100-199,Fixed tangible assets,503,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,h_200+,Activity unit,117,COUNT,,,,,,,,, +2016,G,Retail Trade,h_200+,Rolling mean employees,79068,COUNT,,,,,,,,, +2016,G,Retail Trade,h_200+,Salaries and wages paid,2741,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",22825,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,h_200+,Total income,22939,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,h_200+,Total expenditure,21935,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,h_200+,Operating profit before tax,1111,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,h_200+,Total assets,8848,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,h_200+,Fixed tangible assets,2083,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,i_Industry_Total,Activity unit,27816,COUNT,,,,,,,,, +2016,G,Retail Trade,i_Industry_Total,Rolling mean employees,201090,COUNT,,,,,,,,, +2016,G,Retail Trade,i_Industry_Total,Salaries and wages paid,7318,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",66601,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,i_Industry_Total,Total income,66939,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,i_Industry_Total,Total expenditure,64393,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,i_Industry_Total,Total assets,25298,DOLLARS(millions),,,,,,,,, +2016,G,Retail Trade,i_Industry_Total,Fixed tangible assets,5547,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,a_0,Activity unit,6015,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,a_0,Salaries and wages paid,120,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",865,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,a_0,Total income,901,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,a_0,Total expenditure,801,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,a_0,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,a_0,Total assets,2471,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,a_0,Fixed tangible assets,1698,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,b_1-5,Activity unit,8133,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,b_1-5,Rolling mean employees,19965,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,475,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",2026,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,b_1-5,Total income,2057,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,b_1-5,Total expenditure,1978,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,b_1-5,Operating profit before tax,68,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,b_1-5,Total assets,2133,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1228,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,c_6-9,Activity unit,2655,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,c_6-9,Rolling mean employees,19104,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,438,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,c_6-9,Total income,1419,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,c_6-9,Total expenditure,1383,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,c_6-9,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,c_6-9,Total assets,963,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,502,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,d_10-19,Activity unit,2409,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,d_10-19,Rolling mean employees,32052,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,748,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",2248,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,d_10-19,Total income,2261,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,d_10-19,Total expenditure,2203,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,d_10-19,Operating profit before tax,61,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,d_10-19,Total assets,1520,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,873,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,e_20-49,Activity unit,1098,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,e_20-49,Rolling mean employees,30540,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,749,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",2312,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,e_20-49,Total income,2338,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,e_20-49,Total expenditure,2207,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,e_20-49,Operating profit before tax,138,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,e_20-49,Total assets,1804,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1127,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,f_50-99,Activity unit,177,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,f_50-99,Rolling mean employees,12108,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,317,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",1051,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,f_50-99,Total income,1081,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,f_50-99,Total expenditure,963,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,f_50-99,Operating profit before tax,119,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,f_50-99,Total assets,1244,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,719,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,g_100-199,Activity unit,66,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,g_100-199,Rolling mean employees,9315,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,270,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",949,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,g_100-199,Total income,954,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,g_100-199,Total expenditure,810,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,g_100-199,Operating profit before tax,162,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,g_100-199,Total assets,1023,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,579,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,h_200+,Activity unit,30,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,h_200+,Rolling mean employees,20058,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,h_200+,Salaries and wages paid,561,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",1916,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,h_200+,Total income,1931,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,h_200+,Total expenditure,1761,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,h_200+,Operating profit before tax,179,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,h_200+,Total assets,2518,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1602,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,i_Industry_Total,Activity unit,20586,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,143142,COUNT,,,,,,,,, +2016,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,3677,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,i_Industry_Total,Total income,12942,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,12106,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,i_Industry_Total,Total assets,13676,DOLLARS(millions),,,,,,,,, +2016,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,8328,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",a_0,Activity unit,10005,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,134,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",1469,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",a_0,Total income,1495,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1195,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,299,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",a_0,Total assets,5882,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,4873,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,4107,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,8358,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,383,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1643,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",b_1-5,Total income,1671,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1611,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",b_1-5,Total assets,1832,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,996,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,543,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,3771,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,177,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",723,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",c_6-9,Total income,736,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,636,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,111,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",c_6-9,Total assets,834,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,282,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,657,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,9090,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,418,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1598,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",d_10-19,Total income,1635,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1479,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,142,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",d_10-19,Total assets,1441,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,829,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,297,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,9012,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,511,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",1952,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",e_20-49,Total income,1974,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,1847,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,130,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",e_20-49,Total assets,2183,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1340,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,117,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,8175,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,481,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",1828,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",f_50-99,Total income,1849,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,1641,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,211,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",f_50-99,Total assets,1745,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,835,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,63,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8379,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,477,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",1657,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",g_100-199,Total income,1702,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1563,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,189,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",g_100-199,Total assets,2774,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,1997,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",h_200+,Activity unit,66,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,43338,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,3241,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",12423,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",h_200+,Total income,12902,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,11748,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,1272,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",h_200+,Total assets,22469,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,14062,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,15858,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,90123,COUNT,,,,,,,,, +2016,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,5823,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",23293,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,23965,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,21720,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,2416,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,39161,DOLLARS(millions),,,,,,,,, +2016,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,25214,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,a_0,Activity unit,3843,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,a_0,Salaries and wages paid,130,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,a_0,Total income,948,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,a_0,Total expenditure,754,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,a_0,Operating profit before tax,116,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,a_0,Total assets,1152,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,a_0,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,b_1-5,Activity unit,1047,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,2016,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,142,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",739,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,b_1-5,Total income,783,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,b_1-5,Total expenditure,723,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,b_1-5,Total assets,691,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,c_6-9,Activity unit,150,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1050,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,59,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",226,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,c_6-9,Total income,236,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,c_6-9,Total expenditure,206,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,c_6-9,Total assets,113,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,19,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,d_10-19,Activity unit,111,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,1488,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,97,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",717,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,d_10-19,Total income,733,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,d_10-19,Total expenditure,665,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,74,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,d_10-19,Total assets,703,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,e_20-49,Activity unit,45,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1335,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,97,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,e_20-49,Total income,428,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,e_20-49,Total expenditure,397,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,e_20-49,Total assets,453,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,f_50-99,Activity unit,27,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,2058,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,134,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",504,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,f_50-99,Total income,514,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,f_50-99,Total expenditure,514,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,f_50-99,Total assets,477,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,975,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,92,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",307,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,g_100-199,Total income,308,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,g_100-199,Total expenditure,280,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,29,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,g_100-199,Total assets,233,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,82,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,h_200+,Activity unit,21,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,h_200+,Rolling mean employees,22551,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1631,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",9740,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,h_200+,Total income,9991,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,h_200+,Total expenditure,9389,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,h_200+,Operating profit before tax,824,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,h_200+,Total assets,16698,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,6783,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,5250,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,31479,COUNT,,,,,,,,, +2016,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2382,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,i_Industry_Total,Total income,13939,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,12928,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,1154,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,i_Industry_Total,Total assets,20521,DOLLARS(millions),,,,,,,,, +2016,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,a_0,Activity unit,26388,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,a_0,Salaries and wages paid,568,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",5882,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,a_0,Total income,28715,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,a_0,Total expenditure,15360,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,a_0,Operating profit before tax,12085,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,a_0,Total assets,420018,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,a_0,Fixed tangible assets,18374,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,b_1-5,Activity unit,2394,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4335,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,365,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1734,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,b_1-5,Total income,4384,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,b_1-5,Total expenditure,2659,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,b_1-5,Operating profit before tax,1319,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,b_1-5,Total assets,32749,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,1060,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,c_6-9,Activity unit,246,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1794,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,172,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",823,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,c_6-9,Total income,1178,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,c_6-9,Total expenditure,843,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,c_6-9,Operating profit before tax,266,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,c_6-9,Total assets,5390,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,57,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,d_10-19,Activity unit,147,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,d_10-19,Rolling mean employees,1956,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,152,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",584,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,d_10-19,Total income,1224,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,d_10-19,Total expenditure,982,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,d_10-19,Operating profit before tax,180,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,d_10-19,Total assets,9643,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,86,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,e_20-49,Activity unit,87,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2700,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,301,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",875,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,e_20-49,Total income,1917,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,e_20-49,Total expenditure,2115,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,e_20-49,Operating profit before tax,214,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,e_20-49,Total assets,19597,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,172,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,f_50-99,Activity unit,42,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,f_50-99,Rolling mean employees,2592,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,249,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",673,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,f_50-99,Total income,1267,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,f_50-99,Total expenditure,996,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,f_50-99,Operating profit before tax,276,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,f_50-99,Total assets,8133,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,g_100-199,Activity unit,30,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,g_100-199,Rolling mean employees,4032,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,268,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",778,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,g_100-199,Total income,1701,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,g_100-199,Total expenditure,1480,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,g_100-199,Operating profit before tax,-2,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,g_100-199,Total assets,34713,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,h_200+,Activity unit,42,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,h_200+,Rolling mean employees,46137,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,h_200+,Salaries and wages paid,3700,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",7358,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,h_200+,Total income,32551,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,h_200+,Total expenditure,25347,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,h_200+,Operating profit before tax,7490,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,h_200+,Total assets,573123,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,h_200+,Fixed tangible assets,998,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,i_Industry_Total,Activity unit,29373,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,63546,COUNT,,,,,,,,, +2016,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,5775,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",18707,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,i_Industry_Total,Total income,72936,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,49782,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,21828,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,i_Industry_Total,Total assets,1103365,DOLLARS(millions),,,,,,,,, +2016,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,20856,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,70683,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,511,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",16088,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",a_0,Total income,19985,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,11331,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,6369,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,189018,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,137895,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5382,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8910,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,433,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",2893,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,3260,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,2577,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,577,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,14400,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,9494,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,576,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,4176,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,197,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",750,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,806,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,710,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,93,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,2232,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,1256,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,267,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,3348,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,228,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",1073,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,1183,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,1142,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,180,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,2171,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,1309,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,132,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,3882,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,240,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",941,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,1019,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,869,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,101,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,2372,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,1682,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,21,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,1302,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,92,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",447,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,477,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,402,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,78,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,813,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,24,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,3240,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,209,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",1291,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1509,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,1119,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,298,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,4712,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,3526,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,9,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,3318,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,180,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",1063,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,1071,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,985,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,96,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,1076,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,77088,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,28179,COUNT,,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,2091,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",24546,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,29310,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,19135,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,7791,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,216793,DOLLARS(millions),,,,,,,,, +2016,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,156210,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",a_0,Activity unit,39102,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,1771,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",6714,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",a_0,Total income,7002,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,5168,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,1808,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",a_0,Total assets,6732,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,1697,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,12744,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,24000,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,1711,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",4623,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",b_1-5,Total income,4742,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,4044,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,718,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,3887,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,709,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,2031,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,14421,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,1035,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",2497,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",c_6-9,Total income,2523,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,2281,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,265,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,1910,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,211,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1443,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,19104,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1398,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",3124,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",d_10-19,Total income,3177,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,2769,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,435,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,1755,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,282,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,804,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,23223,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,1724,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",4387,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",e_20-49,Total income,5019,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,4006,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,1089,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,6726,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,407,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,210,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,14394,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,1085,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",2310,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",f_50-99,Total income,2500,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,2326,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,193,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,4222,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,289,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,90,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,12093,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,1035,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",2402,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",g_100-199,Total income,2491,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,2211,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,285,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,2453,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,204,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,63,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,30993,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,2609,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",5842,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",h_200+,Total income,6659,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,6179,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,497,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",h_200+,Total assets,28148,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,1158,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,56484,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,138231,COUNT,,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,12366,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",31899,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,34114,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,28984,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,5291,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,55832,DOLLARS(millions),,,,,,,,, +2016,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,4956,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,a_0,Activity unit,10530,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,a_0,Salaries and wages paid,227,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1622,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,a_0,Total income,1681,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,a_0,Total expenditure,1471,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,a_0,Operating profit before tax,212,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,a_0,Total assets,2045,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,a_0,Fixed tangible assets,887,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,b_1-5,Activity unit,4632,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,b_1-5,Rolling mean employees,8556,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,b_1-5,Salaries and wages paid,363,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1230,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,b_1-5,Total income,1293,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,b_1-5,Total expenditure,1149,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,b_1-5,Operating profit before tax,157,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,b_1-5,Total assets,1275,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,b_1-5,Fixed tangible assets,347,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,c_6-9,Activity unit,594,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,c_6-9,Rolling mean employees,4311,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,c_6-9,Salaries and wages paid,173,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",412,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,c_6-9,Total income,424,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,c_6-9,Total expenditure,395,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,c_6-9,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,c_6-9,Total assets,363,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,c_6-9,Fixed tangible assets,98,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,d_10-19,Activity unit,492,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,d_10-19,Rolling mean employees,6798,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,d_10-19,Salaries and wages paid,322,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",977,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,d_10-19,Total income,1010,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,d_10-19,Total expenditure,904,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,d_10-19,Operating profit before tax,111,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,d_10-19,Total assets,623,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,d_10-19,Fixed tangible assets,166,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,e_20-49,Activity unit,315,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,e_20-49,Rolling mean employees,9549,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,e_20-49,Salaries and wages paid,419,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",1040,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,e_20-49,Total income,1082,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,e_20-49,Total expenditure,987,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,e_20-49,Operating profit before tax,106,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,e_20-49,Total assets,938,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,e_20-49,Fixed tangible assets,150,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,f_50-99,Activity unit,138,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,f_50-99,Rolling mean employees,9693,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,f_50-99,Salaries and wages paid,286,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",674,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,f_50-99,Total income,721,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,f_50-99,Total expenditure,643,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,f_50-99,Operating profit before tax,82,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,f_50-99,Total assets,969,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,f_50-99,Fixed tangible assets,162,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,g_100-199,Activity unit,84,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,g_100-199,Rolling mean employees,11910,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,g_100-199,Salaries and wages paid,364,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",790,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,g_100-199,Total income,806,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,g_100-199,Total expenditure,785,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,g_100-199,Operating profit before tax,44,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,g_100-199,Total assets,474,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,g_100-199,Fixed tangible assets,82,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,h_200+,Activity unit,81,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,h_200+,Rolling mean employees,53727,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,h_200+,Salaries and wages paid,1454,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",2982,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,h_200+,Total income,3020,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,h_200+,Total expenditure,2950,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,h_200+,Operating profit before tax,179,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,h_200+,Total assets,1624,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,h_200+,Fixed tangible assets,432,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,i_Industry_Total,Activity unit,16866,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,104544,COUNT,,,,,,,,, +2016,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,3608,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",9728,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,i_Industry_Total,Total income,10036,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,i_Industry_Total,Total expenditure,9284,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,922,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,i_Industry_Total,Total assets,8313,DOLLARS(millions),,,,,,,,, +2016,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,2324,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,a_0,Activity unit,486,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,a_0,Salaries and wages paid,20,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",130,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,a_0,Total income,131,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,a_0,Total expenditure,116,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,a_0,Operating profit before tax,16,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,a_0,Fixed tangible assets,25,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,b_1-5,Activity unit,303,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,b_1-5,Rolling mean employees,672,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,b_1-5,Salaries and wages paid,35,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",99,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,b_1-5,Total income,99,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,b_1-5,Total expenditure,92,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,b_1-5,Operating profit before tax,7,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,b_1-5,Total assets,52,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,b_1-5,Fixed tangible assets,10,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,c_6-9,Activity unit,78,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,c_6-9,Rolling mean employees,552,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,c_6-9,Salaries and wages paid,24,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",56,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,c_6-9,Total income,56,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,c_6-9,Total expenditure,51,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,c_6-9,Operating profit before tax,5,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,c_6-9,Total assets,27,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,c_6-9,Fixed tangible assets,5,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,d_10-19,Activity unit,63,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,d_10-19,Rolling mean employees,849,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,d_10-19,Salaries and wages paid,29,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",68,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,d_10-19,Total income,68,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,d_10-19,Total expenditure,61,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,d_10-19,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,d_10-19,Total assets,C,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,d_10-19,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,e_20-49,Activity unit,48,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,e_20-49,Rolling mean employees,1527,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,e_20-49,Salaries and wages paid,51,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",117,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,e_20-49,Total income,123,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,e_20-49,Total expenditure,114,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,e_20-49,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,e_20-49,Total assets,62,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,e_20-49,Fixed tangible assets,13,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,f_50-99,Activity unit,9,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,f_50-99,Rolling mean employees,636,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,f_50-99,Salaries and wages paid,25,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",43,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,f_50-99,Total income,43,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,f_50-99,Total expenditure,43,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,f_50-99,Operating profit before tax,-1,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,f_50-99,Total assets,42,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,f_50-99,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,g_100-199,Rolling mean employees,726,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,g_100-199,Salaries and wages paid,34,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",55,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,g_100-199,Total income,56,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,g_100-199,Total expenditure,52,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,g_100-199,Operating profit before tax,3,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,g_100-199,Total assets,43,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,g_100-199,Fixed tangible assets,4,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,h_200+,Activity unit,15,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,h_200+,Rolling mean employees,9915,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,h_200+,Salaries and wages paid,379,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",681,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,h_200+,Total income,695,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,h_200+,Total expenditure,662,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,h_200+,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,h_200+,Total assets,611,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,h_200+,Fixed tangible assets,86,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,i_Industry_Total,Activity unit,1005,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,14877,COUNT,,,,,,,,, +2016,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,597,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",1248,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,i_Industry_Total,Total income,1270,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,i_Industry_Total,Total expenditure,1191,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,i_Industry_Total,Total assets,1305,DOLLARS(millions),,,,,,,,, +2016,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,158,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,a_0,Activity unit,2568,COUNT,,,,,,,,, +2016,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,P,Education and Training,a_0,Salaries and wages paid,83,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",319,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,a_0,Total income,368,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,a_0,Total expenditure,308,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,a_0,Operating profit before tax,86,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,a_0,Total assets,487,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,a_0,Fixed tangible assets,188,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,b_1-5,Activity unit,1347,COUNT,,,,,,,,, +2016,P,Education and Training,b_1-5,Rolling mean employees,3234,COUNT,,,,,,,,, +2016,P,Education and Training,b_1-5,Salaries and wages paid,111,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",312,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,b_1-5,Total income,348,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,b_1-5,Total expenditure,307,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,b_1-5,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,b_1-5,Total assets,476,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,b_1-5,Fixed tangible assets,278,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,c_6-9,Activity unit,714,COUNT,,,,,,,,, +2016,P,Education and Training,c_6-9,Rolling mean employees,5088,COUNT,,,,,,,,, +2016,P,Education and Training,c_6-9,Salaries and wages paid,152,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",271,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,c_6-9,Total income,305,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,c_6-9,Total expenditure,294,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,c_6-9,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,c_6-9,Total assets,229,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,c_6-9,Fixed tangible assets,78,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,d_10-19,Activity unit,669,COUNT,,,,,,,,, +2016,P,Education and Training,d_10-19,Rolling mean employees,8952,COUNT,,,,,,,,, +2016,P,Education and Training,d_10-19,Salaries and wages paid,291,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",470,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,d_10-19,Total income,523,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,d_10-19,Total expenditure,494,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,d_10-19,Operating profit before tax,32,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,d_10-19,Total assets,411,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,d_10-19,Fixed tangible assets,166,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,e_20-49,Activity unit,300,COUNT,,,,,,,,, +2016,P,Education and Training,e_20-49,Rolling mean employees,8859,COUNT,,,,,,,,, +2016,P,Education and Training,e_20-49,Salaries and wages paid,320,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",625,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,e_20-49,Total income,691,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,e_20-49,Total expenditure,635,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,e_20-49,Operating profit before tax,64,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,e_20-49,Total assets,548,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,e_20-49,Fixed tangible assets,239,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,f_50-99,Activity unit,87,COUNT,,,,,,,,, +2016,P,Education and Training,f_50-99,Rolling mean employees,5811,COUNT,,,,,,,,, +2016,P,Education and Training,f_50-99,Salaries and wages paid,256,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",540,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,f_50-99,Total income,568,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,f_50-99,Total expenditure,517,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,f_50-99,Operating profit before tax,50,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,f_50-99,Total assets,513,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,f_50-99,Fixed tangible assets,228,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,g_100-199,Activity unit,30,COUNT,,,,,,,,, +2016,P,Education and Training,g_100-199,Rolling mean employees,4161,COUNT,,,,,,,,, +2016,P,Education and Training,g_100-199,Salaries and wages paid,196,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",427,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,g_100-199,Total income,436,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,g_100-199,Total expenditure,396,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,g_100-199,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,g_100-199,Total assets,658,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,g_100-199,Fixed tangible assets,403,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,h_200+,Activity unit,24,COUNT,,,,,,,,, +2016,P,Education and Training,h_200+,Rolling mean employees,11832,COUNT,,,,,,,,, +2016,P,Education and Training,h_200+,Salaries and wages paid,512,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",893,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,h_200+,Total income,973,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,h_200+,Total expenditure,847,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,h_200+,Operating profit before tax,65,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,h_200+,Total assets,1875,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,h_200+,Fixed tangible assets,966,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,i_Industry_Total,Activity unit,5736,COUNT,,,,,,,,, +2016,P,Education and Training,i_Industry_Total,Rolling mean employees,47937,COUNT,,,,,,,,, +2016,P,Education and Training,i_Industry_Total,Salaries and wages paid,1923,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",3858,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,i_Industry_Total,Total income,4211,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,i_Industry_Total,Total expenditure,3799,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,i_Industry_Total,Operating profit before tax,394,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,i_Industry_Total,Total assets,5197,DOLLARS(millions),,,,,,,,, +2016,P,Education and Training,i_Industry_Total,Fixed tangible assets,2547,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,a_0,Activity unit,10038,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,484,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",2168,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,a_0,Total income,2235,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,a_0,Total expenditure,1635,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,a_0,Operating profit before tax,605,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,a_0,Total assets,2043,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,811,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,b_1-5,Activity unit,5025,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,12216,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,756,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",1995,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,b_1-5,Total income,2067,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1705,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,386,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,b_1-5,Total assets,1420,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,427,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,c_6-9,Activity unit,1239,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,9213,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,346,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",763,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,c_6-9,Total income,870,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,c_6-9,Total expenditure,695,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,122,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,c_6-9,Total assets,1245,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,227,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,d_10-19,Activity unit,1014,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,13383,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,572,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1105,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,d_10-19,Total income,1186,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1096,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,83,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,d_10-19,Total assets,842,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,347,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,e_20-49,Activity unit,720,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,20892,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,802,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",1782,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,e_20-49,Total income,1933,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,e_20-49,Total expenditure,1726,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,182,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,e_20-49,Total assets,1425,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,574,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,f_50-99,Activity unit,270,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,18537,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,694,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1318,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,f_50-99,Total income,1397,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1368,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,f_50-99,Total assets,1756,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,921,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,g_100-199,Activity unit,129,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,17511,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,711,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",1790,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,g_100-199,Total income,1966,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,g_100-199,Total expenditure,1657,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,202,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,g_100-199,Total assets,4420,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,1488,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,h_200+,Activity unit,81,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,60114,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,2170,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",3758,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,h_200+,Total income,4020,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,h_200+,Total expenditure,3690,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,307,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,h_200+,Total assets,5338,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,2015,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,18513,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,151866,COUNT,,,,,,,,, +2016,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,6534,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",14679,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,i_Industry_Total,Total income,15674,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,13572,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,1908,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,18488,DOLLARS(millions),,,,,,,,, +2016,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,6811,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,a_0,Activity unit,6444,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,a_0,Salaries and wages paid,110,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",757,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,a_0,Total income,893,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,a_0,Total expenditure,743,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,a_0,Operating profit before tax,146,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,a_0,Total assets,1602,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,a_0,Fixed tangible assets,981,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,b_1-5,Activity unit,2358,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4668,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,148,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",585,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,b_1-5,Total income,719,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,b_1-5,Total expenditure,669,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,b_1-5,Operating profit before tax,63,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,b_1-5,Total assets,1142,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,736,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,c_6-9,Activity unit,351,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,c_6-9,Rolling mean employees,2535,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,69,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,c_6-9,Total income,294,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,c_6-9,Total expenditure,283,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,c_6-9,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,c_6-9,Total assets,395,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,305,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,d_10-19,Activity unit,378,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,d_10-19,Rolling mean employees,5058,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,154,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",421,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,d_10-19,Total income,537,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,d_10-19,Total expenditure,515,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,d_10-19,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,d_10-19,Total assets,843,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,568,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,e_20-49,Activity unit,204,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6078,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,211,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",729,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,e_20-49,Total income,981,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,e_20-49,Total expenditure,916,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,e_20-49,Operating profit before tax,72,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,e_20-49,Total assets,1842,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1398,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,f_50-99,Activity unit,45,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,f_50-99,Rolling mean employees,2862,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,104,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",263,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,f_50-99,Total income,342,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,f_50-99,Total expenditure,303,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,f_50-99,Operating profit before tax,15,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,f_50-99,Total assets,455,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,213,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2499,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,82,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",602,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,g_100-199,Total income,639,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,g_100-199,Total expenditure,421,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,g_100-199,Total assets,362,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,184,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,h_200+,Activity unit,15,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,h_200+,Rolling mean employees,12660,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,h_200+,Salaries and wages paid,404,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,h_200+,Total income,3706,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,h_200+,Total expenditure,3126,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,h_200+,Operating profit before tax,420,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,h_200+,Total assets,3364,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,h_200+,Fixed tangible assets,2407,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,i_Industry_Total,Activity unit,9810,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,36357,COUNT,,,,,,,,, +2016,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1283,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7026,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,i_Industry_Total,Total income,8111,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,6977,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,966,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,i_Industry_Total,Total assets,10005,DOLLARS(millions),,,,,,,,, +2016,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,6792,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,a_0,Activity unit,9648,COUNT,,,,,,,,, +2016,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2016,S,Other Services,a_0,Salaries and wages paid,197,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,a_0,"Sales, government funding, grants and subsidies",1094,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,a_0,Total income,1328,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,a_0,Total expenditure,1125,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,a_0,Operating profit before tax,190,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,a_0,Total assets,2835,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,a_0,Fixed tangible assets,1047,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,b_1-5,Activity unit,8958,COUNT,,,,,,,,, +2016,S,Other Services,b_1-5,Rolling mean employees,20193,COUNT,,,,,,,,, +2016,S,Other Services,b_1-5,Salaries and wages paid,884,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",2689,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,b_1-5,Total income,2988,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,b_1-5,Total expenditure,2648,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,b_1-5,Operating profit before tax,264,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,b_1-5,Total assets,2841,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,b_1-5,Fixed tangible assets,935,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,c_6-9,Activity unit,1479,COUNT,,,,,,,,, +2016,S,Other Services,c_6-9,Rolling mean employees,10329,COUNT,,,,,,,,, +2016,S,Other Services,c_6-9,Salaries and wages paid,429,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1229,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,c_6-9,Total income,1289,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,c_6-9,Total expenditure,1198,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,c_6-9,Operating profit before tax,97,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,c_6-9,Total assets,1051,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,c_6-9,Fixed tangible assets,212,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,d_10-19,Activity unit,828,COUNT,,,,,,,,, +2016,S,Other Services,d_10-19,Rolling mean employees,10788,COUNT,,,,,,,,, +2016,S,Other Services,d_10-19,Salaries and wages paid,456,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1353,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,d_10-19,Total income,1517,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,d_10-19,Total expenditure,1350,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,d_10-19,Operating profit before tax,104,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,d_10-19,Total assets,2048,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,d_10-19,Fixed tangible assets,467,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,e_20-49,Activity unit,276,COUNT,,,,,,,,, +2016,S,Other Services,e_20-49,Rolling mean employees,7815,COUNT,,,,,,,,, +2016,S,Other Services,e_20-49,Salaries and wages paid,364,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",1007,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,e_20-49,Total income,1292,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,e_20-49,Total expenditure,1166,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,e_20-49,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,e_20-49,Total assets,2248,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,e_20-49,Fixed tangible assets,285,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,f_50-99,Activity unit,51,COUNT,,,,,,,,, +2016,S,Other Services,f_50-99,Rolling mean employees,3390,COUNT,,,,,,,,, +2016,S,Other Services,f_50-99,Salaries and wages paid,164,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",388,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,f_50-99,Total income,451,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,f_50-99,Total expenditure,434,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,f_50-99,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,f_50-99,Total assets,350,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,f_50-99,Fixed tangible assets,124,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2016,S,Other Services,g_100-199,Rolling mean employees,2679,COUNT,,,,,,,,, +2016,S,Other Services,g_100-199,Salaries and wages paid,132,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",170,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,g_100-199,Total income,329,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,g_100-199,Total expenditure,317,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,g_100-199,Operating profit before tax,16,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,g_100-199,Total assets,237,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,g_100-199,Fixed tangible assets,77,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,h_200+,Activity unit,6,COUNT,,,,,,,,, +2016,S,Other Services,h_200+,Rolling mean employees,2820,COUNT,,,,,,,,, +2016,S,Other Services,h_200+,Salaries and wages paid,152,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",390,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,h_200+,Total income,473,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,h_200+,Total expenditure,441,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,h_200+,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,h_200+,Total assets,594,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,h_200+,Fixed tangible assets,173,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,i_Industry_Total,Activity unit,21273,COUNT,,,,,,,,, +2016,S,Other Services,i_Industry_Total,Rolling mean employees,58011,COUNT,,,,,,,,, +2016,S,Other Services,i_Industry_Total,Salaries and wages paid,2779,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",8318,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,i_Industry_Total,Total income,9668,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,i_Industry_Total,Total expenditure,8679,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,i_Industry_Total,Operating profit before tax,708,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,i_Industry_Total,Total assets,12204,DOLLARS(millions),,,,,,,,, +2016,S,Other Services,i_Industry_Total,Fixed tangible assets,3321,DOLLARS(millions),,,,,,,,, +2016,all,All Industries,j_Grand_Total,Activity unit,473073,COUNT,,,,,,,,, +2016,all,All Industries,j_Grand_Total,Rolling mean employees,1716477,COUNT,,,,,,,,, +2016,all,All Industries,j_Grand_Total,Salaries and wages paid,93912,DOLLARS(millions),,,,,,,,, +2016,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",532207,DOLLARS(millions),,,,,,,,, +2016,all,All Industries,j_Grand_Total,Total income,606511,DOLLARS(millions),,,,,,,,, +2016,all,All Industries,j_Grand_Total,Total expenditure,537086,DOLLARS(millions),,,,,,,,, +2016,all,All Industries,j_Grand_Total,Operating profit before tax,66186,DOLLARS(millions),,,,,,,,, +2016,all,All Industries,j_Grand_Total,Total assets,1946267,DOLLARS(millions),,,,,,,,, +2016,all,All Industries,j_Grand_Total,Fixed tangible assets,442723,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,43527,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,368,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",9737,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",a_0,Total income,11491,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,8358,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,1801,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",a_0,Total assets,68098,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,37997,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,20856,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,38565,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,1839,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",14774,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,15376,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,13663,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,1610,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,62275,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,37526,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2127,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,14928,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,635,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",3603,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,3746,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,3381,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,337,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,12897,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,8036,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1254,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,16245,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,662,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",3302,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,3472,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,3068,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,293,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,9099,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,4885,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,585,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,17151,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,624,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",2779,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,2909,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,2647,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,225,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,6414,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,2907,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,138,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,9384,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,303,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1247,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,1284,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1148,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,135,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,2965,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,1180,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,39,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,5400,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,158,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",557,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,612,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,539,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,46,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,916,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,21,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,9546,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,328,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1299,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1390,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1292,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,103,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,3112,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,68550,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,111222,COUNT,,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,4916,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",37299,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,40278,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,34097,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,4550,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,165776,DOLLARS(millions),,,,,,,,, +2017,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,94309,DOLLARS(millions),,,,,,,,, +2017,B,Mining,a_0,Activity unit,387,COUNT,,,,,,,,, +2017,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,B,Mining,a_0,Salaries and wages paid,65,DOLLARS(millions),,,,,,,,, +2017,B,Mining,a_0,"Sales, government funding, grants and subsidies",925,DOLLARS(millions),,,,,,,,, +2017,B,Mining,a_0,Total income,1163,DOLLARS(millions),,,,,,,,, +2017,B,Mining,a_0,Total expenditure,1099,DOLLARS(millions),,,,,,,,, +2017,B,Mining,a_0,Operating profit before tax,-74,DOLLARS(millions),,,,,,,,, +2017,B,Mining,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,a_0,Fixed tangible assets,1974,DOLLARS(millions),,,,,,,,, +2017,B,Mining,b_1-5,Activity unit,159,COUNT,,,,,,,,, +2017,B,Mining,b_1-5,Rolling mean employees,276,COUNT,,,,,,,,, +2017,B,Mining,b_1-5,Salaries and wages paid,37,DOLLARS(millions),,,,,,,,, +2017,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,b_1-5,Total income,233,DOLLARS(millions),,,,,,,,, +2017,B,Mining,b_1-5,Total expenditure,206,DOLLARS(millions),,,,,,,,, +2017,B,Mining,b_1-5,Operating profit before tax,27,DOLLARS(millions),,,,,,,,, +2017,B,Mining,b_1-5,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,b_1-5,Fixed tangible assets,410,DOLLARS(millions),,,,,,,,, +2017,B,Mining,c_6-9,Activity unit,42,COUNT,,,,,,,,, +2017,B,Mining,c_6-9,Rolling mean employees,276,COUNT,,,,,,,,, +2017,B,Mining,c_6-9,Salaries and wages paid,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",85,DOLLARS(millions),,,,,,,,, +2017,B,Mining,c_6-9,Total income,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,c_6-9,Total expenditure,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,c_6-9,Operating profit before tax,0,DOLLARS(millions),,,,,,,,, +2017,B,Mining,c_6-9,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,c_6-9,Fixed tangible assets,74,DOLLARS(millions),,,,,,,,, +2017,B,Mining,d_10-19,Activity unit,33,COUNT,,,,,,,,, +2017,B,Mining,d_10-19,Rolling mean employees,489,COUNT,,,,,,,,, +2017,B,Mining,d_10-19,Salaries and wages paid,36,DOLLARS(millions),,,,,,,,, +2017,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,d_10-19,Total income,191,DOLLARS(millions),,,,,,,,, +2017,B,Mining,d_10-19,Total expenditure,322,DOLLARS(millions),,,,,,,,, +2017,B,Mining,d_10-19,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2017,B,Mining,d_10-19,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,d_10-19,Fixed tangible assets,145,DOLLARS(millions),,,,,,,,, +2017,B,Mining,e_20-49,Activity unit,24,COUNT,,,,,,,,, +2017,B,Mining,e_20-49,Rolling mean employees,684,COUNT,,,,,,,,, +2017,B,Mining,e_20-49,Salaries and wages paid,62,DOLLARS(millions),,,,,,,,, +2017,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",566,DOLLARS(millions),,,,,,,,, +2017,B,Mining,e_20-49,Total income,610,DOLLARS(millions),,,,,,,,, +2017,B,Mining,e_20-49,Total expenditure,443,DOLLARS(millions),,,,,,,,, +2017,B,Mining,e_20-49,Operating profit before tax,132,DOLLARS(millions),,,,,,,,, +2017,B,Mining,e_20-49,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,e_20-49,Fixed tangible assets,646,DOLLARS(millions),,,,,,,,, +2017,B,Mining,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2017,B,Mining,f_50-99,Rolling mean employees,951,COUNT,,,,,,,,, +2017,B,Mining,f_50-99,Salaries and wages paid,132,DOLLARS(millions),,,,,,,,, +2017,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",1244,DOLLARS(millions),,,,,,,,, +2017,B,Mining,f_50-99,Total income,1521,DOLLARS(millions),,,,,,,,, +2017,B,Mining,f_50-99,Total expenditure,1446,DOLLARS(millions),,,,,,,,, +2017,B,Mining,f_50-99,Operating profit before tax,305,DOLLARS(millions),,,,,,,,, +2017,B,Mining,f_50-99,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,f_50-99,Fixed tangible assets,1927,DOLLARS(millions),,,,,,,,, +2017,B,Mining,g_100-199,Activity unit,3,COUNT,,,,,,,,, +2017,B,Mining,g_100-199,Rolling mean employees,402,COUNT,,,,,,,,, +2017,B,Mining,g_100-199,Salaries and wages paid,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,g_100-199,Total income,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,g_100-199,Total expenditure,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,g_100-199,Fixed tangible assets,94,DOLLARS(millions),,,,,,,,, +2017,B,Mining,h_200+,Activity unit,6,COUNT,,,,,,,,, +2017,B,Mining,h_200+,Rolling mean employees,1953,COUNT,,,,,,,,, +2017,B,Mining,h_200+,Salaries and wages paid,228,DOLLARS(millions),,,,,,,,, +2017,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1449,DOLLARS(millions),,,,,,,,, +2017,B,Mining,h_200+,Total income,1529,DOLLARS(millions),,,,,,,,, +2017,B,Mining,h_200+,Total expenditure,1431,DOLLARS(millions),,,,,,,,, +2017,B,Mining,h_200+,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,i_Industry_Total,Activity unit,666,COUNT,,,,,,,,, +2017,B,Mining,i_Industry_Total,Rolling mean employees,5034,COUNT,,,,,,,,, +2017,B,Mining,i_Industry_Total,Salaries and wages paid,615,DOLLARS(millions),,,,,,,,, +2017,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,i_Industry_Total,Total income,5529,DOLLARS(millions),,,,,,,,, +2017,B,Mining,i_Industry_Total,Total expenditure,5192,DOLLARS(millions),,,,,,,,, +2017,B,Mining,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2017,B,Mining,i_Industry_Total,Total assets,38389,DOLLARS(millions),,,,,,,,, +2017,B,Mining,i_Industry_Total,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,a_0,Activity unit,8922,COUNT,,,,,,,,, +2017,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,C,Manufacturing,a_0,Salaries and wages paid,304,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",2278,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,a_0,Total income,2325,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,a_0,Total expenditure,2061,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,a_0,Operating profit before tax,247,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,a_0,Total assets,2263,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,a_0,Fixed tangible assets,858,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,b_1-5,Activity unit,6699,COUNT,,,,,,,,, +2017,C,Manufacturing,b_1-5,Rolling mean employees,15135,COUNT,,,,,,,,, +2017,C,Manufacturing,b_1-5,Salaries and wages paid,786,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",4187,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,b_1-5,Total income,4227,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,b_1-5,Total expenditure,3952,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,b_1-5,Operating profit before tax,284,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,b_1-5,Total assets,2816,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,b_1-5,Fixed tangible assets,741,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,c_6-9,Activity unit,1878,COUNT,,,,,,,,, +2017,C,Manufacturing,c_6-9,Rolling mean employees,13671,COUNT,,,,,,,,, +2017,C,Manufacturing,c_6-9,Salaries and wages paid,646,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2792,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,c_6-9,Total income,2807,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,c_6-9,Total expenditure,2577,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,c_6-9,Operating profit before tax,247,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,c_6-9,Total assets,1738,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,c_6-9,Fixed tangible assets,416,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,d_10-19,Activity unit,1785,COUNT,,,,,,,,, +2017,C,Manufacturing,d_10-19,Rolling mean employees,24426,COUNT,,,,,,,,, +2017,C,Manufacturing,d_10-19,Salaries and wages paid,1203,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",4746,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,d_10-19,Total income,4773,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,d_10-19,Total expenditure,4502,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,d_10-19,Operating profit before tax,331,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,d_10-19,Total assets,3061,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,d_10-19,Fixed tangible assets,705,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,e_20-49,Activity unit,1212,COUNT,,,,,,,,, +2017,C,Manufacturing,e_20-49,Rolling mean employees,36177,COUNT,,,,,,,,, +2017,C,Manufacturing,e_20-49,Salaries and wages paid,1889,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",8822,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,e_20-49,Total income,8910,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,e_20-49,Total expenditure,8162,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,e_20-49,Operating profit before tax,824,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,e_20-49,Total assets,6462,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,e_20-49,Fixed tangible assets,1702,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,f_50-99,Activity unit,423,COUNT,,,,,,,,, +2017,C,Manufacturing,f_50-99,Rolling mean employees,28836,COUNT,,,,,,,,, +2017,C,Manufacturing,f_50-99,Salaries and wages paid,1676,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",11316,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,f_50-99,Total income,11443,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,f_50-99,Total expenditure,10981,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,f_50-99,Operating profit before tax,688,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,f_50-99,Total assets,8366,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,f_50-99,Fixed tangible assets,2309,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,g_100-199,Activity unit,165,COUNT,,,,,,,,, +2017,C,Manufacturing,g_100-199,Rolling mean employees,22728,COUNT,,,,,,,,, +2017,C,Manufacturing,g_100-199,Salaries and wages paid,1553,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",9565,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,g_100-199,Total income,9668,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,g_100-199,Total expenditure,9077,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,g_100-199,Operating profit before tax,621,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,g_100-199,Total assets,8246,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,g_100-199,Fixed tangible assets,2632,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,h_200+,Activity unit,147,COUNT,,,,,,,,, +2017,C,Manufacturing,h_200+,Rolling mean employees,87459,COUNT,,,,,,,,, +2017,C,Manufacturing,h_200+,Salaries and wages paid,6492,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",59356,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,h_200+,Total income,60740,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,h_200+,Total expenditure,56767,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,h_200+,Operating profit before tax,4027,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,h_200+,Total assets,49466,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,h_200+,Fixed tangible assets,18387,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,i_Industry_Total,Activity unit,21234,COUNT,,,,,,,,, +2017,C,Manufacturing,i_Industry_Total,Rolling mean employees,228435,COUNT,,,,,,,,, +2017,C,Manufacturing,i_Industry_Total,Salaries and wages paid,14549,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",103063,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,i_Industry_Total,Total income,104892,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,i_Industry_Total,Total expenditure,98077,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,i_Industry_Total,Operating profit before tax,7270,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,i_Industry_Total,Total assets,82418,DOLLARS(millions),,,,,,,,, +2017,C,Manufacturing,i_Industry_Total,Fixed tangible assets,27750,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,561,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,60,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,2345,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1994,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,366,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,8497,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,7017,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,366,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,696,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,39,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",217,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,219,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,196,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,24,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,357,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,231,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,57,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,402,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,22,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",143,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,146,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,142,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,3,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,237,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,127,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,60,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,807,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,43,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",214,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,247,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,192,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,461,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,322,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,30,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,849,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,45,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",294,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,303,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,285,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,724,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,531,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,18,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1338,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,101,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",634,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,651,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,553,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1690,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,1261,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,9,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,1512,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,109,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",842,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,866,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,682,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,191,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,3939,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,3447,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,18,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,11352,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,961,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",12545,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,14346,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,11122,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,3078,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,49871,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,41011,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1116,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,16959,COUNT,,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1380,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,19123,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,15168,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,65777,DOLLARS(millions),,,,,,,,, +2017,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,53946,DOLLARS(millions),,,,,,,,, +2017,E,Construction,a_0,Activity unit,33828,COUNT,,,,,,,,, +2017,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,E,Construction,a_0,Salaries and wages paid,1239,DOLLARS(millions),,,,,,,,, +2017,E,Construction,a_0,"Sales, government funding, grants and subsidies",11032,DOLLARS(millions),,,,,,,,, +2017,E,Construction,a_0,Total income,11200,DOLLARS(millions),,,,,,,,, +2017,E,Construction,a_0,Total expenditure,9890,DOLLARS(millions),,,,,,,,, +2017,E,Construction,a_0,Operating profit before tax,1610,DOLLARS(millions),,,,,,,,, +2017,E,Construction,a_0,Total assets,12977,DOLLARS(millions),,,,,,,,, +2017,E,Construction,a_0,Fixed tangible assets,3918,DOLLARS(millions),,,,,,,,, +2017,E,Construction,b_1-5,Activity unit,19224,COUNT,,,,,,,,, +2017,E,Construction,b_1-5,Rolling mean employees,36354,COUNT,,,,,,,,, +2017,E,Construction,b_1-5,Salaries and wages paid,2428,DOLLARS(millions),,,,,,,,, +2017,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",11203,DOLLARS(millions),,,,,,,,, +2017,E,Construction,b_1-5,Total income,11281,DOLLARS(millions),,,,,,,,, +2017,E,Construction,b_1-5,Total expenditure,10442,DOLLARS(millions),,,,,,,,, +2017,E,Construction,b_1-5,Operating profit before tax,1095,DOLLARS(millions),,,,,,,,, +2017,E,Construction,b_1-5,Total assets,7264,DOLLARS(millions),,,,,,,,, +2017,E,Construction,b_1-5,Fixed tangible assets,1681,DOLLARS(millions),,,,,,,,, +2017,E,Construction,c_6-9,Activity unit,2634,COUNT,,,,,,,,, +2017,E,Construction,c_6-9,Rolling mean employees,18669,COUNT,,,,,,,,, +2017,E,Construction,c_6-9,Salaries and wages paid,1022,DOLLARS(millions),,,,,,,,, +2017,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",4498,DOLLARS(millions),,,,,,,,, +2017,E,Construction,c_6-9,Total income,4510,DOLLARS(millions),,,,,,,,, +2017,E,Construction,c_6-9,Total expenditure,4246,DOLLARS(millions),,,,,,,,, +2017,E,Construction,c_6-9,Operating profit before tax,326,DOLLARS(millions),,,,,,,,, +2017,E,Construction,c_6-9,Total assets,1863,DOLLARS(millions),,,,,,,,, +2017,E,Construction,c_6-9,Fixed tangible assets,455,DOLLARS(millions),,,,,,,,, +2017,E,Construction,d_10-19,Activity unit,1950,COUNT,,,,,,,,, +2017,E,Construction,d_10-19,Rolling mean employees,25419,COUNT,,,,,,,,, +2017,E,Construction,d_10-19,Salaries and wages paid,1450,DOLLARS(millions),,,,,,,,, +2017,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",6254,DOLLARS(millions),,,,,,,,, +2017,E,Construction,d_10-19,Total income,6281,DOLLARS(millions),,,,,,,,, +2017,E,Construction,d_10-19,Total expenditure,5955,DOLLARS(millions),,,,,,,,, +2017,E,Construction,d_10-19,Operating profit before tax,457,DOLLARS(millions),,,,,,,,, +2017,E,Construction,d_10-19,Total assets,3016,DOLLARS(millions),,,,,,,,, +2017,E,Construction,d_10-19,Fixed tangible assets,814,DOLLARS(millions),,,,,,,,, +2017,E,Construction,e_20-49,Activity unit,843,COUNT,,,,,,,,, +2017,E,Construction,e_20-49,Rolling mean employees,24654,COUNT,,,,,,,,, +2017,E,Construction,e_20-49,Salaries and wages paid,1426,DOLLARS(millions),,,,,,,,, +2017,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",6598,DOLLARS(millions),,,,,,,,, +2017,E,Construction,e_20-49,Total income,6645,DOLLARS(millions),,,,,,,,, +2017,E,Construction,e_20-49,Total expenditure,6327,DOLLARS(millions),,,,,,,,, +2017,E,Construction,e_20-49,Operating profit before tax,435,DOLLARS(millions),,,,,,,,, +2017,E,Construction,e_20-49,Total assets,2779,DOLLARS(millions),,,,,,,,, +2017,E,Construction,e_20-49,Fixed tangible assets,613,DOLLARS(millions),,,,,,,,, +2017,E,Construction,f_50-99,Activity unit,207,COUNT,,,,,,,,, +2017,E,Construction,f_50-99,Rolling mean employees,14010,COUNT,,,,,,,,, +2017,E,Construction,f_50-99,Salaries and wages paid,857,DOLLARS(millions),,,,,,,,, +2017,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",4063,DOLLARS(millions),,,,,,,,, +2017,E,Construction,f_50-99,Total income,4079,DOLLARS(millions),,,,,,,,, +2017,E,Construction,f_50-99,Total expenditure,3900,DOLLARS(millions),,,,,,,,, +2017,E,Construction,f_50-99,Operating profit before tax,212,DOLLARS(millions),,,,,,,,, +2017,E,Construction,f_50-99,Total assets,1741,DOLLARS(millions),,,,,,,,, +2017,E,Construction,f_50-99,Fixed tangible assets,442,DOLLARS(millions),,,,,,,,, +2017,E,Construction,g_100-199,Activity unit,57,COUNT,,,,,,,,, +2017,E,Construction,g_100-199,Rolling mean employees,7611,COUNT,,,,,,,,, +2017,E,Construction,g_100-199,Salaries and wages paid,528,DOLLARS(millions),,,,,,,,, +2017,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",3209,DOLLARS(millions),,,,,,,,, +2017,E,Construction,g_100-199,Total income,3226,DOLLARS(millions),,,,,,,,, +2017,E,Construction,g_100-199,Total expenditure,3120,DOLLARS(millions),,,,,,,,, +2017,E,Construction,g_100-199,Operating profit before tax,333,DOLLARS(millions),,,,,,,,, +2017,E,Construction,g_100-199,Total assets,1924,DOLLARS(millions),,,,,,,,, +2017,E,Construction,g_100-199,Fixed tangible assets,371,DOLLARS(millions),,,,,,,,, +2017,E,Construction,h_200+,Activity unit,36,COUNT,,,,,,,,, +2017,E,Construction,h_200+,Rolling mean employees,26529,COUNT,,,,,,,,, +2017,E,Construction,h_200+,Salaries and wages paid,2219,DOLLARS(millions),,,,,,,,, +2017,E,Construction,h_200+,"Sales, government funding, grants and subsidies",9191,DOLLARS(millions),,,,,,,,, +2017,E,Construction,h_200+,Total income,9246,DOLLARS(millions),,,,,,,,, +2017,E,Construction,h_200+,Total expenditure,9242,DOLLARS(millions),,,,,,,,, +2017,E,Construction,h_200+,Operating profit before tax,5,DOLLARS(millions),,,,,,,,, +2017,E,Construction,h_200+,Total assets,4016,DOLLARS(millions),,,,,,,,, +2017,E,Construction,h_200+,Fixed tangible assets,922,DOLLARS(millions),,,,,,,,, +2017,E,Construction,i_Industry_Total,Activity unit,58779,COUNT,,,,,,,,, +2017,E,Construction,i_Industry_Total,Rolling mean employees,153246,COUNT,,,,,,,,, +2017,E,Construction,i_Industry_Total,Salaries and wages paid,11169,DOLLARS(millions),,,,,,,,, +2017,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",56049,DOLLARS(millions),,,,,,,,, +2017,E,Construction,i_Industry_Total,Total income,56467,DOLLARS(millions),,,,,,,,, +2017,E,Construction,i_Industry_Total,Total expenditure,53120,DOLLARS(millions),,,,,,,,, +2017,E,Construction,i_Industry_Total,Operating profit before tax,4473,DOLLARS(millions),,,,,,,,, +2017,E,Construction,i_Industry_Total,Total assets,35580,DOLLARS(millions),,,,,,,,, +2017,E,Construction,i_Industry_Total,Fixed tangible assets,9217,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,a_0,Activity unit,8547,COUNT,,,,,,,,, +2017,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,F,Wholesale Trade,a_0,Salaries and wages paid,337,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",7509,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,a_0,Total income,7564,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,a_0,Total expenditure,7119,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,a_0,Operating profit before tax,503,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,a_0,Total assets,4839,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,a_0,Fixed tangible assets,1040,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,b_1-5,Activity unit,5529,COUNT,,,,,,,,, +2017,F,Wholesale Trade,b_1-5,Rolling mean employees,11988,COUNT,,,,,,,,, +2017,F,Wholesale Trade,b_1-5,Salaries and wages paid,782,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",8735,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,b_1-5,Total income,8768,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,b_1-5,Total expenditure,8264,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,b_1-5,Operating profit before tax,540,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,b_1-5,Total assets,4625,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,b_1-5,Fixed tangible assets,508,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,c_6-9,Activity unit,1272,COUNT,,,,,,,,, +2017,F,Wholesale Trade,c_6-9,Rolling mean employees,9171,COUNT,,,,,,,,, +2017,F,Wholesale Trade,c_6-9,Salaries and wages paid,525,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",5163,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,c_6-9,Total income,5194,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,c_6-9,Total expenditure,4920,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,c_6-9,Operating profit before tax,327,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,c_6-9,Total assets,2576,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,c_6-9,Fixed tangible assets,353,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,d_10-19,Activity unit,1137,COUNT,,,,,,,,, +2017,F,Wholesale Trade,d_10-19,Rolling mean employees,15348,COUNT,,,,,,,,, +2017,F,Wholesale Trade,d_10-19,Salaries and wages paid,950,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",9530,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,d_10-19,Total income,9626,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,d_10-19,Total expenditure,9093,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,d_10-19,Operating profit before tax,540,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,d_10-19,Total assets,4920,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,d_10-19,Fixed tangible assets,383,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,e_20-49,Activity unit,681,COUNT,,,,,,,,, +2017,F,Wholesale Trade,e_20-49,Rolling mean employees,20292,COUNT,,,,,,,,, +2017,F,Wholesale Trade,e_20-49,Salaries and wages paid,1392,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",14996,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,e_20-49,Total income,15090,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,e_20-49,Total expenditure,14653,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,e_20-49,Operating profit before tax,667,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,e_20-49,Total assets,7950,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,e_20-49,Fixed tangible assets,856,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,f_50-99,Activity unit,234,COUNT,,,,,,,,, +2017,F,Wholesale Trade,f_50-99,Rolling mean employees,16242,COUNT,,,,,,,,, +2017,F,Wholesale Trade,f_50-99,Salaries and wages paid,1042,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",12723,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,f_50-99,Total income,12799,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,f_50-99,Total expenditure,12466,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,f_50-99,Operating profit before tax,503,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,f_50-99,Total assets,6745,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,f_50-99,Fixed tangible assets,650,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,g_100-199,Activity unit,69,COUNT,,,,,,,,, +2017,F,Wholesale Trade,g_100-199,Rolling mean employees,9321,COUNT,,,,,,,,, +2017,F,Wholesale Trade,g_100-199,Salaries and wages paid,608,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",6159,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,g_100-199,Total income,6317,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,g_100-199,Total expenditure,6058,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,g_100-199,Operating profit before tax,281,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,g_100-199,Total assets,3674,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,g_100-199,Fixed tangible assets,273,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,h_200+,Activity unit,57,COUNT,,,,,,,,, +2017,F,Wholesale Trade,h_200+,Rolling mean employees,27216,COUNT,,,,,,,,, +2017,F,Wholesale Trade,h_200+,Salaries and wages paid,1796,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",32285,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,h_200+,Total income,32473,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,h_200+,Total expenditure,31833,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,h_200+,Operating profit before tax,781,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,h_200+,Total assets,11789,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,h_200+,Fixed tangible assets,1864,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,i_Industry_Total,Activity unit,17529,COUNT,,,,,,,,, +2017,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,109572,COUNT,,,,,,,,, +2017,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,7433,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",97101,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,i_Industry_Total,Total income,97833,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,i_Industry_Total,Total expenditure,94406,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,4142,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,i_Industry_Total,Total assets,47116,DOLLARS(millions),,,,,,,,, +2017,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,5926,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,a_0,Activity unit,11787,COUNT,,,,,,,,, +2017,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,G,Retail Trade,a_0,Salaries and wages paid,236,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",3014,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,a_0,Total income,3048,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,a_0,Total expenditure,2884,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,a_0,Operating profit before tax,196,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,a_0,Total assets,2430,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,a_0,Fixed tangible assets,922,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,b_1-5,Activity unit,10821,COUNT,,,,,,,,, +2017,G,Retail Trade,b_1-5,Rolling mean employees,24420,COUNT,,,,,,,,, +2017,G,Retail Trade,b_1-5,Salaries and wages paid,960,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",7892,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,b_1-5,Total income,7925,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,b_1-5,Total expenditure,7720,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,b_1-5,Operating profit before tax,265,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,b_1-5,Total assets,3430,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,b_1-5,Fixed tangible assets,690,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,c_6-9,Activity unit,2202,COUNT,,,,,,,,, +2017,G,Retail Trade,c_6-9,Rolling mean employees,15822,COUNT,,,,,,,,, +2017,G,Retail Trade,c_6-9,Salaries and wages paid,594,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",4424,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,c_6-9,Total income,4437,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,c_6-9,Total expenditure,4288,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,c_6-9,Operating profit before tax,184,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,c_6-9,Total assets,1531,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,c_6-9,Fixed tangible assets,261,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,d_10-19,Activity unit,1704,COUNT,,,,,,,,, +2017,G,Retail Trade,d_10-19,Rolling mean employees,22746,COUNT,,,,,,,,, +2017,G,Retail Trade,d_10-19,Salaries and wages paid,837,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",6870,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,d_10-19,Total income,6888,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,d_10-19,Total expenditure,6600,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,d_10-19,Operating profit before tax,312,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,d_10-19,Total assets,2397,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,d_10-19,Fixed tangible assets,410,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,e_20-49,Activity unit,672,COUNT,,,,,,,,, +2017,G,Retail Trade,e_20-49,Rolling mean employees,19023,COUNT,,,,,,,,, +2017,G,Retail Trade,e_20-49,Salaries and wages paid,754,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",7652,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,e_20-49,Total income,7676,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,e_20-49,Total expenditure,7415,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,e_20-49,Operating profit before tax,313,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,e_20-49,Total assets,2483,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,e_20-49,Fixed tangible assets,451,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,f_50-99,Activity unit,261,COUNT,,,,,,,,, +2017,G,Retail Trade,f_50-99,Rolling mean employees,18285,COUNT,,,,,,,,, +2017,G,Retail Trade,f_50-99,Salaries and wages paid,649,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",6465,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,f_50-99,Total income,6489,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,f_50-99,Total expenditure,6296,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,f_50-99,Operating profit before tax,274,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,f_50-99,Total assets,1970,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,f_50-99,Fixed tangible assets,341,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,g_100-199,Activity unit,192,COUNT,,,,,,,,, +2017,G,Retail Trade,g_100-199,Rolling mean employees,26901,COUNT,,,,,,,,, +2017,G,Retail Trade,g_100-199,Salaries and wages paid,920,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",9104,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,g_100-199,Total income,9149,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,g_100-199,Total expenditure,8971,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,g_100-199,Operating profit before tax,291,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,g_100-199,Total assets,2911,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,g_100-199,Fixed tangible assets,541,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,h_200+,Activity unit,126,COUNT,,,,,,,,, +2017,G,Retail Trade,h_200+,Rolling mean employees,82020,COUNT,,,,,,,,, +2017,G,Retail Trade,h_200+,Salaries and wages paid,2984,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",24856,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,h_200+,Total income,24984,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,h_200+,Total expenditure,23858,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,h_200+,Operating profit before tax,1297,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,h_200+,Total assets,9676,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,h_200+,Fixed tangible assets,2194,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,i_Industry_Total,Activity unit,27765,COUNT,,,,,,,,, +2017,G,Retail Trade,i_Industry_Total,Rolling mean employees,209220,COUNT,,,,,,,,, +2017,G,Retail Trade,i_Industry_Total,Salaries and wages paid,7934,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",70277,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,i_Industry_Total,Total income,70596,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,i_Industry_Total,Total expenditure,68034,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,i_Industry_Total,Operating profit before tax,3130,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,i_Industry_Total,Total assets,26827,DOLLARS(millions),,,,,,,,, +2017,G,Retail Trade,i_Industry_Total,Fixed tangible assets,5811,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,a_0,Activity unit,6228,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,a_0,Salaries and wages paid,146,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",952,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,a_0,Total income,1000,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,a_0,Total expenditure,871,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,a_0,Operating profit before tax,104,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,a_0,Total assets,2701,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,a_0,Fixed tangible assets,1897,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,b_1-5,Activity unit,8109,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,b_1-5,Rolling mean employees,20460,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,519,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",2174,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,b_1-5,Total income,2210,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,b_1-5,Total expenditure,2098,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,b_1-5,Operating profit before tax,94,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,b_1-5,Total assets,2263,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1278,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,c_6-9,Activity unit,2829,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,c_6-9,Rolling mean employees,20496,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,484,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",1561,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,c_6-9,Total income,1576,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,c_6-9,Total expenditure,1522,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,c_6-9,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,c_6-9,Total assets,999,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,493,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,d_10-19,Activity unit,2565,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,d_10-19,Rolling mean employees,34104,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,852,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",2485,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,d_10-19,Total income,2506,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,d_10-19,Total expenditure,2413,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,d_10-19,Operating profit before tax,87,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,d_10-19,Total assets,1710,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,985,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,e_20-49,Activity unit,1224,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,e_20-49,Rolling mean employees,34236,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,863,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",2689,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,e_20-49,Total income,2725,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,e_20-49,Total expenditure,2545,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,e_20-49,Operating profit before tax,184,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,e_20-49,Total assets,1917,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1135,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,f_50-99,Activity unit,186,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,f_50-99,Rolling mean employees,12876,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,365,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",1148,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,f_50-99,Total income,1172,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,f_50-99,Total expenditure,1067,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,f_50-99,Operating profit before tax,104,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,f_50-99,Total assets,1215,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,725,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,g_100-199,Activity unit,75,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,g_100-199,Rolling mean employees,10569,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,299,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",1068,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,g_100-199,Total income,1078,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,g_100-199,Total expenditure,919,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,g_100-199,Operating profit before tax,170,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,g_100-199,Total assets,1292,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,741,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,h_200+,Activity unit,33,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,h_200+,Rolling mean employees,21315,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,h_200+,Salaries and wages paid,602,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",2140,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,h_200+,Total income,2161,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,h_200+,Total expenditure,1907,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,h_200+,Operating profit before tax,252,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,h_200+,Total assets,2895,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1842,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,i_Industry_Total,Activity unit,21246,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,154056,COUNT,,,,,,,,, +2017,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,4131,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",14217,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,i_Industry_Total,Total income,14429,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,13343,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,1042,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,i_Industry_Total,Total assets,14992,DOLLARS(millions),,,,,,,,, +2017,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,9095,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",a_0,Activity unit,10236,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,136,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",1494,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",a_0,Total income,1523,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1211,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,309,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",a_0,Total assets,6079,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,5068,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,4047,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7788,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,415,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1647,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",b_1-5,Total income,1683,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1609,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,77,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",b_1-5,Total assets,2079,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,1161,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,609,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4290,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,191,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",788,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",c_6-9,Total income,793,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,677,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,147,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",c_6-9,Total assets,790,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,342,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,573,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,7392,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,376,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1483,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",d_10-19,Total income,1503,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1412,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,94,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",d_10-19,Total assets,1382,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,691,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,381,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,11559,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,661,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",2159,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",e_20-49,Total income,2189,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,2033,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,135,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",e_20-49,Total assets,2562,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1611,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,114,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,7839,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,444,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",1699,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",f_50-99,Total income,1721,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,1510,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,214,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",f_50-99,Total assets,1652,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,850,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,63,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8559,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,515,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",1803,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",g_100-199,Total income,1853,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1722,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,153,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",g_100-199,Total assets,2787,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,1867,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",h_200+,Activity unit,69,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,43197,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,3282,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",12801,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",h_200+,Total income,13291,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,11905,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,1358,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",h_200+,Total assets,23742,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,15212,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,16086,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,90624,COUNT,,,,,,,,, +2017,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,6020,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",23875,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,24555,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,22079,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,2487,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,41074,DOLLARS(millions),,,,,,,,, +2017,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,26801,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,a_0,Activity unit,4053,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,a_0,Salaries and wages paid,113,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",869,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,a_0,Total income,878,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,a_0,Total expenditure,787,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,a_0,Operating profit before tax,104,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,a_0,Total assets,1045,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,a_0,Fixed tangible assets,216,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,b_1-5,Activity unit,1161,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,2070,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,161,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",940,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,b_1-5,Total income,967,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,b_1-5,Total expenditure,930,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,b_1-5,Total assets,541,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,105,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,c_6-9,Activity unit,192,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1308,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,77,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",540,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,c_6-9,Total income,554,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,c_6-9,Total expenditure,487,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,c_6-9,Total assets,472,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,87,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,d_10-19,Activity unit,105,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,1431,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,69,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",297,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,d_10-19,Total income,301,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,d_10-19,Total expenditure,301,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,d_10-19,Total assets,191,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,40,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,e_20-49,Activity unit,48,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1503,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,105,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",507,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,e_20-49,Total income,575,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,e_20-49,Total expenditure,465,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,60,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,e_20-49,Total assets,492,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,155,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,f_50-99,Activity unit,30,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,2022,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,113,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",356,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,f_50-99,Total income,367,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,f_50-99,Total expenditure,382,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,-14,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,f_50-99,Total assets,643,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1203,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,76,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",275,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,g_100-199,Total income,276,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,g_100-199,Total expenditure,251,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,g_100-199,Total assets,614,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,h_200+,Activity unit,18,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,h_200+,Rolling mean employees,23070,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1647,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",10020,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,h_200+,Total income,10273,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,h_200+,Total expenditure,9299,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,h_200+,Operating profit before tax,1020,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,h_200+,Total assets,17067,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,5613,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,32607,COUNT,,,,,,,,, +2017,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2362,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",13804,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,i_Industry_Total,Total income,14191,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,12902,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,i_Industry_Total,Total assets,21065,DOLLARS(millions),,,,,,,,, +2017,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,a_0,Activity unit,26544,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,a_0,Salaries and wages paid,587,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",5999,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,a_0,Total income,28870,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,a_0,Total expenditure,12621,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,a_0,Operating profit before tax,12367,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,a_0,Total assets,443286,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,a_0,Fixed tangible assets,20701,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,b_1-5,Activity unit,2457,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4473,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,381,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1772,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,b_1-5,Total income,3834,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,b_1-5,Total expenditure,2298,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,b_1-5,Operating profit before tax,1435,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,b_1-5,Total assets,32087,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,1278,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,c_6-9,Activity unit,246,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1743,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,156,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",508,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,c_6-9,Total income,875,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,c_6-9,Total expenditure,586,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,c_6-9,Operating profit before tax,221,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,c_6-9,Total assets,4680,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,55,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,d_10-19,Activity unit,183,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2427,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,187,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",486,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,d_10-19,Total income,1577,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,d_10-19,Total expenditure,1330,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,d_10-19,Operating profit before tax,208,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,d_10-19,Total assets,10179,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,124,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,e_20-49,Activity unit,93,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2775,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,304,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",1143,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,e_20-49,Total income,2116,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,e_20-49,Total expenditure,1666,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,e_20-49,Operating profit before tax,382,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,e_20-49,Total assets,22816,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,219,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,f_50-99,Activity unit,48,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,f_50-99,Rolling mean employees,3312,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,315,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",887,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,f_50-99,Total income,1530,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,f_50-99,Total expenditure,1141,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,f_50-99,Operating profit before tax,236,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,f_50-99,Total assets,19015,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3099,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,216,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",860,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,g_100-199,Total income,2749,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,g_100-199,Total expenditure,1429,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,g_100-199,Operating profit before tax,1242,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,g_100-199,Total assets,7741,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,h_200+,Activity unit,42,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,h_200+,Rolling mean employees,45210,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,h_200+,Salaries and wages paid,3794,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",7975,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,h_200+,Total income,32348,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,h_200+,Total expenditure,24857,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,h_200+,Operating profit before tax,7450,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,h_200+,Total assets,587700,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,h_200+,Fixed tangible assets,1065,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,i_Industry_Total,Activity unit,29631,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,63042,COUNT,,,,,,,,, +2017,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,5939,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",19630,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,i_Industry_Total,Total income,73900,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,45927,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,23541,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,i_Industry_Total,Total assets,1127503,DOLLARS(millions),,,,,,,,, +2017,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,23514,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,71616,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,611,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",17694,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",a_0,Total income,21896,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,12355,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,6816,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,200577,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,147586,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5439,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,9174,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,457,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",3283,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,3680,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,2796,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,691,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,17634,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,11982,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,465,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3294,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,159,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",912,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,1024,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,755,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,247,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,2890,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,1850,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,339,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,4386,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,269,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",1092,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,1141,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,1046,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,63,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,2163,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,1250,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,144,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,4215,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,233,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",1050,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,1106,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,987,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,99,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,1510,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,852,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,21,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,1323,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,96,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",508,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,542,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,469,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,70,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,892,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,652,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,30,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,4125,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,258,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",1309,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1431,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,1141,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,223,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,4451,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,3766,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,6,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,3531,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,174,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",1089,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,1095,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,917,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,189,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,1098,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,491,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,78063,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,30051,COUNT,,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,2256,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",26937,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,31914,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,20468,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,8398,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,231215,DOLLARS(millions),,,,,,,,, +2017,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,168429,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",a_0,Activity unit,39429,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,1877,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",7143,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",a_0,Total income,7412,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,5561,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,1933,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",a_0,Total assets,6998,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,1910,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,13233,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,24342,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,1871,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",5043,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",b_1-5,Total income,5264,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,4450,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,765,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,4721,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,811,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,2142,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,15402,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,1147,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",2750,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",c_6-9,Total income,2850,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,2536,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,295,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,1760,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,213,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1479,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,19491,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1465,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",3368,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",d_10-19,Total income,3482,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,3093,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,487,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,3395,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,273,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,849,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,25125,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,1976,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",4817,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",e_20-49,Total income,4977,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,4402,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,602,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,4310,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,375,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,222,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,15315,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,1189,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",2696,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",f_50-99,Total income,2951,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,2552,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,432,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,3996,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,326,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,84,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,11574,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,1040,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",2482,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",g_100-199,Total income,2620,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,2276,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,332,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,2794,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,194,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,69,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,31590,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,2867,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",6236,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",h_200+,Total income,10617,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,6353,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,4265,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",h_200+,Total assets,29917,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,1499,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,57510,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,142839,COUNT,,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,13433,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",34536,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,40173,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,31223,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,9109,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,57890,DOLLARS(millions),,,,,,,,, +2017,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,5601,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,a_0,Activity unit,10641,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,a_0,Salaries and wages paid,242,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1806,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,a_0,Total income,1888,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,a_0,Total expenditure,1600,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,a_0,Operating profit before tax,267,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,a_0,Total assets,2130,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,a_0,Fixed tangible assets,833,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,b_1-5,Activity unit,4917,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,b_1-5,Rolling mean employees,9297,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,b_1-5,Salaries and wages paid,428,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1407,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,b_1-5,Total income,1449,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,b_1-5,Total expenditure,1319,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,b_1-5,Operating profit before tax,144,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,b_1-5,Total assets,1419,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,b_1-5,Fixed tangible assets,425,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,c_6-9,Activity unit,624,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,c_6-9,Rolling mean employees,4374,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,c_6-9,Salaries and wages paid,188,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",527,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,c_6-9,Total income,576,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,c_6-9,Total expenditure,507,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,c_6-9,Operating profit before tax,84,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,c_6-9,Total assets,356,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,c_6-9,Fixed tangible assets,108,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,d_10-19,Activity unit,498,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,d_10-19,Rolling mean employees,6726,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,d_10-19,Salaries and wages paid,326,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",1134,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,d_10-19,Total income,1142,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,d_10-19,Total expenditure,1063,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,d_10-19,Operating profit before tax,97,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,d_10-19,Total assets,690,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,d_10-19,Fixed tangible assets,99,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,e_20-49,Activity unit,378,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,e_20-49,Rolling mean employees,11376,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,e_20-49,Salaries and wages paid,495,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",1219,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,e_20-49,Total income,1272,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,e_20-49,Total expenditure,1228,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,e_20-49,Operating profit before tax,53,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,e_20-49,Total assets,822,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,e_20-49,Fixed tangible assets,206,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,f_50-99,Activity unit,135,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,f_50-99,Rolling mean employees,9591,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,f_50-99,Salaries and wages paid,332,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",746,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,f_50-99,Total income,773,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,f_50-99,Total expenditure,707,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,f_50-99,Operating profit before tax,94,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,f_50-99,Total assets,1389,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,f_50-99,Fixed tangible assets,220,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,g_100-199,Activity unit,90,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,g_100-199,Rolling mean employees,13242,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,g_100-199,Salaries and wages paid,398,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",802,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,g_100-199,Total income,816,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,g_100-199,Total expenditure,779,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,g_100-199,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,g_100-199,Total assets,442,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,g_100-199,Fixed tangible assets,80,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,h_200+,Activity unit,81,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,h_200+,Rolling mean employees,54570,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,h_200+,Salaries and wages paid,1488,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",3298,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,h_200+,Total income,3318,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,h_200+,Total expenditure,3152,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,h_200+,Operating profit before tax,229,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,h_200+,Total assets,1722,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,h_200+,Fixed tangible assets,548,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,i_Industry_Total,Activity unit,17364,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,109173,COUNT,,,,,,,,, +2017,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,3896,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",10938,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,i_Industry_Total,Total income,11235,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,i_Industry_Total,Total expenditure,10355,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,1013,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,i_Industry_Total,Total assets,8972,DOLLARS(millions),,,,,,,,, +2017,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,2518,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,a_0,Activity unit,504,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,a_0,Salaries and wages paid,72,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",215,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,a_0,Total income,215,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,a_0,Total expenditure,197,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,a_0,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,a_0,Fixed tangible assets,25,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,b_1-5,Activity unit,330,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,b_1-5,Rolling mean employees,723,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,b_1-5,Salaries and wages paid,38,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",108,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,b_1-5,Total income,109,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,b_1-5,Total expenditure,99,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,b_1-5,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,b_1-5,Total assets,58,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,b_1-5,Fixed tangible assets,14,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,c_6-9,Activity unit,63,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,c_6-9,Rolling mean employees,435,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,c_6-9,Salaries and wages paid,20,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",57,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,c_6-9,Total income,60,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,c_6-9,Total expenditure,53,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,c_6-9,Operating profit before tax,4,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,c_6-9,Total assets,C,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,c_6-9,Fixed tangible assets,3,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,d_10-19,Activity unit,63,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,d_10-19,Rolling mean employees,873,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,d_10-19,Salaries and wages paid,34,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",83,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,d_10-19,Total income,83,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,d_10-19,Total expenditure,71,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,d_10-19,Operating profit before tax,16,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,d_10-19,Total assets,41,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,d_10-19,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,e_20-49,Activity unit,36,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,e_20-49,Rolling mean employees,1266,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,e_20-49,Salaries and wages paid,43,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",104,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,e_20-49,Total income,111,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,e_20-49,Total expenditure,98,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,e_20-49,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,e_20-49,Total assets,46,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,e_20-49,Fixed tangible assets,11,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,f_50-99,Rolling mean employees,903,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,f_50-99,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",53,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,f_50-99,Total income,54,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,f_50-99,Total expenditure,55,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,f_50-99,Operating profit before tax,-1,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,f_50-99,Total assets,76,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,f_50-99,Fixed tangible assets,5,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,g_100-199,Rolling mean employees,1098,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,g_100-199,Salaries and wages paid,54,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",89,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,g_100-199,Total income,90,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,g_100-199,Total expenditure,88,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,g_100-199,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,g_100-199,Total assets,80,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,g_100-199,Fixed tangible assets,14,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,h_200+,Activity unit,12,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,h_200+,Rolling mean employees,10161,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,h_200+,Salaries and wages paid,360,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",618,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,h_200+,Total income,628,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,h_200+,Total expenditure,602,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,h_200+,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,h_200+,Total assets,630,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,h_200+,Fixed tangible assets,86,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,i_Industry_Total,Activity unit,1029,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,15459,COUNT,,,,,,,,, +2017,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,653,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",1327,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,i_Industry_Total,Total income,1350,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,i_Industry_Total,Total expenditure,1265,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,83,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,i_Industry_Total,Total assets,1412,DOLLARS(millions),,,,,,,,, +2017,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,165,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,a_0,Activity unit,2664,COUNT,,,,,,,,, +2017,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,P,Education and Training,a_0,Salaries and wages paid,96,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",367,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,a_0,Total income,394,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,a_0,Total expenditure,327,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,a_0,Operating profit before tax,67,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,a_0,Total assets,515,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,a_0,Fixed tangible assets,204,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,b_1-5,Activity unit,1506,COUNT,,,,,,,,, +2017,P,Education and Training,b_1-5,Rolling mean employees,3588,COUNT,,,,,,,,, +2017,P,Education and Training,b_1-5,Salaries and wages paid,136,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",360,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,b_1-5,Total income,397,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,b_1-5,Total expenditure,352,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,b_1-5,Operating profit before tax,46,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,b_1-5,Total assets,443,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,b_1-5,Fixed tangible assets,249,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,c_6-9,Activity unit,609,COUNT,,,,,,,,, +2017,P,Education and Training,c_6-9,Rolling mean employees,4314,COUNT,,,,,,,,, +2017,P,Education and Training,c_6-9,Salaries and wages paid,144,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",220,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,c_6-9,Total income,270,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,c_6-9,Total expenditure,244,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,c_6-9,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,c_6-9,Total assets,232,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,c_6-9,Fixed tangible assets,92,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,d_10-19,Activity unit,747,COUNT,,,,,,,,, +2017,P,Education and Training,d_10-19,Rolling mean employees,9801,COUNT,,,,,,,,, +2017,P,Education and Training,d_10-19,Salaries and wages paid,311,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",521,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,d_10-19,Total income,594,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,d_10-19,Total expenditure,545,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,d_10-19,Operating profit before tax,49,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,d_10-19,Total assets,491,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,d_10-19,Fixed tangible assets,204,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,e_20-49,Activity unit,300,COUNT,,,,,,,,, +2017,P,Education and Training,e_20-49,Rolling mean employees,8793,COUNT,,,,,,,,, +2017,P,Education and Training,e_20-49,Salaries and wages paid,310,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",560,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,e_20-49,Total income,627,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,e_20-49,Total expenditure,589,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,e_20-49,Operating profit before tax,49,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,e_20-49,Total assets,619,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,e_20-49,Fixed tangible assets,242,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,f_50-99,Activity unit,84,COUNT,,,,,,,,, +2017,P,Education and Training,f_50-99,Rolling mean employees,5700,COUNT,,,,,,,,, +2017,P,Education and Training,f_50-99,Salaries and wages paid,262,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",509,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,f_50-99,Total income,549,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,f_50-99,Total expenditure,515,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,f_50-99,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,f_50-99,Total assets,542,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,f_50-99,Fixed tangible assets,261,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,g_100-199,Activity unit,36,COUNT,,,,,,,,, +2017,P,Education and Training,g_100-199,Rolling mean employees,5073,COUNT,,,,,,,,, +2017,P,Education and Training,g_100-199,Salaries and wages paid,281,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",592,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,g_100-199,Total income,608,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,g_100-199,Total expenditure,548,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,g_100-199,Operating profit before tax,61,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,g_100-199,Total assets,789,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,g_100-199,Fixed tangible assets,434,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,h_200+,Activity unit,24,COUNT,,,,,,,,, +2017,P,Education and Training,h_200+,Rolling mean employees,11853,COUNT,,,,,,,,, +2017,P,Education and Training,h_200+,Salaries and wages paid,521,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",907,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,h_200+,Total income,990,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,h_200+,Total expenditure,843,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,h_200+,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,h_200+,Total assets,1980,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,h_200+,Fixed tangible assets,990,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,i_Industry_Total,Activity unit,5970,COUNT,,,,,,,,, +2017,P,Education and Training,i_Industry_Total,Rolling mean employees,49128,COUNT,,,,,,,,, +2017,P,Education and Training,i_Industry_Total,Salaries and wages paid,2060,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",4037,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,i_Industry_Total,Total income,4430,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,i_Industry_Total,Total expenditure,3963,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,i_Industry_Total,Operating profit before tax,409,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,i_Industry_Total,Total assets,5612,DOLLARS(millions),,,,,,,,, +2017,P,Education and Training,i_Industry_Total,Fixed tangible assets,2676,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,a_0,Activity unit,10455,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,533,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",2110,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,a_0,Total income,2185,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,a_0,Total expenditure,1511,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,a_0,Operating profit before tax,673,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,a_0,Total assets,3264,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,991,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,b_1-5,Activity unit,4449,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,10161,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,746,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",2127,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,b_1-5,Total income,2170,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1839,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,333,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,b_1-5,Total assets,1384,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,348,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,c_6-9,Activity unit,1512,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,11250,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,458,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",1003,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,c_6-9,Total income,1087,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,c_6-9,Total expenditure,974,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,129,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,c_6-9,Total assets,904,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,364,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,d_10-19,Activity unit,1209,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,15804,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,623,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1271,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,d_10-19,Total income,1397,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1265,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,108,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,d_10-19,Total assets,1578,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,422,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,e_20-49,Activity unit,780,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,22044,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,863,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",1945,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,e_20-49,Total income,2063,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,e_20-49,Total expenditure,1852,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,213,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,e_20-49,Total assets,1460,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,560,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,f_50-99,Activity unit,258,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,17910,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,655,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1318,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,f_50-99,Total income,1425,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1395,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,f_50-99,Total assets,1901,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,1252,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,g_100-199,Activity unit,132,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,18345,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,738,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",1824,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,g_100-199,Total income,2000,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,g_100-199,Total expenditure,1770,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,154,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,g_100-199,Total assets,4589,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,1428,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,h_200+,Activity unit,78,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,61314,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,2264,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",3921,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,h_200+,Total income,4181,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,h_200+,Total expenditure,3828,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,284,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,h_200+,Total assets,5545,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,2357,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,18873,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,156834,COUNT,,,,,,,,, +2017,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,6880,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",15519,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,i_Industry_Total,Total income,16508,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,14435,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,1932,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,20625,DOLLARS(millions),,,,,,,,, +2017,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,7722,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,a_0,Activity unit,6417,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,a_0,Salaries and wages paid,109,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",727,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,a_0,Total income,877,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,a_0,Total expenditure,664,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,a_0,Operating profit before tax,177,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,a_0,Total assets,1561,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,a_0,Fixed tangible assets,983,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,b_1-5,Activity unit,2415,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4914,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,151,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",677,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,b_1-5,Total income,828,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,b_1-5,Total expenditure,780,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,b_1-5,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,b_1-5,Total assets,1297,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,784,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,c_6-9,Activity unit,372,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,c_6-9,Rolling mean employees,2670,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,70,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",240,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,c_6-9,Total income,282,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,c_6-9,Total expenditure,269,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,c_6-9,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,c_6-9,Total assets,391,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,289,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,d_10-19,Activity unit,375,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,d_10-19,Rolling mean employees,5100,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,159,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",410,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,d_10-19,Total income,550,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,d_10-19,Total expenditure,519,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,d_10-19,Operating profit before tax,24,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,d_10-19,Total assets,770,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,506,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,e_20-49,Activity unit,216,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6444,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,233,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",730,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,e_20-49,Total income,932,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,e_20-49,Total expenditure,910,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,e_20-49,Total assets,2018,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1640,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,f_50-99,Activity unit,51,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,f_50-99,Rolling mean employees,3327,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,128,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",328,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,f_50-99,Total income,461,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,f_50-99,Total expenditure,414,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,f_50-99,Operating profit before tax,19,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,f_50-99,Total assets,791,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,426,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2439,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,78,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",717,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,g_100-199,Total income,761,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,g_100-199,Total expenditure,460,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,g_100-199,Total assets,372,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,112,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,h_200+,Activity unit,15,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,h_200+,Rolling mean employees,9726,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,h_200+,Salaries and wages paid,423,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",3481,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,h_200+,Total income,3601,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,h_200+,Total expenditure,3253,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,h_200+,Operating profit before tax,381,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,h_200+,Total assets,3306,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,h_200+,Fixed tangible assets,2385,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,i_Industry_Total,Activity unit,9882,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,34626,COUNT,,,,,,,,, +2017,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1353,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7309,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,i_Industry_Total,Total income,8292,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,7268,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,968,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,i_Industry_Total,Total assets,10505,DOLLARS(millions),,,,,,,,, +2017,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,7125,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,a_0,Activity unit,9723,COUNT,,,,,,,,, +2017,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2017,S,Other Services,a_0,Salaries and wages paid,206,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,a_0,"Sales, government funding, grants and subsidies",1173,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,a_0,Total income,1430,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,a_0,Total expenditure,1188,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,a_0,Operating profit before tax,228,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,a_0,Total assets,2811,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,a_0,Fixed tangible assets,1160,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,b_1-5,Activity unit,9045,COUNT,,,,,,,,, +2017,S,Other Services,b_1-5,Rolling mean employees,20832,COUNT,,,,,,,,, +2017,S,Other Services,b_1-5,Salaries and wages paid,925,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",2817,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,b_1-5,Total income,3090,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,b_1-5,Total expenditure,2780,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,b_1-5,Operating profit before tax,265,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,b_1-5,Total assets,3385,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,b_1-5,Fixed tangible assets,884,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,c_6-9,Activity unit,1602,COUNT,,,,,,,,, +2017,S,Other Services,c_6-9,Rolling mean employees,11310,COUNT,,,,,,,,, +2017,S,Other Services,c_6-9,Salaries and wages paid,489,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1417,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,c_6-9,Total income,1584,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,c_6-9,Total expenditure,1389,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,c_6-9,Operating profit before tax,129,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,c_6-9,Total assets,1564,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,c_6-9,Fixed tangible assets,265,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,d_10-19,Activity unit,831,COUNT,,,,,,,,, +2017,S,Other Services,d_10-19,Rolling mean employees,10878,COUNT,,,,,,,,, +2017,S,Other Services,d_10-19,Salaries and wages paid,471,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1408,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,d_10-19,Total income,1526,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,d_10-19,Total expenditure,1392,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,d_10-19,Operating profit before tax,126,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,d_10-19,Total assets,1766,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,d_10-19,Fixed tangible assets,486,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,e_20-49,Activity unit,297,COUNT,,,,,,,,, +2017,S,Other Services,e_20-49,Rolling mean employees,8319,COUNT,,,,,,,,, +2017,S,Other Services,e_20-49,Salaries and wages paid,393,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",1148,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,e_20-49,Total income,1440,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,e_20-49,Total expenditure,1265,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,e_20-49,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,e_20-49,Total assets,2482,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,e_20-49,Fixed tangible assets,389,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,f_50-99,Activity unit,54,COUNT,,,,,,,,, +2017,S,Other Services,f_50-99,Rolling mean employees,3642,COUNT,,,,,,,,, +2017,S,Other Services,f_50-99,Salaries and wages paid,180,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",452,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,f_50-99,Total income,539,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,f_50-99,Total expenditure,521,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,f_50-99,Operating profit before tax,20,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,f_50-99,Total assets,391,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,f_50-99,Fixed tangible assets,133,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2017,S,Other Services,g_100-199,Rolling mean employees,3159,COUNT,,,,,,,,, +2017,S,Other Services,g_100-199,Salaries and wages paid,141,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",234,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,g_100-199,Total income,398,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,g_100-199,Total expenditure,395,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,g_100-199,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,g_100-199,Total assets,319,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,g_100-199,Fixed tangible assets,96,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,h_200+,Activity unit,6,COUNT,,,,,,,,, +2017,S,Other Services,h_200+,Rolling mean employees,2655,COUNT,,,,,,,,, +2017,S,Other Services,h_200+,Salaries and wages paid,158,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",395,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,h_200+,Total income,483,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,h_200+,Total expenditure,442,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,h_200+,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,h_200+,Total assets,621,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,h_200+,Fixed tangible assets,202,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,i_Industry_Total,Activity unit,21576,COUNT,,,,,,,,, +2017,S,Other Services,i_Industry_Total,Rolling mean employees,60798,COUNT,,,,,,,,, +2017,S,Other Services,i_Industry_Total,Salaries and wages paid,2962,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",9045,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,i_Industry_Total,Total income,10491,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,i_Industry_Total,Total expenditure,9373,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,i_Industry_Total,Operating profit before tax,837,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,i_Industry_Total,Total assets,13340,DOLLARS(millions),,,,,,,,, +2017,S,Other Services,i_Industry_Total,Fixed tangible assets,3615,DOLLARS(millions),,,,,,,,, +2017,all,All Industries,j_Grand_Total,Activity unit,478479,COUNT,,,,,,,,, +2017,all,All Industries,j_Grand_Total,Rolling mean employees,1772925,COUNT,,,,,,,,, +2017,all,All Industries,j_Grand_Total,Salaries and wages paid,99941,DOLLARS(millions),,,,,,,,, +2017,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",567028,DOLLARS(millions),,,,,,,,, +2017,all,All Industries,j_Grand_Total,Total income,646185,DOLLARS(millions),,,,,,,,, +2017,all,All Industries,j_Grand_Total,Total expenditure,560694,DOLLARS(millions),,,,,,,,, +2017,all,All Industries,j_Grand_Total,Operating profit before tax,79017,DOLLARS(millions),,,,,,,,, +2017,all,All Industries,j_Grand_Total,Total assets,2016088,DOLLARS(millions),,,,,,,,, +2017,all,All Industries,j_Grand_Total,Fixed tangible assets,468656,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,40770,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,377,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",10582,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",a_0,Total income,12468,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,8841,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,2193,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",a_0,Total assets,68083,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,38228,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,20487,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,38493,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,1968,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",16117,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,17194,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,14409,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,1979,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,64288,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,38484,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2229,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,15717,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,712,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",4256,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,4409,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,3899,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,431,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,14340,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,9075,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1251,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,16374,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,690,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",3458,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,3602,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,3213,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,335,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,9927,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,5212,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,582,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,17289,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,644,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",3211,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,3395,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,2997,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,279,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,6799,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,3291,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,144,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,9450,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,349,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1501,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,1610,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1424,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,174,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,4210,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,1595,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,36,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,5154,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,198,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",638,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,642,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,602,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,524,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,21,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,10671,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,386,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1525,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1582,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1445,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,127,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,3370,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,65520,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,113151,COUNT,,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,5324,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",41288,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,44901,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,36830,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,5552,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,171542,DOLLARS(millions),,,,,,,,, +2018,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,97783,DOLLARS(millions),,,,,,,,, +2018,B,Mining,a_0,Activity unit,423,COUNT,,,,,,,,, +2018,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,B,Mining,a_0,Salaries and wages paid,60,DOLLARS(millions),,,,,,,,, +2018,B,Mining,a_0,"Sales, government funding, grants and subsidies",1112,DOLLARS(millions),,,,,,,,, +2018,B,Mining,a_0,Total income,1637,DOLLARS(millions),,,,,,,,, +2018,B,Mining,a_0,Total expenditure,1025,DOLLARS(millions),,,,,,,,, +2018,B,Mining,a_0,Operating profit before tax,281,DOLLARS(millions),,,,,,,,, +2018,B,Mining,a_0,Total assets,3940,DOLLARS(millions),,,,,,,,, +2018,B,Mining,a_0,Fixed tangible assets,1486,DOLLARS(millions),,,,,,,,, +2018,B,Mining,b_1-5,Activity unit,150,COUNT,,,,,,,,, +2018,B,Mining,b_1-5,Rolling mean employees,342,COUNT,,,,,,,,, +2018,B,Mining,b_1-5,Salaries and wages paid,37,DOLLARS(millions),,,,,,,,, +2018,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",526,DOLLARS(millions),,,,,,,,, +2018,B,Mining,b_1-5,Total income,C,DOLLARS(millions),,,,,,,,, +2018,B,Mining,b_1-5,Total expenditure,377,DOLLARS(millions),,,,,,,,, +2018,B,Mining,b_1-5,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2018,B,Mining,b_1-5,Total assets,1129,DOLLARS(millions),,,,,,,,, +2018,B,Mining,b_1-5,Fixed tangible assets,687,DOLLARS(millions),,,,,,,,, +2018,B,Mining,c_6-9,Activity unit,27,COUNT,,,,,,,,, +2018,B,Mining,c_6-9,Rolling mean employees,180,COUNT,,,,,,,,, +2018,B,Mining,c_6-9,Salaries and wages paid,14,DOLLARS(millions),,,,,,,,, +2018,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",111,DOLLARS(millions),,,,,,,,, +2018,B,Mining,c_6-9,Total income,C,DOLLARS(millions),,,,,,,,, +2018,B,Mining,c_6-9,Total expenditure,119,DOLLARS(millions),,,,,,,,, +2018,B,Mining,c_6-9,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2018,B,Mining,c_6-9,Total assets,283,DOLLARS(millions),,,,,,,,, +2018,B,Mining,c_6-9,Fixed tangible assets,35,DOLLARS(millions),,,,,,,,, +2018,B,Mining,d_10-19,Activity unit,33,COUNT,,,,,,,,, +2018,B,Mining,d_10-19,Rolling mean employees,504,COUNT,,,,,,,,, +2018,B,Mining,d_10-19,Salaries and wages paid,38,DOLLARS(millions),,,,,,,,, +2018,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",182,DOLLARS(millions),,,,,,,,, +2018,B,Mining,d_10-19,Total income,185,DOLLARS(millions),,,,,,,,, +2018,B,Mining,d_10-19,Total expenditure,158,DOLLARS(millions),,,,,,,,, +2018,B,Mining,d_10-19,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2018,B,Mining,d_10-19,Total assets,270,DOLLARS(millions),,,,,,,,, +2018,B,Mining,d_10-19,Fixed tangible assets,150,DOLLARS(millions),,,,,,,,, +2018,B,Mining,e_20-49,Activity unit,27,COUNT,,,,,,,,, +2018,B,Mining,e_20-49,Rolling mean employees,774,COUNT,,,,,,,,, +2018,B,Mining,e_20-49,Salaries and wages paid,75,DOLLARS(millions),,,,,,,,, +2018,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",394,DOLLARS(millions),,,,,,,,, +2018,B,Mining,e_20-49,Total income,410,DOLLARS(millions),,,,,,,,, +2018,B,Mining,e_20-49,Total expenditure,367,DOLLARS(millions),,,,,,,,, +2018,B,Mining,e_20-49,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2018,B,Mining,e_20-49,Total assets,586,DOLLARS(millions),,,,,,,,, +2018,B,Mining,e_20-49,Fixed tangible assets,309,DOLLARS(millions),,,,,,,,, +2018,B,Mining,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2018,B,Mining,f_50-99,Rolling mean employees,711,COUNT,,,,,,,,, +2018,B,Mining,f_50-99,Salaries and wages paid,100,DOLLARS(millions),,,,,,,,, +2018,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",931,DOLLARS(millions),,,,,,,,, +2018,B,Mining,f_50-99,Total income,1196,DOLLARS(millions),,,,,,,,, +2018,B,Mining,f_50-99,Total expenditure,874,DOLLARS(millions),,,,,,,,, +2018,B,Mining,f_50-99,Operating profit before tax,265,DOLLARS(millions),,,,,,,,, +2018,B,Mining,f_50-99,Total assets,2585,DOLLARS(millions),,,,,,,,, +2018,B,Mining,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2018,B,Mining,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2018,B,Mining,g_100-199,Rolling mean employees,1194,COUNT,,,,,,,,, +2018,B,Mining,g_100-199,Salaries and wages paid,115,DOLLARS(millions),,,,,,,,, +2018,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",690,DOLLARS(millions),,,,,,,,, +2018,B,Mining,g_100-199,Total income,1241,DOLLARS(millions),,,,,,,,, +2018,B,Mining,g_100-199,Total expenditure,1197,DOLLARS(millions),,,,,,,,, +2018,B,Mining,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2018,B,Mining,g_100-199,Total assets,2203,DOLLARS(millions),,,,,,,,, +2018,B,Mining,g_100-199,Fixed tangible assets,362,DOLLARS(millions),,,,,,,,, +2018,B,Mining,h_200+,Activity unit,3,COUNT,,,,,,,,, +2018,B,Mining,h_200+,Rolling mean employees,1491,COUNT,,,,,,,,, +2018,B,Mining,h_200+,Salaries and wages paid,205,DOLLARS(millions),,,,,,,,, +2018,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1217,DOLLARS(millions),,,,,,,,, +2018,B,Mining,h_200+,Total income,1221,DOLLARS(millions),,,,,,,,, +2018,B,Mining,h_200+,Total expenditure,1091,DOLLARS(millions),,,,,,,,, +2018,B,Mining,h_200+,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2018,B,Mining,h_200+,Total assets,1013,DOLLARS(millions),,,,,,,,, +2018,B,Mining,h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2018,B,Mining,i_Industry_Total,Activity unit,684,COUNT,,,,,,,,, +2018,B,Mining,i_Industry_Total,Rolling mean employees,5196,COUNT,,,,,,,,, +2018,B,Mining,i_Industry_Total,Salaries and wages paid,644,DOLLARS(millions),,,,,,,,, +2018,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",5164,DOLLARS(millions),,,,,,,,, +2018,B,Mining,i_Industry_Total,Total income,7282,DOLLARS(millions),,,,,,,,, +2018,B,Mining,i_Industry_Total,Total expenditure,5207,DOLLARS(millions),,,,,,,,, +2018,B,Mining,i_Industry_Total,Operating profit before tax,2182,DOLLARS(millions),,,,,,,,, +2018,B,Mining,i_Industry_Total,Total assets,12009,DOLLARS(millions),,,,,,,,, +2018,B,Mining,i_Industry_Total,Fixed tangible assets,5376,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,a_0,Activity unit,8856,COUNT,,,,,,,,, +2018,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,C,Manufacturing,a_0,Salaries and wages paid,317,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",2218,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,a_0,Total income,2237,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,a_0,Total expenditure,2004,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,a_0,Operating profit before tax,256,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,a_0,Total assets,3402,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,a_0,Fixed tangible assets,1777,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,b_1-5,Activity unit,6771,COUNT,,,,,,,,, +2018,C,Manufacturing,b_1-5,Rolling mean employees,15354,COUNT,,,,,,,,, +2018,C,Manufacturing,b_1-5,Salaries and wages paid,803,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",4416,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,b_1-5,Total income,4467,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,b_1-5,Total expenditure,4110,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,b_1-5,Operating profit before tax,398,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,b_1-5,Total assets,2891,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,b_1-5,Fixed tangible assets,756,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,c_6-9,Activity unit,1818,COUNT,,,,,,,,, +2018,C,Manufacturing,c_6-9,Rolling mean employees,13296,COUNT,,,,,,,,, +2018,C,Manufacturing,c_6-9,Salaries and wages paid,649,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2828,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,c_6-9,Total income,2850,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,c_6-9,Total expenditure,2635,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,c_6-9,Operating profit before tax,245,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,c_6-9,Total assets,1630,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,c_6-9,Fixed tangible assets,399,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,d_10-19,Activity unit,1851,COUNT,,,,,,,,, +2018,C,Manufacturing,d_10-19,Rolling mean employees,25146,COUNT,,,,,,,,, +2018,C,Manufacturing,d_10-19,Salaries and wages paid,1251,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",5148,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,d_10-19,Total income,5165,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,d_10-19,Total expenditure,4893,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,d_10-19,Operating profit before tax,358,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,d_10-19,Total assets,3721,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,d_10-19,Fixed tangible assets,1007,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,e_20-49,Activity unit,1194,COUNT,,,,,,,,, +2018,C,Manufacturing,e_20-49,Rolling mean employees,35778,COUNT,,,,,,,,, +2018,C,Manufacturing,e_20-49,Salaries and wages paid,1938,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",8785,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,e_20-49,Total income,8840,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,e_20-49,Total expenditure,8309,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,e_20-49,Operating profit before tax,681,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,e_20-49,Total assets,6676,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,e_20-49,Fixed tangible assets,1706,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,f_50-99,Activity unit,423,COUNT,,,,,,,,, +2018,C,Manufacturing,f_50-99,Rolling mean employees,28770,COUNT,,,,,,,,, +2018,C,Manufacturing,f_50-99,Salaries and wages paid,1727,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",11666,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,f_50-99,Total income,11780,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,f_50-99,Total expenditure,11029,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,f_50-99,Operating profit before tax,910,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,f_50-99,Total assets,7633,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,f_50-99,Fixed tangible assets,2133,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,g_100-199,Activity unit,183,COUNT,,,,,,,,, +2018,C,Manufacturing,g_100-199,Rolling mean employees,24762,COUNT,,,,,,,,, +2018,C,Manufacturing,g_100-199,Salaries and wages paid,1557,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",10879,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,g_100-199,Total income,10978,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,g_100-199,Total expenditure,10326,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,g_100-199,Operating profit before tax,702,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,g_100-199,Total assets,9028,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,g_100-199,Fixed tangible assets,2828,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,h_200+,Activity unit,156,COUNT,,,,,,,,, +2018,C,Manufacturing,h_200+,Rolling mean employees,91140,COUNT,,,,,,,,, +2018,C,Manufacturing,h_200+,Salaries and wages paid,6967,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",64669,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,h_200+,Total income,65444,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,h_200+,Total expenditure,62079,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,h_200+,Operating profit before tax,4594,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,h_200+,Total assets,51038,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,h_200+,Fixed tangible assets,18535,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,i_Industry_Total,Activity unit,21252,COUNT,,,,,,,,, +2018,C,Manufacturing,i_Industry_Total,Rolling mean employees,234240,COUNT,,,,,,,,, +2018,C,Manufacturing,i_Industry_Total,Salaries and wages paid,15209,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",110609,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,i_Industry_Total,Total income,111761,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,i_Industry_Total,Total expenditure,105387,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,i_Industry_Total,Operating profit before tax,8143,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,i_Industry_Total,Total assets,86018,DOLLARS(millions),,,,,,,,, +2018,C,Manufacturing,i_Industry_Total,Fixed tangible assets,29141,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,561,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,21,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,1264,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1091,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,163,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,5943,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,4975,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,369,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,696,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,41,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",252,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,254,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,218,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,362,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,210,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,66,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,489,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,27,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",192,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,201,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,175,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,270,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,154,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,57,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,729,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,41,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",248,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,251,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,217,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,732,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,596,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,39,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,1176,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,72,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,443,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,397,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,1004,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,783,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,18,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1149,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,92,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",638,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,652,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,581,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,2078,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,1686,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,15,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,2028,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,131,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",1195,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,1213,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,1031,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,186,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,4658,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,3659,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,18,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,12390,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,1034,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",14743,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,15998,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,13199,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,1774,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,53705,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,43996,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1137,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,18660,COUNT,,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1458,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,20276,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,16909,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2323,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,68752,DOLLARS(millions),,,,,,,,, +2018,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,56058,DOLLARS(millions),,,,,,,,, +2018,E,Construction,a_0,Activity unit,34620,COUNT,,,,,,,,, +2018,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,E,Construction,a_0,Salaries and wages paid,1371,DOLLARS(millions),,,,,,,,, +2018,E,Construction,a_0,"Sales, government funding, grants and subsidies",12131,DOLLARS(millions),,,,,,,,, +2018,E,Construction,a_0,Total income,12242,DOLLARS(millions),,,,,,,,, +2018,E,Construction,a_0,Total expenditure,10997,DOLLARS(millions),,,,,,,,, +2018,E,Construction,a_0,Operating profit before tax,1679,DOLLARS(millions),,,,,,,,, +2018,E,Construction,a_0,Total assets,14571,DOLLARS(millions),,,,,,,,, +2018,E,Construction,a_0,Fixed tangible assets,4151,DOLLARS(millions),,,,,,,,, +2018,E,Construction,b_1-5,Activity unit,20274,COUNT,,,,,,,,, +2018,E,Construction,b_1-5,Rolling mean employees,38616,COUNT,,,,,,,,, +2018,E,Construction,b_1-5,Salaries and wages paid,2619,DOLLARS(millions),,,,,,,,, +2018,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",11814,DOLLARS(millions),,,,,,,,, +2018,E,Construction,b_1-5,Total income,11894,DOLLARS(millions),,,,,,,,, +2018,E,Construction,b_1-5,Total expenditure,11013,DOLLARS(millions),,,,,,,,, +2018,E,Construction,b_1-5,Operating profit before tax,1091,DOLLARS(millions),,,,,,,,, +2018,E,Construction,b_1-5,Total assets,6656,DOLLARS(millions),,,,,,,,, +2018,E,Construction,b_1-5,Fixed tangible assets,1746,DOLLARS(millions),,,,,,,,, +2018,E,Construction,c_6-9,Activity unit,2814,COUNT,,,,,,,,, +2018,E,Construction,c_6-9,Rolling mean employees,20169,COUNT,,,,,,,,, +2018,E,Construction,c_6-9,Salaries and wages paid,1108,DOLLARS(millions),,,,,,,,, +2018,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",4764,DOLLARS(millions),,,,,,,,, +2018,E,Construction,c_6-9,Total income,4785,DOLLARS(millions),,,,,,,,, +2018,E,Construction,c_6-9,Total expenditure,4509,DOLLARS(millions),,,,,,,,, +2018,E,Construction,c_6-9,Operating profit before tax,350,DOLLARS(millions),,,,,,,,, +2018,E,Construction,c_6-9,Total assets,2177,DOLLARS(millions),,,,,,,,, +2018,E,Construction,c_6-9,Fixed tangible assets,454,DOLLARS(millions),,,,,,,,, +2018,E,Construction,d_10-19,Activity unit,2088,COUNT,,,,,,,,, +2018,E,Construction,d_10-19,Rolling mean employees,27402,COUNT,,,,,,,,, +2018,E,Construction,d_10-19,Salaries and wages paid,1628,DOLLARS(millions),,,,,,,,, +2018,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",7155,DOLLARS(millions),,,,,,,,, +2018,E,Construction,d_10-19,Total income,7186,DOLLARS(millions),,,,,,,,, +2018,E,Construction,d_10-19,Total expenditure,6748,DOLLARS(millions),,,,,,,,, +2018,E,Construction,d_10-19,Operating profit before tax,483,DOLLARS(millions),,,,,,,,, +2018,E,Construction,d_10-19,Total assets,3626,DOLLARS(millions),,,,,,,,, +2018,E,Construction,d_10-19,Fixed tangible assets,1002,DOLLARS(millions),,,,,,,,, +2018,E,Construction,e_20-49,Activity unit,933,COUNT,,,,,,,,, +2018,E,Construction,e_20-49,Rolling mean employees,27501,COUNT,,,,,,,,, +2018,E,Construction,e_20-49,Salaries and wages paid,1758,DOLLARS(millions),,,,,,,,, +2018,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",7922,DOLLARS(millions),,,,,,,,, +2018,E,Construction,e_20-49,Total income,7949,DOLLARS(millions),,,,,,,,, +2018,E,Construction,e_20-49,Total expenditure,7562,DOLLARS(millions),,,,,,,,, +2018,E,Construction,e_20-49,Operating profit before tax,534,DOLLARS(millions),,,,,,,,, +2018,E,Construction,e_20-49,Total assets,3345,DOLLARS(millions),,,,,,,,, +2018,E,Construction,e_20-49,Fixed tangible assets,733,DOLLARS(millions),,,,,,,,, +2018,E,Construction,f_50-99,Activity unit,249,COUNT,,,,,,,,, +2018,E,Construction,f_50-99,Rolling mean employees,16464,COUNT,,,,,,,,, +2018,E,Construction,f_50-99,Salaries and wages paid,1081,DOLLARS(millions),,,,,,,,, +2018,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",4659,DOLLARS(millions),,,,,,,,, +2018,E,Construction,f_50-99,Total income,4697,DOLLARS(millions),,,,,,,,, +2018,E,Construction,f_50-99,Total expenditure,4376,DOLLARS(millions),,,,,,,,, +2018,E,Construction,f_50-99,Operating profit before tax,312,DOLLARS(millions),,,,,,,,, +2018,E,Construction,f_50-99,Total assets,2175,DOLLARS(millions),,,,,,,,, +2018,E,Construction,f_50-99,Fixed tangible assets,533,DOLLARS(millions),,,,,,,,, +2018,E,Construction,g_100-199,Activity unit,69,COUNT,,,,,,,,, +2018,E,Construction,g_100-199,Rolling mean employees,9168,COUNT,,,,,,,,, +2018,E,Construction,g_100-199,Salaries and wages paid,686,DOLLARS(millions),,,,,,,,, +2018,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",3997,DOLLARS(millions),,,,,,,,, +2018,E,Construction,g_100-199,Total income,4019,DOLLARS(millions),,,,,,,,, +2018,E,Construction,g_100-199,Total expenditure,3657,DOLLARS(millions),,,,,,,,, +2018,E,Construction,g_100-199,Operating profit before tax,409,DOLLARS(millions),,,,,,,,, +2018,E,Construction,g_100-199,Total assets,2284,DOLLARS(millions),,,,,,,,, +2018,E,Construction,g_100-199,Fixed tangible assets,511,DOLLARS(millions),,,,,,,,, +2018,E,Construction,h_200+,Activity unit,36,COUNT,,,,,,,,, +2018,E,Construction,h_200+,Rolling mean employees,27243,COUNT,,,,,,,,, +2018,E,Construction,h_200+,Salaries and wages paid,2183,DOLLARS(millions),,,,,,,,, +2018,E,Construction,h_200+,"Sales, government funding, grants and subsidies",9583,DOLLARS(millions),,,,,,,,, +2018,E,Construction,h_200+,Total income,9609,DOLLARS(millions),,,,,,,,, +2018,E,Construction,h_200+,Total expenditure,9983,DOLLARS(millions),,,,,,,,, +2018,E,Construction,h_200+,Operating profit before tax,130,DOLLARS(millions),,,,,,,,, +2018,E,Construction,h_200+,Total assets,5199,DOLLARS(millions),,,,,,,,, +2018,E,Construction,h_200+,Fixed tangible assets,1008,DOLLARS(millions),,,,,,,,, +2018,E,Construction,i_Industry_Total,Activity unit,61083,COUNT,,,,,,,,, +2018,E,Construction,i_Industry_Total,Rolling mean employees,166566,COUNT,,,,,,,,, +2018,E,Construction,i_Industry_Total,Salaries and wages paid,12434,DOLLARS(millions),,,,,,,,, +2018,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",62025,DOLLARS(millions),,,,,,,,, +2018,E,Construction,i_Industry_Total,Total income,62381,DOLLARS(millions),,,,,,,,, +2018,E,Construction,i_Industry_Total,Total expenditure,58845,DOLLARS(millions),,,,,,,,, +2018,E,Construction,i_Industry_Total,Operating profit before tax,4988,DOLLARS(millions),,,,,,,,, +2018,E,Construction,i_Industry_Total,Total assets,40032,DOLLARS(millions),,,,,,,,, +2018,E,Construction,i_Industry_Total,Fixed tangible assets,10139,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,a_0,Activity unit,8298,COUNT,,,,,,,,, +2018,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,F,Wholesale Trade,a_0,Salaries and wages paid,363,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",7827,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,a_0,Total income,7910,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,a_0,Total expenditure,7424,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,a_0,Operating profit before tax,539,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,a_0,Total assets,5387,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,a_0,Fixed tangible assets,1170,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,b_1-5,Activity unit,5457,COUNT,,,,,,,,, +2018,F,Wholesale Trade,b_1-5,Rolling mean employees,12087,COUNT,,,,,,,,, +2018,F,Wholesale Trade,b_1-5,Salaries and wages paid,824,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",9127,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,b_1-5,Total income,9174,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,b_1-5,Total expenditure,8759,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,b_1-5,Operating profit before tax,472,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,b_1-5,Total assets,4811,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,b_1-5,Fixed tangible assets,514,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,c_6-9,Activity unit,1299,COUNT,,,,,,,,, +2018,F,Wholesale Trade,c_6-9,Rolling mean employees,9306,COUNT,,,,,,,,, +2018,F,Wholesale Trade,c_6-9,Salaries and wages paid,575,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",5244,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,c_6-9,Total income,5288,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,c_6-9,Total expenditure,4940,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,c_6-9,Operating profit before tax,413,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,c_6-9,Total assets,2631,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,c_6-9,Fixed tangible assets,216,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,d_10-19,Activity unit,1059,COUNT,,,,,,,,, +2018,F,Wholesale Trade,d_10-19,Rolling mean employees,14265,COUNT,,,,,,,,, +2018,F,Wholesale Trade,d_10-19,Salaries and wages paid,901,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",9605,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,d_10-19,Total income,9676,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,d_10-19,Total expenditure,9166,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,d_10-19,Operating profit before tax,656,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,d_10-19,Total assets,5177,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,d_10-19,Fixed tangible assets,485,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,e_20-49,Activity unit,732,COUNT,,,,,,,,, +2018,F,Wholesale Trade,e_20-49,Rolling mean employees,22074,COUNT,,,,,,,,, +2018,F,Wholesale Trade,e_20-49,Salaries and wages paid,1553,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",16670,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,e_20-49,Total income,16752,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,e_20-49,Total expenditure,16169,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,e_20-49,Operating profit before tax,894,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,e_20-49,Total assets,8736,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,e_20-49,Fixed tangible assets,875,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,f_50-99,Activity unit,231,COUNT,,,,,,,,, +2018,F,Wholesale Trade,f_50-99,Rolling mean employees,15846,COUNT,,,,,,,,, +2018,F,Wholesale Trade,f_50-99,Salaries and wages paid,1052,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",13707,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,f_50-99,Total income,13779,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,f_50-99,Total expenditure,13433,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,f_50-99,Operating profit before tax,648,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,f_50-99,Total assets,7260,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,f_50-99,Fixed tangible assets,713,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,g_100-199,Activity unit,81,COUNT,,,,,,,,, +2018,F,Wholesale Trade,g_100-199,Rolling mean employees,11100,COUNT,,,,,,,,, +2018,F,Wholesale Trade,g_100-199,Salaries and wages paid,766,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",7550,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,g_100-199,Total income,7708,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,g_100-199,Total expenditure,7430,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,g_100-199,Operating profit before tax,381,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,g_100-199,Total assets,4540,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,g_100-199,Fixed tangible assets,390,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,h_200+,Activity unit,51,COUNT,,,,,,,,, +2018,F,Wholesale Trade,h_200+,Rolling mean employees,27369,COUNT,,,,,,,,, +2018,F,Wholesale Trade,h_200+,Salaries and wages paid,1826,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",34120,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,h_200+,Total income,34308,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,h_200+,Total expenditure,33751,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,h_200+,Operating profit before tax,809,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,h_200+,Total assets,12274,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,h_200+,Fixed tangible assets,1851,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,i_Industry_Total,Activity unit,17208,COUNT,,,,,,,,, +2018,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,112044,COUNT,,,,,,,,, +2018,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,7861,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",103849,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,i_Industry_Total,Total income,104593,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,i_Industry_Total,Total expenditure,101071,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,4812,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,i_Industry_Total,Total assets,50816,DOLLARS(millions),,,,,,,,, +2018,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,6213,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,a_0,Activity unit,11562,COUNT,,,,,,,,, +2018,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,G,Retail Trade,a_0,Salaries and wages paid,405,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",4321,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,a_0,Total income,4360,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,a_0,Total expenditure,4153,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,a_0,Operating profit before tax,221,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,a_0,Total assets,2999,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,a_0,Fixed tangible assets,1033,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,b_1-5,Activity unit,10695,COUNT,,,,,,,,, +2018,G,Retail Trade,b_1-5,Rolling mean employees,24315,COUNT,,,,,,,,, +2018,G,Retail Trade,b_1-5,Salaries and wages paid,983,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",8012,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,b_1-5,Total income,8044,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,b_1-5,Total expenditure,7842,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,b_1-5,Operating profit before tax,211,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,b_1-5,Total assets,3471,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,b_1-5,Fixed tangible assets,671,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,c_6-9,Activity unit,2322,COUNT,,,,,,,,, +2018,G,Retail Trade,c_6-9,Rolling mean employees,16701,COUNT,,,,,,,,, +2018,G,Retail Trade,c_6-9,Salaries and wages paid,653,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",4617,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,c_6-9,Total income,4636,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,c_6-9,Total expenditure,4482,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,c_6-9,Operating profit before tax,188,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,c_6-9,Total assets,1694,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,c_6-9,Fixed tangible assets,292,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,d_10-19,Activity unit,1731,COUNT,,,,,,,,, +2018,G,Retail Trade,d_10-19,Rolling mean employees,23172,COUNT,,,,,,,,, +2018,G,Retail Trade,d_10-19,Salaries and wages paid,874,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",7149,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,d_10-19,Total income,7170,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,d_10-19,Total expenditure,6880,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,d_10-19,Operating profit before tax,360,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,d_10-19,Total assets,2512,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,d_10-19,Fixed tangible assets,409,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,e_20-49,Activity unit,741,COUNT,,,,,,,,, +2018,G,Retail Trade,e_20-49,Rolling mean employees,21282,COUNT,,,,,,,,, +2018,G,Retail Trade,e_20-49,Salaries and wages paid,877,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",8857,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,e_20-49,Total income,8901,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,e_20-49,Total expenditure,8621,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,e_20-49,Operating profit before tax,385,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,e_20-49,Total assets,3230,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,e_20-49,Fixed tangible assets,567,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,f_50-99,Activity unit,258,COUNT,,,,,,,,, +2018,G,Retail Trade,f_50-99,Rolling mean employees,18750,COUNT,,,,,,,,, +2018,G,Retail Trade,f_50-99,Salaries and wages paid,715,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",6805,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,f_50-99,Total income,6824,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,f_50-99,Total expenditure,6702,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,f_50-99,Operating profit before tax,247,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,f_50-99,Total assets,2062,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,f_50-99,Fixed tangible assets,338,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,g_100-199,Activity unit,186,COUNT,,,,,,,,, +2018,G,Retail Trade,g_100-199,Rolling mean employees,26577,COUNT,,,,,,,,, +2018,G,Retail Trade,g_100-199,Salaries and wages paid,986,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",9493,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,g_100-199,Total income,9531,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,g_100-199,Total expenditure,9237,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,g_100-199,Operating profit before tax,332,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,g_100-199,Total assets,2884,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,g_100-199,Fixed tangible assets,616,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,h_200+,Activity unit,129,COUNT,,,,,,,,, +2018,G,Retail Trade,h_200+,Rolling mean employees,83187,COUNT,,,,,,,,, +2018,G,Retail Trade,h_200+,Salaries and wages paid,2987,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",24835,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,h_200+,Total income,24942,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,h_200+,Total expenditure,23902,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,h_200+,Operating profit before tax,1154,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,h_200+,Total assets,10185,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,h_200+,Fixed tangible assets,2195,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,i_Industry_Total,Activity unit,27624,COUNT,,,,,,,,, +2018,G,Retail Trade,i_Industry_Total,Rolling mean employees,213987,COUNT,,,,,,,,, +2018,G,Retail Trade,i_Industry_Total,Salaries and wages paid,8480,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",74089,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,i_Industry_Total,Total income,74407,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,i_Industry_Total,Total expenditure,71819,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,i_Industry_Total,Operating profit before tax,3098,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,i_Industry_Total,Total assets,29037,DOLLARS(millions),,,,,,,,, +2018,G,Retail Trade,i_Industry_Total,Fixed tangible assets,6120,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,a_0,Activity unit,6402,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,a_0,Salaries and wages paid,201,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",1093,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,a_0,Total income,1148,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,a_0,Total expenditure,1014,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,a_0,Operating profit before tax,108,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,a_0,Total assets,3234,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,a_0,Fixed tangible assets,2290,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,b_1-5,Activity unit,8373,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,b_1-5,Rolling mean employees,21096,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,558,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",2290,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,b_1-5,Total income,2332,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,b_1-5,Total expenditure,2210,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,b_1-5,Operating profit before tax,100,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,b_1-5,Total assets,2372,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1371,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,c_6-9,Activity unit,2889,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,c_6-9,Rolling mean employees,20895,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,515,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",1626,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,c_6-9,Total income,1645,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,c_6-9,Total expenditure,1599,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,c_6-9,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,c_6-9,Total assets,1216,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,588,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,d_10-19,Activity unit,2700,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,d_10-19,Rolling mean employees,36231,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,914,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",2676,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,d_10-19,Total income,2694,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,d_10-19,Total expenditure,2598,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,d_10-19,Operating profit before tax,90,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,d_10-19,Total assets,1706,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,944,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,e_20-49,Activity unit,1239,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,e_20-49,Rolling mean employees,34536,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,915,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",2717,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,e_20-49,Total income,2751,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,e_20-49,Total expenditure,2587,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,e_20-49,Operating profit before tax,158,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,e_20-49,Total assets,1976,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1161,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,f_50-99,Activity unit,204,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,f_50-99,Rolling mean employees,13854,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,391,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",1237,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,f_50-99,Total income,1260,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,f_50-99,Total expenditure,1149,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,f_50-99,Operating profit before tax,114,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,f_50-99,Total assets,1357,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,834,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,g_100-199,Activity unit,66,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,g_100-199,Rolling mean employees,9315,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,270,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",935,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,g_100-199,Total income,944,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,g_100-199,Total expenditure,833,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,g_100-199,Operating profit before tax,121,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,g_100-199,Total assets,1233,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,715,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,h_200+,Activity unit,42,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,h_200+,Rolling mean employees,23322,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,h_200+,Salaries and wages paid,683,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",2380,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,h_200+,Total income,2418,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,h_200+,Total expenditure,2089,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,h_200+,Operating profit before tax,310,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,h_200+,Total assets,3297,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1952,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,i_Industry_Total,Activity unit,21912,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,159243,COUNT,,,,,,,,, +2018,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,4445,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",14954,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,i_Industry_Total,Total income,15192,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,14079,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,1039,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,i_Industry_Total,Total assets,16390,DOLLARS(millions),,,,,,,,, +2018,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,9854,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",a_0,Activity unit,10161,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,165,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",1752,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",a_0,Total income,1781,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1465,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,297,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",a_0,Total assets,6842,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,5208,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,4119,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7944,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,433,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1761,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",b_1-5,Total income,1806,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1615,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,186,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",b_1-5,Total assets,2200,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,1189,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,636,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4521,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,208,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",834,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",c_6-9,Total income,870,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,772,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,97,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",c_6-9,Total assets,887,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,397,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,564,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,7395,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,389,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1632,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",d_10-19,Total income,1675,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1511,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,149,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",d_10-19,Total assets,1549,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,824,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,351,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,10440,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,618,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",2139,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",e_20-49,Total income,2162,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,2000,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,169,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",e_20-49,Total assets,2459,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1465,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,147,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,9885,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,606,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",2066,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",f_50-99,Total income,2118,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,1911,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,186,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",f_50-99,Total assets,2181,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1260,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,60,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8364,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,540,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",1887,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",g_100-199,Total income,1935,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1793,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,169,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",g_100-199,Total assets,2741,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,1962,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",h_200+,Activity unit,72,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,46020,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,3476,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",13373,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",h_200+,Total income,13986,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,12508,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,1325,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",h_200+,Total assets,26997,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,17834,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,16107,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,94572,COUNT,,,,,,,,, +2018,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,6436,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",25445,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,26332,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,23576,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,2578,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,45855,DOLLARS(millions),,,,,,,,, +2018,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,30140,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,a_0,Activity unit,4164,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,a_0,Salaries and wages paid,151,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,a_0,Total income,1055,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,a_0,Total expenditure,954,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,a_0,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,a_0,Total assets,970,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,a_0,Fixed tangible assets,269,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,b_1-5,Activity unit,1188,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,2133,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,143,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",864,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,b_1-5,Total income,872,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,b_1-5,Total expenditure,869,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,b_1-5,Total assets,574,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,78,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,c_6-9,Activity unit,165,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1191,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,72,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",513,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,c_6-9,Total income,546,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,c_6-9,Total expenditure,496,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,32,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,c_6-9,Total assets,677,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,88,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,d_10-19,Activity unit,135,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,1854,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,98,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",326,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,d_10-19,Total income,328,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,d_10-19,Total expenditure,379,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,-46,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,d_10-19,Total assets,346,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,38,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,e_20-49,Activity unit,45,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1392,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,112,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,e_20-49,Total income,518,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,e_20-49,Total expenditure,505,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,27,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,e_20-49,Total assets,512,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,f_50-99,Activity unit,27,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,1785,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,86,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",298,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,f_50-99,Total income,309,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,f_50-99,Total expenditure,307,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,f_50-99,Total assets,288,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,48,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1377,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,103,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",365,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,g_100-199,Total income,366,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,g_100-199,Total expenditure,342,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,24,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,g_100-199,Total assets,1175,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,h_200+,Activity unit,18,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,h_200+,Rolling mean employees,23391,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1671,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",10062,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,h_200+,Total income,10275,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,h_200+,Total expenditure,9708,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,h_200+,Operating profit before tax,974,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,h_200+,Total assets,17933,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,7450,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,5754,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,33123,COUNT,,,,,,,,, +2018,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2436,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,i_Industry_Total,Total income,14269,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,13560,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,1198,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,i_Industry_Total,Total assets,22475,DOLLARS(millions),,,,,,,,, +2018,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,9069,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,a_0,Activity unit,27615,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,a_0,Salaries and wages paid,537,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",6706,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,a_0,Total income,39498,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,a_0,Total expenditure,14120,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,a_0,Operating profit before tax,20139,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,a_0,Total assets,447837,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,a_0,Fixed tangible assets,22229,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,b_1-5,Activity unit,2430,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4512,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,388,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1628,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,b_1-5,Total income,3963,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,b_1-5,Total expenditure,1923,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,b_1-5,Operating profit before tax,1584,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,b_1-5,Total assets,24349,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,1097,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,c_6-9,Activity unit,252,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1794,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,173,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",502,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,c_6-9,Total income,1133,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,c_6-9,Total expenditure,928,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,c_6-9,Operating profit before tax,218,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,c_6-9,Total assets,13056,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,78,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,d_10-19,Activity unit,150,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,d_10-19,Rolling mean employees,1971,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,174,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",456,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,d_10-19,Total income,1181,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,d_10-19,Total expenditure,944,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,d_10-19,Operating profit before tax,154,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,d_10-19,Total assets,10380,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,78,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,e_20-49,Activity unit,81,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2376,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,266,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",1068,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,e_20-49,Total income,1790,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,e_20-49,Total expenditure,1293,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,e_20-49,Operating profit before tax,474,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,e_20-49,Total assets,13725,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,151,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,f_50-99,Activity unit,51,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,f_50-99,Rolling mean employees,3264,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,350,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",936,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,f_50-99,Total income,2038,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,f_50-99,Total expenditure,1419,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,f_50-99,Operating profit before tax,264,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,f_50-99,Total assets,21432,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,62,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,g_100-199,Rolling mean employees,2547,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,225,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",785,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,g_100-199,Total income,1752,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,g_100-199,Total expenditure,1269,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,g_100-199,Operating profit before tax,308,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,g_100-199,Total assets,19517,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,39,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,h_200+,Activity unit,45,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,h_200+,Rolling mean employees,45603,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,h_200+,Salaries and wages paid,3991,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",7595,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,h_200+,Total income,32798,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,h_200+,Total expenditure,24054,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,h_200+,Operating profit before tax,8193,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,h_200+,Total assets,610312,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,h_200+,Fixed tangible assets,1010,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,i_Industry_Total,Activity unit,30639,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,62070,COUNT,,,,,,,,, +2018,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,6105,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",19676,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,i_Industry_Total,Total income,84152,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,45949,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,31333,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,i_Industry_Total,Total assets,1160608,DOLLARS(millions),,,,,,,,, +2018,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,24743,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,73029,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,605,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",18015,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",a_0,Total income,22632,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,12674,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,6701,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,218436,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,161015,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5463,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8880,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,434,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",3240,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,3698,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,2745,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,732,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,17381,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,11358,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,489,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3321,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,156,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",730,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,766,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,652,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,110,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,2251,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,1207,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,390,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,4851,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,302,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",1120,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,1211,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,1049,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,139,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,3001,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,1164,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,168,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,4821,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,291,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",1138,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,1217,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,1076,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,135,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,1843,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,1052,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,21,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,1470,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,102,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",545,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,582,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,500,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,79,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,923,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,702,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,27,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,3951,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,270,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",1326,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1384,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,1150,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,235,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,4715,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,3886,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,12,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,4515,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,225,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",1198,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,1239,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,1066,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,203,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,1406,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,596,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,79596,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,31815,COUNT,,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,2385,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",27312,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,32731,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,20911,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,8333,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,249955,DOLLARS(millions),,,,,,,,, +2018,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,180981,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",a_0,Activity unit,40581,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,2065,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",7571,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",a_0,Total income,7951,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,5958,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,1860,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",a_0,Total assets,8065,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,2120,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,13473,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,24954,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,1910,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",5441,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",b_1-5,Total income,5637,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,4652,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,941,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,5356,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,894,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,2130,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,15138,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,1113,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",2613,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",c_6-9,Total income,2655,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,2351,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,328,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,1648,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,167,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1644,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,21888,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1656,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",3935,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",d_10-19,Total income,4094,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,3645,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,494,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,4403,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,327,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,879,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,26097,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,2105,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",5133,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",e_20-49,Total income,5391,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,4784,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,694,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,5490,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,431,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,249,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,16800,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,1345,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",3125,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",f_50-99,Total income,3346,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,3017,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,333,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,3523,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,402,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,102,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,13968,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,1176,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",2894,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",g_100-199,Total income,3058,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,2674,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,422,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,3644,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,213,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,72,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,33999,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,3161,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",6425,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",h_200+,Total income,6794,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,7517,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,41,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",h_200+,Total assets,29308,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,1634,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,59130,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,152844,COUNT,,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,14532,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",37138,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,38926,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,34598,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,5114,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,61437,DOLLARS(millions),,,,,,,,, +2018,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,6188,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,a_0,Activity unit,10851,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,a_0,Salaries and wages paid,258,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1712,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,a_0,Total income,1798,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,a_0,Total expenditure,1511,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,a_0,Operating profit before tax,286,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,a_0,Total assets,2335,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,a_0,Fixed tangible assets,920,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,b_1-5,Activity unit,5286,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,b_1-5,Rolling mean employees,9693,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,b_1-5,Salaries and wages paid,469,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1577,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,b_1-5,Total income,1634,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,b_1-5,Total expenditure,1460,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,b_1-5,Operating profit before tax,144,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,b_1-5,Total assets,1520,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,b_1-5,Fixed tangible assets,415,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,c_6-9,Activity unit,636,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,c_6-9,Rolling mean employees,4548,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,c_6-9,Salaries and wages paid,201,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",612,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,c_6-9,Total income,638,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,c_6-9,Total expenditure,572,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,c_6-9,Operating profit before tax,73,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,c_6-9,Total assets,386,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,c_6-9,Fixed tangible assets,121,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,d_10-19,Activity unit,510,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,d_10-19,Rolling mean employees,6921,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,d_10-19,Salaries and wages paid,289,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",952,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,d_10-19,Total income,962,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,d_10-19,Total expenditure,903,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,d_10-19,Operating profit before tax,82,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,d_10-19,Total assets,732,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,d_10-19,Fixed tangible assets,133,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,e_20-49,Activity unit,396,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,e_20-49,Rolling mean employees,11955,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,e_20-49,Salaries and wages paid,528,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",1497,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,e_20-49,Total income,1546,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,e_20-49,Total expenditure,1456,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,e_20-49,Operating profit before tax,113,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,e_20-49,Total assets,931,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,e_20-49,Fixed tangible assets,153,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,f_50-99,Activity unit,135,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,f_50-99,Rolling mean employees,9963,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,f_50-99,Salaries and wages paid,343,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",759,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,f_50-99,Total income,782,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,f_50-99,Total expenditure,757,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,f_50-99,Operating profit before tax,58,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,f_50-99,Total assets,1473,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,f_50-99,Fixed tangible assets,239,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,g_100-199,Activity unit,105,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,g_100-199,Rolling mean employees,14517,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,g_100-199,Salaries and wages paid,467,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",887,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,g_100-199,Total income,936,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,g_100-199,Total expenditure,874,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,g_100-199,Operating profit before tax,63,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,g_100-199,Total assets,707,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,g_100-199,Fixed tangible assets,167,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,h_200+,Activity unit,96,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,h_200+,Rolling mean employees,61428,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,h_200+,Salaries and wages paid,1567,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",3735,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,h_200+,Total income,3768,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,h_200+,Total expenditure,3582,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,h_200+,Operating profit before tax,227,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,h_200+,Total assets,2162,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,h_200+,Fixed tangible assets,847,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,i_Industry_Total,Activity unit,18012,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,119028,COUNT,,,,,,,,, +2018,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,4122,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",11730,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,i_Industry_Total,Total income,12064,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,i_Industry_Total,Total expenditure,11116,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,1046,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,i_Industry_Total,Total assets,10247,DOLLARS(millions),,,,,,,,, +2018,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,2994,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,a_0,Activity unit,504,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,a_0,Salaries and wages paid,21,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",140,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,a_0,Total income,141,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,a_0,Total expenditure,128,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,a_0,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,a_0,Total assets,442,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,a_0,Fixed tangible assets,23,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,b_1-5,Activity unit,324,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,b_1-5,Rolling mean employees,687,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,b_1-5,Salaries and wages paid,40,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",113,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,b_1-5,Total income,113,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,b_1-5,Total expenditure,105,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,b_1-5,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,b_1-5,Total assets,64,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,b_1-5,Fixed tangible assets,15,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,c_6-9,Activity unit,69,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,c_6-9,Rolling mean employees,495,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,c_6-9,Salaries and wages paid,25,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",74,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,c_6-9,Total income,74,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,c_6-9,Total expenditure,68,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,c_6-9,Operating profit before tax,5,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,c_6-9,Total assets,32,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,c_6-9,Fixed tangible assets,5,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,d_10-19,Activity unit,63,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,d_10-19,Rolling mean employees,837,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,d_10-19,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",78,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,d_10-19,Total income,78,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,d_10-19,Total expenditure,72,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,d_10-19,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,d_10-19,Total assets,39,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,d_10-19,Fixed tangible assets,8,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,e_20-49,Activity unit,48,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,e_20-49,Rolling mean employees,1560,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,e_20-49,Salaries and wages paid,51,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",114,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,e_20-49,Total income,123,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,e_20-49,Total expenditure,109,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,e_20-49,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,e_20-49,Total assets,55,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,e_20-49,Fixed tangible assets,13,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,f_50-99,Rolling mean employees,954,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,f_50-99,Salaries and wages paid,41,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",68,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,f_50-99,Total income,69,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,f_50-99,Total expenditure,69,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,f_50-99,Operating profit before tax,1,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,f_50-99,Total assets,65,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,f_50-99,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,g_100-199,Rolling mean employees,1440,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,g_100-199,Salaries and wages paid,64,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",155,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,g_100-199,Total income,155,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,g_100-199,Total expenditure,154,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,g_100-199,Operating profit before tax,3,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,g_100-199,Total assets,354,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,g_100-199,Fixed tangible assets,21,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,h_200+,Activity unit,12,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,h_200+,Rolling mean employees,9378,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,h_200+,Salaries and wages paid,408,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",693,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,h_200+,Total income,696,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,h_200+,Total expenditure,653,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,h_200+,Operating profit before tax,44,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,h_200+,Total assets,372,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,h_200+,Fixed tangible assets,80,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,i_Industry_Total,Activity unit,1041,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,15351,COUNT,,,,,,,,, +2018,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,683,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",1434,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,i_Industry_Total,Total income,1450,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,i_Industry_Total,Total expenditure,1358,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,91,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,i_Industry_Total,Total assets,1422,DOLLARS(millions),,,,,,,,, +2018,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,174,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,a_0,Activity unit,2772,COUNT,,,,,,,,, +2018,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,P,Education and Training,a_0,Salaries and wages paid,132,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",431,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,a_0,Total income,476,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,a_0,Total expenditure,371,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,a_0,Operating profit before tax,103,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,a_0,Total assets,601,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,a_0,Fixed tangible assets,246,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,b_1-5,Activity unit,1635,COUNT,,,,,,,,, +2018,P,Education and Training,b_1-5,Rolling mean employees,4011,COUNT,,,,,,,,, +2018,P,Education and Training,b_1-5,Salaries and wages paid,128,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",347,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,b_1-5,Total income,389,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,b_1-5,Total expenditure,336,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,b_1-5,Operating profit before tax,55,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,b_1-5,Total assets,348,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,b_1-5,Fixed tangible assets,148,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,c_6-9,Activity unit,594,COUNT,,,,,,,,, +2018,P,Education and Training,c_6-9,Rolling mean employees,4320,COUNT,,,,,,,,, +2018,P,Education and Training,c_6-9,Salaries and wages paid,141,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",237,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,c_6-9,Total income,266,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,c_6-9,Total expenditure,247,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,c_6-9,Operating profit before tax,20,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,c_6-9,Total assets,268,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,c_6-9,Fixed tangible assets,128,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,d_10-19,Activity unit,684,COUNT,,,,,,,,, +2018,P,Education and Training,d_10-19,Rolling mean employees,9159,COUNT,,,,,,,,, +2018,P,Education and Training,d_10-19,Salaries and wages paid,295,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",524,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,d_10-19,Total income,578,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,d_10-19,Total expenditure,541,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,d_10-19,Operating profit before tax,40,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,d_10-19,Total assets,460,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,d_10-19,Fixed tangible assets,186,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,e_20-49,Activity unit,303,COUNT,,,,,,,,, +2018,P,Education and Training,e_20-49,Rolling mean employees,8604,COUNT,,,,,,,,, +2018,P,Education and Training,e_20-49,Salaries and wages paid,312,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",567,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,e_20-49,Total income,626,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,e_20-49,Total expenditure,583,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,e_20-49,Operating profit before tax,57,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,e_20-49,Total assets,642,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,e_20-49,Fixed tangible assets,277,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,f_50-99,Activity unit,78,COUNT,,,,,,,,, +2018,P,Education and Training,f_50-99,Rolling mean employees,5289,COUNT,,,,,,,,, +2018,P,Education and Training,f_50-99,Salaries and wages paid,263,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",482,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,f_50-99,Total income,534,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,f_50-99,Total expenditure,516,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,f_50-99,Operating profit before tax,5,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,f_50-99,Total assets,584,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,f_50-99,Fixed tangible assets,275,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,g_100-199,Activity unit,36,COUNT,,,,,,,,, +2018,P,Education and Training,g_100-199,Rolling mean employees,5001,COUNT,,,,,,,,, +2018,P,Education and Training,g_100-199,Salaries and wages paid,266,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",498,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,g_100-199,Total income,517,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,g_100-199,Total expenditure,505,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,g_100-199,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,g_100-199,Total assets,779,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,g_100-199,Fixed tangible assets,500,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,h_200+,Activity unit,27,COUNT,,,,,,,,, +2018,P,Education and Training,h_200+,Rolling mean employees,13719,COUNT,,,,,,,,, +2018,P,Education and Training,h_200+,Salaries and wages paid,618,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",1107,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,h_200+,Total income,1214,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,h_200+,Total expenditure,1052,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,h_200+,Operating profit before tax,85,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,h_200+,Total assets,2318,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,h_200+,Fixed tangible assets,1088,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,i_Industry_Total,Activity unit,6129,COUNT,,,,,,,,, +2018,P,Education and Training,i_Industry_Total,Rolling mean employees,50100,COUNT,,,,,,,,, +2018,P,Education and Training,i_Industry_Total,Salaries and wages paid,2156,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",4194,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,i_Industry_Total,Total income,4600,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,i_Industry_Total,Total expenditure,4150,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,i_Industry_Total,Operating profit before tax,382,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,i_Industry_Total,Total assets,6001,DOLLARS(millions),,,,,,,,, +2018,P,Education and Training,i_Industry_Total,Fixed tangible assets,2847,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,a_0,Activity unit,11118,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,628,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",2401,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,a_0,Total income,2505,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,a_0,Total expenditure,1761,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,a_0,Operating profit before tax,716,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,a_0,Total assets,2385,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,1136,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,b_1-5,Activity unit,4422,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,9855,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,764,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",1886,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,b_1-5,Total income,1938,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1625,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,314,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,b_1-5,Total assets,1559,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,420,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,c_6-9,Activity unit,1419,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,10434,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,391,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",891,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,c_6-9,Total income,950,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,c_6-9,Total expenditure,866,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,84,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,c_6-9,Total assets,566,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,165,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,d_10-19,Activity unit,1200,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,16164,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,727,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1508,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,d_10-19,Total income,1614,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1445,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,133,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,d_10-19,Total assets,2029,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,736,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,e_20-49,Activity unit,738,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,21312,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,835,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",2013,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,e_20-49,Total income,2140,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,e_20-49,Total expenditure,1913,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,232,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,e_20-49,Total assets,1613,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,603,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,f_50-99,Activity unit,258,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,18147,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,706,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1414,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,f_50-99,Total income,1516,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1443,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,71,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,f_50-99,Total assets,1867,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,1115,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,g_100-199,Activity unit,138,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,18768,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,729,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",2231,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,g_100-199,Total income,2474,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,g_100-199,Total expenditure,2090,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,213,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,g_100-199,Total assets,5947,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,1775,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,h_200+,Activity unit,75,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,61686,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,2502,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",4354,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,h_200+,Total income,4516,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,h_200+,Total expenditure,4277,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,324,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,h_200+,Total assets,5761,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,2392,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,19368,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,156369,COUNT,,,,,,,,, +2018,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,7282,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",16697,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,i_Industry_Total,Total income,17652,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,15420,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,2089,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,21728,DOLLARS(millions),,,,,,,,, +2018,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,8343,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,a_0,Activity unit,6417,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,a_0,Salaries and wages paid,109,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",827,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,a_0,Total income,946,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,a_0,Total expenditure,770,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,a_0,Operating profit before tax,159,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,a_0,Total assets,1537,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,a_0,Fixed tangible assets,939,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,b_1-5,Activity unit,2460,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4935,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,167,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",619,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,b_1-5,Total income,779,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,b_1-5,Total expenditure,721,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,b_1-5,Operating profit before tax,40,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,b_1-5,Total assets,1304,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,803,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,c_6-9,Activity unit,333,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,c_6-9,Rolling mean employees,2424,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,67,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",300,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,c_6-9,Total income,337,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,c_6-9,Total expenditure,324,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,c_6-9,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,c_6-9,Total assets,369,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,257,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,d_10-19,Activity unit,354,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,d_10-19,Rolling mean employees,4776,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,165,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",419,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,d_10-19,Total income,538,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,d_10-19,Total expenditure,505,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,d_10-19,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,d_10-19,Total assets,729,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,480,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,e_20-49,Activity unit,222,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6651,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,237,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",768,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,e_20-49,Total income,993,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,e_20-49,Total expenditure,987,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,e_20-49,Total assets,1995,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1587,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,f_50-99,Activity unit,51,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,f_50-99,Rolling mean employees,3369,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,109,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",343,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,f_50-99,Total income,414,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,f_50-99,Total expenditure,388,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,f_50-99,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,f_50-99,Total assets,969,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,555,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2085,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,81,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",718,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,g_100-199,Total income,745,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,g_100-199,Total expenditure,444,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,g_100-199,Total assets,361,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,107,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,h_200+,Activity unit,15,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,h_200+,Rolling mean employees,10257,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,h_200+,Salaries and wages paid,479,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",3643,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,h_200+,Total income,3802,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,h_200+,Total expenditure,3387,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,h_200+,Operating profit before tax,427,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,h_200+,Total assets,3592,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,h_200+,Fixed tangible assets,2625,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,i_Industry_Total,Activity unit,9870,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,34494,COUNT,,,,,,,,, +2018,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1414,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7636,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,i_Industry_Total,Total income,8554,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,7526,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,1004,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,i_Industry_Total,Total assets,10857,DOLLARS(millions),,,,,,,,, +2018,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,7353,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,a_0,Activity unit,9894,COUNT,,,,,,,,, +2018,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2018,S,Other Services,a_0,Salaries and wages paid,226,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,a_0,"Sales, government funding, grants and subsidies",1272,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,a_0,Total income,1538,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,a_0,Total expenditure,1252,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,a_0,Operating profit before tax,251,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,a_0,Total assets,2986,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,a_0,Fixed tangible assets,1235,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,b_1-5,Activity unit,9246,COUNT,,,,,,,,, +2018,S,Other Services,b_1-5,Rolling mean employees,21129,COUNT,,,,,,,,, +2018,S,Other Services,b_1-5,Salaries and wages paid,967,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",2856,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,b_1-5,Total income,3142,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,b_1-5,Total expenditure,2823,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,b_1-5,Operating profit before tax,262,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,b_1-5,Total assets,3544,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,b_1-5,Fixed tangible assets,1064,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,c_6-9,Activity unit,1674,COUNT,,,,,,,,, +2018,S,Other Services,c_6-9,Rolling mean employees,11784,COUNT,,,,,,,,, +2018,S,Other Services,c_6-9,Salaries and wages paid,514,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1517,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,c_6-9,Total income,1602,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,c_6-9,Total expenditure,1454,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,c_6-9,Operating profit before tax,145,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,c_6-9,Total assets,1445,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,c_6-9,Fixed tangible assets,232,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,d_10-19,Activity unit,891,COUNT,,,,,,,,, +2018,S,Other Services,d_10-19,Rolling mean employees,11631,COUNT,,,,,,,,, +2018,S,Other Services,d_10-19,Salaries and wages paid,531,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1567,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,d_10-19,Total income,1730,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,d_10-19,Total expenditure,1549,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,d_10-19,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,d_10-19,Total assets,1863,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,d_10-19,Fixed tangible assets,535,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,e_20-49,Activity unit,309,COUNT,,,,,,,,, +2018,S,Other Services,e_20-49,Rolling mean employees,8676,COUNT,,,,,,,,, +2018,S,Other Services,e_20-49,Salaries and wages paid,408,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",1231,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,e_20-49,Total income,1486,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,e_20-49,Total expenditure,1351,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,e_20-49,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,e_20-49,Total assets,3235,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,e_20-49,Fixed tangible assets,430,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,f_50-99,Activity unit,57,COUNT,,,,,,,,, +2018,S,Other Services,f_50-99,Rolling mean employees,3870,COUNT,,,,,,,,, +2018,S,Other Services,f_50-99,Salaries and wages paid,183,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",537,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,f_50-99,Total income,604,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,f_50-99,Total expenditure,589,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,f_50-99,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,f_50-99,Total assets,453,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,f_50-99,Fixed tangible assets,150,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2018,S,Other Services,g_100-199,Rolling mean employees,2361,COUNT,,,,,,,,, +2018,S,Other Services,g_100-199,Salaries and wages paid,95,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",152,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,g_100-199,Total income,295,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,g_100-199,Total expenditure,286,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,g_100-199,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,g_100-199,Total assets,240,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,g_100-199,Fixed tangible assets,76,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,h_200+,Activity unit,9,COUNT,,,,,,,,, +2018,S,Other Services,h_200+,Rolling mean employees,3417,COUNT,,,,,,,,, +2018,S,Other Services,h_200+,Salaries and wages paid,192,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",495,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,h_200+,Total income,614,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,h_200+,Total expenditure,574,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,h_200+,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,h_200+,Total assets,769,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,h_200+,Fixed tangible assets,269,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,i_Industry_Total,Activity unit,22104,COUNT,,,,,,,,, +2018,S,Other Services,i_Industry_Total,Rolling mean employees,62865,COUNT,,,,,,,,, +2018,S,Other Services,i_Industry_Total,Salaries and wages paid,3116,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",9627,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,i_Industry_Total,Total income,11011,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,i_Industry_Total,Total expenditure,9879,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,i_Industry_Total,Operating profit before tax,886,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,i_Industry_Total,Total assets,14535,DOLLARS(millions),,,,,,,,, +2018,S,Other Services,i_Industry_Total,Fixed tangible assets,3991,DOLLARS(millions),,,,,,,,, +2018,all,All Industries,j_Grand_Total,Activity unit,484176,COUNT,,,,,,,,, +2018,all,All Industries,j_Grand_Total,Rolling mean employees,1835721,COUNT,,,,,,,,, +2018,all,All Industries,j_Grand_Total,Salaries and wages paid,106522,DOLLARS(millions),,,,,,,,, +2018,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",605756,DOLLARS(millions),,,,,,,,, +2018,all,All Industries,j_Grand_Total,Total income,692535,DOLLARS(millions),,,,,,,,, +2018,all,All Industries,j_Grand_Total,Total expenditure,598189,DOLLARS(millions),,,,,,,,, +2018,all,All Industries,j_Grand_Total,Operating profit before tax,86192,DOLLARS(millions),,,,,,,,, +2018,all,All Industries,j_Grand_Total,Total assets,2079718,DOLLARS(millions),,,,,,,,, +2018,all,All Industries,j_Grand_Total,Fixed tangible assets,497510,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,40890,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,432,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",11311,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",a_0,Total income,12554,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,9630,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,2125,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",a_0,Total assets,72752,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,40964,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,19722,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,37722,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,1944,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",16073,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,16722,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,14644,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,1752,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,64271,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,39268,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2403,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,16989,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,778,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",4705,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,4802,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,4327,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,462,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,15375,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,9867,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1275,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,16695,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,706,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",3652,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,3756,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,3454,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,293,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,11026,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,5795,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,636,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,18822,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,723,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",3641,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,3735,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,3621,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,211,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,7020,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,3355,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,165,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,11334,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,417,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1794,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,1898,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1714,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,144,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,4507,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,1758,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,33,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,4485,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,178,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",484,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,492,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,454,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,38,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,599,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,216,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,24,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,11004,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,410,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1632,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1725,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1546,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,137,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,3306,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,1673,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,65148,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,117051,COUNT,,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,5589,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",43291,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,45683,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,39389,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,5161,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,178855,DOLLARS(millions),,,,,,,,, +2019,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,102895,DOLLARS(millions),,,,,,,,, +2019,B,Mining,a_0,Activity unit,438,COUNT,,,,,,,,, +2019,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,B,Mining,a_0,Salaries and wages paid,71,DOLLARS(millions),,,,,,,,, +2019,B,Mining,a_0,"Sales, government funding, grants and subsidies",1092,DOLLARS(millions),,,,,,,,, +2019,B,Mining,a_0,Total income,1225,DOLLARS(millions),,,,,,,,, +2019,B,Mining,a_0,Total expenditure,1166,DOLLARS(millions),,,,,,,,, +2019,B,Mining,a_0,Operating profit before tax,396,DOLLARS(millions),,,,,,,,, +2019,B,Mining,a_0,Total assets,3577,DOLLARS(millions),,,,,,,,, +2019,B,Mining,a_0,Fixed tangible assets,2028,DOLLARS(millions),,,,,,,,, +2019,B,Mining,b_1-5,Activity unit,150,COUNT,,,,,,,,, +2019,B,Mining,b_1-5,Rolling mean employees,309,COUNT,,,,,,,,, +2019,B,Mining,b_1-5,Salaries and wages paid,34,DOLLARS(millions),,,,,,,,, +2019,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",540,DOLLARS(millions),,,,,,,,, +2019,B,Mining,b_1-5,Total income,545,DOLLARS(millions),,,,,,,,, +2019,B,Mining,b_1-5,Total expenditure,326,DOLLARS(millions),,,,,,,,, +2019,B,Mining,b_1-5,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,B,Mining,b_1-5,Total assets,612,DOLLARS(millions),,,,,,,,, +2019,B,Mining,b_1-5,Fixed tangible assets,421,DOLLARS(millions),,,,,,,,, +2019,B,Mining,c_6-9,Activity unit,24,COUNT,,,,,,,,, +2019,B,Mining,c_6-9,Rolling mean employees,183,COUNT,,,,,,,,, +2019,B,Mining,c_6-9,Salaries and wages paid,15,DOLLARS(millions),,,,,,,,, +2019,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",112,DOLLARS(millions),,,,,,,,, +2019,B,Mining,c_6-9,Total income,113,DOLLARS(millions),,,,,,,,, +2019,B,Mining,c_6-9,Total expenditure,115,DOLLARS(millions),,,,,,,,, +2019,B,Mining,c_6-9,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2019,B,Mining,c_6-9,Total assets,238,DOLLARS(millions),,,,,,,,, +2019,B,Mining,c_6-9,Fixed tangible assets,45,DOLLARS(millions),,,,,,,,, +2019,B,Mining,d_10-19,Activity unit,33,COUNT,,,,,,,,, +2019,B,Mining,d_10-19,Rolling mean employees,459,COUNT,,,,,,,,, +2019,B,Mining,d_10-19,Salaries and wages paid,45,DOLLARS(millions),,,,,,,,, +2019,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",180,DOLLARS(millions),,,,,,,,, +2019,B,Mining,d_10-19,Total income,185,DOLLARS(millions),,,,,,,,, +2019,B,Mining,d_10-19,Total expenditure,186,DOLLARS(millions),,,,,,,,, +2019,B,Mining,d_10-19,Operating profit before tax,0,DOLLARS(millions),,,,,,,,, +2019,B,Mining,d_10-19,Total assets,275,DOLLARS(millions),,,,,,,,, +2019,B,Mining,d_10-19,Fixed tangible assets,116,DOLLARS(millions),,,,,,,,, +2019,B,Mining,e_20-49,Activity unit,27,COUNT,,,,,,,,, +2019,B,Mining,e_20-49,Rolling mean employees,795,COUNT,,,,,,,,, +2019,B,Mining,e_20-49,Salaries and wages paid,85,DOLLARS(millions),,,,,,,,, +2019,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",524,DOLLARS(millions),,,,,,,,, +2019,B,Mining,e_20-49,Total income,603,DOLLARS(millions),,,,,,,,, +2019,B,Mining,e_20-49,Total expenditure,591,DOLLARS(millions),,,,,,,,, +2019,B,Mining,e_20-49,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2019,B,Mining,e_20-49,Total assets,C,DOLLARS(millions),,,,,,,,, +2019,B,Mining,e_20-49,Fixed tangible assets,221,DOLLARS(millions),,,,,,,,, +2019,B,Mining,f_50-99,Activity unit,15,COUNT,,,,,,,,, +2019,B,Mining,f_50-99,Rolling mean employees,993,COUNT,,,,,,,,, +2019,B,Mining,f_50-99,Salaries and wages paid,156,DOLLARS(millions),,,,,,,,, +2019,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",663,DOLLARS(millions),,,,,,,,, +2019,B,Mining,f_50-99,Total income,711,DOLLARS(millions),,,,,,,,, +2019,B,Mining,f_50-99,Total expenditure,600,DOLLARS(millions),,,,,,,,, +2019,B,Mining,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,B,Mining,f_50-99,Total assets,2086,DOLLARS(millions),,,,,,,,, +2019,B,Mining,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2019,B,Mining,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2019,B,Mining,g_100-199,Rolling mean employees,1044,COUNT,,,,,,,,, +2019,B,Mining,g_100-199,Salaries and wages paid,81,DOLLARS(millions),,,,,,,,, +2019,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",846,DOLLARS(millions),,,,,,,,, +2019,B,Mining,g_100-199,Total income,1698,DOLLARS(millions),,,,,,,,, +2019,B,Mining,g_100-199,Total expenditure,833,DOLLARS(millions),,,,,,,,, +2019,B,Mining,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,B,Mining,g_100-199,Total assets,5028,DOLLARS(millions),,,,,,,,, +2019,B,Mining,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2019,B,Mining,h_200+,Activity unit,6,COUNT,,,,,,,,, +2019,B,Mining,h_200+,Rolling mean employees,1674,COUNT,,,,,,,,, +2019,B,Mining,h_200+,Salaries and wages paid,207,DOLLARS(millions),,,,,,,,, +2019,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1234,DOLLARS(millions),,,,,,,,, +2019,B,Mining,h_200+,Total income,1240,DOLLARS(millions),,,,,,,,, +2019,B,Mining,h_200+,Total expenditure,1027,DOLLARS(millions),,,,,,,,, +2019,B,Mining,h_200+,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,B,Mining,h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2019,B,Mining,h_200+,Fixed tangible assets,542,DOLLARS(millions),,,,,,,,, +2019,B,Mining,i_Industry_Total,Activity unit,696,COUNT,,,,,,,,, +2019,B,Mining,i_Industry_Total,Rolling mean employees,5463,COUNT,,,,,,,,, +2019,B,Mining,i_Industry_Total,Salaries and wages paid,694,DOLLARS(millions),,,,,,,,, +2019,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",5190,DOLLARS(millions),,,,,,,,, +2019,B,Mining,i_Industry_Total,Total income,6319,DOLLARS(millions),,,,,,,,, +2019,B,Mining,i_Industry_Total,Total expenditure,4843,DOLLARS(millions),,,,,,,,, +2019,B,Mining,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,B,Mining,i_Industry_Total,Total assets,13239,DOLLARS(millions),,,,,,,,, +2019,B,Mining,i_Industry_Total,Fixed tangible assets,7841,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,a_0,Activity unit,9228,COUNT,,,,,,,,, +2019,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,C,Manufacturing,a_0,Salaries and wages paid,458,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",3108,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,a_0,Total income,3157,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,a_0,Total expenditure,2907,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,a_0,Operating profit before tax,272,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,a_0,Total assets,4727,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,a_0,Fixed tangible assets,2156,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,b_1-5,Activity unit,6618,COUNT,,,,,,,,, +2019,C,Manufacturing,b_1-5,Rolling mean employees,14973,COUNT,,,,,,,,, +2019,C,Manufacturing,b_1-5,Salaries and wages paid,813,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",4526,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,b_1-5,Total income,4580,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,b_1-5,Total expenditure,4353,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,b_1-5,Operating profit before tax,306,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,b_1-5,Total assets,2812,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,b_1-5,Fixed tangible assets,731,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,c_6-9,Activity unit,1809,COUNT,,,,,,,,, +2019,C,Manufacturing,c_6-9,Rolling mean employees,13041,COUNT,,,,,,,,, +2019,C,Manufacturing,c_6-9,Salaries and wages paid,624,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2737,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,c_6-9,Total income,2749,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,c_6-9,Total expenditure,2522,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,c_6-9,Operating profit before tax,250,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,c_6-9,Total assets,1685,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,c_6-9,Fixed tangible assets,441,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,d_10-19,Activity unit,1917,COUNT,,,,,,,,, +2019,C,Manufacturing,d_10-19,Rolling mean employees,25422,COUNT,,,,,,,,, +2019,C,Manufacturing,d_10-19,Salaries and wages paid,1296,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",5593,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,d_10-19,Total income,5651,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,d_10-19,Total expenditure,5358,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,d_10-19,Operating profit before tax,328,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,d_10-19,Total assets,3620,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,d_10-19,Fixed tangible assets,843,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,e_20-49,Activity unit,1209,COUNT,,,,,,,,, +2019,C,Manufacturing,e_20-49,Rolling mean employees,35712,COUNT,,,,,,,,, +2019,C,Manufacturing,e_20-49,Salaries and wages paid,1955,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",8890,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,e_20-49,Total income,8943,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,e_20-49,Total expenditure,8372,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,e_20-49,Operating profit before tax,746,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,e_20-49,Total assets,6834,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,e_20-49,Fixed tangible assets,1848,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,f_50-99,Activity unit,405,COUNT,,,,,,,,, +2019,C,Manufacturing,f_50-99,Rolling mean employees,27708,COUNT,,,,,,,,, +2019,C,Manufacturing,f_50-99,Salaries and wages paid,1734,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",12311,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,f_50-99,Total income,12472,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,f_50-99,Total expenditure,11705,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,f_50-99,Operating profit before tax,843,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,f_50-99,Total assets,7826,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,f_50-99,Fixed tangible assets,2449,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,g_100-199,Activity unit,201,COUNT,,,,,,,,, +2019,C,Manufacturing,g_100-199,Rolling mean employees,27045,COUNT,,,,,,,,, +2019,C,Manufacturing,g_100-199,Salaries and wages paid,1706,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",11581,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,g_100-199,Total income,11714,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,g_100-199,Total expenditure,11054,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,g_100-199,Operating profit before tax,835,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,g_100-199,Total assets,9966,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,g_100-199,Fixed tangible assets,2949,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,h_200+,Activity unit,159,COUNT,,,,,,,,, +2019,C,Manufacturing,h_200+,Rolling mean employees,91965,COUNT,,,,,,,,, +2019,C,Manufacturing,h_200+,Salaries and wages paid,7177,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",67832,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,h_200+,Total income,68977,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,h_200+,Total expenditure,64610,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,h_200+,Operating profit before tax,4368,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,h_200+,Total assets,53587,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,h_200+,Fixed tangible assets,19201,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,i_Industry_Total,Activity unit,21543,COUNT,,,,,,,,, +2019,C,Manufacturing,i_Industry_Total,Rolling mean employees,235866,COUNT,,,,,,,,, +2019,C,Manufacturing,i_Industry_Total,Salaries and wages paid,15763,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",116578,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,i_Industry_Total,Total income,118243,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,i_Industry_Total,Total expenditure,110882,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,i_Industry_Total,Operating profit before tax,7948,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,i_Industry_Total,Total assets,91057,DOLLARS(millions),,,,,,,,, +2019,C,Manufacturing,i_Industry_Total,Fixed tangible assets,30618,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,558,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,26,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",1423,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,1529,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1302,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,223,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,7166,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,5706,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,369,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,747,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,47,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",251,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,256,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,221,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,481,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,332,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,60,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,423,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,22,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",152,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,155,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,140,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,230,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,129,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,66,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,849,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,48,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",293,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,297,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,290,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,714,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,577,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,39,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,1128,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,67,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",395,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,404,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,360,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,55,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,1156,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,896,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,15,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1065,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,74,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",462,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,478,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,425,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,44,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1040,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,706,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,18,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,2490,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,147,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,1241,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,1096,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,165,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,5884,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,4535,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,18,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,12630,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,1096,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",16416,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,16965,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,14643,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,2064,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,56039,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,45717,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1140,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,19329,COUNT,,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1527,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,21325,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,18476,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2626,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,72711,DOLLARS(millions),,,,,,,,, +2019,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,58598,DOLLARS(millions),,,,,,,,, +2019,E,Construction,a_0,Activity unit,36987,COUNT,,,,,,,,, +2019,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,E,Construction,a_0,Salaries and wages paid,1656,DOLLARS(millions),,,,,,,,, +2019,E,Construction,a_0,"Sales, government funding, grants and subsidies",13281,DOLLARS(millions),,,,,,,,, +2019,E,Construction,a_0,Total income,13466,DOLLARS(millions),,,,,,,,, +2019,E,Construction,a_0,Total expenditure,11976,DOLLARS(millions),,,,,,,,, +2019,E,Construction,a_0,Operating profit before tax,1722,DOLLARS(millions),,,,,,,,, +2019,E,Construction,a_0,Total assets,16344,DOLLARS(millions),,,,,,,,, +2019,E,Construction,a_0,Fixed tangible assets,4810,DOLLARS(millions),,,,,,,,, +2019,E,Construction,b_1-5,Activity unit,21210,COUNT,,,,,,,,, +2019,E,Construction,b_1-5,Rolling mean employees,40401,COUNT,,,,,,,,, +2019,E,Construction,b_1-5,Salaries and wages paid,2777,DOLLARS(millions),,,,,,,,, +2019,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",12555,DOLLARS(millions),,,,,,,,, +2019,E,Construction,b_1-5,Total income,12636,DOLLARS(millions),,,,,,,,, +2019,E,Construction,b_1-5,Total expenditure,11636,DOLLARS(millions),,,,,,,,, +2019,E,Construction,b_1-5,Operating profit before tax,1096,DOLLARS(millions),,,,,,,,, +2019,E,Construction,b_1-5,Total assets,7319,DOLLARS(millions),,,,,,,,, +2019,E,Construction,b_1-5,Fixed tangible assets,1860,DOLLARS(millions),,,,,,,,, +2019,E,Construction,c_6-9,Activity unit,2988,COUNT,,,,,,,,, +2019,E,Construction,c_6-9,Rolling mean employees,21228,COUNT,,,,,,,,, +2019,E,Construction,c_6-9,Salaries and wages paid,1197,DOLLARS(millions),,,,,,,,, +2019,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",5333,DOLLARS(millions),,,,,,,,, +2019,E,Construction,c_6-9,Total income,5352,DOLLARS(millions),,,,,,,,, +2019,E,Construction,c_6-9,Total expenditure,5027,DOLLARS(millions),,,,,,,,, +2019,E,Construction,c_6-9,Operating profit before tax,341,DOLLARS(millions),,,,,,,,, +2019,E,Construction,c_6-9,Total assets,2427,DOLLARS(millions),,,,,,,,, +2019,E,Construction,c_6-9,Fixed tangible assets,572,DOLLARS(millions),,,,,,,,, +2019,E,Construction,d_10-19,Activity unit,2277,COUNT,,,,,,,,, +2019,E,Construction,d_10-19,Rolling mean employees,29907,COUNT,,,,,,,,, +2019,E,Construction,d_10-19,Salaries and wages paid,1762,DOLLARS(millions),,,,,,,,, +2019,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",7871,DOLLARS(millions),,,,,,,,, +2019,E,Construction,d_10-19,Total income,7909,DOLLARS(millions),,,,,,,,, +2019,E,Construction,d_10-19,Total expenditure,7406,DOLLARS(millions),,,,,,,,, +2019,E,Construction,d_10-19,Operating profit before tax,513,DOLLARS(millions),,,,,,,,, +2019,E,Construction,d_10-19,Total assets,4076,DOLLARS(millions),,,,,,,,, +2019,E,Construction,d_10-19,Fixed tangible assets,965,DOLLARS(millions),,,,,,,,, +2019,E,Construction,e_20-49,Activity unit,1005,COUNT,,,,,,,,, +2019,E,Construction,e_20-49,Rolling mean employees,29688,COUNT,,,,,,,,, +2019,E,Construction,e_20-49,Salaries and wages paid,1865,DOLLARS(millions),,,,,,,,, +2019,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",8405,DOLLARS(millions),,,,,,,,, +2019,E,Construction,e_20-49,Total income,8439,DOLLARS(millions),,,,,,,,, +2019,E,Construction,e_20-49,Total expenditure,8026,DOLLARS(millions),,,,,,,,, +2019,E,Construction,e_20-49,Operating profit before tax,509,DOLLARS(millions),,,,,,,,, +2019,E,Construction,e_20-49,Total assets,3837,DOLLARS(millions),,,,,,,,, +2019,E,Construction,e_20-49,Fixed tangible assets,915,DOLLARS(millions),,,,,,,,, +2019,E,Construction,f_50-99,Activity unit,225,COUNT,,,,,,,,, +2019,E,Construction,f_50-99,Rolling mean employees,15306,COUNT,,,,,,,,, +2019,E,Construction,f_50-99,Salaries and wages paid,1083,DOLLARS(millions),,,,,,,,, +2019,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",4939,DOLLARS(millions),,,,,,,,, +2019,E,Construction,f_50-99,Total income,4972,DOLLARS(millions),,,,,,,,, +2019,E,Construction,f_50-99,Total expenditure,4612,DOLLARS(millions),,,,,,,,, +2019,E,Construction,f_50-99,Operating profit before tax,361,DOLLARS(millions),,,,,,,,, +2019,E,Construction,f_50-99,Total assets,2200,DOLLARS(millions),,,,,,,,, +2019,E,Construction,f_50-99,Fixed tangible assets,532,DOLLARS(millions),,,,,,,,, +2019,E,Construction,g_100-199,Activity unit,75,COUNT,,,,,,,,, +2019,E,Construction,g_100-199,Rolling mean employees,10473,COUNT,,,,,,,,, +2019,E,Construction,g_100-199,Salaries and wages paid,789,DOLLARS(millions),,,,,,,,, +2019,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",4406,DOLLARS(millions),,,,,,,,, +2019,E,Construction,g_100-199,Total income,4433,DOLLARS(millions),,,,,,,,, +2019,E,Construction,g_100-199,Total expenditure,4123,DOLLARS(millions),,,,,,,,, +2019,E,Construction,g_100-199,Operating profit before tax,363,DOLLARS(millions),,,,,,,,, +2019,E,Construction,g_100-199,Total assets,2543,DOLLARS(millions),,,,,,,,, +2019,E,Construction,g_100-199,Fixed tangible assets,562,DOLLARS(millions),,,,,,,,, +2019,E,Construction,h_200+,Activity unit,39,COUNT,,,,,,,,, +2019,E,Construction,h_200+,Rolling mean employees,28389,COUNT,,,,,,,,, +2019,E,Construction,h_200+,Salaries and wages paid,2359,DOLLARS(millions),,,,,,,,, +2019,E,Construction,h_200+,"Sales, government funding, grants and subsidies",10083,DOLLARS(millions),,,,,,,,, +2019,E,Construction,h_200+,Total income,10109,DOLLARS(millions),,,,,,,,, +2019,E,Construction,h_200+,Total expenditure,9776,DOLLARS(millions),,,,,,,,, +2019,E,Construction,h_200+,Operating profit before tax,358,DOLLARS(millions),,,,,,,,, +2019,E,Construction,h_200+,Total assets,5769,DOLLARS(millions),,,,,,,,, +2019,E,Construction,h_200+,Fixed tangible assets,1095,DOLLARS(millions),,,,,,,,, +2019,E,Construction,i_Industry_Total,Activity unit,64812,COUNT,,,,,,,,, +2019,E,Construction,i_Industry_Total,Rolling mean employees,175389,COUNT,,,,,,,,, +2019,E,Construction,i_Industry_Total,Salaries and wages paid,13487,DOLLARS(millions),,,,,,,,, +2019,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",66875,DOLLARS(millions),,,,,,,,, +2019,E,Construction,i_Industry_Total,Total income,67315,DOLLARS(millions),,,,,,,,, +2019,E,Construction,i_Industry_Total,Total expenditure,62582,DOLLARS(millions),,,,,,,,, +2019,E,Construction,i_Industry_Total,Operating profit before tax,5263,DOLLARS(millions),,,,,,,,, +2019,E,Construction,i_Industry_Total,Total assets,44516,DOLLARS(millions),,,,,,,,, +2019,E,Construction,i_Industry_Total,Fixed tangible assets,11310,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,a_0,Activity unit,8346,COUNT,,,,,,,,, +2019,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,F,Wholesale Trade,a_0,Salaries and wages paid,394,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",8385,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,a_0,Total income,8482,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,a_0,Total expenditure,8001,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,a_0,Operating profit before tax,483,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,a_0,Total assets,5543,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,a_0,Fixed tangible assets,1091,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,b_1-5,Activity unit,5274,COUNT,,,,,,,,, +2019,F,Wholesale Trade,b_1-5,Rolling mean employees,11907,COUNT,,,,,,,,, +2019,F,Wholesale Trade,b_1-5,Salaries and wages paid,823,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",8794,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,b_1-5,Total income,8887,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,b_1-5,Total expenditure,8378,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,b_1-5,Operating profit before tax,549,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,b_1-5,Total assets,5063,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,b_1-5,Fixed tangible assets,563,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,c_6-9,Activity unit,1242,COUNT,,,,,,,,, +2019,F,Wholesale Trade,c_6-9,Rolling mean employees,8913,COUNT,,,,,,,,, +2019,F,Wholesale Trade,c_6-9,Salaries and wages paid,537,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",5437,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,c_6-9,Total income,5491,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,c_6-9,Total expenditure,5190,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,c_6-9,Operating profit before tax,320,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,c_6-9,Total assets,2684,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,c_6-9,Fixed tangible assets,254,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,d_10-19,Activity unit,1101,COUNT,,,,,,,,, +2019,F,Wholesale Trade,d_10-19,Rolling mean employees,14844,COUNT,,,,,,,,, +2019,F,Wholesale Trade,d_10-19,Salaries and wages paid,934,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",10159,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,d_10-19,Total income,10221,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,d_10-19,Total expenditure,9694,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,d_10-19,Operating profit before tax,688,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,d_10-19,Total assets,5888,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,d_10-19,Fixed tangible assets,553,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,e_20-49,Activity unit,717,COUNT,,,,,,,,, +2019,F,Wholesale Trade,e_20-49,Rolling mean employees,21972,COUNT,,,,,,,,, +2019,F,Wholesale Trade,e_20-49,Salaries and wages paid,1538,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",17008,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,e_20-49,Total income,17108,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,e_20-49,Total expenditure,16525,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,e_20-49,Operating profit before tax,870,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,e_20-49,Total assets,9391,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,e_20-49,Fixed tangible assets,885,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,f_50-99,Activity unit,240,COUNT,,,,,,,,, +2019,F,Wholesale Trade,f_50-99,Rolling mean employees,16317,COUNT,,,,,,,,, +2019,F,Wholesale Trade,f_50-99,Salaries and wages paid,1125,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",15471,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,f_50-99,Total income,15595,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,f_50-99,Total expenditure,15311,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,f_50-99,Operating profit before tax,637,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,f_50-99,Total assets,8327,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,f_50-99,Fixed tangible assets,835,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,g_100-199,Activity unit,87,COUNT,,,,,,,,, +2019,F,Wholesale Trade,g_100-199,Rolling mean employees,11940,COUNT,,,,,,,,, +2019,F,Wholesale Trade,g_100-199,Salaries and wages paid,801,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",7575,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,g_100-199,Total income,7727,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,g_100-199,Total expenditure,7603,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,g_100-199,Operating profit before tax,261,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,g_100-199,Total assets,5413,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,g_100-199,Fixed tangible assets,756,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,h_200+,Activity unit,57,COUNT,,,,,,,,, +2019,F,Wholesale Trade,h_200+,Rolling mean employees,29943,COUNT,,,,,,,,, +2019,F,Wholesale Trade,h_200+,Salaries and wages paid,2074,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",36423,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,h_200+,Total income,36631,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,h_200+,Total expenditure,35922,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,h_200+,Operating profit before tax,875,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,h_200+,Total assets,13289,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,h_200+,Fixed tangible assets,1889,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,i_Industry_Total,Activity unit,17061,COUNT,,,,,,,,, +2019,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,115836,COUNT,,,,,,,,, +2019,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,8226,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",109252,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,i_Industry_Total,Total income,110143,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,i_Industry_Total,Total expenditure,106624,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,4683,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,i_Industry_Total,Total assets,55599,DOLLARS(millions),,,,,,,,, +2019,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,6824,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,a_0,Activity unit,11961,COUNT,,,,,,,,, +2019,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,G,Retail Trade,a_0,Salaries and wages paid,341,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",4266,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,a_0,Total income,4312,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,a_0,Total expenditure,4042,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,a_0,Operating profit before tax,241,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,a_0,Total assets,3393,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,a_0,Fixed tangible assets,1166,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,b_1-5,Activity unit,10518,COUNT,,,,,,,,, +2019,G,Retail Trade,b_1-5,Rolling mean employees,24276,COUNT,,,,,,,,, +2019,G,Retail Trade,b_1-5,Salaries and wages paid,1034,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",8473,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,b_1-5,Total income,8513,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,b_1-5,Total expenditure,8266,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,b_1-5,Operating profit before tax,248,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,b_1-5,Total assets,3686,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,b_1-5,Fixed tangible assets,728,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,c_6-9,Activity unit,2286,COUNT,,,,,,,,, +2019,G,Retail Trade,c_6-9,Rolling mean employees,16413,COUNT,,,,,,,,, +2019,G,Retail Trade,c_6-9,Salaries and wages paid,647,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",4601,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,c_6-9,Total income,4616,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,c_6-9,Total expenditure,4483,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,c_6-9,Operating profit before tax,151,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,c_6-9,Total assets,1701,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,c_6-9,Fixed tangible assets,316,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,d_10-19,Activity unit,1644,COUNT,,,,,,,,, +2019,G,Retail Trade,d_10-19,Rolling mean employees,21858,COUNT,,,,,,,,, +2019,G,Retail Trade,d_10-19,Salaries and wages paid,876,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",7074,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,d_10-19,Total income,7092,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,d_10-19,Total expenditure,6755,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,d_10-19,Operating profit before tax,379,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,d_10-19,Total assets,2595,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,d_10-19,Fixed tangible assets,446,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,e_20-49,Activity unit,738,COUNT,,,,,,,,, +2019,G,Retail Trade,e_20-49,Rolling mean employees,21060,COUNT,,,,,,,,, +2019,G,Retail Trade,e_20-49,Salaries and wages paid,902,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",8599,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,e_20-49,Total income,8618,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,e_20-49,Total expenditure,8376,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,e_20-49,Operating profit before tax,356,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,e_20-49,Total assets,3009,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,e_20-49,Fixed tangible assets,551,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,f_50-99,Activity unit,258,COUNT,,,,,,,,, +2019,G,Retail Trade,f_50-99,Rolling mean employees,18246,COUNT,,,,,,,,, +2019,G,Retail Trade,f_50-99,Salaries and wages paid,727,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",6861,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,f_50-99,Total income,6875,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,f_50-99,Total expenditure,6639,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,f_50-99,Operating profit before tax,217,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,f_50-99,Total assets,2090,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,f_50-99,Fixed tangible assets,349,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,g_100-199,Activity unit,195,COUNT,,,,,,,,, +2019,G,Retail Trade,g_100-199,Rolling mean employees,27084,COUNT,,,,,,,,, +2019,G,Retail Trade,g_100-199,Salaries and wages paid,1056,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",9847,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,g_100-199,Total income,9883,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,g_100-199,Total expenditure,9594,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,g_100-199,Operating profit before tax,346,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,g_100-199,Total assets,3134,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,g_100-199,Fixed tangible assets,583,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,h_200+,Activity unit,141,COUNT,,,,,,,,, +2019,G,Retail Trade,h_200+,Rolling mean employees,87936,COUNT,,,,,,,,, +2019,G,Retail Trade,h_200+,Salaries and wages paid,3353,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",27212,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,h_200+,Total income,27455,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,h_200+,Total expenditure,26202,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,h_200+,Operating profit before tax,1532,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,h_200+,Total assets,11612,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,h_200+,Fixed tangible assets,2458,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,i_Industry_Total,Activity unit,27735,COUNT,,,,,,,,, +2019,G,Retail Trade,i_Industry_Total,Rolling mean employees,216876,COUNT,,,,,,,,, +2019,G,Retail Trade,i_Industry_Total,Salaries and wages paid,8937,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",76933,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,i_Industry_Total,Total income,77365,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,i_Industry_Total,Total expenditure,74357,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,i_Industry_Total,Operating profit before tax,3470,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,i_Industry_Total,Total assets,31221,DOLLARS(millions),,,,,,,,, +2019,G,Retail Trade,i_Industry_Total,Fixed tangible assets,6597,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,a_0,Activity unit,7068,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,a_0,Salaries and wages paid,222,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",1232,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,a_0,Total income,1310,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,a_0,Total expenditure,1134,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,a_0,Operating profit before tax,133,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,a_0,Total assets,3750,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,a_0,Fixed tangible assets,2600,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,b_1-5,Activity unit,8355,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,b_1-5,Rolling mean employees,21087,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,595,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",2374,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,b_1-5,Total income,2419,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,b_1-5,Total expenditure,2280,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,b_1-5,Operating profit before tax,111,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,b_1-5,Total assets,2383,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1370,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,c_6-9,Activity unit,3006,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,c_6-9,Rolling mean employees,21681,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,552,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",1735,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,c_6-9,Total income,1746,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,c_6-9,Total expenditure,1695,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,c_6-9,Operating profit before tax,49,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,c_6-9,Total assets,1290,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,668,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,d_10-19,Activity unit,2889,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,d_10-19,Rolling mean employees,38484,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,984,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",2906,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,d_10-19,Total income,2925,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,d_10-19,Total expenditure,2834,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,d_10-19,Operating profit before tax,87,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,d_10-19,Total assets,1923,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,1037,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,e_20-49,Activity unit,1278,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,e_20-49,Rolling mean employees,36279,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,952,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",2862,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,e_20-49,Total income,2898,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,e_20-49,Total expenditure,2711,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,e_20-49,Operating profit before tax,181,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,e_20-49,Total assets,2169,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1279,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,f_50-99,Activity unit,207,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,f_50-99,Rolling mean employees,14151,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,414,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",1278,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,f_50-99,Total income,1306,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,f_50-99,Total expenditure,1177,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,f_50-99,Operating profit before tax,138,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,f_50-99,Total assets,1652,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,880,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,g_100-199,Activity unit,72,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,g_100-199,Rolling mean employees,10653,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,303,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",1078,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,g_100-199,Total income,1088,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,g_100-199,Total expenditure,969,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,g_100-199,Operating profit before tax,129,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,g_100-199,Total assets,1447,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,810,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,h_200+,Activity unit,42,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,h_200+,Rolling mean employees,23073,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,h_200+,Salaries and wages paid,722,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",2488,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,h_200+,Total income,2515,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,h_200+,Total expenditure,2170,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,h_200+,Operating profit before tax,342,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,h_200+,Total assets,3398,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,h_200+,Fixed tangible assets,2107,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,i_Industry_Total,Activity unit,22914,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,165408,COUNT,,,,,,,,, +2019,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,4743,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",15953,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,i_Industry_Total,Total income,16206,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,14971,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,1170,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,i_Industry_Total,Total assets,18012,DOLLARS(millions),,,,,,,,, +2019,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,10751,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",a_0,Activity unit,10389,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,150,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",2003,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",a_0,Total income,2035,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1756,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,279,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",a_0,Total assets,7110,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,5523,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,4137,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7773,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,434,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1769,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",b_1-5,Total income,1807,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1595,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,199,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",b_1-5,Total assets,2173,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,1115,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,639,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4512,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,229,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",895,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",c_6-9,Total income,915,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,827,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,85,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",c_6-9,Total assets,943,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,387,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,564,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,7383,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,406,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1686,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",d_10-19,Total income,1722,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1576,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,125,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",d_10-19,Total assets,1851,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,900,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,399,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,11787,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,716,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",2412,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",e_20-49,Total income,2464,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,2318,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,137,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",e_20-49,Total assets,2796,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1641,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,135,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,9558,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,600,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",2186,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",f_50-99,Total income,2224,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,2009,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,217,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",f_50-99,Total assets,2450,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1440,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,63,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8922,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,571,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",2050,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",g_100-199,Total income,2081,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1948,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,153,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",g_100-199,Total assets,2743,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,1970,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",h_200+,Activity unit,75,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,47442,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,3719,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",14341,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",h_200+,Total income,15097,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,13701,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,1348,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",h_200+,Total assets,28611,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,18883,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,16398,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,97380,COUNT,,,,,,,,, +2019,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,6824,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",27342,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,28345,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,25731,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,2542,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,48676,DOLLARS(millions),,,,,,,,, +2019,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,31859,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,a_0,Activity unit,4344,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,a_0,Salaries and wages paid,130,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",1160,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,a_0,Total income,1166,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,a_0,Total expenditure,977,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,a_0,Operating profit before tax,150,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,a_0,Total assets,1425,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,a_0,Fixed tangible assets,225,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,b_1-5,Activity unit,1143,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,2031,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,162,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",853,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,b_1-5,Total income,856,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,b_1-5,Total expenditure,821,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,55,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,b_1-5,Total assets,515,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,67,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,c_6-9,Activity unit,186,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1281,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,75,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",561,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,c_6-9,Total income,564,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,c_6-9,Total expenditure,583,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,-5,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,c_6-9,Total assets,453,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,83,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,d_10-19,Activity unit,153,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,2037,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,109,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",341,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,d_10-19,Total income,343,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,d_10-19,Total expenditure,376,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,-4,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,d_10-19,Total assets,553,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,52,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,e_20-49,Activity unit,60,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1815,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,169,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",876,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,e_20-49,Total income,879,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,e_20-49,Total expenditure,882,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,41,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,e_20-49,Total assets,1115,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,f_50-99,Activity unit,27,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,1803,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,97,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",314,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,f_50-99,Total income,317,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,f_50-99,Total expenditure,320,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,f_50-99,Total assets,301,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,41,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1179,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,96,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,g_100-199,Total income,381,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,g_100-199,Total expenditure,314,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,g_100-199,Total assets,1252,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,h_200+,Activity unit,21,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,h_200+,Rolling mean employees,21810,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1536,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",9466,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,h_200+,Total income,9743,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,h_200+,Total expenditure,9798,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,h_200+,Operating profit before tax,889,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,h_200+,Total assets,17974,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,7402,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,5940,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,31956,COUNT,,,,,,,,, +2019,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2374,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,i_Industry_Total,Total income,14249,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,14070,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,i_Industry_Total,Total assets,23590,DOLLARS(millions),,,,,,,,, +2019,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,9126,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,a_0,Activity unit,29220,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,a_0,Salaries and wages paid,492,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",8163,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,a_0,Total income,38413,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,a_0,Total expenditure,15593,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,a_0,Operating profit before tax,17273,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,a_0,Total assets,479481,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,a_0,Fixed tangible assets,24498,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,b_1-5,Activity unit,2496,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4581,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,427,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",2894,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,b_1-5,Total income,3930,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,b_1-5,Total expenditure,3073,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,b_1-5,Operating profit before tax,713,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,b_1-5,Total assets,24357,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,1166,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,c_6-9,Activity unit,279,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1974,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,190,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",554,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,c_6-9,Total income,1241,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,c_6-9,Total expenditure,951,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,c_6-9,Operating profit before tax,281,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,c_6-9,Total assets,18234,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,206,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,d_10-19,Activity unit,189,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2469,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,205,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",589,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,d_10-19,Total income,1411,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,d_10-19,Total expenditure,1209,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,d_10-19,Operating profit before tax,152,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,d_10-19,Total assets,12173,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,126,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,e_20-49,Activity unit,78,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2541,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,306,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",1059,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,e_20-49,Total income,2166,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,e_20-49,Total expenditure,1373,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,e_20-49,Operating profit before tax,651,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,e_20-49,Total assets,12444,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,95,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,f_50-99,Activity unit,42,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,f_50-99,Rolling mean employees,3015,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,320,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",782,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,f_50-99,Total income,1354,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,f_50-99,Total expenditure,1092,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,f_50-99,Operating profit before tax,314,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,f_50-99,Total assets,10475,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,54,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,g_100-199,Rolling mean employees,2775,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,229,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",869,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,g_100-199,Total income,1793,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,g_100-199,Total expenditure,1427,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,g_100-199,Operating profit before tax,301,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,g_100-199,Total assets,33416,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,45,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,h_200+,Activity unit,48,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,h_200+,Rolling mean employees,46401,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,h_200+,Salaries and wages paid,4157,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",7984,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,h_200+,Total income,35035,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,h_200+,Total expenditure,25872,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,h_200+,Operating profit before tax,9149,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,h_200+,Total assets,651561,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,h_200+,Fixed tangible assets,1057,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,i_Industry_Total,Activity unit,32370,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,63759,COUNT,,,,,,,,, +2019,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,6326,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",22895,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,i_Industry_Total,Total income,85342,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,50591,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,28834,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,i_Industry_Total,Total assets,1242141,DOLLARS(millions),,,,,,,,, +2019,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,27246,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,73710,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,696,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",19119,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",a_0,Total income,24214,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,13718,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,7455,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,240690,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,178377,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5487,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8970,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,483,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",3723,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,4286,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,3004,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,904,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,20824,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,13511,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,492,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3504,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,163,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",787,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,887,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,743,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,84,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,3604,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,2265,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,384,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,4998,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,301,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",1129,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,1181,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,1083,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,90,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,1957,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,1029,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,168,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,4878,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,311,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",1239,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,1310,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,1154,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,153,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,2504,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,1458,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,27,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,1914,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,129,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",610,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,645,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,584,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,67,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,1189,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,736,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,24,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,3993,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,363,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",1469,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1562,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,1328,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,213,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,4013,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,3319,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,9,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,4380,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,212,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",1120,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,1140,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,964,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,183,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,1577,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,820,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,80307,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,32640,COUNT,,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,2658,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",29194,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,35227,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,22578,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,9149,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,276357,DOLLARS(millions),,,,,,,,, +2019,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,201513,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",a_0,Activity unit,43290,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,2212,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",8004,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",a_0,Total income,8349,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,6382,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,2018,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",a_0,Total assets,9365,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,2496,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,13437,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,24711,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,2058,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",5766,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",b_1-5,Total income,5915,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,5053,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,865,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,5679,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,956,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,2112,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,15084,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,1099,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",2820,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",c_6-9,Total income,2880,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,2472,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,403,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,1778,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,202,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1818,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,23787,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1891,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",4474,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",d_10-19,Total income,4743,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,4114,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,479,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,3887,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,302,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,912,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,27258,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,2348,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",5532,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",e_20-49,Total income,5805,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,5263,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,593,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,6395,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,438,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,267,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,17550,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,1465,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",3493,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",f_50-99,Total income,3622,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,3147,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,528,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,3615,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,474,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,114,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,15498,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,1271,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",3084,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",g_100-199,Total income,3374,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,3093,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,387,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,4433,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,282,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,72,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,36111,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,3454,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",7332,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",h_200+,Total income,9070,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,7685,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,1571,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",h_200+,Total assets,29668,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,1672,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,62019,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,160002,COUNT,,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,15799,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",40504,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,43758,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,37209,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,6843,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,64821,DOLLARS(millions),,,,,,,,, +2019,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,6822,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,a_0,Activity unit,11877,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,a_0,Salaries and wages paid,272,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1997,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,a_0,Total income,2075,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,a_0,Total expenditure,1706,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,a_0,Operating profit before tax,364,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,a_0,Total assets,2439,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,a_0,Fixed tangible assets,973,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,b_1-5,Activity unit,4965,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,b_1-5,Rolling mean employees,9609,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,b_1-5,Salaries and wages paid,438,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1509,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,b_1-5,Total income,1540,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,b_1-5,Total expenditure,1425,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,b_1-5,Operating profit before tax,135,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,b_1-5,Total assets,1766,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,b_1-5,Fixed tangible assets,398,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,c_6-9,Activity unit,666,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,c_6-9,Rolling mean employees,4686,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,c_6-9,Salaries and wages paid,222,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",663,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,c_6-9,Total income,678,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,c_6-9,Total expenditure,604,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,c_6-9,Operating profit before tax,83,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,c_6-9,Total assets,517,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,c_6-9,Fixed tangible assets,85,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,d_10-19,Activity unit,564,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,d_10-19,Rolling mean employees,7413,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,d_10-19,Salaries and wages paid,297,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",1125,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,d_10-19,Total income,1144,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,d_10-19,Total expenditure,1044,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,d_10-19,Operating profit before tax,104,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,d_10-19,Total assets,895,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,d_10-19,Fixed tangible assets,200,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,e_20-49,Activity unit,399,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,e_20-49,Rolling mean employees,11814,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,e_20-49,Salaries and wages paid,603,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",1482,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,e_20-49,Total income,1526,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,e_20-49,Total expenditure,1436,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,e_20-49,Operating profit before tax,92,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,e_20-49,Total assets,846,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,e_20-49,Fixed tangible assets,150,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,f_50-99,Activity unit,153,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,f_50-99,Rolling mean employees,10719,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,f_50-99,Salaries and wages paid,421,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",895,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,f_50-99,Total income,938,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,f_50-99,Total expenditure,905,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,f_50-99,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,f_50-99,Total assets,1566,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,f_50-99,Fixed tangible assets,283,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,g_100-199,Activity unit,102,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,g_100-199,Rolling mean employees,14634,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,g_100-199,Salaries and wages paid,487,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",984,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,g_100-199,Total income,1009,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,g_100-199,Total expenditure,982,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,g_100-199,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,g_100-199,Total assets,847,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,g_100-199,Fixed tangible assets,281,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,h_200+,Activity unit,102,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,h_200+,Rolling mean employees,62313,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,h_200+,Salaries and wages paid,1709,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",3998,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,h_200+,Total income,4022,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,h_200+,Total expenditure,3795,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,h_200+,Operating profit before tax,260,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,h_200+,Total assets,2164,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,h_200+,Fixed tangible assets,773,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,i_Industry_Total,Activity unit,18828,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,121185,COUNT,,,,,,,,, +2019,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,4450,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",12652,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,i_Industry_Total,Total income,12931,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,i_Industry_Total,Total expenditure,11897,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,1125,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,i_Industry_Total,Total assets,11042,DOLLARS(millions),,,,,,,,, +2019,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,3143,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,a_0,Activity unit,504,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,a_0,Salaries and wages paid,21,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",143,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,a_0,Total income,145,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,a_0,Total expenditure,127,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,a_0,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,a_0,Total assets,C,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,a_0,Fixed tangible assets,24,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,b_1-5,Activity unit,312,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,b_1-5,Rolling mean employees,693,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,b_1-5,Salaries and wages paid,38,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",111,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,b_1-5,Total income,112,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,b_1-5,Total expenditure,104,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,b_1-5,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,b_1-5,Total assets,71,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,b_1-5,Fixed tangible assets,19,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,c_6-9,Activity unit,63,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,c_6-9,Rolling mean employees,462,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,c_6-9,Salaries and wages paid,23,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",76,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,c_6-9,Total income,76,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,c_6-9,Total expenditure,68,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,c_6-9,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,c_6-9,Total assets,33,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,c_6-9,Fixed tangible assets,6,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,d_10-19,Activity unit,66,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,d_10-19,Rolling mean employees,933,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,d_10-19,Salaries and wages paid,41,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",95,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,d_10-19,Total income,97,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,d_10-19,Total expenditure,86,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,d_10-19,Operating profit before tax,10,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,d_10-19,Total assets,51,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,d_10-19,Fixed tangible assets,9,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,e_20-49,Activity unit,42,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,e_20-49,Rolling mean employees,1326,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,e_20-49,Salaries and wages paid,56,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,e_20-49,Total income,149,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,e_20-49,Total expenditure,126,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,e_20-49,Total assets,111,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,e_20-49,Fixed tangible assets,42,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,f_50-99,Activity unit,18,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,f_50-99,Rolling mean employees,1251,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,f_50-99,Salaries and wages paid,58,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",94,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,f_50-99,Total income,101,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,f_50-99,Total expenditure,105,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,f_50-99,Operating profit before tax,-3,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,f_50-99,Total assets,134,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,f_50-99,Fixed tangible assets,11,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,g_100-199,Rolling mean employees,1254,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,g_100-199,Salaries and wages paid,53,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",116,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,g_100-199,Total income,116,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,g_100-199,Total expenditure,114,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,g_100-199,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,g_100-199,Fixed tangible assets,20,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,h_200+,Activity unit,12,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,h_200+,Rolling mean employees,10182,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,h_200+,Salaries and wages paid,437,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",771,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,h_200+,Total income,774,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,h_200+,Total expenditure,725,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,h_200+,Operating profit before tax,50,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,h_200+,Total assets,388,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,h_200+,Fixed tangible assets,90,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,i_Industry_Total,Activity unit,1023,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,16098,COUNT,,,,,,,,, +2019,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,726,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,i_Industry_Total,Total income,1570,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,i_Industry_Total,Total expenditure,1456,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,i_Industry_Total,Total assets,1535,DOLLARS(millions),,,,,,,,, +2019,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,221,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,a_0,Activity unit,3057,COUNT,,,,,,,,, +2019,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,P,Education and Training,a_0,Salaries and wages paid,108,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",412,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,a_0,Total income,442,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,a_0,Total expenditure,364,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,a_0,Operating profit before tax,83,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,a_0,Total assets,573,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,a_0,Fixed tangible assets,266,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,b_1-5,Activity unit,1575,COUNT,,,,,,,,, +2019,P,Education and Training,b_1-5,Rolling mean employees,3882,COUNT,,,,,,,,, +2019,P,Education and Training,b_1-5,Salaries and wages paid,130,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",341,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,b_1-5,Total income,377,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,b_1-5,Total expenditure,340,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,b_1-5,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,b_1-5,Total assets,365,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,b_1-5,Fixed tangible assets,163,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,c_6-9,Activity unit,573,COUNT,,,,,,,,, +2019,P,Education and Training,c_6-9,Rolling mean employees,4155,COUNT,,,,,,,,, +2019,P,Education and Training,c_6-9,Salaries and wages paid,149,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",240,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,c_6-9,Total income,267,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,c_6-9,Total expenditure,262,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,c_6-9,Operating profit before tax,7,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,c_6-9,Total assets,246,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,c_6-9,Fixed tangible assets,100,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,d_10-19,Activity unit,732,COUNT,,,,,,,,, +2019,P,Education and Training,d_10-19,Rolling mean employees,9657,COUNT,,,,,,,,, +2019,P,Education and Training,d_10-19,Salaries and wages paid,320,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",552,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,d_10-19,Total income,606,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,d_10-19,Total expenditure,561,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,d_10-19,Operating profit before tax,44,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,d_10-19,Total assets,571,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,d_10-19,Fixed tangible assets,263,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,e_20-49,Activity unit,312,COUNT,,,,,,,,, +2019,P,Education and Training,e_20-49,Rolling mean employees,8988,COUNT,,,,,,,,, +2019,P,Education and Training,e_20-49,Salaries and wages paid,340,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",609,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,e_20-49,Total income,668,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,e_20-49,Total expenditure,637,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,e_20-49,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,e_20-49,Total assets,631,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,e_20-49,Fixed tangible assets,250,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,f_50-99,Activity unit,81,COUNT,,,,,,,,, +2019,P,Education and Training,f_50-99,Rolling mean employees,5760,COUNT,,,,,,,,, +2019,P,Education and Training,f_50-99,Salaries and wages paid,244,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",458,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,f_50-99,Total income,482,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,f_50-99,Total expenditure,446,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,f_50-99,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,f_50-99,Total assets,568,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,f_50-99,Fixed tangible assets,302,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,g_100-199,Activity unit,33,COUNT,,,,,,,,, +2019,P,Education and Training,g_100-199,Rolling mean employees,4596,COUNT,,,,,,,,, +2019,P,Education and Training,g_100-199,Salaries and wages paid,244,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",496,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,g_100-199,Total income,565,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,g_100-199,Total expenditure,480,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,g_100-199,Operating profit before tax,39,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,g_100-199,Total assets,833,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,g_100-199,Fixed tangible assets,496,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,h_200+,Activity unit,30,COUNT,,,,,,,,, +2019,P,Education and Training,h_200+,Rolling mean employees,15975,COUNT,,,,,,,,, +2019,P,Education and Training,h_200+,Salaries and wages paid,726,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",1277,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,h_200+,Total income,1454,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,h_200+,Total expenditure,1235,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,h_200+,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,h_200+,Total assets,2566,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,h_200+,Fixed tangible assets,1267,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,i_Industry_Total,Activity unit,6393,COUNT,,,,,,,,, +2019,P,Education and Training,i_Industry_Total,Rolling mean employees,53013,COUNT,,,,,,,,, +2019,P,Education and Training,i_Industry_Total,Salaries and wages paid,2260,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",4385,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,i_Industry_Total,Total income,4860,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,i_Industry_Total,Total expenditure,4324,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,i_Industry_Total,Operating profit before tax,359,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,i_Industry_Total,Total assets,6354,DOLLARS(millions),,,,,,,,, +2019,P,Education and Training,i_Industry_Total,Fixed tangible assets,3107,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,a_0,Activity unit,11724,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,666,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",2487,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,a_0,Total income,2595,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,a_0,Total expenditure,1853,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,a_0,Operating profit before tax,708,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,a_0,Total assets,2998,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,1427,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,b_1-5,Activity unit,4560,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,10596,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,864,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",2154,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,b_1-5,Total income,2205,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1877,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,332,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,b_1-5,Total assets,1637,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,510,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,c_6-9,Activity unit,1290,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,9447,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,376,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",905,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,c_6-9,Total income,959,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,c_6-9,Total expenditure,860,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,95,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,c_6-9,Total assets,674,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,286,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,d_10-19,Activity unit,1119,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,14904,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,673,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1332,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,d_10-19,Total income,1391,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1314,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,85,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,d_10-19,Total assets,1066,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,495,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,e_20-49,Activity unit,879,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,25008,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,969,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",2323,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,e_20-49,Total income,2478,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,e_20-49,Total expenditure,2209,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,269,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,e_20-49,Total assets,2784,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,1018,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,f_50-99,Activity unit,243,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,16959,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,646,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1461,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,f_50-99,Total income,1565,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1444,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,123,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,f_50-99,Total assets,2065,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,1290,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,g_100-199,Activity unit,147,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,20274,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,892,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",2445,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,g_100-199,Total income,2702,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,g_100-199,Total expenditure,2300,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,243,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,g_100-199,Total assets,6244,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,1767,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,h_200+,Activity unit,78,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,65676,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,2804,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",4811,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,h_200+,Total income,5024,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,h_200+,Total expenditure,4787,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,252,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,h_200+,Total assets,6054,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,2613,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,20043,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,162864,COUNT,,,,,,,,, +2019,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,7891,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",17917,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,i_Industry_Total,Total income,18920,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,16644,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,2108,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,23524,DOLLARS(millions),,,,,,,,, +2019,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,9405,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,a_0,Activity unit,6663,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,a_0,Salaries and wages paid,156,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",930,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,a_0,Total income,1061,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,a_0,Total expenditure,848,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,a_0,Operating profit before tax,208,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,a_0,Total assets,1866,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,a_0,Fixed tangible assets,1136,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,b_1-5,Activity unit,2463,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4869,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,174,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",650,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,b_1-5,Total income,776,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,b_1-5,Total expenditure,724,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,b_1-5,Operating profit before tax,56,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,b_1-5,Total assets,1366,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,878,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,c_6-9,Activity unit,390,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,c_6-9,Rolling mean employees,2862,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,82,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",353,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,c_6-9,Total income,395,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,c_6-9,Total expenditure,369,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,c_6-9,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,c_6-9,Total assets,383,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,268,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,d_10-19,Activity unit,372,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,d_10-19,Rolling mean employees,5094,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,168,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",489,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,d_10-19,Total income,625,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,d_10-19,Total expenditure,568,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,d_10-19,Operating profit before tax,72,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,d_10-19,Total assets,843,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,523,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,e_20-49,Activity unit,219,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6570,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,221,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",767,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,e_20-49,Total income,995,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,e_20-49,Total expenditure,961,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,e_20-49,Total assets,2063,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1622,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,f_50-99,Activity unit,60,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,f_50-99,Rolling mean employees,3969,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,145,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",332,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,f_50-99,Total income,480,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,f_50-99,Total expenditure,536,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,f_50-99,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,f_50-99,Total assets,1000,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,615,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,g_100-199,Activity unit,12,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,g_100-199,Rolling mean employees,1764,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,67,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,g_100-199,Total income,665,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,g_100-199,Total expenditure,403,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,g_100-199,Total assets,276,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,128,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,h_200+,Activity unit,18,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,h_200+,Rolling mean employees,9750,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,h_200+,Salaries and wages paid,455,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,h_200+,Total income,3716,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,h_200+,Total expenditure,3285,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,h_200+,Operating profit before tax,444,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,h_200+,Total assets,2412,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,h_200+,Fixed tangible assets,1334,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,i_Industry_Total,Activity unit,10200,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,34881,COUNT,,,,,,,,, +2019,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1468,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7715,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,i_Industry_Total,Total income,8713,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,7694,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,1134,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,i_Industry_Total,Total assets,10210,DOLLARS(millions),,,,,,,,, +2019,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,6504,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,a_0,Activity unit,10602,COUNT,,,,,,,,, +2019,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2019,S,Other Services,a_0,Salaries and wages paid,246,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,a_0,"Sales, government funding, grants and subsidies",1394,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,a_0,Total income,1683,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,a_0,Total expenditure,1341,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,a_0,Operating profit before tax,300,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,a_0,Total assets,3087,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,a_0,Fixed tangible assets,1155,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,b_1-5,Activity unit,9105,COUNT,,,,,,,,, +2019,S,Other Services,b_1-5,Rolling mean employees,20757,COUNT,,,,,,,,, +2019,S,Other Services,b_1-5,Salaries and wages paid,994,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",2954,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,b_1-5,Total income,3208,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,b_1-5,Total expenditure,2905,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,b_1-5,Operating profit before tax,278,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,b_1-5,Total assets,3306,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,b_1-5,Fixed tangible assets,1169,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,c_6-9,Activity unit,1755,COUNT,,,,,,,,, +2019,S,Other Services,c_6-9,Rolling mean employees,12369,COUNT,,,,,,,,, +2019,S,Other Services,c_6-9,Salaries and wages paid,547,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1559,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,c_6-9,Total income,1678,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,c_6-9,Total expenditure,1531,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,c_6-9,Operating profit before tax,141,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,c_6-9,Total assets,1462,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,c_6-9,Fixed tangible assets,283,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,d_10-19,Activity unit,930,COUNT,,,,,,,,, +2019,S,Other Services,d_10-19,Rolling mean employees,12132,COUNT,,,,,,,,, +2019,S,Other Services,d_10-19,Salaries and wages paid,563,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1742,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,d_10-19,Total income,1901,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,d_10-19,Total expenditure,1729,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,d_10-19,Operating profit before tax,140,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,d_10-19,Total assets,2233,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,d_10-19,Fixed tangible assets,541,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,e_20-49,Activity unit,321,COUNT,,,,,,,,, +2019,S,Other Services,e_20-49,Rolling mean employees,9012,COUNT,,,,,,,,, +2019,S,Other Services,e_20-49,Salaries and wages paid,434,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",1331,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,e_20-49,Total income,1584,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,e_20-49,Total expenditure,1447,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,e_20-49,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,e_20-49,Total assets,3439,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,e_20-49,Fixed tangible assets,488,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,f_50-99,Activity unit,66,COUNT,,,,,,,,, +2019,S,Other Services,f_50-99,Rolling mean employees,4509,COUNT,,,,,,,,, +2019,S,Other Services,f_50-99,Salaries and wages paid,234,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",649,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,f_50-99,Total income,755,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,f_50-99,Total expenditure,759,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,f_50-99,Operating profit before tax,5,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,f_50-99,Total assets,533,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,f_50-99,Fixed tangible assets,195,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,g_100-199,Activity unit,15,COUNT,,,,,,,,, +2019,S,Other Services,g_100-199,Rolling mean employees,2070,COUNT,,,,,,,,, +2019,S,Other Services,g_100-199,Salaries and wages paid,89,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",153,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,g_100-199,Total income,238,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,g_100-199,Total expenditure,229,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,g_100-199,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,g_100-199,Total assets,260,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,g_100-199,Fixed tangible assets,72,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,h_200+,Activity unit,9,COUNT,,,,,,,,, +2019,S,Other Services,h_200+,Rolling mean employees,3897,COUNT,,,,,,,,, +2019,S,Other Services,h_200+,Salaries and wages paid,202,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",542,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,h_200+,Total income,665,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,h_200+,Total expenditure,594,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,h_200+,Operating profit before tax,41,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,h_200+,Total assets,898,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,h_200+,Fixed tangible assets,294,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,i_Industry_Total,Activity unit,22806,COUNT,,,,,,,,, +2019,S,Other Services,i_Industry_Total,Rolling mean employees,64740,COUNT,,,,,,,,, +2019,S,Other Services,i_Industry_Total,Salaries and wages paid,3309,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",10326,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,i_Industry_Total,Total income,11712,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,i_Industry_Total,Total expenditure,10536,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,i_Industry_Total,Operating profit before tax,955,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,i_Industry_Total,Total assets,15218,DOLLARS(millions),,,,,,,,, +2019,S,Other Services,i_Industry_Total,Fixed tangible assets,4198,DOLLARS(millions),,,,,,,,, +2019,all,All Industries,j_Grand_Total,Activity unit,497373,COUNT,,,,,,,,, +2019,all,All Industries,j_Grand_Total,Rolling mean employees,1889733,COUNT,,,,,,,,, +2019,all,All Industries,j_Grand_Total,Salaries and wages paid,113051,DOLLARS(millions),,,,,,,,, +2019,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",643102,DOLLARS(millions),,,,,,,,, +2019,all,All Industries,j_Grand_Total,Total income,728225,DOLLARS(millions),,,,,,,,, +2019,all,All Industries,j_Grand_Total,Total expenditure,634855,DOLLARS(millions),,,,,,,,, +2019,all,All Industries,j_Grand_Total,Operating profit before tax,86377,DOLLARS(millions),,,,,,,,, +2019,all,All Industries,j_Grand_Total,Total assets,2228678,DOLLARS(millions),,,,,,,,, +2019,all,All Industries,j_Grand_Total,Fixed tangible assets,538578,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,41625,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,45358,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,2085,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,467,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",11819,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",a_0,Total assets,79730,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,10058,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",a_0,Total income,13276,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,18381,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,38168,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,1841,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,35505,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,2030,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",15758,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,62088,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,14045,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,16420,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2298,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,9803,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,589,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,16155,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,807,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",4910,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,15634,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,4388,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,5026,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1284,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,6347,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,349,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,16683,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,753,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",3912,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,11705,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,3623,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,4027,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,627,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,3441,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,192,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,18720,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,768,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",3768,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,7355,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,3631,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,4051,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,159,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,1892,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,126,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,10713,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,430,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1921,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,4779,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1823,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,2035,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,45,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,541,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,6159,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,231,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",715,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,1126,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,714,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,722,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,24,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,1750,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,125,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,10680,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,419,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1611,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,3757,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1580,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1642,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,64443,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,107299,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,5318,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,114609,COUNT,,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,5905,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",44414,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,186173,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,39860,DOLLARS(millions),,,,,,,,, +2020,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,47199,DOLLARS(millions),,,,,,,,, +2020,B,Mining,a_0,Activity unit,405,COUNT,,,,,,,,, +2020,B,Mining,a_0,Fixed tangible assets,1921,DOLLARS(millions),,,,,,,,, +2020,B,Mining,a_0,Operating profit before tax,241,DOLLARS(millions),,,,,,,,, +2020,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,B,Mining,a_0,Salaries and wages paid,62,DOLLARS(millions),,,,,,,,, +2020,B,Mining,a_0,"Sales, government funding, grants and subsidies",913,DOLLARS(millions),,,,,,,,, +2020,B,Mining,a_0,Total assets,3317,DOLLARS(millions),,,,,,,,, +2020,B,Mining,a_0,Total expenditure,999,DOLLARS(millions),,,,,,,,, +2020,B,Mining,a_0,Total income,971,DOLLARS(millions),,,,,,,,, +2020,B,Mining,b_1-5,Activity unit,165,COUNT,,,,,,,,, +2020,B,Mining,b_1-5,Fixed tangible assets,94,DOLLARS(millions),,,,,,,,, +2020,B,Mining,b_1-5,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2020,B,Mining,b_1-5,Rolling mean employees,360,COUNT,,,,,,,,, +2020,B,Mining,b_1-5,Salaries and wages paid,30,DOLLARS(millions),,,,,,,,, +2020,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",147,DOLLARS(millions),,,,,,,,, +2020,B,Mining,b_1-5,Total assets,285,DOLLARS(millions),,,,,,,,, +2020,B,Mining,b_1-5,Total expenditure,140,DOLLARS(millions),,,,,,,,, +2020,B,Mining,b_1-5,Total income,150,DOLLARS(millions),,,,,,,,, +2020,B,Mining,c_6-9,Activity unit,45,COUNT,,,,,,,,, +2020,B,Mining,c_6-9,Fixed tangible assets,47,DOLLARS(millions),,,,,,,,, +2020,B,Mining,c_6-9,Operating profit before tax,0,DOLLARS(millions),,,,,,,,, +2020,B,Mining,c_6-9,Rolling mean employees,294,COUNT,,,,,,,,, +2020,B,Mining,c_6-9,Salaries and wages paid,23,DOLLARS(millions),,,,,,,,, +2020,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",103,DOLLARS(millions),,,,,,,,, +2020,B,Mining,c_6-9,Total assets,188,DOLLARS(millions),,,,,,,,, +2020,B,Mining,c_6-9,Total expenditure,104,DOLLARS(millions),,,,,,,,, +2020,B,Mining,c_6-9,Total income,103,DOLLARS(millions),,,,,,,,, +2020,B,Mining,d_10-19,Activity unit,27,COUNT,,,,,,,,, +2020,B,Mining,d_10-19,Fixed tangible assets,98,DOLLARS(millions),,,,,,,,, +2020,B,Mining,d_10-19,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2020,B,Mining,d_10-19,Rolling mean employees,372,COUNT,,,,,,,,, +2020,B,Mining,d_10-19,Salaries and wages paid,29,DOLLARS(millions),,,,,,,,, +2020,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",130,DOLLARS(millions),,,,,,,,, +2020,B,Mining,d_10-19,Total assets,C,DOLLARS(millions),,,,,,,,, +2020,B,Mining,d_10-19,Total expenditure,128,DOLLARS(millions),,,,,,,,, +2020,B,Mining,d_10-19,Total income,132,DOLLARS(millions),,,,,,,,, +2020,B,Mining,e_20-49,Activity unit,27,COUNT,,,,,,,,, +2020,B,Mining,e_20-49,Fixed tangible assets,174,DOLLARS(millions),,,,,,,,, +2020,B,Mining,e_20-49,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2020,B,Mining,e_20-49,Rolling mean employees,828,COUNT,,,,,,,,, +2020,B,Mining,e_20-49,Salaries and wages paid,80,DOLLARS(millions),,,,,,,,, +2020,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",298,DOLLARS(millions),,,,,,,,, +2020,B,Mining,e_20-49,Total assets,361,DOLLARS(millions),,,,,,,,, +2020,B,Mining,e_20-49,Total expenditure,296,DOLLARS(millions),,,,,,,,, +2020,B,Mining,e_20-49,Total income,300,DOLLARS(millions),,,,,,,,, +2020,B,Mining,f_50-99,Activity unit,9,COUNT,,,,,,,,, +2020,B,Mining,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2020,B,Mining,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2020,B,Mining,f_50-99,Rolling mean employees,690,COUNT,,,,,,,,, +2020,B,Mining,f_50-99,Salaries and wages paid,124,DOLLARS(millions),,,,,,,,, +2020,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",611,DOLLARS(millions),,,,,,,,, +2020,B,Mining,f_50-99,Total assets,C,DOLLARS(millions),,,,,,,,, +2020,B,Mining,f_50-99,Total expenditure,521,DOLLARS(millions),,,,,,,,, +2020,B,Mining,f_50-99,Total income,666,DOLLARS(millions),,,,,,,,, +2020,B,Mining,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2020,B,Mining,g_100-199,Fixed tangible assets,2994,DOLLARS(millions),,,,,,,,, +2020,B,Mining,g_100-199,Operating profit before tax,435,DOLLARS(millions),,,,,,,,, +2020,B,Mining,g_100-199,Rolling mean employees,1293,COUNT,,,,,,,,, +2020,B,Mining,g_100-199,Salaries and wages paid,132,DOLLARS(millions),,,,,,,,, +2020,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",1519,DOLLARS(millions),,,,,,,,, +2020,B,Mining,g_100-199,Total assets,5626,DOLLARS(millions),,,,,,,,, +2020,B,Mining,g_100-199,Total expenditure,1469,DOLLARS(millions),,,,,,,,, +2020,B,Mining,g_100-199,Total income,1939,DOLLARS(millions),,,,,,,,, +2020,B,Mining,h_200+,Activity unit,3,COUNT,,,,,,,,, +2020,B,Mining,h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2020,B,Mining,h_200+,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2020,B,Mining,h_200+,Rolling mean employees,1851,COUNT,,,,,,,,, +2020,B,Mining,h_200+,Salaries and wages paid,179,DOLLARS(millions),,,,,,,,, +2020,B,Mining,h_200+,"Sales, government funding, grants and subsidies",994,DOLLARS(millions),,,,,,,,, +2020,B,Mining,h_200+,Total assets,1096,DOLLARS(millions),,,,,,,,, +2020,B,Mining,h_200+,Total expenditure,872,DOLLARS(millions),,,,,,,,, +2020,B,Mining,h_200+,Total income,1006,DOLLARS(millions),,,,,,,,, +2020,B,Mining,i_Industry_Total,Activity unit,690,COUNT,,,,,,,,, +2020,B,Mining,i_Industry_Total,Fixed tangible assets,7729,DOLLARS(millions),,,,,,,,, +2020,B,Mining,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2020,B,Mining,i_Industry_Total,Rolling mean employees,5691,COUNT,,,,,,,,, +2020,B,Mining,i_Industry_Total,Salaries and wages paid,659,DOLLARS(millions),,,,,,,,, +2020,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",4716,DOLLARS(millions),,,,,,,,, +2020,B,Mining,i_Industry_Total,Total assets,13133,DOLLARS(millions),,,,,,,,, +2020,B,Mining,i_Industry_Total,Total expenditure,4528,DOLLARS(millions),,,,,,,,, +2020,B,Mining,i_Industry_Total,Total income,5267,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,a_0,Activity unit,9267,COUNT,,,,,,,,, +2020,C,Manufacturing,a_0,Fixed tangible assets,2074,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,a_0,Operating profit before tax,259,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,C,Manufacturing,a_0,Salaries and wages paid,405,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",2563,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,a_0,Total assets,3817,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,a_0,Total expenditure,2353,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,a_0,Total income,2598,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,b_1-5,Activity unit,6336,COUNT,,,,,,,,, +2020,C,Manufacturing,b_1-5,Fixed tangible assets,752,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,b_1-5,Operating profit before tax,96,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,b_1-5,Rolling mean employees,14598,COUNT,,,,,,,,, +2020,C,Manufacturing,b_1-5,Salaries and wages paid,835,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",4598,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,b_1-5,Total assets,2851,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,b_1-5,Total expenditure,4508,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,b_1-5,Total income,4656,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,c_6-9,Activity unit,1866,COUNT,,,,,,,,, +2020,C,Manufacturing,c_6-9,Fixed tangible assets,435,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,c_6-9,Operating profit before tax,209,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,c_6-9,Rolling mean employees,13449,COUNT,,,,,,,,, +2020,C,Manufacturing,c_6-9,Salaries and wages paid,680,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",2912,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,c_6-9,Total assets,1756,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,c_6-9,Total expenditure,2734,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,c_6-9,Total income,2920,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,d_10-19,Activity unit,1881,COUNT,,,,,,,,, +2020,C,Manufacturing,d_10-19,Fixed tangible assets,846,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,d_10-19,Operating profit before tax,308,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,d_10-19,Rolling mean employees,25500,COUNT,,,,,,,,, +2020,C,Manufacturing,d_10-19,Salaries and wages paid,1351,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",5296,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,d_10-19,Total assets,3657,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,d_10-19,Total expenditure,5076,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,d_10-19,Total income,5329,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,e_20-49,Activity unit,1161,COUNT,,,,,,,,, +2020,C,Manufacturing,e_20-49,Fixed tangible assets,2081,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,e_20-49,Operating profit before tax,702,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,e_20-49,Rolling mean employees,35331,COUNT,,,,,,,,, +2020,C,Manufacturing,e_20-49,Salaries and wages paid,2055,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",11846,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,e_20-49,Total assets,7556,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,e_20-49,Total expenditure,11341,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,e_20-49,Total income,11893,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,f_50-99,Activity unit,438,COUNT,,,,,,,,, +2020,C,Manufacturing,f_50-99,Fixed tangible assets,2410,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,f_50-99,Operating profit before tax,855,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,f_50-99,Rolling mean employees,30228,COUNT,,,,,,,,, +2020,C,Manufacturing,f_50-99,Salaries and wages paid,1845,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",9819,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,f_50-99,Total assets,8112,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,f_50-99,Total expenditure,9255,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,f_50-99,Total income,9921,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,g_100-199,Activity unit,192,COUNT,,,,,,,,, +2020,C,Manufacturing,g_100-199,Fixed tangible assets,2873,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,g_100-199,Operating profit before tax,587,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,g_100-199,Rolling mean employees,26163,COUNT,,,,,,,,, +2020,C,Manufacturing,g_100-199,Salaries and wages paid,1728,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",11519,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,g_100-199,Total assets,10626,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,g_100-199,Total expenditure,11352,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,g_100-199,Total income,11630,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,h_200+,Activity unit,159,COUNT,,,,,,,,, +2020,C,Manufacturing,h_200+,Fixed tangible assets,19492,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,h_200+,Operating profit before tax,3710,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,h_200+,Rolling mean employees,96729,COUNT,,,,,,,,, +2020,C,Manufacturing,h_200+,Salaries and wages paid,7604,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",70969,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,h_200+,Total assets,57304,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,h_200+,Total expenditure,69529,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,h_200+,Total income,71536,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,i_Industry_Total,Activity unit,21300,COUNT,,,,,,,,, +2020,C,Manufacturing,i_Industry_Total,Fixed tangible assets,30963,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,i_Industry_Total,Operating profit before tax,6726,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,i_Industry_Total,Rolling mean employees,241995,COUNT,,,,,,,,, +2020,C,Manufacturing,i_Industry_Total,Salaries and wages paid,16504,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",119523,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,i_Industry_Total,Total assets,95678,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,i_Industry_Total,Total expenditure,116148,DOLLARS(millions),,,,,,,,, +2020,C,Manufacturing,i_Industry_Total,Total income,120483,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,582,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,5924,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,232,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,36,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",1487,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,7260,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1335,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,1527,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,351,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,158,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,690,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,46,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",211,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,425,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,183,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,213,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,69,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,260,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,507,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,26,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",126,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,349,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,107,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,127,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,60,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,1083,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,840,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,52,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",357,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,1283,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,349,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,368,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,36,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,526,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,73,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,1101,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,69,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",419,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,803,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,359,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,427,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,21,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,751,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,49,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1398,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,105,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",530,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1155,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,490,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,547,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,15,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,3277,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,117,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,2076,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,127,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",887,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,4109,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,820,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,893,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,21,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,47978,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,2011,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,13431,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,1219,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",16285,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,60269,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,14548,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,16474,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1155,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,59957,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2556,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,20043,COUNT,,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1680,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",20302,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,75653,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,18192,DOLLARS(millions),,,,,,,,, +2020,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,20576,DOLLARS(millions),,,,,,,,, +2020,E,Construction,a_0,Activity unit,39384,COUNT,,,,,,,,, +2020,E,Construction,a_0,Fixed tangible assets,4983,DOLLARS(millions),,,,,,,,, +2020,E,Construction,a_0,Operating profit before tax,1729,DOLLARS(millions),,,,,,,,, +2020,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,E,Construction,a_0,Salaries and wages paid,1753,DOLLARS(millions),,,,,,,,, +2020,E,Construction,a_0,"Sales, government funding, grants and subsidies",14712,DOLLARS(millions),,,,,,,,, +2020,E,Construction,a_0,Total assets,17997,DOLLARS(millions),,,,,,,,, +2020,E,Construction,a_0,Total expenditure,13065,DOLLARS(millions),,,,,,,,, +2020,E,Construction,a_0,Total income,14890,DOLLARS(millions),,,,,,,,, +2020,E,Construction,b_1-5,Activity unit,20400,COUNT,,,,,,,,, +2020,E,Construction,b_1-5,Fixed tangible assets,2031,DOLLARS(millions),,,,,,,,, +2020,E,Construction,b_1-5,Operating profit before tax,868,DOLLARS(millions),,,,,,,,, +2020,E,Construction,b_1-5,Rolling mean employees,40149,COUNT,,,,,,,,, +2020,E,Construction,b_1-5,Salaries and wages paid,2930,DOLLARS(millions),,,,,,,,, +2020,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",12702,DOLLARS(millions),,,,,,,,, +2020,E,Construction,b_1-5,Total assets,7996,DOLLARS(millions),,,,,,,,, +2020,E,Construction,b_1-5,Total expenditure,11865,DOLLARS(millions),,,,,,,,, +2020,E,Construction,b_1-5,Total income,12766,DOLLARS(millions),,,,,,,,, +2020,E,Construction,c_6-9,Activity unit,3246,COUNT,,,,,,,,, +2020,E,Construction,c_6-9,Fixed tangible assets,621,DOLLARS(millions),,,,,,,,, +2020,E,Construction,c_6-9,Operating profit before tax,409,DOLLARS(millions),,,,,,,,, +2020,E,Construction,c_6-9,Rolling mean employees,23070,COUNT,,,,,,,,, +2020,E,Construction,c_6-9,Salaries and wages paid,1406,DOLLARS(millions),,,,,,,,, +2020,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",6065,DOLLARS(millions),,,,,,,,, +2020,E,Construction,c_6-9,Total assets,2616,DOLLARS(millions),,,,,,,,, +2020,E,Construction,c_6-9,Total expenditure,5681,DOLLARS(millions),,,,,,,,, +2020,E,Construction,c_6-9,Total income,6084,DOLLARS(millions),,,,,,,,, +2020,E,Construction,d_10-19,Activity unit,2358,COUNT,,,,,,,,, +2020,E,Construction,d_10-19,Fixed tangible assets,957,DOLLARS(millions),,,,,,,,, +2020,E,Construction,d_10-19,Operating profit before tax,439,DOLLARS(millions),,,,,,,,, +2020,E,Construction,d_10-19,Rolling mean employees,31203,COUNT,,,,,,,,, +2020,E,Construction,d_10-19,Salaries and wages paid,1995,DOLLARS(millions),,,,,,,,, +2020,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",8437,DOLLARS(millions),,,,,,,,, +2020,E,Construction,d_10-19,Total assets,4327,DOLLARS(millions),,,,,,,,, +2020,E,Construction,d_10-19,Total expenditure,8125,DOLLARS(millions),,,,,,,,, +2020,E,Construction,d_10-19,Total income,8506,DOLLARS(millions),,,,,,,,, +2020,E,Construction,e_20-49,Activity unit,1002,COUNT,,,,,,,,, +2020,E,Construction,e_20-49,Fixed tangible assets,899,DOLLARS(millions),,,,,,,,, +2020,E,Construction,e_20-49,Operating profit before tax,522,DOLLARS(millions),,,,,,,,, +2020,E,Construction,e_20-49,Rolling mean employees,28941,COUNT,,,,,,,,, +2020,E,Construction,e_20-49,Salaries and wages paid,1979,DOLLARS(millions),,,,,,,,, +2020,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",8970,DOLLARS(millions),,,,,,,,, +2020,E,Construction,e_20-49,Total assets,4247,DOLLARS(millions),,,,,,,,, +2020,E,Construction,e_20-49,Total expenditure,8486,DOLLARS(millions),,,,,,,,, +2020,E,Construction,e_20-49,Total income,9035,DOLLARS(millions),,,,,,,,, +2020,E,Construction,f_50-99,Activity unit,246,COUNT,,,,,,,,, +2020,E,Construction,f_50-99,Fixed tangible assets,742,DOLLARS(millions),,,,,,,,, +2020,E,Construction,f_50-99,Operating profit before tax,319,DOLLARS(millions),,,,,,,,, +2020,E,Construction,f_50-99,Rolling mean employees,16707,COUNT,,,,,,,,, +2020,E,Construction,f_50-99,Salaries and wages paid,1135,DOLLARS(millions),,,,,,,,, +2020,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",5169,DOLLARS(millions),,,,,,,,, +2020,E,Construction,f_50-99,Total assets,2514,DOLLARS(millions),,,,,,,,, +2020,E,Construction,f_50-99,Total expenditure,5056,DOLLARS(millions),,,,,,,,, +2020,E,Construction,f_50-99,Total income,5211,DOLLARS(millions),,,,,,,,, +2020,E,Construction,g_100-199,Activity unit,81,COUNT,,,,,,,,, +2020,E,Construction,g_100-199,Fixed tangible assets,537,DOLLARS(millions),,,,,,,,, +2020,E,Construction,g_100-199,Operating profit before tax,226,DOLLARS(millions),,,,,,,,, +2020,E,Construction,g_100-199,Rolling mean employees,11004,COUNT,,,,,,,,, +2020,E,Construction,g_100-199,Salaries and wages paid,795,DOLLARS(millions),,,,,,,,, +2020,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",4436,DOLLARS(millions),,,,,,,,, +2020,E,Construction,g_100-199,Total assets,2332,DOLLARS(millions),,,,,,,,, +2020,E,Construction,g_100-199,Total expenditure,4262,DOLLARS(millions),,,,,,,,, +2020,E,Construction,g_100-199,Total income,4455,DOLLARS(millions),,,,,,,,, +2020,E,Construction,h_200+,Activity unit,42,COUNT,,,,,,,,, +2020,E,Construction,h_200+,Fixed tangible assets,1068,DOLLARS(millions),,,,,,,,, +2020,E,Construction,h_200+,Operating profit before tax,503,DOLLARS(millions),,,,,,,,, +2020,E,Construction,h_200+,Rolling mean employees,27933,COUNT,,,,,,,,, +2020,E,Construction,h_200+,Salaries and wages paid,2537,DOLLARS(millions),,,,,,,,, +2020,E,Construction,h_200+,"Sales, government funding, grants and subsidies",10566,DOLLARS(millions),,,,,,,,, +2020,E,Construction,h_200+,Total assets,7110,DOLLARS(millions),,,,,,,,, +2020,E,Construction,h_200+,Total expenditure,10231,DOLLARS(millions),,,,,,,,, +2020,E,Construction,h_200+,Total income,10680,DOLLARS(millions),,,,,,,,, +2020,E,Construction,i_Industry_Total,Activity unit,66756,COUNT,,,,,,,,, +2020,E,Construction,i_Industry_Total,Fixed tangible assets,11837,DOLLARS(millions),,,,,,,,, +2020,E,Construction,i_Industry_Total,Operating profit before tax,5014,DOLLARS(millions),,,,,,,,, +2020,E,Construction,i_Industry_Total,Rolling mean employees,179007,COUNT,,,,,,,,, +2020,E,Construction,i_Industry_Total,Salaries and wages paid,14530,DOLLARS(millions),,,,,,,,, +2020,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",71057,DOLLARS(millions),,,,,,,,, +2020,E,Construction,i_Industry_Total,Total assets,49140,DOLLARS(millions),,,,,,,,, +2020,E,Construction,i_Industry_Total,Total expenditure,66770,DOLLARS(millions),,,,,,,,, +2020,E,Construction,i_Industry_Total,Total income,71627,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,a_0,Activity unit,8412,COUNT,,,,,,,,, +2020,F,Wholesale Trade,a_0,Fixed tangible assets,1098,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,a_0,Operating profit before tax,505,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,F,Wholesale Trade,a_0,Salaries and wages paid,451,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",8614,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,a_0,Total assets,5926,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,a_0,Total expenditure,8199,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,a_0,Total income,8701,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,b_1-5,Activity unit,4962,COUNT,,,,,,,,, +2020,F,Wholesale Trade,b_1-5,Fixed tangible assets,491,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,b_1-5,Operating profit before tax,483,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,b_1-5,Rolling mean employees,11124,COUNT,,,,,,,,, +2020,F,Wholesale Trade,b_1-5,Salaries and wages paid,826,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",8817,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,b_1-5,Total assets,5099,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,b_1-5,Total expenditure,8456,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,b_1-5,Total income,8900,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,c_6-9,Activity unit,1242,COUNT,,,,,,,,, +2020,F,Wholesale Trade,c_6-9,Fixed tangible assets,251,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,c_6-9,Operating profit before tax,265,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,c_6-9,Rolling mean employees,8898,COUNT,,,,,,,,, +2020,F,Wholesale Trade,c_6-9,Salaries and wages paid,581,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",5413,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,c_6-9,Total assets,3787,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,c_6-9,Total expenditure,5299,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,c_6-9,Total income,5460,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,d_10-19,Activity unit,1110,COUNT,,,,,,,,, +2020,F,Wholesale Trade,d_10-19,Fixed tangible assets,558,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,d_10-19,Operating profit before tax,569,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,d_10-19,Rolling mean employees,14667,COUNT,,,,,,,,, +2020,F,Wholesale Trade,d_10-19,Salaries and wages paid,1015,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",10293,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,d_10-19,Total assets,5933,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,d_10-19,Total expenditure,9775,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,d_10-19,Total income,10346,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,e_20-49,Activity unit,732,COUNT,,,,,,,,, +2020,F,Wholesale Trade,e_20-49,Fixed tangible assets,806,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,e_20-49,Operating profit before tax,815,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,e_20-49,Rolling mean employees,21948,COUNT,,,,,,,,, +2020,F,Wholesale Trade,e_20-49,Salaries and wages paid,1547,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",17258,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,e_20-49,Total assets,9340,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,e_20-49,Total expenditure,16486,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,e_20-49,Total income,17355,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,f_50-99,Activity unit,237,COUNT,,,,,,,,, +2020,F,Wholesale Trade,f_50-99,Fixed tangible assets,873,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,f_50-99,Operating profit before tax,675,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,f_50-99,Rolling mean employees,16056,COUNT,,,,,,,,, +2020,F,Wholesale Trade,f_50-99,Salaries and wages paid,1177,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",15701,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,f_50-99,Total assets,10142,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,f_50-99,Total expenditure,15382,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,f_50-99,Total income,15899,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,g_100-199,Activity unit,90,COUNT,,,,,,,,, +2020,F,Wholesale Trade,g_100-199,Fixed tangible assets,705,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,g_100-199,Operating profit before tax,215,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,g_100-199,Rolling mean employees,11772,COUNT,,,,,,,,, +2020,F,Wholesale Trade,g_100-199,Salaries and wages paid,799,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",7535,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,g_100-199,Total assets,4731,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,g_100-199,Total expenditure,7392,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,g_100-199,Total income,7587,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,h_200+,Activity unit,60,COUNT,,,,,,,,, +2020,F,Wholesale Trade,h_200+,Fixed tangible assets,2102,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,h_200+,Operating profit before tax,736,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,h_200+,Rolling mean employees,31431,COUNT,,,,,,,,, +2020,F,Wholesale Trade,h_200+,Salaries and wages paid,2174,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",38031,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,h_200+,Total assets,15825,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,h_200+,Total expenditure,37613,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,h_200+,Total income,38307,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,i_Industry_Total,Activity unit,16848,COUNT,,,,,,,,, +2020,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,6883,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,4264,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,115896,COUNT,,,,,,,,, +2020,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,8572,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",111662,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,i_Industry_Total,Total assets,60781,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,i_Industry_Total,Total expenditure,108600,DOLLARS(millions),,,,,,,,, +2020,F,Wholesale Trade,i_Industry_Total,Total income,112556,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,a_0,Activity unit,12264,COUNT,,,,,,,,, +2020,G,Retail Trade,a_0,Fixed tangible assets,1168,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,a_0,Operating profit before tax,255,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,G,Retail Trade,a_0,Salaries and wages paid,375,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",4333,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,a_0,Total assets,3377,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,a_0,Total expenditure,4118,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,a_0,Total income,4386,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,b_1-5,Activity unit,9990,COUNT,,,,,,,,, +2020,G,Retail Trade,b_1-5,Fixed tangible assets,701,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,b_1-5,Operating profit before tax,248,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,b_1-5,Rolling mean employees,23307,COUNT,,,,,,,,, +2020,G,Retail Trade,b_1-5,Salaries and wages paid,1058,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",8227,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,b_1-5,Total assets,3806,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,b_1-5,Total expenditure,8034,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,b_1-5,Total income,8278,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,c_6-9,Activity unit,2211,COUNT,,,,,,,,, +2020,G,Retail Trade,c_6-9,Fixed tangible assets,308,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,c_6-9,Operating profit before tax,183,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,c_6-9,Rolling mean employees,15786,COUNT,,,,,,,,, +2020,G,Retail Trade,c_6-9,Salaries and wages paid,664,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",4882,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,c_6-9,Total assets,1871,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,c_6-9,Total expenditure,4722,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,c_6-9,Total income,4895,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,d_10-19,Activity unit,1653,COUNT,,,,,,,,, +2020,G,Retail Trade,d_10-19,Fixed tangible assets,571,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,d_10-19,Operating profit before tax,347,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,d_10-19,Rolling mean employees,21945,COUNT,,,,,,,,, +2020,G,Retail Trade,d_10-19,Salaries and wages paid,914,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",6892,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,d_10-19,Total assets,2820,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,d_10-19,Total expenditure,6563,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,d_10-19,Total income,6954,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,e_20-49,Activity unit,747,COUNT,,,,,,,,, +2020,G,Retail Trade,e_20-49,Fixed tangible assets,527,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,e_20-49,Operating profit before tax,424,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,e_20-49,Rolling mean employees,21510,COUNT,,,,,,,,, +2020,G,Retail Trade,e_20-49,Salaries and wages paid,968,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",8872,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,e_20-49,Total assets,3787,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,e_20-49,Total expenditure,8495,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,e_20-49,Total income,8902,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,f_50-99,Activity unit,249,COUNT,,,,,,,,, +2020,G,Retail Trade,f_50-99,Fixed tangible assets,541,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,f_50-99,Operating profit before tax,262,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,f_50-99,Rolling mean employees,17937,COUNT,,,,,,,,, +2020,G,Retail Trade,f_50-99,Salaries and wages paid,751,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",7546,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,f_50-99,Total assets,2765,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,f_50-99,Total expenditure,7351,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,f_50-99,Total income,7567,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,g_100-199,Activity unit,198,COUNT,,,,,,,,, +2020,G,Retail Trade,g_100-199,Fixed tangible assets,573,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,g_100-199,Operating profit before tax,326,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,g_100-199,Rolling mean employees,27708,COUNT,,,,,,,,, +2020,G,Retail Trade,g_100-199,Salaries and wages paid,1070,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",9659,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,g_100-199,Total assets,3537,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,g_100-199,Total expenditure,9402,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,g_100-199,Total income,9699,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,h_200+,Activity unit,147,COUNT,,,,,,,,, +2020,G,Retail Trade,h_200+,Fixed tangible assets,2605,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,h_200+,Operating profit before tax,1266,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,h_200+,Rolling mean employees,89505,COUNT,,,,,,,,, +2020,G,Retail Trade,h_200+,Salaries and wages paid,3628,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",28607,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,h_200+,Total assets,17415,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,h_200+,Total expenditure,27470,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,h_200+,Total income,28698,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,i_Industry_Total,Activity unit,27459,COUNT,,,,,,,,, +2020,G,Retail Trade,i_Industry_Total,Fixed tangible assets,6994,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,i_Industry_Total,Operating profit before tax,3312,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,i_Industry_Total,Rolling mean employees,217695,COUNT,,,,,,,,, +2020,G,Retail Trade,i_Industry_Total,Salaries and wages paid,9428,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",79017,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,i_Industry_Total,Total assets,39377,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,i_Industry_Total,Total expenditure,76154,DOLLARS(millions),,,,,,,,, +2020,G,Retail Trade,i_Industry_Total,Total income,79380,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,a_0,Activity unit,7485,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,a_0,Fixed tangible assets,2854,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,a_0,Operating profit before tax,142,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,a_0,Salaries and wages paid,245,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",1354,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,a_0,Total assets,4125,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,a_0,Total expenditure,1250,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,a_0,Total income,1418,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,b_1-5,Activity unit,8253,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1479,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,b_1-5,Operating profit before tax,114,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,b_1-5,Rolling mean employees,21204,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,668,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",2538,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,b_1-5,Total assets,2647,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,b_1-5,Total expenditure,2447,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,b_1-5,Total income,2599,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,c_6-9,Activity unit,3132,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,643,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,c_6-9,Operating profit before tax,51,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,c_6-9,Rolling mean employees,22809,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,633,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",1923,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,c_6-9,Total assets,1388,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,c_6-9,Total expenditure,1884,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,c_6-9,Total income,1939,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,d_10-19,Activity unit,2799,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,1061,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,d_10-19,Operating profit before tax,94,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,d_10-19,Rolling mean employees,37614,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,1039,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",2934,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,d_10-19,Total assets,2071,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,d_10-19,Total expenditure,2869,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,d_10-19,Total income,2969,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,e_20-49,Activity unit,1257,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1453,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,e_20-49,Operating profit before tax,114,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,e_20-49,Rolling mean employees,35469,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,1022,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",2864,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,e_20-49,Total assets,2424,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,e_20-49,Total expenditure,2780,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,e_20-49,Total income,2893,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,f_50-99,Activity unit,204,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,854,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,f_50-99,Operating profit before tax,88,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,f_50-99,Rolling mean employees,14058,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,431,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",1285,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,f_50-99,Total assets,1657,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,f_50-99,Total expenditure,1233,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,f_50-99,Total income,1319,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,g_100-199,Activity unit,75,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,1136,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,g_100-199,Operating profit before tax,135,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,g_100-199,Rolling mean employees,10959,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,311,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",1093,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,g_100-199,Total assets,2085,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,g_100-199,Total expenditure,1001,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,g_100-199,Total income,1106,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,h_200+,Activity unit,45,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1820,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,h_200+,Operating profit before tax,318,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,h_200+,Rolling mean employees,23847,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,h_200+,Salaries and wages paid,792,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",2584,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,h_200+,Total assets,3896,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,h_200+,Total expenditure,2302,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,h_200+,Total income,2626,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,i_Industry_Total,Activity unit,23250,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,11299,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,1057,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,165963,COUNT,,,,,,,,, +2020,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,5142,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",16575,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,i_Industry_Total,Total assets,20293,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,15766,DOLLARS(millions),,,,,,,,, +2020,H,Accommodation and Food Services,i_Industry_Total,Total income,16869,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",a_0,Activity unit,10440,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,5873,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,353,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,175,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",2290,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",a_0,Total assets,7663,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1977,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",a_0,Total income,2346,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,3969,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,1112,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,147,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7602,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,457,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1790,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",b_1-5,Total assets,2099,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1668,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",b_1-5,Total income,1814,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,624,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,426,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,83,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4521,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,228,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",907,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",c_6-9,Total assets,1060,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,842,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",c_6-9,Total income,919,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,582,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,1003,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,67,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,7803,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,450,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1623,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",d_10-19,Total assets,1880,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1621,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",d_10-19,Total income,1638,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,396,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1709,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,157,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,11844,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,747,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",2537,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",e_20-49,Total assets,3203,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,2429,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",e_20-49,Total income,2586,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,132,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1443,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,219,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,9459,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,623,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",2256,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",f_50-99,Total assets,2808,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,2098,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",f_50-99,Total income,2311,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,60,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,2066,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,121,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8109,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,563,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",1999,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",g_100-199,Total assets,3075,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1970,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",g_100-199,Total income,2038,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",h_200+,Activity unit,75,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,18146,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,499,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,49833,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,3693,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",13058,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",h_200+,Total assets,31800,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,13699,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",h_200+,Total income,13787,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,16278,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,31777,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,1645,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,99171,COUNT,,,,,,,,, +2020,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,6935,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",26459,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,53589,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,26304,DOLLARS(millions),,,,,,,,, +2020,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,27439,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,a_0,Activity unit,5091,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,a_0,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,a_0,Operating profit before tax,195,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,a_0,Salaries and wages paid,191,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",1242,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,a_0,Total assets,1627,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,a_0,Total expenditure,1047,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,a_0,Total income,1247,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,b_1-5,Activity unit,1011,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,78,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,24,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,1956,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,154,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",754,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,b_1-5,Total assets,661,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,b_1-5,Total expenditure,742,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,b_1-5,Total income,758,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,c_6-9,Activity unit,141,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,51,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,-19,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1020,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,65,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",461,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,c_6-9,Total assets,533,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,c_6-9,Total expenditure,502,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,c_6-9,Total income,478,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,d_10-19,Activity unit,168,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,72,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,2262,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,136,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",410,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,d_10-19,Total assets,610,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,d_10-19,Total expenditure,437,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,d_10-19,Total income,415,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,e_20-49,Activity unit,60,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,84,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,1923,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,139,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",527,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,e_20-49,Total assets,694,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,e_20-49,Total expenditure,552,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,e_20-49,Total income,535,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,f_50-99,Activity unit,24,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,36,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,-3,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,1566,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,96,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",274,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,f_50-99,Total assets,324,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,f_50-99,Total expenditure,295,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,f_50-99,Total income,288,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,g_100-199,Activity unit,15,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,2025,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,123,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",432,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,g_100-199,Total assets,1465,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,g_100-199,Total expenditure,375,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,g_100-199,Total income,433,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,h_200+,Activity unit,18,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,7717,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,h_200+,Operating profit before tax,804,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,h_200+,Rolling mean employees,18300,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1480,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",9719,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,h_200+,Total assets,18234,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,h_200+,Total expenditure,9384,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,h_200+,Total income,9984,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,6531,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,9499,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,29052,COUNT,,,,,,,,, +2020,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2385,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",13820,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,i_Industry_Total,Total assets,24148,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,13334,DOLLARS(millions),,,,,,,,, +2020,J,Information Media and Telecommunications,i_Industry_Total,Total income,14138,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,a_0,Activity unit,28314,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,a_0,Fixed tangible assets,23834,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,a_0,Operating profit before tax,11787,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,a_0,Salaries and wages paid,585,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",7398,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,a_0,Total assets,469730,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,a_0,Total expenditure,16075,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,a_0,Total income,29461,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,b_1-5,Activity unit,2214,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,703,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,b_1-5,Operating profit before tax,631,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4062,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,423,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1679,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,b_1-5,Total assets,22369,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,b_1-5,Total expenditure,2022,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,b_1-5,Total income,2664,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,c_6-9,Activity unit,300,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,111,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,c_6-9,Operating profit before tax,228,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,c_6-9,Rolling mean employees,2073,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,227,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",646,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,c_6-9,Total assets,23411,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,c_6-9,Total expenditure,1127,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,c_6-9,Total income,1350,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,d_10-19,Activity unit,183,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,99,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,d_10-19,Operating profit before tax,168,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2382,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,244,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",603,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,d_10-19,Total assets,14504,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,d_10-19,Total expenditure,1307,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,d_10-19,Total income,1523,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,e_20-49,Activity unit,84,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,64,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,e_20-49,Operating profit before tax,672,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2508,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,275,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",1132,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,e_20-49,Total assets,12644,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,e_20-49,Total expenditure,1640,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,e_20-49,Total income,1917,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,f_50-99,Activity unit,39,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,42,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,f_50-99,Operating profit before tax,412,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,f_50-99,Rolling mean employees,2766,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,327,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",1064,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,f_50-99,Total assets,C,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,f_50-99,Total expenditure,1228,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,f_50-99,Total income,1661,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,g_100-199,Activity unit,24,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,47,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,g_100-199,Operating profit before tax,215,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3348,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,250,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",748,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,g_100-199,Total expenditure,1245,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,g_100-199,Total income,1545,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,h_200+,Activity unit,48,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,h_200+,Fixed tangible assets,811,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,h_200+,Operating profit before tax,8397,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,h_200+,Rolling mean employees,44976,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,h_200+,Salaries and wages paid,4481,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",8688,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,h_200+,Total assets,730295,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,h_200+,Total expenditure,25203,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,h_200+,Total income,32706,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,i_Industry_Total,Activity unit,31203,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,25710,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,22510,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,62118,COUNT,,,,,,,,, +2020,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,6812,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",21958,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,i_Industry_Total,Total assets,1314843,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,49848,DOLLARS(millions),,,,,,,,, +2020,K,Financial and Insurance Services,i_Industry_Total,Total income,72826,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,72984,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,196763,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,7484,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,763,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",20032,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,264530,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,15238,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",a_0,Total income,24963,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5070,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,12889,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,836,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8799,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,468,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",3245,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,20083,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,2697,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,3582,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,474,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,2697,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,133,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3348,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,169,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",1275,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,5155,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,1185,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,1354,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,363,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,1812,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,131,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,4872,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,300,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",1142,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,2906,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,1048,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,1211,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,180,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,722,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,141,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,5115,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,317,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",1253,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,1779,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,1158,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,1281,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,33,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,992,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,65,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,2172,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,154,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",715,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,2250,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,701,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,762,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,24,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,2107,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,88,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,3195,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,318,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",1389,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,3779,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,1428,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1459,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,15,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,900,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,161,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,5451,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,292,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",1325,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,2125,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,1218,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,1339,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,79140,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,218882,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,9040,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,32949,COUNT,,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,2782,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",30377,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,302609,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,24675,DOLLARS(millions),,,,,,,,, +2020,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,35950,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",a_0,Activity unit,44691,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,2520,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,2297,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,2365,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",8849,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",a_0,Total assets,9393,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,6911,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",a_0,Total income,9140,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,13350,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,1030,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,785,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,25593,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,2208,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",6061,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,6643,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,5448,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",b_1-5,Total income,6222,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,2061,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,285,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,248,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,14769,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,1142,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",2712,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,2384,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,2530,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",c_6-9,Total income,2757,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1626,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,322,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,487,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,21255,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1792,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",4265,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,4039,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,3885,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",d_10-19,Total income,4358,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,1053,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,421,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,746,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,30138,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,2590,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",5908,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,4535,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,5445,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",e_20-49,Total income,6237,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,270,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,527,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,547,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,18894,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,1607,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",3853,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,5118,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,3626,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",f_50-99,Total income,4100,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,108,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,212,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,428,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,14883,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,1267,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",3180,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,4897,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,3056,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",g_100-199,Total income,3430,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,72,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,842,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,2251,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,35847,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,3580,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",7805,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",h_200+,Total assets,37961,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,7873,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",h_200+,Total income,10521,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,63231,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,6159,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,7788,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,161376,COUNT,,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,16552,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",42632,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,74970,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,38775,DOLLARS(millions),,,,,,,,, +2020,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,46764,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,a_0,Activity unit,12102,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,a_0,Fixed tangible assets,1086,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,a_0,Operating profit before tax,362,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,a_0,Salaries and wages paid,320,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",2025,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,a_0,Total assets,3029,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,a_0,Total expenditure,1747,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,a_0,Total income,2134,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,b_1-5,Activity unit,4656,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,b_1-5,Fixed tangible assets,439,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,b_1-5,Operating profit before tax,124,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,b_1-5,Rolling mean employees,9225,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,b_1-5,Salaries and wages paid,457,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1400,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,b_1-5,Total assets,1684,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,b_1-5,Total expenditure,1306,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,b_1-5,Total income,1436,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,c_6-9,Activity unit,711,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,c_6-9,Fixed tangible assets,127,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,c_6-9,Operating profit before tax,91,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,c_6-9,Rolling mean employees,5040,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,c_6-9,Salaries and wages paid,237,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",774,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,c_6-9,Total assets,860,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,c_6-9,Total expenditure,713,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,c_6-9,Total income,794,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,d_10-19,Activity unit,606,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,d_10-19,Fixed tangible assets,134,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,d_10-19,Operating profit before tax,75,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,d_10-19,Rolling mean employees,8127,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,d_10-19,Salaries and wages paid,359,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",1100,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,d_10-19,Total assets,645,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,d_10-19,Total expenditure,1046,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,d_10-19,Total income,1119,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,e_20-49,Activity unit,384,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,e_20-49,Fixed tangible assets,159,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,e_20-49,Operating profit before tax,65,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,e_20-49,Rolling mean employees,12156,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,e_20-49,Salaries and wages paid,554,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",1455,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,e_20-49,Total assets,887,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,e_20-49,Total expenditure,1432,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,e_20-49,Total income,1504,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,f_50-99,Activity unit,177,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,f_50-99,Fixed tangible assets,159,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,f_50-99,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,f_50-99,Rolling mean employees,13176,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,f_50-99,Salaries and wages paid,526,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",1043,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,f_50-99,Total assets,1268,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,f_50-99,Total expenditure,1056,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,f_50-99,Total income,1074,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,g_100-199,Activity unit,90,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,g_100-199,Fixed tangible assets,256,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,g_100-199,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,g_100-199,Rolling mean employees,12582,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,g_100-199,Salaries and wages paid,418,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",905,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,g_100-199,Total assets,804,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,g_100-199,Total expenditure,949,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,g_100-199,Total income,957,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,h_200+,Activity unit,102,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,h_200+,Fixed tangible assets,839,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,h_200+,Operating profit before tax,158,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,h_200+,Rolling mean employees,62958,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,h_200+,Salaries and wages paid,1984,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",4151,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,h_200+,Total assets,2575,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,h_200+,Total expenditure,4050,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,h_200+,Total income,4188,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,i_Industry_Total,Activity unit,18828,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,3198,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,921,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,123267,COUNT,,,,,,,,, +2020,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,4854,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",12853,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,i_Industry_Total,Total assets,11751,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,i_Industry_Total,Total expenditure,12300,DOLLARS(millions),,,,,,,,, +2020,N,Administrative and Support Services,i_Industry_Total,Total income,13208,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,a_0,Activity unit,516,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,a_0,Fixed tangible assets,24,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,a_0,Operating profit before tax,18,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,a_0,Salaries and wages paid,29,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",162,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,a_0,Total assets,433,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,a_0,Total expenditure,144,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,a_0,Total income,163,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,b_1-5,Activity unit,303,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,b_1-5,Fixed tangible assets,21,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,b_1-5,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,b_1-5,Rolling mean employees,678,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,b_1-5,Salaries and wages paid,42,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",116,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,b_1-5,Total assets,72,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,b_1-5,Total expenditure,105,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,b_1-5,Total income,116,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,c_6-9,Activity unit,72,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,c_6-9,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,c_6-9,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,c_6-9,Rolling mean employees,531,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,c_6-9,Salaries and wages paid,29,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",90,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,c_6-9,Total assets,43,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,c_6-9,Total expenditure,81,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,c_6-9,Total income,90,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,d_10-19,Activity unit,60,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,d_10-19,Fixed tangible assets,7,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,d_10-19,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,d_10-19,Rolling mean employees,753,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,d_10-19,Salaries and wages paid,32,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",90,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,d_10-19,Total assets,50,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,d_10-19,Total expenditure,77,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,d_10-19,Total income,90,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,e_20-49,Activity unit,51,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,e_20-49,Fixed tangible assets,51,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,e_20-49,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,e_20-49,Rolling mean employees,1536,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,e_20-49,Salaries and wages paid,67,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",148,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,e_20-49,Total assets,133,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,e_20-49,Total expenditure,146,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,e_20-49,Total income,159,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,f_50-99,Activity unit,18,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,f_50-99,Fixed tangible assets,10,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,f_50-99,Rolling mean employees,1071,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,f_50-99,Salaries and wages paid,49,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",88,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,f_50-99,Total assets,89,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,f_50-99,Total expenditure,90,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,f_50-99,Total income,94,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,g_100-199,Fixed tangible assets,6,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,g_100-199,Rolling mean employees,798,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,g_100-199,Salaries and wages paid,42,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",57,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,g_100-199,Total assets,70,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,g_100-199,Total expenditure,65,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,g_100-199,Total income,58,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,h_200+,Activity unit,18,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,h_200+,Fixed tangible assets,126,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,h_200+,Operating profit before tax,70,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,h_200+,Rolling mean employees,11493,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,h_200+,Salaries and wages paid,514,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",937,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,h_200+,Total assets,769,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,h_200+,Total expenditure,879,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,h_200+,Total income,939,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,i_Industry_Total,Activity unit,1041,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,251,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,128,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,16869,COUNT,,,,,,,,, +2020,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,805,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",1688,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,i_Industry_Total,Total assets,1659,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,i_Industry_Total,Total expenditure,1587,DOLLARS(millions),,,,,,,,, +2020,O,Public Administration and Safety,i_Industry_Total,Total income,1709,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,a_0,Activity unit,3186,COUNT,,,,,,,,, +2020,P,Education and Training,a_0,Fixed tangible assets,233,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,a_0,Operating profit before tax,96,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,P,Education and Training,a_0,Salaries and wages paid,112,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",452,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,a_0,Total assets,620,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,a_0,Total expenditure,414,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,a_0,Total income,516,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,b_1-5,Activity unit,1599,COUNT,,,,,,,,, +2020,P,Education and Training,b_1-5,Fixed tangible assets,154,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,b_1-5,Operating profit before tax,46,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,b_1-5,Rolling mean employees,3792,COUNT,,,,,,,,, +2020,P,Education and Training,b_1-5,Salaries and wages paid,145,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",374,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,b_1-5,Total assets,379,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,b_1-5,Total expenditure,361,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,b_1-5,Total income,411,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,c_6-9,Activity unit,708,COUNT,,,,,,,,, +2020,P,Education and Training,c_6-9,Fixed tangible assets,115,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,c_6-9,Operating profit before tax,24,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,c_6-9,Rolling mean employees,5061,COUNT,,,,,,,,, +2020,P,Education and Training,c_6-9,Salaries and wages paid,167,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",283,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,c_6-9,Total assets,296,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,c_6-9,Total expenditure,290,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,c_6-9,Total income,311,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,d_10-19,Activity unit,663,COUNT,,,,,,,,, +2020,P,Education and Training,d_10-19,Fixed tangible assets,190,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,d_10-19,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,d_10-19,Rolling mean employees,8928,COUNT,,,,,,,,, +2020,P,Education and Training,d_10-19,Salaries and wages paid,306,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",527,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,d_10-19,Total assets,502,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,d_10-19,Total expenditure,539,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,d_10-19,Total income,562,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,e_20-49,Activity unit,291,COUNT,,,,,,,,, +2020,P,Education and Training,e_20-49,Fixed tangible assets,276,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,e_20-49,Operating profit before tax,32,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,e_20-49,Rolling mean employees,8382,COUNT,,,,,,,,, +2020,P,Education and Training,e_20-49,Salaries and wages paid,328,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",572,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,e_20-49,Total assets,649,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,e_20-49,Total expenditure,592,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,e_20-49,Total income,624,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,f_50-99,Activity unit,78,COUNT,,,,,,,,, +2020,P,Education and Training,f_50-99,Fixed tangible assets,373,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,f_50-99,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,f_50-99,Rolling mean employees,5412,COUNT,,,,,,,,, +2020,P,Education and Training,f_50-99,Salaries and wages paid,261,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",512,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,f_50-99,Total assets,741,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,f_50-99,Total expenditure,492,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,f_50-99,Total income,535,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,g_100-199,Activity unit,30,COUNT,,,,,,,,, +2020,P,Education and Training,g_100-199,Fixed tangible assets,495,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,g_100-199,Operating profit before tax,50,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,g_100-199,Rolling mean employees,4035,COUNT,,,,,,,,, +2020,P,Education and Training,g_100-199,Salaries and wages paid,257,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",505,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,g_100-199,Total assets,864,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,g_100-199,Total expenditure,475,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,g_100-199,Total income,537,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,h_200+,Activity unit,30,COUNT,,,,,,,,, +2020,P,Education and Training,h_200+,Fixed tangible assets,1237,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,h_200+,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,h_200+,Rolling mean employees,16536,COUNT,,,,,,,,, +2020,P,Education and Training,h_200+,Salaries and wages paid,747,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",1288,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,h_200+,Total assets,3009,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,h_200+,Total expenditure,1273,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,h_200+,Total income,1414,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,i_Industry_Total,Activity unit,6585,COUNT,,,,,,,,, +2020,P,Education and Training,i_Industry_Total,Fixed tangible assets,3073,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,i_Industry_Total,Operating profit before tax,363,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,i_Industry_Total,Rolling mean employees,52146,COUNT,,,,,,,,, +2020,P,Education and Training,i_Industry_Total,Salaries and wages paid,2324,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",4513,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,i_Industry_Total,Total assets,7058,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,i_Industry_Total,Total expenditure,4436,DOLLARS(millions),,,,,,,,, +2020,P,Education and Training,i_Industry_Total,Total income,4910,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,a_0,Activity unit,12495,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,1053,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,a_0,Operating profit before tax,813,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,751,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",2472,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,a_0,Total assets,2507,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,a_0,Total expenditure,1766,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,a_0,Total income,2588,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,b_1-5,Activity unit,4587,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,473,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,433,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,10650,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,862,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",2258,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,b_1-5,Total assets,1669,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1879,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,b_1-5,Total income,2354,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,c_6-9,Activity unit,1404,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,221,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,87,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,10248,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,424,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",956,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,c_6-9,Total assets,664,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,c_6-9,Total expenditure,929,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,c_6-9,Total income,1005,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,d_10-19,Activity unit,1143,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,628,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,122,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,15090,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,654,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1338,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,d_10-19,Total assets,1223,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1272,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,d_10-19,Total income,1392,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,e_20-49,Activity unit,861,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,905,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,250,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,25386,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,1010,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",3070,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,e_20-49,Total assets,3200,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,e_20-49,Total expenditure,2960,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,e_20-49,Total income,3201,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,f_50-99,Activity unit,246,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,1393,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,90,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,17385,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,744,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1497,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,f_50-99,Total assets,2254,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1536,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,f_50-99,Total income,1630,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,g_100-199,Activity unit,141,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,3058,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,308,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,20061,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,926,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",2577,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,g_100-199,Total assets,7013,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,g_100-199,Total expenditure,2435,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,g_100-199,Total income,2716,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,h_200+,Activity unit,81,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,2741,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,174,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,65211,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,3195,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",5511,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,h_200+,Total assets,7106,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,h_200+,Total expenditure,5635,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,h_200+,Total income,5695,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,20958,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,10471,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,2277,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,164034,COUNT,,,,,,,,, +2020,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,8567,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",19680,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,25637,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,18412,DOLLARS(millions),,,,,,,,, +2020,Q,Health Care and Social Assistance,i_Industry_Total,Total income,20582,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,a_0,Activity unit,6897,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,a_0,Fixed tangible assets,1186,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,a_0,Operating profit before tax,226,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,a_0,Salaries and wages paid,146,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",887,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,a_0,Total assets,1994,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,a_0,Total expenditure,783,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,a_0,Total income,1013,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,b_1-5,Activity unit,2307,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,678,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,b_1-5,Operating profit before tax,70,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,b_1-5,Rolling mean employees,4875,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,188,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",689,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,b_1-5,Total assets,1277,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,b_1-5,Total expenditure,764,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,b_1-5,Total income,828,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,c_6-9,Activity unit,444,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,362,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,c_6-9,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,c_6-9,Rolling mean employees,3201,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,99,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",376,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,c_6-9,Total assets,528,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,c_6-9,Total expenditure,399,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,c_6-9,Total income,433,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,d_10-19,Activity unit,354,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,590,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,d_10-19,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,d_10-19,Rolling mean employees,4878,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,165,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",435,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,d_10-19,Total assets,959,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,d_10-19,Total expenditure,521,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,d_10-19,Total income,617,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,e_20-49,Activity unit,240,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1750,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,e_20-49,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6969,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,265,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",774,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,e_20-49,Total assets,2272,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,e_20-49,Total expenditure,982,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,e_20-49,Total income,999,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,f_50-99,Activity unit,60,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,560,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,f_50-99,Rolling mean employees,4158,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,147,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",382,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,f_50-99,Total assets,1030,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,f_50-99,Total expenditure,468,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,f_50-99,Total income,496,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,g_100-199,Activity unit,15,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,244,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2220,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,109,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",811,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,g_100-199,Total assets,539,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,g_100-199,Total expenditure,528,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,g_100-199,Total income,878,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,h_200+,Activity unit,15,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,h_200+,Fixed tangible assets,1317,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,h_200+,Operating profit before tax,354,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,h_200+,Rolling mean employees,9381,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,h_200+,Salaries and wages paid,449,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",3246,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,h_200+,Total assets,2812,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,h_200+,Total expenditure,3078,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,h_200+,Total income,3444,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,i_Industry_Total,Activity unit,10338,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,6688,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,1108,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,35688,COUNT,,,,,,,,, +2020,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1568,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7601,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,i_Industry_Total,Total assets,11409,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,7523,DOLLARS(millions),,,,,,,,, +2020,R,Arts and Recreation Services,i_Industry_Total,Total income,8708,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,a_0,Activity unit,10953,COUNT,,,,,,,,, +2020,S,Other Services,a_0,Fixed tangible assets,1319,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,a_0,Operating profit before tax,262,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2020,S,Other Services,a_0,Salaries and wages paid,264,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,a_0,"Sales, government funding, grants and subsidies",1498,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,a_0,Total assets,3637,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,a_0,Total expenditure,1487,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,a_0,Total income,1760,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,b_1-5,Activity unit,8871,COUNT,,,,,,,,, +2020,S,Other Services,b_1-5,Fixed tangible assets,1176,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,b_1-5,Operating profit before tax,209,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,b_1-5,Rolling mean employees,20559,COUNT,,,,,,,,, +2020,S,Other Services,b_1-5,Salaries and wages paid,1034,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",3007,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,b_1-5,Total assets,3141,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,b_1-5,Total expenditure,3012,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,b_1-5,Total income,3220,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,c_6-9,Activity unit,1830,COUNT,,,,,,,,, +2020,S,Other Services,c_6-9,Fixed tangible assets,308,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,c_6-9,Operating profit before tax,107,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,c_6-9,Rolling mean employees,13038,COUNT,,,,,,,,, +2020,S,Other Services,c_6-9,Salaries and wages paid,617,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1657,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,c_6-9,Total assets,1892,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,c_6-9,Total expenditure,1661,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,c_6-9,Total income,1770,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,d_10-19,Activity unit,963,COUNT,,,,,,,,, +2020,S,Other Services,d_10-19,Fixed tangible assets,538,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,d_10-19,Operating profit before tax,131,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,d_10-19,Rolling mean employees,12576,COUNT,,,,,,,,, +2020,S,Other Services,d_10-19,Salaries and wages paid,609,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1833,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,d_10-19,Total assets,2294,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,d_10-19,Total expenditure,1853,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,d_10-19,Total income,1973,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,e_20-49,Activity unit,330,COUNT,,,,,,,,, +2020,S,Other Services,e_20-49,Fixed tangible assets,508,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,e_20-49,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,e_20-49,Rolling mean employees,9288,COUNT,,,,,,,,, +2020,S,Other Services,e_20-49,Salaries and wages paid,516,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",1390,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,e_20-49,Total assets,3537,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,e_20-49,Total expenditure,1539,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,e_20-49,Total income,1607,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,f_50-99,Activity unit,66,COUNT,,,,,,,,, +2020,S,Other Services,f_50-99,Fixed tangible assets,219,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,f_50-99,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,f_50-99,Rolling mean employees,4452,COUNT,,,,,,,,, +2020,S,Other Services,f_50-99,Salaries and wages paid,242,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",671,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,f_50-99,Total assets,590,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,f_50-99,Total expenditure,782,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,f_50-99,Total income,809,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2020,S,Other Services,g_100-199,Fixed tangible assets,89,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,g_100-199,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,g_100-199,Rolling mean employees,2418,COUNT,,,,,,,,, +2020,S,Other Services,g_100-199,Salaries and wages paid,115,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",234,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,g_100-199,Total assets,368,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,g_100-199,Total expenditure,310,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,g_100-199,Total income,330,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,h_200+,Activity unit,9,COUNT,,,,,,,,, +2020,S,Other Services,h_200+,Fixed tangible assets,323,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,h_200+,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,h_200+,Rolling mean employees,4008,COUNT,,,,,,,,, +2020,S,Other Services,h_200+,Salaries and wages paid,242,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",563,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,h_200+,Total assets,1215,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,h_200+,Total expenditure,672,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,h_200+,Total income,717,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,i_Industry_Total,Activity unit,23046,COUNT,,,,,,,,, +2020,S,Other Services,i_Industry_Total,Fixed tangible assets,4480,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,i_Industry_Total,Operating profit before tax,827,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,i_Industry_Total,Rolling mean employees,66333,COUNT,,,,,,,,, +2020,S,Other Services,i_Industry_Total,Salaries and wages paid,3639,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",10852,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,i_Industry_Total,Total assets,16675,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,i_Industry_Total,Total expenditure,11316,DOLLARS(millions),,,,,,,,, +2020,S,Other Services,i_Industry_Total,Total income,12186,DOLLARS(millions),,,,,,,,, +2020,all,All Industries,j_Grand_Total,Activity unit,499077,COUNT,,,,,,,,, +2020,all,All Industries,j_Grand_Total,Fixed tangible assets,563151,DOLLARS(millions),,,,,,,,, +2020,all,All Industries,j_Grand_Total,Operating profit before tax,76957,DOLLARS(millions),,,,,,,,, +2020,all,All Industries,j_Grand_Total,Rolling mean employees,1903893,COUNT,,,,,,,,, +2020,all,All Industries,j_Grand_Total,Salaries and wages paid,119642,DOLLARS(millions),,,,,,,,, +2020,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",659700,DOLLARS(millions),,,,,,,,, +2020,all,All Industries,j_Grand_Total,Total assets,2384577,DOLLARS(millions),,,,,,,,, +2020,all,All Industries,j_Grand_Total,Total expenditure,654527,DOLLARS(millions),,,,,,,,, +2020,all,All Industries,j_Grand_Total,Total income,732378,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,41325,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,498,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",12423,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",a_0,Total income,13739,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,10327,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,2426,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",a_0,Total assets,82381,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,46641,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,18072,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,35274,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,2136,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",16081,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,16977,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,14126,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,2190,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,62820,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,38244,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2244,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,15798,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,828,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",4812,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,4951,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,4261,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,629,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,14806,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,9233,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1275,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,16437,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,797,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",3983,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,4109,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,3688,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,340,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,11608,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,6360,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,645,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,19038,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,818,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",4022,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,4114,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,3827,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,288,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,8065,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,3949,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,162,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,10782,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,450,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1975,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,2094,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1919,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,121,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,5346,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,2125,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,48,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,6240,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,234,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",866,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,941,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,869,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,1399,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,697,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,27,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,12708,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,439,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1728,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1766,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1632,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,136,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,3711,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,1701,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,63795,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,116280,COUNT,,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,6200,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",45889,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,48690,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,40650,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,6152,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,190137,DOLLARS(millions),,,,,,,,, +2021,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,108950,DOLLARS(millions),,,,,,,,, +2021,B,Mining,a_0,Activity unit,411,COUNT,,,,,,,,, +2021,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,B,Mining,a_0,Salaries and wages paid,60,DOLLARS(millions),,,,,,,,, +2021,B,Mining,a_0,"Sales, government funding, grants and subsidies",731,DOLLARS(millions),,,,,,,,, +2021,B,Mining,a_0,Total income,1075,DOLLARS(millions),,,,,,,,, +2021,B,Mining,a_0,Total expenditure,730,DOLLARS(millions),,,,,,,,, +2021,B,Mining,a_0,Operating profit before tax,222,DOLLARS(millions),,,,,,,,, +2021,B,Mining,a_0,Total assets,4553,DOLLARS(millions),,,,,,,,, +2021,B,Mining,a_0,Fixed tangible assets,1724,DOLLARS(millions),,,,,,,,, +2021,B,Mining,b_1-5,Activity unit,162,COUNT,,,,,,,,, +2021,B,Mining,b_1-5,Rolling mean employees,354,COUNT,,,,,,,,, +2021,B,Mining,b_1-5,Salaries and wages paid,25,DOLLARS(millions),,,,,,,,, +2021,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",140,DOLLARS(millions),,,,,,,,, +2021,B,Mining,b_1-5,Total income,142,DOLLARS(millions),,,,,,,,, +2021,B,Mining,b_1-5,Total expenditure,115,DOLLARS(millions),,,,,,,,, +2021,B,Mining,b_1-5,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2021,B,Mining,b_1-5,Total assets,275,DOLLARS(millions),,,,,,,,, +2021,B,Mining,b_1-5,Fixed tangible assets,94,DOLLARS(millions),,,,,,,,, +2021,B,Mining,c_6-9,Activity unit,30,COUNT,,,,,,,,, +2021,B,Mining,c_6-9,Rolling mean employees,219,COUNT,,,,,,,,, +2021,B,Mining,c_6-9,Salaries and wages paid,15,DOLLARS(millions),,,,,,,,, +2021,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",107,DOLLARS(millions),,,,,,,,, +2021,B,Mining,c_6-9,Total income,109,DOLLARS(millions),,,,,,,,, +2021,B,Mining,c_6-9,Total expenditure,105,DOLLARS(millions),,,,,,,,, +2021,B,Mining,c_6-9,Operating profit before tax,6,DOLLARS(millions),,,,,,,,, +2021,B,Mining,c_6-9,Total assets,184,DOLLARS(millions),,,,,,,,, +2021,B,Mining,c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,B,Mining,d_10-19,Activity unit,30,COUNT,,,,,,,,, +2021,B,Mining,d_10-19,Rolling mean employees,369,COUNT,,,,,,,,, +2021,B,Mining,d_10-19,Salaries and wages paid,36,DOLLARS(millions),,,,,,,,, +2021,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",123,DOLLARS(millions),,,,,,,,, +2021,B,Mining,d_10-19,Total income,126,DOLLARS(millions),,,,,,,,, +2021,B,Mining,d_10-19,Total expenditure,144,DOLLARS(millions),,,,,,,,, +2021,B,Mining,d_10-19,Operating profit before tax,7,DOLLARS(millions),,,,,,,,, +2021,B,Mining,d_10-19,Total assets,175,DOLLARS(millions),,,,,,,,, +2021,B,Mining,d_10-19,Fixed tangible assets,85,DOLLARS(millions),,,,,,,,, +2021,B,Mining,e_20-49,Activity unit,27,COUNT,,,,,,,,, +2021,B,Mining,e_20-49,Rolling mean employees,786,COUNT,,,,,,,,, +2021,B,Mining,e_20-49,Salaries and wages paid,68,DOLLARS(millions),,,,,,,,, +2021,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",350,DOLLARS(millions),,,,,,,,, +2021,B,Mining,e_20-49,Total income,355,DOLLARS(millions),,,,,,,,, +2021,B,Mining,e_20-49,Total expenditure,307,DOLLARS(millions),,,,,,,,, +2021,B,Mining,e_20-49,Operating profit before tax,46,DOLLARS(millions),,,,,,,,, +2021,B,Mining,e_20-49,Total assets,387,DOLLARS(millions),,,,,,,,, +2021,B,Mining,e_20-49,Fixed tangible assets,235,DOLLARS(millions),,,,,,,,, +2021,B,Mining,f_50-99,Activity unit,9,COUNT,,,,,,,,, +2021,B,Mining,f_50-99,Rolling mean employees,543,COUNT,,,,,,,,, +2021,B,Mining,f_50-99,Salaries and wages paid,58,DOLLARS(millions),,,,,,,,, +2021,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",217,DOLLARS(millions),,,,,,,,, +2021,B,Mining,f_50-99,Total income,220,DOLLARS(millions),,,,,,,,, +2021,B,Mining,f_50-99,Total expenditure,221,DOLLARS(millions),,,,,,,,, +2021,B,Mining,f_50-99,Operating profit before tax,-2,DOLLARS(millions),,,,,,,,, +2021,B,Mining,f_50-99,Total assets,419,DOLLARS(millions),,,,,,,,, +2021,B,Mining,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,B,Mining,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2021,B,Mining,g_100-199,Rolling mean employees,1290,COUNT,,,,,,,,, +2021,B,Mining,g_100-199,Salaries and wages paid,184,DOLLARS(millions),,,,,,,,, +2021,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",1620,DOLLARS(millions),,,,,,,,, +2021,B,Mining,g_100-199,Total income,1726,DOLLARS(millions),,,,,,,,, +2021,B,Mining,g_100-199,Total expenditure,1975,DOLLARS(millions),,,,,,,,, +2021,B,Mining,g_100-199,Operating profit before tax,-69,DOLLARS(millions),,,,,,,,, +2021,B,Mining,g_100-199,Total assets,4552,DOLLARS(millions),,,,,,,,, +2021,B,Mining,g_100-199,Fixed tangible assets,2960,DOLLARS(millions),,,,,,,,, +2021,B,Mining,h_200+,Activity unit,3,COUNT,,,,,,,,, +2021,B,Mining,h_200+,Rolling mean employees,1725,COUNT,,,,,,,,, +2021,B,Mining,h_200+,Salaries and wages paid,183,DOLLARS(millions),,,,,,,,, +2021,B,Mining,h_200+,"Sales, government funding, grants and subsidies",888,DOLLARS(millions),,,,,,,,, +2021,B,Mining,h_200+,Total income,918,DOLLARS(millions),,,,,,,,, +2021,B,Mining,h_200+,Total expenditure,779,DOLLARS(millions),,,,,,,,, +2021,B,Mining,h_200+,Operating profit before tax,149,DOLLARS(millions),,,,,,,,, +2021,B,Mining,h_200+,Total assets,1258,DOLLARS(millions),,,,,,,,, +2021,B,Mining,h_200+,Fixed tangible assets,736,DOLLARS(millions),,,,,,,,, +2021,B,Mining,i_Industry_Total,Activity unit,678,COUNT,,,,,,,,, +2021,B,Mining,i_Industry_Total,Rolling mean employees,5286,COUNT,,,,,,,,, +2021,B,Mining,i_Industry_Total,Salaries and wages paid,629,DOLLARS(millions),,,,,,,,, +2021,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",4175,DOLLARS(millions),,,,,,,,, +2021,B,Mining,i_Industry_Total,Total income,4670,DOLLARS(millions),,,,,,,,, +2021,B,Mining,i_Industry_Total,Total expenditure,4378,DOLLARS(millions),,,,,,,,, +2021,B,Mining,i_Industry_Total,Operating profit before tax,391,DOLLARS(millions),,,,,,,,, +2021,B,Mining,i_Industry_Total,Total assets,11804,DOLLARS(millions),,,,,,,,, +2021,B,Mining,i_Industry_Total,Fixed tangible assets,6099,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,a_0,Activity unit,9276,COUNT,,,,,,,,, +2021,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,C,Manufacturing,a_0,Salaries and wages paid,382,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",2779,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,a_0,Total income,2847,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,a_0,Total expenditure,2520,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,a_0,Operating profit before tax,324,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,a_0,Total assets,4142,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,a_0,Fixed tangible assets,2047,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,b_1-5,Activity unit,6366,COUNT,,,,,,,,, +2021,C,Manufacturing,b_1-5,Rolling mean employees,14919,COUNT,,,,,,,,, +2021,C,Manufacturing,b_1-5,Salaries and wages paid,870,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",4518,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,b_1-5,Total income,4606,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,b_1-5,Total expenditure,4335,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,b_1-5,Operating profit before tax,216,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,b_1-5,Total assets,2940,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,b_1-5,Fixed tangible assets,727,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,c_6-9,Activity unit,1977,COUNT,,,,,,,,, +2021,C,Manufacturing,c_6-9,Rolling mean employees,14316,COUNT,,,,,,,,, +2021,C,Manufacturing,c_6-9,Salaries and wages paid,755,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",3047,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,c_6-9,Total income,3058,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,c_6-9,Total expenditure,2821,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,c_6-9,Operating profit before tax,268,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,c_6-9,Total assets,1896,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,c_6-9,Fixed tangible assets,421,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,d_10-19,Activity unit,1830,COUNT,,,,,,,,, +2021,C,Manufacturing,d_10-19,Rolling mean employees,24720,COUNT,,,,,,,,, +2021,C,Manufacturing,d_10-19,Salaries and wages paid,1338,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",5680,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,d_10-19,Total income,5711,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,d_10-19,Total expenditure,5366,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,d_10-19,Operating profit before tax,430,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,d_10-19,Total assets,3846,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,d_10-19,Fixed tangible assets,924,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,e_20-49,Activity unit,1131,COUNT,,,,,,,,, +2021,C,Manufacturing,e_20-49,Rolling mean employees,33846,COUNT,,,,,,,,, +2021,C,Manufacturing,e_20-49,Salaries and wages paid,1908,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",8977,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,e_20-49,Total income,9030,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,e_20-49,Total expenditure,8259,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,e_20-49,Operating profit before tax,824,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,e_20-49,Total assets,6613,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,e_20-49,Fixed tangible assets,1778,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,f_50-99,Activity unit,456,COUNT,,,,,,,,, +2021,C,Manufacturing,f_50-99,Rolling mean employees,31212,COUNT,,,,,,,,, +2021,C,Manufacturing,f_50-99,Salaries and wages paid,2016,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",12701,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,f_50-99,Total income,12815,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,f_50-99,Total expenditure,12174,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,f_50-99,Operating profit before tax,695,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,f_50-99,Total assets,10133,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,f_50-99,Fixed tangible assets,2956,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,g_100-199,Activity unit,162,COUNT,,,,,,,,, +2021,C,Manufacturing,g_100-199,Rolling mean employees,22146,COUNT,,,,,,,,, +2021,C,Manufacturing,g_100-199,Salaries and wages paid,1546,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",9739,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,g_100-199,Total income,9879,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,g_100-199,Total expenditure,9111,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,g_100-199,Operating profit before tax,743,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,g_100-199,Total assets,9212,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,g_100-199,Fixed tangible assets,2541,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,h_200+,Activity unit,159,COUNT,,,,,,,,, +2021,C,Manufacturing,h_200+,Rolling mean employees,96204,COUNT,,,,,,,,, +2021,C,Manufacturing,h_200+,Salaries and wages paid,7819,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",68642,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,h_200+,Total income,69461,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,h_200+,Total expenditure,67412,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,h_200+,Operating profit before tax,3041,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,h_200+,Total assets,60145,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,h_200+,Fixed tangible assets,19773,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,i_Industry_Total,Activity unit,21357,COUNT,,,,,,,,, +2021,C,Manufacturing,i_Industry_Total,Rolling mean employees,237363,COUNT,,,,,,,,, +2021,C,Manufacturing,i_Industry_Total,Salaries and wages paid,16633,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",116082,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,i_Industry_Total,Total income,117408,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,i_Industry_Total,Total expenditure,111998,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,i_Industry_Total,Operating profit before tax,6540,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,i_Industry_Total,Total assets,98926,DOLLARS(millions),,,,,,,,, +2021,C,Manufacturing,i_Industry_Total,Fixed tangible assets,31168,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,576,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",1420,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,1578,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1272,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,293,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,7806,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,6494,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,351,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,714,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,53,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",249,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,256,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,223,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,29,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,389,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,201,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,69,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,474,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,26,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",146,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,149,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,121,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,296,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,209,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,72,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,957,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,58,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",313,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,321,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,400,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,1259,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,1108,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,36,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,1047,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,67,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",516,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,531,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,466,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,73,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,1031,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,732,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,21,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1482,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,112,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",769,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,988,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,675,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,126,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1566,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,776,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,15,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,2118,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,160,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",1735,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,1744,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,1613,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,161,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,5252,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,4341,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,18,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,13794,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,1254,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",17631,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,19314,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,16345,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,2066,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,63090,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,49549,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1158,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,20583,COUNT,,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1762,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",22779,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,24882,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,21116,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2785,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,80689,DOLLARS(millions),,,,,,,,, +2021,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,63412,DOLLARS(millions),,,,,,,,, +2021,E,Construction,a_0,Activity unit,40479,COUNT,,,,,,,,, +2021,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,E,Construction,a_0,Salaries and wages paid,1938,DOLLARS(millions),,,,,,,,, +2021,E,Construction,a_0,"Sales, government funding, grants and subsidies",15946,DOLLARS(millions),,,,,,,,, +2021,E,Construction,a_0,Total income,16152,DOLLARS(millions),,,,,,,,, +2021,E,Construction,a_0,Total expenditure,13832,DOLLARS(millions),,,,,,,,, +2021,E,Construction,a_0,Operating profit before tax,2262,DOLLARS(millions),,,,,,,,, +2021,E,Construction,a_0,Total assets,18598,DOLLARS(millions),,,,,,,,, +2021,E,Construction,a_0,Fixed tangible assets,4658,DOLLARS(millions),,,,,,,,, +2021,E,Construction,b_1-5,Activity unit,21543,COUNT,,,,,,,,, +2021,E,Construction,b_1-5,Rolling mean employees,43191,COUNT,,,,,,,,, +2021,E,Construction,b_1-5,Salaries and wages paid,3191,DOLLARS(millions),,,,,,,,, +2021,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",13580,DOLLARS(millions),,,,,,,,, +2021,E,Construction,b_1-5,Total income,13738,DOLLARS(millions),,,,,,,,, +2021,E,Construction,b_1-5,Total expenditure,12502,DOLLARS(millions),,,,,,,,, +2021,E,Construction,b_1-5,Operating profit before tax,1170,DOLLARS(millions),,,,,,,,, +2021,E,Construction,b_1-5,Total assets,8341,DOLLARS(millions),,,,,,,,, +2021,E,Construction,b_1-5,Fixed tangible assets,2149,DOLLARS(millions),,,,,,,,, +2021,E,Construction,c_6-9,Activity unit,3549,COUNT,,,,,,,,, +2021,E,Construction,c_6-9,Rolling mean employees,25395,COUNT,,,,,,,,, +2021,E,Construction,c_6-9,Salaries and wages paid,1547,DOLLARS(millions),,,,,,,,, +2021,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",6553,DOLLARS(millions),,,,,,,,, +2021,E,Construction,c_6-9,Total income,6583,DOLLARS(millions),,,,,,,,, +2021,E,Construction,c_6-9,Total expenditure,6118,DOLLARS(millions),,,,,,,,, +2021,E,Construction,c_6-9,Operating profit before tax,521,DOLLARS(millions),,,,,,,,, +2021,E,Construction,c_6-9,Total assets,3094,DOLLARS(millions),,,,,,,,, +2021,E,Construction,c_6-9,Fixed tangible assets,718,DOLLARS(millions),,,,,,,,, +2021,E,Construction,d_10-19,Activity unit,2481,COUNT,,,,,,,,, +2021,E,Construction,d_10-19,Rolling mean employees,33390,COUNT,,,,,,,,, +2021,E,Construction,d_10-19,Salaries and wages paid,2124,DOLLARS(millions),,,,,,,,, +2021,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",9562,DOLLARS(millions),,,,,,,,, +2021,E,Construction,d_10-19,Total income,9679,DOLLARS(millions),,,,,,,,, +2021,E,Construction,d_10-19,Total expenditure,8794,DOLLARS(millions),,,,,,,,, +2021,E,Construction,d_10-19,Operating profit before tax,799,DOLLARS(millions),,,,,,,,, +2021,E,Construction,d_10-19,Total assets,5372,DOLLARS(millions),,,,,,,,, +2021,E,Construction,d_10-19,Fixed tangible assets,1276,DOLLARS(millions),,,,,,,,, +2021,E,Construction,e_20-49,Activity unit,891,COUNT,,,,,,,,, +2021,E,Construction,e_20-49,Rolling mean employees,26202,COUNT,,,,,,,,, +2021,E,Construction,e_20-49,Salaries and wages paid,1960,DOLLARS(millions),,,,,,,,, +2021,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",8682,DOLLARS(millions),,,,,,,,, +2021,E,Construction,e_20-49,Total income,8717,DOLLARS(millions),,,,,,,,, +2021,E,Construction,e_20-49,Total expenditure,8045,DOLLARS(millions),,,,,,,,, +2021,E,Construction,e_20-49,Operating profit before tax,588,DOLLARS(millions),,,,,,,,, +2021,E,Construction,e_20-49,Total assets,3696,DOLLARS(millions),,,,,,,,, +2021,E,Construction,e_20-49,Fixed tangible assets,794,DOLLARS(millions),,,,,,,,, +2021,E,Construction,f_50-99,Activity unit,261,COUNT,,,,,,,,, +2021,E,Construction,f_50-99,Rolling mean employees,16728,COUNT,,,,,,,,, +2021,E,Construction,f_50-99,Salaries and wages paid,1155,DOLLARS(millions),,,,,,,,, +2021,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",5474,DOLLARS(millions),,,,,,,,, +2021,E,Construction,f_50-99,Total income,5541,DOLLARS(millions),,,,,,,,, +2021,E,Construction,f_50-99,Total expenditure,5216,DOLLARS(millions),,,,,,,,, +2021,E,Construction,f_50-99,Operating profit before tax,388,DOLLARS(millions),,,,,,,,, +2021,E,Construction,f_50-99,Total assets,2620,DOLLARS(millions),,,,,,,,, +2021,E,Construction,f_50-99,Fixed tangible assets,700,DOLLARS(millions),,,,,,,,, +2021,E,Construction,g_100-199,Activity unit,81,COUNT,,,,,,,,, +2021,E,Construction,g_100-199,Rolling mean employees,11211,COUNT,,,,,,,,, +2021,E,Construction,g_100-199,Salaries and wages paid,857,DOLLARS(millions),,,,,,,,, +2021,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",4319,DOLLARS(millions),,,,,,,,, +2021,E,Construction,g_100-199,Total income,4350,DOLLARS(millions),,,,,,,,, +2021,E,Construction,g_100-199,Total expenditure,4231,DOLLARS(millions),,,,,,,,, +2021,E,Construction,g_100-199,Operating profit before tax,135,DOLLARS(millions),,,,,,,,, +2021,E,Construction,g_100-199,Total assets,2199,DOLLARS(millions),,,,,,,,, +2021,E,Construction,g_100-199,Fixed tangible assets,647,DOLLARS(millions),,,,,,,,, +2021,E,Construction,h_200+,Activity unit,45,COUNT,,,,,,,,, +2021,E,Construction,h_200+,Rolling mean employees,29205,COUNT,,,,,,,,, +2021,E,Construction,h_200+,Salaries and wages paid,2663,DOLLARS(millions),,,,,,,,, +2021,E,Construction,h_200+,"Sales, government funding, grants and subsidies",10983,DOLLARS(millions),,,,,,,,, +2021,E,Construction,h_200+,Total income,11158,DOLLARS(millions),,,,,,,,, +2021,E,Construction,h_200+,Total expenditure,10721,DOLLARS(millions),,,,,,,,, +2021,E,Construction,h_200+,Operating profit before tax,556,DOLLARS(millions),,,,,,,,, +2021,E,Construction,h_200+,Total assets,7578,DOLLARS(millions),,,,,,,,, +2021,E,Construction,h_200+,Fixed tangible assets,1071,DOLLARS(millions),,,,,,,,, +2021,E,Construction,i_Industry_Total,Activity unit,69333,COUNT,,,,,,,,, +2021,E,Construction,i_Industry_Total,Rolling mean employees,185322,COUNT,,,,,,,,, +2021,E,Construction,i_Industry_Total,Salaries and wages paid,15435,DOLLARS(millions),,,,,,,,, +2021,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",75098,DOLLARS(millions),,,,,,,,, +2021,E,Construction,i_Industry_Total,Total income,75920,DOLLARS(millions),,,,,,,,, +2021,E,Construction,i_Industry_Total,Total expenditure,69460,DOLLARS(millions),,,,,,,,, +2021,E,Construction,i_Industry_Total,Operating profit before tax,6420,DOLLARS(millions),,,,,,,,, +2021,E,Construction,i_Industry_Total,Total assets,51498,DOLLARS(millions),,,,,,,,, +2021,E,Construction,i_Industry_Total,Fixed tangible assets,12011,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,a_0,Activity unit,8208,COUNT,,,,,,,,, +2021,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,F,Wholesale Trade,a_0,Salaries and wages paid,470,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",9074,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,a_0,Total income,9150,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,a_0,Total expenditure,8630,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,a_0,Operating profit before tax,560,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,a_0,Total assets,6656,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,a_0,Fixed tangible assets,1007,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,b_1-5,Activity unit,5034,COUNT,,,,,,,,, +2021,F,Wholesale Trade,b_1-5,Rolling mean employees,11313,COUNT,,,,,,,,, +2021,F,Wholesale Trade,b_1-5,Salaries and wages paid,865,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",9168,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,b_1-5,Total income,9217,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,b_1-5,Total expenditure,8601,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,b_1-5,Operating profit before tax,637,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,b_1-5,Total assets,5453,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,b_1-5,Fixed tangible assets,495,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,c_6-9,Activity unit,1248,COUNT,,,,,,,,, +2021,F,Wholesale Trade,c_6-9,Rolling mean employees,9033,COUNT,,,,,,,,, +2021,F,Wholesale Trade,c_6-9,Salaries and wages paid,637,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",6333,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,c_6-9,Total income,6372,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,c_6-9,Total expenditure,5906,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,c_6-9,Operating profit before tax,407,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,c_6-9,Total assets,3597,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,c_6-9,Fixed tangible assets,263,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,d_10-19,Activity unit,1089,COUNT,,,,,,,,, +2021,F,Wholesale Trade,d_10-19,Rolling mean employees,14487,COUNT,,,,,,,,, +2021,F,Wholesale Trade,d_10-19,Salaries and wages paid,1036,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",11275,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,d_10-19,Total income,11324,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,d_10-19,Total expenditure,10469,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,d_10-19,Operating profit before tax,931,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,d_10-19,Total assets,6072,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,d_10-19,Fixed tangible assets,683,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,e_20-49,Activity unit,699,COUNT,,,,,,,,, +2021,F,Wholesale Trade,e_20-49,Rolling mean employees,21231,COUNT,,,,,,,,, +2021,F,Wholesale Trade,e_20-49,Salaries and wages paid,1548,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",17430,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,e_20-49,Total income,17567,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,e_20-49,Total expenditure,16617,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,e_20-49,Operating profit before tax,1091,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,e_20-49,Total assets,10140,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,e_20-49,Fixed tangible assets,770,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,f_50-99,Activity unit,237,COUNT,,,,,,,,, +2021,F,Wholesale Trade,f_50-99,Rolling mean employees,16308,COUNT,,,,,,,,, +2021,F,Wholesale Trade,f_50-99,Salaries and wages paid,1226,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",13591,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,f_50-99,Total income,13796,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,f_50-99,Total expenditure,13053,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,f_50-99,Operating profit before tax,706,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,f_50-99,Total assets,9595,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,f_50-99,Fixed tangible assets,932,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,g_100-199,Activity unit,78,COUNT,,,,,,,,, +2021,F,Wholesale Trade,g_100-199,Rolling mean employees,10050,COUNT,,,,,,,,, +2021,F,Wholesale Trade,g_100-199,Salaries and wages paid,700,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",9541,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,g_100-199,Total income,9627,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,g_100-199,Total expenditure,8662,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,g_100-199,Operating profit before tax,338,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,g_100-199,Total assets,4884,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,g_100-199,Fixed tangible assets,682,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,h_200+,Activity unit,60,COUNT,,,,,,,,, +2021,F,Wholesale Trade,h_200+,Rolling mean employees,31794,COUNT,,,,,,,,, +2021,F,Wholesale Trade,h_200+,Salaries and wages paid,2323,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",40398,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,h_200+,Total income,40643,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,h_200+,Total expenditure,39309,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,h_200+,Operating profit before tax,1320,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,h_200+,Total assets,17389,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,h_200+,Fixed tangible assets,2374,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,i_Industry_Total,Activity unit,16653,COUNT,,,,,,,,, +2021,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,114213,COUNT,,,,,,,,, +2021,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,8805,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",116811,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,i_Industry_Total,Total income,117695,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,i_Industry_Total,Total expenditure,111248,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,5988,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,i_Industry_Total,Total assets,63786,DOLLARS(millions),,,,,,,,, +2021,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,7206,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,a_0,Activity unit,12165,COUNT,,,,,,,,, +2021,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,G,Retail Trade,a_0,Salaries and wages paid,375,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",4255,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,a_0,Total income,4293,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,a_0,Total expenditure,3996,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,a_0,Operating profit before tax,312,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,a_0,Total assets,3359,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,a_0,Fixed tangible assets,1148,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,b_1-5,Activity unit,10173,COUNT,,,,,,,,, +2021,G,Retail Trade,b_1-5,Rolling mean employees,23856,COUNT,,,,,,,,, +2021,G,Retail Trade,b_1-5,Salaries and wages paid,1181,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",8875,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,b_1-5,Total income,8901,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,b_1-5,Total expenditure,8597,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,b_1-5,Operating profit before tax,368,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,b_1-5,Total assets,3963,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,b_1-5,Fixed tangible assets,718,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,c_6-9,Activity unit,2283,COUNT,,,,,,,,, +2021,G,Retail Trade,c_6-9,Rolling mean employees,16320,COUNT,,,,,,,,, +2021,G,Retail Trade,c_6-9,Salaries and wages paid,739,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",5489,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,c_6-9,Total income,5531,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,c_6-9,Total expenditure,5196,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,c_6-9,Operating profit before tax,389,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,c_6-9,Total assets,2500,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,c_6-9,Fixed tangible assets,516,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,d_10-19,Activity unit,1716,COUNT,,,,,,,,, +2021,G,Retail Trade,d_10-19,Rolling mean employees,22695,COUNT,,,,,,,,, +2021,G,Retail Trade,d_10-19,Salaries and wages paid,1016,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",7377,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,d_10-19,Total income,7401,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,d_10-19,Total expenditure,6978,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,d_10-19,Operating profit before tax,452,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,d_10-19,Total assets,2733,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,d_10-19,Fixed tangible assets,399,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,e_20-49,Activity unit,747,COUNT,,,,,,,,, +2021,G,Retail Trade,e_20-49,Rolling mean employees,21417,COUNT,,,,,,,,, +2021,G,Retail Trade,e_20-49,Salaries and wages paid,983,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",10136,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,e_20-49,Total income,10170,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,e_20-49,Total expenditure,9596,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,e_20-49,Operating profit before tax,644,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,e_20-49,Total assets,4024,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,e_20-49,Fixed tangible assets,710,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,f_50-99,Activity unit,240,COUNT,,,,,,,,, +2021,G,Retail Trade,f_50-99,Rolling mean employees,17124,COUNT,,,,,,,,, +2021,G,Retail Trade,f_50-99,Salaries and wages paid,759,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",6801,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,f_50-99,Total income,6821,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,f_50-99,Total expenditure,6502,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,f_50-99,Operating profit before tax,361,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,f_50-99,Total assets,2661,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,f_50-99,Fixed tangible assets,336,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,g_100-199,Activity unit,201,COUNT,,,,,,,,, +2021,G,Retail Trade,g_100-199,Rolling mean employees,27795,COUNT,,,,,,,,, +2021,G,Retail Trade,g_100-199,Salaries and wages paid,1157,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",10437,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,g_100-199,Total income,10472,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,g_100-199,Total expenditure,10029,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,g_100-199,Operating profit before tax,455,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,g_100-199,Total assets,3900,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,g_100-199,Fixed tangible assets,616,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,h_200+,Activity unit,138,COUNT,,,,,,,,, +2021,G,Retail Trade,h_200+,Rolling mean employees,86436,COUNT,,,,,,,,, +2021,G,Retail Trade,h_200+,Salaries and wages paid,3651,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",29998,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,h_200+,Total income,30176,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,h_200+,Total expenditure,28355,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,h_200+,Operating profit before tax,1996,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,h_200+,Total assets,18516,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,h_200+,Fixed tangible assets,2640,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,i_Industry_Total,Activity unit,27660,COUNT,,,,,,,,, +2021,G,Retail Trade,i_Industry_Total,Rolling mean employees,215640,COUNT,,,,,,,,, +2021,G,Retail Trade,i_Industry_Total,Salaries and wages paid,9860,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",83370,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,i_Industry_Total,Total income,83765,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,i_Industry_Total,Total expenditure,79248,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,i_Industry_Total,Operating profit before tax,4977,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,i_Industry_Total,Total assets,41655,DOLLARS(millions),,,,,,,,, +2021,G,Retail Trade,i_Industry_Total,Fixed tangible assets,7084,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,a_0,Activity unit,7173,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,a_0,Salaries and wages paid,243,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",1219,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,a_0,Total income,1288,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,a_0,Total expenditure,1151,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,a_0,Operating profit before tax,117,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,a_0,Total assets,4588,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,a_0,Fixed tangible assets,3145,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,b_1-5,Activity unit,8091,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,b_1-5,Rolling mean employees,21474,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,740,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",2442,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,b_1-5,Total income,2481,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,b_1-5,Total expenditure,2365,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,b_1-5,Operating profit before tax,118,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,b_1-5,Total assets,2767,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1516,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,c_6-9,Activity unit,3330,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,c_6-9,Rolling mean employees,24036,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,713,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",1958,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,c_6-9,Total income,1972,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,c_6-9,Total expenditure,1892,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,c_6-9,Operating profit before tax,82,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,c_6-9,Total assets,1465,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,666,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,d_10-19,Activity unit,2910,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,d_10-19,Rolling mean employees,38661,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,1139,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",2981,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,d_10-19,Total income,3022,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,d_10-19,Total expenditure,2868,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,d_10-19,Operating profit before tax,140,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,d_10-19,Total assets,2165,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,1177,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,e_20-49,Activity unit,1203,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,e_20-49,Rolling mean employees,33696,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,994,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",2714,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,e_20-49,Total income,2758,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,e_20-49,Total expenditure,2598,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,e_20-49,Operating profit before tax,160,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,e_20-49,Total assets,2288,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1312,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,f_50-99,Activity unit,183,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,f_50-99,Rolling mean employees,12381,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,404,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",1278,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,f_50-99,Total income,1317,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,f_50-99,Total expenditure,1215,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,f_50-99,Operating profit before tax,99,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,f_50-99,Total assets,2147,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,1121,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,g_100-199,Activity unit,63,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,g_100-199,Rolling mean employees,9126,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,269,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",989,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,g_100-199,Total income,1007,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,g_100-199,Total expenditure,932,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,g_100-199,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,g_100-199,Total assets,2132,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,1290,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,h_200+,Activity unit,33,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,h_200+,Rolling mean employees,19080,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,h_200+,Salaries and wages paid,651,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",2112,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,h_200+,Total income,2148,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,h_200+,Total expenditure,1903,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,h_200+,Operating profit before tax,236,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,h_200+,Total assets,3147,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1174,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,i_Industry_Total,Activity unit,22986,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,158457,COUNT,,,,,,,,, +2021,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,5153,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",15695,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,i_Industry_Total,Total income,15993,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,14924,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,1033,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,i_Industry_Total,Total assets,20698,DOLLARS(millions),,,,,,,,, +2021,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,11401,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",a_0,Activity unit,9387,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,200,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",2048,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",a_0,Total income,2083,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1776,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,303,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",a_0,Total assets,7665,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,6094,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,4035,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,8031,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,504,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",1935,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",b_1-5,Total income,1952,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1752,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,219,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",b_1-5,Total assets,2126,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,1053,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,570,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4098,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,224,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",747,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",c_6-9,Total income,754,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,673,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,82,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",c_6-9,Total assets,718,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,380,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,591,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,7848,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,484,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1758,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",d_10-19,Total income,1800,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1656,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,151,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",d_10-19,Total assets,2211,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,1244,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,384,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,11127,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,719,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",2481,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",e_20-49,Total income,2540,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,2321,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,182,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",e_20-49,Total assets,2566,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1401,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,126,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,8733,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,586,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",2174,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",f_50-99,Total income,2219,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,2058,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,168,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",f_50-99,Total assets,2930,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1694,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,60,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8352,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,520,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",2026,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",g_100-199,Total income,2070,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,1866,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,238,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",g_100-199,Total assets,3575,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,2213,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",h_200+,Activity unit,69,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,46344,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,3253,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",11083,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",h_200+,Total income,12217,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,11273,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,387,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",h_200+,Total assets,32770,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,20841,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,15225,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,94533,COUNT,,,,,,,,, +2021,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,6490,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",24252,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,25637,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,23374,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,1730,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,54561,DOLLARS(millions),,,,,,,,, +2021,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,34920,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,a_0,Activity unit,5250,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,a_0,Salaries and wages paid,182,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",1409,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,a_0,Total income,1418,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,a_0,Total expenditure,1286,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,a_0,Operating profit before tax,253,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,a_0,Total assets,1466,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,a_0,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,b_1-5,Activity unit,1014,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,1974,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,156,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",582,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,b_1-5,Total income,585,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,b_1-5,Total expenditure,565,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,27,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,b_1-5,Total assets,450,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,66,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,c_6-9,Activity unit,177,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1275,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,85,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",588,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,c_6-9,Total income,622,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,c_6-9,Total expenditure,603,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,-4,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,c_6-9,Total assets,533,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,57,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,d_10-19,Activity unit,147,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,1950,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,136,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",430,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,d_10-19,Total income,437,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,d_10-19,Total expenditure,407,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,36,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,d_10-19,Total assets,463,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,73,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,e_20-49,Activity unit,78,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,2157,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,142,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",492,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,e_20-49,Total income,505,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,e_20-49,Total expenditure,498,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,19,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,e_20-49,Total assets,569,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,46,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,f_50-99,Activity unit,24,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,1683,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,117,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",423,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,f_50-99,Total income,438,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,f_50-99,Total expenditure,392,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,53,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,f_50-99,Total assets,549,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,61,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,g_100-199,Activity unit,12,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1464,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,132,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",466,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,g_100-199,Total income,467,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,g_100-199,Total expenditure,393,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,79,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,g_100-199,Total assets,1895,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,h_200+,Activity unit,18,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,h_200+,Rolling mean employees,18666,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1477,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",9453,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,h_200+,Total income,9613,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,h_200+,Total expenditure,8803,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,h_200+,Operating profit before tax,829,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,h_200+,Total assets,19155,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,8017,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,6720,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,29166,COUNT,,,,,,,,, +2021,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2428,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",13844,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,i_Industry_Total,Total income,14084,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,12948,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,1293,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,i_Industry_Total,Total assets,25078,DOLLARS(millions),,,,,,,,, +2021,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,10159,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,a_0,Activity unit,28443,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,a_0,Salaries and wages paid,614,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",6891,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,a_0,Total income,36161,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,a_0,Total expenditure,15078,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,a_0,Operating profit before tax,12282,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,a_0,Total assets,478831,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,a_0,Fixed tangible assets,23634,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,b_1-5,Activity unit,2340,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4326,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,476,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",2062,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,b_1-5,Total income,3072,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,b_1-5,Total expenditure,2307,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,b_1-5,Operating profit before tax,646,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,b_1-5,Total assets,26675,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,796,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,c_6-9,Activity unit,261,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1830,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,210,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",629,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,c_6-9,Total income,1366,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,c_6-9,Total expenditure,1193,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,c_6-9,Operating profit before tax,269,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,c_6-9,Total assets,19492,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,88,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,d_10-19,Activity unit,198,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2550,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,271,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",759,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,d_10-19,Total income,1399,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,d_10-19,Total expenditure,1055,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,d_10-19,Operating profit before tax,226,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,d_10-19,Total assets,19262,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,127,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,e_20-49,Activity unit,84,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2529,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,315,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",1231,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,e_20-49,Total income,1656,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,e_20-49,Total expenditure,1329,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,e_20-49,Operating profit before tax,343,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,e_20-49,Total assets,12035,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,65,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,f_50-99,Activity unit,48,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,f_50-99,Rolling mean employees,3303,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,310,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",915,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,f_50-99,Total income,1761,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,f_50-99,Total expenditure,1220,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,f_50-99,Operating profit before tax,309,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,f_50-99,Total assets,13919,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,g_100-199,Activity unit,24,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3417,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,372,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",893,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,g_100-199,Total income,1467,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,g_100-199,Total expenditure,1093,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,g_100-199,Operating profit before tax,261,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,g_100-199,Total assets,18192,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,h_200+,Activity unit,45,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,h_200+,Rolling mean employees,44739,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,h_200+,Salaries and wages paid,4891,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",9199,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,h_200+,Total income,30577,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,h_200+,Total expenditure,21020,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,h_200+,Operating profit before tax,8995,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,h_200+,Total assets,799441,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,h_200+,Fixed tangible assets,808,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,i_Industry_Total,Activity unit,31437,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,62694,COUNT,,,,,,,,, +2021,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,7458,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",22579,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,i_Industry_Total,Total income,77460,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,44294,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,23331,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,i_Industry_Total,Total assets,1387847,DOLLARS(millions),,,,,,,,, +2021,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,25834,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,72645,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,772,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",20533,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",a_0,Total income,28074,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,15155,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,8355,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,280042,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,211049,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,5121,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8889,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,512,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",3614,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,4060,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,3069,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,813,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,22184,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,14174,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,414,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,2988,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,152,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",767,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,937,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,695,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,169,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,4457,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,2112,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,306,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,4047,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,295,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",1411,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,1548,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,1305,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,129,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,3122,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,1321,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,162,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,4653,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,353,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",1446,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,1523,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,1310,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,191,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,2370,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,1033,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,42,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,2754,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,194,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",992,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,1063,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,937,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,120,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,2902,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,1411,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,18,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,2607,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,214,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",1148,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1532,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,1287,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,148,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,5004,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,15,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,5196,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,339,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",1466,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,1623,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,1403,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,3451,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,78726,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,31134,COUNT,,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,2832,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",31376,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,40360,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,25160,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,10006,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,323532,DOLLARS(millions),,,,,,,,, +2021,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,236782,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",a_0,Activity unit,44682,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,2382,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",8583,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",a_0,Total income,8937,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,6794,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,2320,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",a_0,Total assets,11171,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,2765,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,13920,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,27108,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,2420,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",6504,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",b_1-5,Total income,6681,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,5769,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,935,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,6221,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,1012,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,1971,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,14214,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,1121,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",2635,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",c_6-9,Total income,2678,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,2412,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,312,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,C,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,189,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1653,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,21987,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,1819,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",4467,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",d_10-19,Total income,4537,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,3935,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,629,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,3373,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,347,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,1068,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,31620,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,2761,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",6333,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",e_20-49,Total income,6543,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,5854,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,725,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,5433,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,434,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,264,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,18039,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,1608,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",3706,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",f_50-99,Total income,3944,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,3510,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,432,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,4352,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,500,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,108,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,14808,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,1400,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",3502,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",g_100-199,Total income,3711,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,3288,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,459,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,5203,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,261,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,72,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,36825,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,3807,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",8375,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",h_200+,Total income,9386,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,8634,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,476,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,784,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,63732,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,164607,COUNT,,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,17318,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",44105,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,46416,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,40195,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,6289,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,89477,DOLLARS(millions),,,,,,,,, +2021,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,6292,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,a_0,Activity unit,11361,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,a_0,Salaries and wages paid,343,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",1930,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,a_0,Total income,2024,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,a_0,Total expenditure,1604,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,a_0,Operating profit before tax,385,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,a_0,Total assets,3072,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,a_0,Fixed tangible assets,1030,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,b_1-5,Activity unit,4926,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,b_1-5,Rolling mean employees,9558,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,b_1-5,Salaries and wages paid,485,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1342,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,b_1-5,Total income,1402,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,b_1-5,Total expenditure,1270,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,b_1-5,Operating profit before tax,138,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,b_1-5,Total assets,1800,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,b_1-5,Fixed tangible assets,448,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,c_6-9,Activity unit,690,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,c_6-9,Rolling mean employees,4878,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,c_6-9,Salaries and wages paid,225,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",600,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,c_6-9,Total income,618,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,c_6-9,Total expenditure,565,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,c_6-9,Operating profit before tax,58,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,c_6-9,Total assets,670,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,c_6-9,Fixed tangible assets,143,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,d_10-19,Activity unit,531,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,d_10-19,Rolling mean employees,7110,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,d_10-19,Salaries and wages paid,319,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",941,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,d_10-19,Total income,985,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,d_10-19,Total expenditure,918,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,d_10-19,Operating profit before tax,59,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,d_10-19,Total assets,838,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,d_10-19,Fixed tangible assets,164,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,e_20-49,Activity unit,390,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,e_20-49,Rolling mean employees,12126,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,e_20-49,Salaries and wages paid,649,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",1527,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,e_20-49,Total income,1560,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,e_20-49,Total expenditure,1505,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,e_20-49,Operating profit before tax,72,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,e_20-49,Total assets,1002,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,e_20-49,Fixed tangible assets,180,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,f_50-99,Activity unit,165,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,f_50-99,Rolling mean employees,11763,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,f_50-99,Salaries and wages paid,587,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",1221,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,f_50-99,Total income,1298,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,f_50-99,Total expenditure,1225,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,f_50-99,Operating profit before tax,71,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,f_50-99,Total assets,1406,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,f_50-99,Fixed tangible assets,192,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,g_100-199,Activity unit,81,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,g_100-199,Rolling mean employees,11097,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,g_100-199,Salaries and wages paid,357,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",706,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,g_100-199,Total income,713,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,g_100-199,Total expenditure,676,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,g_100-199,Operating profit before tax,41,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,g_100-199,Total assets,384,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,g_100-199,Fixed tangible assets,46,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,h_200+,Activity unit,96,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,h_200+,Rolling mean employees,59172,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,h_200+,Salaries and wages paid,1993,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",3923,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,h_200+,Total income,3956,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,h_200+,Total expenditure,3774,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,h_200+,Operating profit before tax,205,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,h_200+,Total assets,2723,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,h_200+,Fixed tangible assets,1123,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,i_Industry_Total,Activity unit,18234,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,115707,COUNT,,,,,,,,, +2021,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,4960,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",12190,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,i_Industry_Total,Total income,12555,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,i_Industry_Total,Total expenditure,11536,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,1031,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,i_Industry_Total,Total assets,11896,DOLLARS(millions),,,,,,,,, +2021,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,3326,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,a_0,Activity unit,525,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,a_0,Salaries and wages paid,26,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",176,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,a_0,Total income,177,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,a_0,Total expenditure,155,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,a_0,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,a_0,Total assets,428,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,a_0,Fixed tangible assets,26,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,b_1-5,Activity unit,309,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,b_1-5,Rolling mean employees,729,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,b_1-5,Salaries and wages paid,44,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",114,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,b_1-5,Total income,114,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,b_1-5,Total expenditure,110,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,b_1-5,Operating profit before tax,4,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,b_1-5,Total assets,65,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,b_1-5,Fixed tangible assets,20,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,c_6-9,Activity unit,63,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,c_6-9,Rolling mean employees,468,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,c_6-9,Salaries and wages paid,22,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",74,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,c_6-9,Total income,75,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,c_6-9,Total expenditure,66,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,c_6-9,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,c_6-9,Total assets,C,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,d_10-19,Activity unit,60,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,d_10-19,Rolling mean employees,798,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,d_10-19,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",94,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,d_10-19,Total income,94,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,d_10-19,Total expenditure,81,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,d_10-19,Operating profit before tax,14,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,d_10-19,Total assets,55,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,d_10-19,Fixed tangible assets,10,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,e_20-49,Activity unit,54,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,e_20-49,Rolling mean employees,1677,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,e_20-49,Salaries and wages paid,67,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",138,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,e_20-49,Total income,146,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,e_20-49,Total expenditure,134,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,e_20-49,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,e_20-49,Total assets,67,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,e_20-49,Fixed tangible assets,16,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,f_50-99,Activity unit,12,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,f_50-99,Rolling mean employees,804,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,f_50-99,Salaries and wages paid,45,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",92,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,f_50-99,Total income,107,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,f_50-99,Total expenditure,99,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,f_50-99,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,f_50-99,Total assets,128,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,g_100-199,Rolling mean employees,1191,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,g_100-199,Salaries and wages paid,45,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",112,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,g_100-199,Total income,112,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,g_100-199,Total expenditure,121,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,g_100-199,Operating profit before tax,-8,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,g_100-199,Fixed tangible assets,48,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,h_200+,Activity unit,18,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,h_200+,Rolling mean employees,12177,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,h_200+,Salaries and wages paid,598,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",969,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,h_200+,Total income,972,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,h_200+,Total expenditure,900,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,h_200+,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,h_200+,Total assets,527,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,h_200+,Fixed tangible assets,132,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,i_Industry_Total,Activity unit,1047,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,17844,COUNT,,,,,,,,, +2021,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,881,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",1770,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,i_Industry_Total,Total income,1796,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,i_Industry_Total,Total expenditure,1665,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,i_Industry_Total,Total assets,1473,DOLLARS(millions),,,,,,,,, +2021,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,299,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,a_0,Activity unit,3450,COUNT,,,,,,,,, +2021,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,P,Education and Training,a_0,Salaries and wages paid,107,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",475,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,a_0,Total income,539,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,a_0,Total expenditure,417,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,a_0,Operating profit before tax,116,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,a_0,Total assets,703,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,a_0,Fixed tangible assets,310,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,b_1-5,Activity unit,1440,COUNT,,,,,,,,, +2021,P,Education and Training,b_1-5,Rolling mean employees,3393,COUNT,,,,,,,,, +2021,P,Education and Training,b_1-5,Salaries and wages paid,144,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",338,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,b_1-5,Total income,376,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,b_1-5,Total expenditure,333,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,b_1-5,Operating profit before tax,48,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,b_1-5,Total assets,410,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,b_1-5,Fixed tangible assets,161,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,c_6-9,Activity unit,699,COUNT,,,,,,,,, +2021,P,Education and Training,c_6-9,Rolling mean employees,5148,COUNT,,,,,,,,, +2021,P,Education and Training,c_6-9,Salaries and wages paid,193,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",313,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,c_6-9,Total income,347,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,c_6-9,Total expenditure,324,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,c_6-9,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,c_6-9,Total assets,340,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,c_6-9,Fixed tangible assets,122,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,d_10-19,Activity unit,678,COUNT,,,,,,,,, +2021,P,Education and Training,d_10-19,Rolling mean employees,9126,COUNT,,,,,,,,, +2021,P,Education and Training,d_10-19,Salaries and wages paid,334,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",570,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,d_10-19,Total income,623,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,d_10-19,Total expenditure,565,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,d_10-19,Operating profit before tax,59,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,d_10-19,Total assets,648,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,d_10-19,Fixed tangible assets,274,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,e_20-49,Activity unit,312,COUNT,,,,,,,,, +2021,P,Education and Training,e_20-49,Rolling mean employees,8844,COUNT,,,,,,,,, +2021,P,Education and Training,e_20-49,Salaries and wages paid,348,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",589,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,e_20-49,Total income,651,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,e_20-49,Total expenditure,591,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,e_20-49,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,e_20-49,Total assets,613,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,e_20-49,Fixed tangible assets,200,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,f_50-99,Activity unit,75,COUNT,,,,,,,,, +2021,P,Education and Training,f_50-99,Rolling mean employees,5313,COUNT,,,,,,,,, +2021,P,Education and Training,f_50-99,Salaries and wages paid,271,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",572,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,f_50-99,Total income,593,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,f_50-99,Total expenditure,533,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,f_50-99,Operating profit before tax,57,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,f_50-99,Total assets,876,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,f_50-99,Fixed tangible assets,432,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,g_100-199,Activity unit,24,COUNT,,,,,,,,, +2021,P,Education and Training,g_100-199,Rolling mean employees,3336,COUNT,,,,,,,,, +2021,P,Education and Training,g_100-199,Salaries and wages paid,223,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",398,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,g_100-199,Total income,423,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,g_100-199,Total expenditure,372,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,g_100-199,Operating profit before tax,48,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,g_100-199,Total assets,867,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,g_100-199,Fixed tangible assets,458,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,h_200+,Activity unit,27,COUNT,,,,,,,,, +2021,P,Education and Training,h_200+,Rolling mean employees,15771,COUNT,,,,,,,,, +2021,P,Education and Training,h_200+,Salaries and wages paid,760,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",1321,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,h_200+,Total income,1424,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,h_200+,Total expenditure,1236,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,h_200+,Operating profit before tax,118,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,h_200+,Total assets,3191,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,h_200+,Fixed tangible assets,1308,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,i_Industry_Total,Activity unit,6702,COUNT,,,,,,,,, +2021,P,Education and Training,i_Industry_Total,Rolling mean employees,50931,COUNT,,,,,,,,, +2021,P,Education and Training,i_Industry_Total,Salaries and wages paid,2378,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",4576,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,i_Industry_Total,Total income,4975,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,i_Industry_Total,Total expenditure,4371,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,i_Industry_Total,Operating profit before tax,533,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,i_Industry_Total,Total assets,7648,DOLLARS(millions),,,,,,,,, +2021,P,Education and Training,i_Industry_Total,Fixed tangible assets,3264,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,a_0,Activity unit,12954,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,744,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",2690,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,a_0,Total income,2847,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,a_0,Total expenditure,1824,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,a_0,Operating profit before tax,981,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,a_0,Total assets,3132,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,1138,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,b_1-5,Activity unit,4653,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,10989,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,914,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",2444,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,b_1-5,Total income,2501,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,b_1-5,Total expenditure,1950,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,584,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,b_1-5,Total assets,1765,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,544,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,c_6-9,Activity unit,1431,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,10296,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,488,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",1025,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,c_6-9,Total income,1081,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,c_6-9,Total expenditure,955,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,136,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,c_6-9,Total assets,954,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,394,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,d_10-19,Activity unit,1035,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,13812,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,693,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1358,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,d_10-19,Total income,1442,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1224,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,202,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,d_10-19,Total assets,1295,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,733,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,e_20-49,Activity unit,906,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,25698,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,1185,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",3158,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,e_20-49,Total income,3357,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,e_20-49,Total expenditure,3001,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,374,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,e_20-49,Total assets,2695,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,1112,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,f_50-99,Activity unit,258,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,17592,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,785,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",1874,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,f_50-99,Total income,2030,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,f_50-99,Total expenditure,1849,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,157,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,f_50-99,Total assets,2671,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,1508,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,g_100-199,Activity unit,153,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,21423,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,1003,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",2639,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,g_100-199,Total income,2952,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,g_100-199,Total expenditure,2457,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,295,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,g_100-199,Total assets,7964,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,3698,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,h_200+,Activity unit,87,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,69567,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,3586,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",6426,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,h_200+,Total income,6815,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,h_200+,Total expenditure,6262,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,454,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,h_200+,Total assets,8475,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,2940,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,21480,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,169377,COUNT,,,,,,,,, +2021,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,9398,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",21614,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,i_Industry_Total,Total income,23024,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,19522,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,3183,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,28950,DOLLARS(millions),,,,,,,,, +2021,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,12066,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,a_0,Activity unit,6732,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,a_0,Salaries and wages paid,149,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",873,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,a_0,Total income,996,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,a_0,Total expenditure,768,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,a_0,Operating profit before tax,234,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,a_0,Total assets,2242,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,a_0,Fixed tangible assets,1341,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,b_1-5,Activity unit,2385,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,b_1-5,Rolling mean employees,5064,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,197,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",683,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,b_1-5,Total income,824,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,b_1-5,Total expenditure,779,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,b_1-5,Operating profit before tax,53,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,b_1-5,Total assets,1511,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,901,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,c_6-9,Activity unit,435,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,c_6-9,Rolling mean employees,3135,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,105,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",340,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,c_6-9,Total income,C,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,c_6-9,Total expenditure,C,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,c_6-9,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,c_6-9,Total assets,477,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,280,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,d_10-19,Activity unit,387,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,d_10-19,Rolling mean employees,5286,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,180,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",452,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,d_10-19,Total income,577,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,d_10-19,Total expenditure,501,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,d_10-19,Operating profit before tax,64,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,d_10-19,Total assets,1082,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,694,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,e_20-49,Activity unit,219,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6402,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,274,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",765,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,e_20-49,Total income,1014,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,e_20-49,Total expenditure,997,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,e_20-49,Operating profit before tax,0,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,e_20-49,Total assets,2663,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1903,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,f_50-99,Activity unit,57,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,f_50-99,Rolling mean employees,3654,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,122,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,f_50-99,Total income,524,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,f_50-99,Total expenditure,525,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,f_50-99,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,f_50-99,Total assets,979,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,689,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2583,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,123,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",888,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,g_100-199,Total income,1035,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,g_100-199,Total expenditure,585,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,g_100-199,Total assets,763,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,295,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,h_200+,Activity unit,9,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,h_200+,Rolling mean employees,6684,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,h_200+,Salaries and wages paid,332,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,h_200+,Total income,C,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,h_200+,Total expenditure,C,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,h_200+,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,h_200+,Total assets,2781,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,h_200+,Fixed tangible assets,1164,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,i_Industry_Total,Activity unit,10248,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,32814,COUNT,,,,,,,,, +2021,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1481,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7819,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,i_Industry_Total,Total income,8954,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,7763,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,1250,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,i_Industry_Total,Total assets,12498,DOLLARS(millions),,,,,,,,, +2021,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,7267,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,a_0,Activity unit,11160,COUNT,,,,,,,,, +2021,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2021,S,Other Services,a_0,Salaries and wages paid,305,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,a_0,"Sales, government funding, grants and subsidies",1582,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,a_0,Total income,1959,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,a_0,Total expenditure,1546,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,a_0,Operating profit before tax,387,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,a_0,Total assets,3876,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,a_0,Fixed tangible assets,1319,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,b_1-5,Activity unit,8958,COUNT,,,,,,,,, +2021,S,Other Services,b_1-5,Rolling mean employees,21045,COUNT,,,,,,,,, +2021,S,Other Services,b_1-5,Salaries and wages paid,1100,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",3165,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,b_1-5,Total income,3570,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,b_1-5,Total expenditure,3112,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,b_1-5,Operating profit before tax,292,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,b_1-5,Total assets,3512,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,b_1-5,Fixed tangible assets,1150,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,c_6-9,Activity unit,1878,COUNT,,,,,,,,, +2021,S,Other Services,c_6-9,Rolling mean employees,13227,COUNT,,,,,,,,, +2021,S,Other Services,c_6-9,Salaries and wages paid,657,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1804,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,c_6-9,Total income,2026,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,c_6-9,Total expenditure,1784,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,c_6-9,Operating profit before tax,175,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,c_6-9,Total assets,2173,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,c_6-9,Fixed tangible assets,421,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,d_10-19,Activity unit,975,COUNT,,,,,,,,, +2021,S,Other Services,d_10-19,Rolling mean employees,12555,COUNT,,,,,,,,, +2021,S,Other Services,d_10-19,Salaries and wages paid,613,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",1874,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,d_10-19,Total income,2069,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,d_10-19,Total expenditure,1850,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,d_10-19,Operating profit before tax,147,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,d_10-19,Total assets,1928,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,d_10-19,Fixed tangible assets,397,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,e_20-49,Activity unit,339,COUNT,,,,,,,,, +2021,S,Other Services,e_20-49,Rolling mean employees,9492,COUNT,,,,,,,,, +2021,S,Other Services,e_20-49,Salaries and wages paid,559,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",1471,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,e_20-49,Total income,2164,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,e_20-49,Total expenditure,1679,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,e_20-49,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,e_20-49,Total assets,3896,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,e_20-49,Fixed tangible assets,470,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,f_50-99,Activity unit,66,COUNT,,,,,,,,, +2021,S,Other Services,f_50-99,Rolling mean employees,4329,COUNT,,,,,,,,, +2021,S,Other Services,f_50-99,Salaries and wages paid,237,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",621,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,f_50-99,Total income,764,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,f_50-99,Total expenditure,722,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,f_50-99,Operating profit before tax,40,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,f_50-99,Total assets,600,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,f_50-99,Fixed tangible assets,218,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2021,S,Other Services,g_100-199,Rolling mean employees,2304,COUNT,,,,,,,,, +2021,S,Other Services,g_100-199,Salaries and wages paid,139,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",252,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,g_100-199,Total income,356,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,g_100-199,Total expenditure,332,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,g_100-199,Operating profit before tax,22,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,g_100-199,Total assets,416,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,g_100-199,Fixed tangible assets,97,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,h_200+,Activity unit,9,COUNT,,,,,,,,, +2021,S,Other Services,h_200+,Rolling mean employees,4845,COUNT,,,,,,,,, +2021,S,Other Services,h_200+,Salaries and wages paid,261,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",605,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,h_200+,Total income,772,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,h_200+,Total expenditure,663,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,h_200+,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,h_200+,Total assets,1368,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,h_200+,Fixed tangible assets,374,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,i_Industry_Total,Activity unit,23397,COUNT,,,,,,,,, +2021,S,Other Services,i_Industry_Total,Rolling mean employees,67797,COUNT,,,,,,,,, +2021,S,Other Services,i_Industry_Total,Salaries and wages paid,3871,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",11375,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,i_Industry_Total,Total income,13681,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,i_Industry_Total,Total expenditure,11688,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,i_Industry_Total,Operating profit before tax,1149,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,i_Industry_Total,Total assets,17767,DOLLARS(millions),,,,,,,,, +2021,S,Other Services,i_Industry_Total,Fixed tangible assets,4446,DOLLARS(millions),,,,,,,,, +2021,all,All Industries,j_Grand_Total,Activity unit,500568,COUNT,,,,,,,,, +2021,all,All Industries,j_Grand_Total,Rolling mean employees,1889745,COUNT,,,,,,,,, +2021,all,All Industries,j_Grand_Total,Salaries and wages paid,123971,DOLLARS(millions),,,,,,,,, +2021,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",675399,DOLLARS(millions),,,,,,,,, +2021,all,All Industries,j_Grand_Total,Total income,757963,DOLLARS(millions),,,,,,,,, +2021,all,All Industries,j_Grand_Total,Total expenditure,655539,DOLLARS(millions),,,,,,,,, +2021,all,All Industries,j_Grand_Total,Operating profit before tax,84222,DOLLARS(millions),,,,,,,,, +2021,all,All Industries,j_Grand_Total,Total assets,2519921,DOLLARS(millions),,,,,,,,, +2021,all,All Industries,j_Grand_Total,Fixed tangible assets,591987,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,42027,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,51140,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,3215,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,560,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",14699,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",a_0,Total assets,90432,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,12003,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",a_0,Total income,16728,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,18129,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,40946,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,3371,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,34839,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,2389,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",18824,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,66364,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,15946,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,19787,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2187,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,10086,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,899,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,15441,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,892,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",5416,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,16032,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,4670,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,5547,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1221,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,6583,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,508,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,15936,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,843,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",4470,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,14807,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,4051,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,4762,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,591,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,3837,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,268,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,17514,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,858,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",4508,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,8088,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,4402,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,4638,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,141,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,2217,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,139,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,9468,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,464,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",1976,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,5629,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,1921,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,2260,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,48,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,624,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,6729,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,299,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",1214,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,2651,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,1233,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,1232,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,21,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,2132,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,133,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,10878,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,439,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1801,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,4202,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1719,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",h_200+,Total income,2280,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,64374,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,117566,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,8555,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,110805,COUNT,,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,6745,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",52907,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,208204,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,45945,DOLLARS(millions),,,,,,,,, +2022,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,57234,DOLLARS(millions),,,,,,,,, +2022,B,Mining,a_0,Activity unit,420,COUNT,,,,,,,,, +2022,B,Mining,a_0,Fixed tangible assets,1489,DOLLARS(millions),,,,,,,,, +2022,B,Mining,a_0,Operating profit before tax,292,DOLLARS(millions),,,,,,,,, +2022,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,B,Mining,a_0,Salaries and wages paid,21,DOLLARS(millions),,,,,,,,, +2022,B,Mining,a_0,"Sales, government funding, grants and subsidies",753,DOLLARS(millions),,,,,,,,, +2022,B,Mining,a_0,Total assets,3185,DOLLARS(millions),,,,,,,,, +2022,B,Mining,a_0,Total expenditure,516,DOLLARS(millions),,,,,,,,, +2022,B,Mining,a_0,Total income,795,DOLLARS(millions),,,,,,,,, +2022,B,Mining,b_1-5,Activity unit,162,COUNT,,,,,,,,, +2022,B,Mining,b_1-5,Fixed tangible assets,89,DOLLARS(millions),,,,,,,,, +2022,B,Mining,b_1-5,Operating profit before tax,39,DOLLARS(millions),,,,,,,,, +2022,B,Mining,b_1-5,Rolling mean employees,348,COUNT,,,,,,,,, +2022,B,Mining,b_1-5,Salaries and wages paid,35,DOLLARS(millions),,,,,,,,, +2022,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",200,DOLLARS(millions),,,,,,,,, +2022,B,Mining,b_1-5,Total assets,362,DOLLARS(millions),,,,,,,,, +2022,B,Mining,b_1-5,Total expenditure,171,DOLLARS(millions),,,,,,,,, +2022,B,Mining,b_1-5,Total income,205,DOLLARS(millions),,,,,,,,, +2022,B,Mining,c_6-9,Activity unit,30,COUNT,,,,,,,,, +2022,B,Mining,c_6-9,Fixed tangible assets,35,DOLLARS(millions),,,,,,,,, +2022,B,Mining,c_6-9,Operating profit before tax,52,DOLLARS(millions),,,,,,,,, +2022,B,Mining,c_6-9,Rolling mean employees,195,COUNT,,,,,,,,, +2022,B,Mining,c_6-9,Salaries and wages paid,16,DOLLARS(millions),,,,,,,,, +2022,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2022,B,Mining,c_6-9,Total assets,186,DOLLARS(millions),,,2022,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions) +2022,B,Mining,c_6-9,Total expenditure,134,DOLLARS(millions),,,2022,B,Mining,g_100-199,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,c_6-9,Total income,179,DOLLARS(millions),,,2022,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions) +2022,B,Mining,d_10-19,Activity unit,33,COUNT,,,2022,B,Mining,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,d_10-19,Fixed tangible assets,162,DOLLARS(millions),,,2022,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions) +2022,B,Mining,d_10-19,Operating profit before tax,33,DOLLARS(millions),,,2022,J,Information Media and Telecommunications,a_0,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,d_10-19,Rolling mean employees,408,COUNT,,,2022,J,Information Media and Telecommunications,a_0,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,d_10-19,Salaries and wages paid,40,DOLLARS(millions),,,2022,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",233,DOLLARS(millions),,,2022,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions) +2022,B,Mining,d_10-19,Total assets,280,DOLLARS(millions),,,2022,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,d_10-19,Total expenditure,206,DOLLARS(millions),,,2022,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,d_10-19,Total income,236,DOLLARS(millions),,,2022,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,e_20-49,Activity unit,30,COUNT,,,2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,C,DOLLARS(millions) +2022,B,Mining,e_20-49,Fixed tangible assets,555,DOLLARS(millions),,,2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,e_20-49,Operating profit before tax,203,DOLLARS(millions),,,2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,C,DOLLARS(millions) +2022,B,Mining,e_20-49,Rolling mean employees,951,COUNT,,,2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,e_20-49,Salaries and wages paid,93,DOLLARS(millions),,,2022,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,C,DOLLARS(millions) +2022,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",505,DOLLARS(millions),,,2022,M,"Professional, Scientific and Technical Services",h_200+,Total assets,C,DOLLARS(millions) +2022,B,Mining,e_20-49,Total assets,2185,DOLLARS(millions),,,2022,P,Education and Training,c_6-9,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,e_20-49,Total expenditure,651,DOLLARS(millions),,,2022,P,Education and Training,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,e_20-49,Total income,687,DOLLARS(millions),,,2022,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,f_50-99,Activity unit,9,COUNT,,,2022,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,f_50-99,Fixed tangible assets,216,DOLLARS(millions),,,2022,R,Arts and Recreation Services,c_6-9,Total income,C,DOLLARS(millions) +2022,B,Mining,f_50-99,Operating profit before tax,-2,DOLLARS(millions),,,2022,R,Arts and Recreation Services,c_6-9,Total expenditure,C,DOLLARS(millions) +2022,B,Mining,f_50-99,Rolling mean employees,636,COUNT,,,2022,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",C,DOLLARS(millions) +2022,B,Mining,f_50-99,Salaries and wages paid,78,DOLLARS(millions),,,2022,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",339,DOLLARS(millions),,,2022,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions) +2022,B,Mining,f_50-99,Total assets,665,DOLLARS(millions),,,2022,R,Arts and Recreation Services,h_200+,Total income,C,DOLLARS(millions) +2022,B,Mining,f_50-99,Total expenditure,359,DOLLARS(millions),,,2022,R,Arts and Recreation Services,h_200+,Total expenditure,C,DOLLARS(millions) +2022,B,Mining,f_50-99,Total income,402,DOLLARS(millions),,,2022,R,Arts and Recreation Services,h_200+,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,g_100-199,Activity unit,6,COUNT,,,2023,J,Information Media and Telecommunications,d_10-19,Total assets,C,DOLLARS(millions) +2022,B,Mining,g_100-199,Fixed tangible assets,1760,DOLLARS(millions),,,2023,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2022,B,Mining,g_100-199,Rolling mean employees,1029,COUNT,,,2023,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,g_100-199,Salaries and wages paid,140,DOLLARS(millions),,,2023,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",967,DOLLARS(millions),,,2023,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,C,DOLLARS(millions) +2022,B,Mining,g_100-199,Total assets,2443,DOLLARS(millions),,,2023,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,C,DOLLARS(millions) +2022,B,Mining,g_100-199,Total expenditure,879,DOLLARS(millions),,,2023,M,"Professional, Scientific and Technical Services",h_200+,Total assets,C,DOLLARS(millions) +2022,B,Mining,g_100-199,Total income,1007,DOLLARS(millions),,,2023,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions) +2022,B,Mining,h_200+,Activity unit,6,COUNT,,,2023,R,Arts and Recreation Services,c_6-9,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,h_200+,Fixed tangible assets,1791,DOLLARS(millions),,,2023,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions) +2022,B,Mining,h_200+,Operating profit before tax,397,DOLLARS(millions),,,2023,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions) +2022,B,Mining,h_200+,Rolling mean employees,2025,COUNT,,,,,,,,, +2022,B,Mining,h_200+,Salaries and wages paid,244,DOLLARS(millions),,,,,,,,, +2022,B,Mining,h_200+,"Sales, government funding, grants and subsidies",1800,DOLLARS(millions),,,,,,,,, +2022,B,Mining,h_200+,Total assets,3359,DOLLARS(millions),,,,,,,,, +2022,B,Mining,h_200+,Total expenditure,1461,DOLLARS(millions),,,,,,,,, +2022,B,Mining,h_200+,Total income,1806,DOLLARS(millions),,,,,,,,, +2022,B,Mining,i_Industry_Total,Activity unit,696,COUNT,,,,,,,,, +2022,B,Mining,i_Industry_Total,Fixed tangible assets,6098,DOLLARS(millions),,,,,,,,, +2022,B,Mining,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2022,B,Mining,i_Industry_Total,Rolling mean employees,5595,COUNT,,,,,,,,, +2022,B,Mining,i_Industry_Total,Salaries and wages paid,667,DOLLARS(millions),,,,,,,,, +2022,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2022,B,Mining,i_Industry_Total,Total assets,12665,DOLLARS(millions),,,,,,,,, +2022,B,Mining,i_Industry_Total,Total expenditure,4376,DOLLARS(millions),,,,,,,,, +2022,B,Mining,i_Industry_Total,Total income,5317,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,a_0,Activity unit,10044,COUNT,,,,,,,,, +2022,C,Manufacturing,a_0,Fixed tangible assets,2222,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,a_0,Operating profit before tax,382,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,C,Manufacturing,a_0,Salaries and wages paid,412,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",3061,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,a_0,Total assets,4625,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,a_0,Total expenditure,2757,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,a_0,Total income,3094,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,b_1-5,Activity unit,6513,COUNT,,,,,,,,, +2022,C,Manufacturing,b_1-5,Fixed tangible assets,837,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,b_1-5,Operating profit before tax,642,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,b_1-5,Rolling mean employees,15084,COUNT,,,,,,,,, +2022,C,Manufacturing,b_1-5,Salaries and wages paid,957,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",5222,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,b_1-5,Total assets,3380,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,b_1-5,Total expenditure,4670,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,b_1-5,Total income,5304,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,c_6-9,Activity unit,1944,COUNT,,,,,,,,, +2022,C,Manufacturing,c_6-9,Fixed tangible assets,483,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,c_6-9,Operating profit before tax,308,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,c_6-9,Rolling mean employees,14076,COUNT,,,,,,,,, +2022,C,Manufacturing,c_6-9,Salaries and wages paid,790,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",3328,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,c_6-9,Total assets,2135,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,c_6-9,Total expenditure,3083,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,c_6-9,Total income,3341,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,d_10-19,Activity unit,1938,COUNT,,,,,,,,, +2022,C,Manufacturing,d_10-19,Fixed tangible assets,968,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,d_10-19,Operating profit before tax,593,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,d_10-19,Rolling mean employees,26403,COUNT,,,,,,,,, +2022,C,Manufacturing,d_10-19,Salaries and wages paid,1550,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",6925,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,d_10-19,Total assets,4763,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,d_10-19,Total expenditure,6575,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,d_10-19,Total income,6982,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,e_20-49,Activity unit,1143,COUNT,,,,,,,,, +2022,C,Manufacturing,e_20-49,Fixed tangible assets,1806,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,e_20-49,Operating profit before tax,1022,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,e_20-49,Rolling mean employees,34119,COUNT,,,,,,,,, +2022,C,Manufacturing,e_20-49,Salaries and wages paid,2078,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",10231,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,e_20-49,Total assets,7905,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,e_20-49,Total expenditure,9636,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,e_20-49,Total income,10304,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,f_50-99,Activity unit,447,COUNT,,,,,,,,, +2022,C,Manufacturing,f_50-99,Fixed tangible assets,2403,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,f_50-99,Operating profit before tax,1226,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,f_50-99,Rolling mean employees,30546,COUNT,,,,,,,,, +2022,C,Manufacturing,f_50-99,Salaries and wages paid,2013,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",13432,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,f_50-99,Total assets,9559,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,f_50-99,Total expenditure,12704,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,f_50-99,Total income,13543,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,g_100-199,Activity unit,162,COUNT,,,,,,,,, +2022,C,Manufacturing,g_100-199,Fixed tangible assets,3188,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,g_100-199,Operating profit before tax,1021,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,g_100-199,Rolling mean employees,22167,COUNT,,,,,,,,, +2022,C,Manufacturing,g_100-199,Salaries and wages paid,1668,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",10850,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,g_100-199,Total assets,10813,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,g_100-199,Total expenditure,10296,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,g_100-199,Total income,11033,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,h_200+,Activity unit,162,COUNT,,,,,,,,, +2022,C,Manufacturing,h_200+,Fixed tangible assets,20877,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,h_200+,Operating profit before tax,5060,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,h_200+,Rolling mean employees,95484,COUNT,,,,,,,,, +2022,C,Manufacturing,h_200+,Salaries and wages paid,8281,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",77760,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,h_200+,Total assets,66751,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,h_200+,Total expenditure,76650,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,h_200+,Total income,78408,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,i_Industry_Total,Activity unit,22356,COUNT,,,,,,,,, +2022,C,Manufacturing,i_Industry_Total,Fixed tangible assets,32786,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,i_Industry_Total,Operating profit before tax,10254,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,i_Industry_Total,Rolling mean employees,237885,COUNT,,,,,,,,, +2022,C,Manufacturing,i_Industry_Total,Salaries and wages paid,17748,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",130810,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,i_Industry_Total,Total assets,109931,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,i_Industry_Total,Total expenditure,126370,DOLLARS(millions),,,,,,,,, +2022,C,Manufacturing,i_Industry_Total,Total income,132009,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,612,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,4113,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,173,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,36,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",1422,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,5286,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1463,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,1553,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,369,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,201,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,762,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,52,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",247,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,355,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,217,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,252,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,60,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,192,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,432,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",195,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,286,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,161,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,196,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,75,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,1136,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,1023,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,66,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",336,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,1313,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,314,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,355,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,36,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,739,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,109,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,1191,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,86,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",653,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,1203,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,626,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,676,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,21,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,797,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,70,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1527,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,125,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",838,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1619,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,782,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,875,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,15,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,3665,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,152,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,1896,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,138,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",773,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,4481,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,661,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,821,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,21,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,56255,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,2060,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,14754,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,1393,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",18725,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,70547,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,17166,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,20485,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1212,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,67098,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2664,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,21582,COUNT,,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,1924,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",23188,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,85089,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,21390,DOLLARS(millions),,,,,,,,, +2022,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,25213,DOLLARS(millions),,,,,,,,, +2022,E,Construction,a_0,Activity unit,44088,COUNT,,,,,,,,, +2022,E,Construction,a_0,Fixed tangible assets,6412,DOLLARS(millions),,,,,,,,, +2022,E,Construction,a_0,Operating profit before tax,2362,DOLLARS(millions),,,,,,,,, +2022,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,E,Construction,a_0,Salaries and wages paid,2060,DOLLARS(millions),,,,,,,,, +2022,E,Construction,a_0,"Sales, government funding, grants and subsidies",17800,DOLLARS(millions),,,,,,,,, +2022,E,Construction,a_0,Total assets,23808,DOLLARS(millions),,,,,,,,, +2022,E,Construction,a_0,Total expenditure,17042,DOLLARS(millions),,,,,,,,, +2022,E,Construction,a_0,Total income,18042,DOLLARS(millions),,,,,,,,, +2022,E,Construction,b_1-5,Activity unit,23352,COUNT,,,,,,,,, +2022,E,Construction,b_1-5,Fixed tangible assets,2729,DOLLARS(millions),,,,,,,,, +2022,E,Construction,b_1-5,Operating profit before tax,1475,DOLLARS(millions),,,,,,,,, +2022,E,Construction,b_1-5,Rolling mean employees,46608,COUNT,,,,,,,,, +2022,E,Construction,b_1-5,Salaries and wages paid,3714,DOLLARS(millions),,,,,,,,, +2022,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",16619,DOLLARS(millions),,,,,,,,, +2022,E,Construction,b_1-5,Total assets,9417,DOLLARS(millions),,,,,,,,, +2022,E,Construction,b_1-5,Total expenditure,15528,DOLLARS(millions),,,,,,,,, +2022,E,Construction,b_1-5,Total income,16818,DOLLARS(millions),,,,,,,,, +2022,E,Construction,c_6-9,Activity unit,3804,COUNT,,,,,,,,, +2022,E,Construction,c_6-9,Fixed tangible assets,862,DOLLARS(millions),,,,,,,,, +2022,E,Construction,c_6-9,Operating profit before tax,673,DOLLARS(millions),,,,,,,,, +2022,E,Construction,c_6-9,Rolling mean employees,26985,COUNT,,,,,,,,, +2022,E,Construction,c_6-9,Salaries and wages paid,1790,DOLLARS(millions),,,,,,,,, +2022,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",7799,DOLLARS(millions),,,,,,,,, +2022,E,Construction,c_6-9,Total assets,3558,DOLLARS(millions),,,,,,,,, +2022,E,Construction,c_6-9,Total expenditure,7222,DOLLARS(millions),,,,,,,,, +2022,E,Construction,c_6-9,Total income,7842,DOLLARS(millions),,,,,,,,, +2022,E,Construction,d_10-19,Activity unit,2763,COUNT,,,,,,,,, +2022,E,Construction,d_10-19,Fixed tangible assets,1608,DOLLARS(millions),,,,,,,,, +2022,E,Construction,d_10-19,Operating profit before tax,1038,DOLLARS(millions),,,,,,,,, +2022,E,Construction,d_10-19,Rolling mean employees,37515,COUNT,,,,,,,,, +2022,E,Construction,d_10-19,Salaries and wages paid,2688,DOLLARS(millions),,,,,,,,, +2022,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",11612,DOLLARS(millions),,,,,,,,, +2022,E,Construction,d_10-19,Total assets,6133,DOLLARS(millions),,,,,,,,, +2022,E,Construction,d_10-19,Total expenditure,10790,DOLLARS(millions),,,,,,,,, +2022,E,Construction,d_10-19,Total income,11777,DOLLARS(millions),,,,,,,,, +2022,E,Construction,e_20-49,Activity unit,813,COUNT,,,,,,,,, +2022,E,Construction,e_20-49,Fixed tangible assets,731,DOLLARS(millions),,,,,,,,, +2022,E,Construction,e_20-49,Operating profit before tax,621,DOLLARS(millions),,,,,,,,, +2022,E,Construction,e_20-49,Rolling mean employees,23565,COUNT,,,,,,,,, +2022,E,Construction,e_20-49,Salaries and wages paid,1744,DOLLARS(millions),,,,,,,,, +2022,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",9162,DOLLARS(millions),,,,,,,,, +2022,E,Construction,e_20-49,Total assets,3841,DOLLARS(millions),,,,,,,,, +2022,E,Construction,e_20-49,Total expenditure,8777,DOLLARS(millions),,,,,,,,, +2022,E,Construction,e_20-49,Total income,9193,DOLLARS(millions),,,,,,,,, +2022,E,Construction,f_50-99,Activity unit,255,COUNT,,,,,,,,, +2022,E,Construction,f_50-99,Fixed tangible assets,651,DOLLARS(millions),,,,,,,,, +2022,E,Construction,f_50-99,Operating profit before tax,365,DOLLARS(millions),,,,,,,,, +2022,E,Construction,f_50-99,Rolling mean employees,15924,COUNT,,,,,,,,, +2022,E,Construction,f_50-99,Salaries and wages paid,1276,DOLLARS(millions),,,,,,,,, +2022,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",5921,DOLLARS(millions),,,,,,,,, +2022,E,Construction,f_50-99,Total assets,2734,DOLLARS(millions),,,,,,,,, +2022,E,Construction,f_50-99,Total expenditure,5582,DOLLARS(millions),,,,,,,,, +2022,E,Construction,f_50-99,Total income,5962,DOLLARS(millions),,,,,,,,, +2022,E,Construction,g_100-199,Activity unit,84,COUNT,,,,,,,,, +2022,E,Construction,g_100-199,Fixed tangible assets,419,DOLLARS(millions),,,,,,,,, +2022,E,Construction,g_100-199,Operating profit before tax,164,DOLLARS(millions),,,,,,,,, +2022,E,Construction,g_100-199,Rolling mean employees,11181,COUNT,,,,,,,,, +2022,E,Construction,g_100-199,Salaries and wages paid,886,DOLLARS(millions),,,,,,,,, +2022,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",4444,DOLLARS(millions),,,,,,,,, +2022,E,Construction,g_100-199,Total assets,2235,DOLLARS(millions),,,,,,,,, +2022,E,Construction,g_100-199,Total expenditure,4324,DOLLARS(millions),,,,,,,,, +2022,E,Construction,g_100-199,Total income,4482,DOLLARS(millions),,,,,,,,, +2022,E,Construction,h_200+,Activity unit,48,COUNT,,,,,,,,, +2022,E,Construction,h_200+,Fixed tangible assets,1459,DOLLARS(millions),,,,,,,,, +2022,E,Construction,h_200+,Operating profit before tax,642,DOLLARS(millions),,,,,,,,, +2022,E,Construction,h_200+,Rolling mean employees,29811,COUNT,,,,,,,,, +2022,E,Construction,h_200+,Salaries and wages paid,2911,DOLLARS(millions),,,,,,,,, +2022,E,Construction,h_200+,"Sales, government funding, grants and subsidies",12554,DOLLARS(millions),,,,,,,,, +2022,E,Construction,h_200+,Total assets,8640,DOLLARS(millions),,,,,,,,, +2022,E,Construction,h_200+,Total expenditure,12214,DOLLARS(millions),,,,,,,,, +2022,E,Construction,h_200+,Total income,12755,DOLLARS(millions),,,,,,,,, +2022,E,Construction,i_Industry_Total,Activity unit,75204,COUNT,,,,,,,,, +2022,E,Construction,i_Industry_Total,Fixed tangible assets,14872,DOLLARS(millions),,,,,,,,, +2022,E,Construction,i_Industry_Total,Operating profit before tax,7341,DOLLARS(millions),,,,,,,,, +2022,E,Construction,i_Industry_Total,Rolling mean employees,191589,COUNT,,,,,,,,, +2022,E,Construction,i_Industry_Total,Salaries and wages paid,17068,DOLLARS(millions),,,,,,,,, +2022,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",85911,DOLLARS(millions),,,,,,,,, +2022,E,Construction,i_Industry_Total,Total assets,60366,DOLLARS(millions),,,,,,,,, +2022,E,Construction,i_Industry_Total,Total expenditure,81479,DOLLARS(millions),,,,,,,,, +2022,E,Construction,i_Industry_Total,Total income,86871,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,a_0,Activity unit,8442,COUNT,,,,,,,,, +2022,F,Wholesale Trade,a_0,Fixed tangible assets,979,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,a_0,Operating profit before tax,806,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,F,Wholesale Trade,a_0,Salaries and wages paid,465,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",10243,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,a_0,Total assets,10738,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,a_0,Total expenditure,9690,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,a_0,Total income,10359,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,b_1-5,Activity unit,5082,COUNT,,,,,,,,, +2022,F,Wholesale Trade,b_1-5,Fixed tangible assets,771,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,b_1-5,Operating profit before tax,850,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,b_1-5,Rolling mean employees,11352,COUNT,,,,,,,,, +2022,F,Wholesale Trade,b_1-5,Salaries and wages paid,951,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",10023,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,b_1-5,Total assets,6290,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,b_1-5,Total expenditure,9491,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,b_1-5,Total income,10088,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,c_6-9,Activity unit,1221,COUNT,,,,,,,,, +2022,F,Wholesale Trade,c_6-9,Fixed tangible assets,278,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,c_6-9,Operating profit before tax,646,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,c_6-9,Rolling mean employees,8700,COUNT,,,,,,,,, +2022,F,Wholesale Trade,c_6-9,Salaries and wages paid,635,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",7401,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,c_6-9,Total assets,3877,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,c_6-9,Total expenditure,6960,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,c_6-9,Total income,7424,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,d_10-19,Activity unit,1113,COUNT,,,,,,,,, +2022,F,Wholesale Trade,d_10-19,Fixed tangible assets,717,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,d_10-19,Operating profit before tax,1265,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,d_10-19,Rolling mean employees,15111,COUNT,,,,,,,,, +2022,F,Wholesale Trade,d_10-19,Salaries and wages paid,1121,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",13315,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,d_10-19,Total assets,7597,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,d_10-19,Total expenditure,12641,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,d_10-19,Total income,13366,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,e_20-49,Activity unit,693,COUNT,,,,,,,,, +2022,F,Wholesale Trade,e_20-49,Fixed tangible assets,879,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,e_20-49,Operating profit before tax,1783,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,e_20-49,Rolling mean employees,21426,COUNT,,,,,,,,, +2022,F,Wholesale Trade,e_20-49,Salaries and wages paid,1750,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",20629,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,e_20-49,Total assets,12027,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,e_20-49,Total expenditure,19738,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,e_20-49,Total income,20725,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,f_50-99,Activity unit,243,COUNT,,,,,,,,, +2022,F,Wholesale Trade,f_50-99,Fixed tangible assets,1033,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,f_50-99,Operating profit before tax,1279,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,f_50-99,Rolling mean employees,16710,COUNT,,,,,,,,, +2022,F,Wholesale Trade,f_50-99,Salaries and wages paid,1329,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",19456,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,f_50-99,Total assets,12940,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,f_50-99,Total expenditure,19316,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,f_50-99,Total income,19710,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,g_100-199,Activity unit,78,COUNT,,,,,,,,, +2022,F,Wholesale Trade,g_100-199,Fixed tangible assets,669,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,g_100-199,Operating profit before tax,507,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,g_100-199,Rolling mean employees,10539,COUNT,,,,,,,,, +2022,F,Wholesale Trade,g_100-199,Salaries and wages paid,791,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",7939,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,g_100-199,Total assets,4681,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,g_100-199,Total expenditure,7686,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,g_100-199,Total income,7977,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,h_200+,Activity unit,66,COUNT,,,,,,,,, +2022,F,Wholesale Trade,h_200+,Fixed tangible assets,2641,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,h_200+,Operating profit before tax,1464,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,h_200+,Rolling mean employees,32412,COUNT,,,,,,,,, +2022,F,Wholesale Trade,h_200+,Salaries and wages paid,2533,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",44632,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,h_200+,Total assets,18886,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,h_200+,Total expenditure,44150,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,h_200+,Total income,44933,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,i_Industry_Total,Activity unit,16935,COUNT,,,,,,,,, +2022,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,7966,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,8600,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,116259,COUNT,,,,,,,,, +2022,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,9574,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",133638,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,i_Industry_Total,Total assets,77035,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,i_Industry_Total,Total expenditure,129673,DOLLARS(millions),,,,,,,,, +2022,F,Wholesale Trade,i_Industry_Total,Total income,134581,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,a_0,Activity unit,13122,COUNT,,,,,,,,, +2022,G,Retail Trade,a_0,Fixed tangible assets,1475,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,a_0,Operating profit before tax,372,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,G,Retail Trade,a_0,Salaries and wages paid,460,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",5660,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,a_0,Total assets,4477,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,a_0,Total expenditure,5394,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,a_0,Total income,5730,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,b_1-5,Activity unit,10425,COUNT,,,,,,,,, +2022,G,Retail Trade,b_1-5,Fixed tangible assets,795,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,b_1-5,Operating profit before tax,512,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,b_1-5,Rolling mean employees,24000,COUNT,,,,,,,,, +2022,G,Retail Trade,b_1-5,Salaries and wages paid,1282,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",10168,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,b_1-5,Total assets,4501,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,b_1-5,Total expenditure,9924,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,b_1-5,Total income,10217,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,c_6-9,Activity unit,2322,COUNT,,,,,,,,, +2022,G,Retail Trade,c_6-9,Fixed tangible assets,341,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,c_6-9,Operating profit before tax,335,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,c_6-9,Rolling mean employees,16587,COUNT,,,,,,,,, +2022,G,Retail Trade,c_6-9,Salaries and wages paid,793,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",5920,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,c_6-9,Total assets,2312,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,c_6-9,Total expenditure,5690,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,c_6-9,Total income,5944,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,d_10-19,Activity unit,1764,COUNT,,,,,,,,, +2022,G,Retail Trade,d_10-19,Fixed tangible assets,697,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,d_10-19,Operating profit before tax,610,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,d_10-19,Rolling mean employees,23499,COUNT,,,,,,,,, +2022,G,Retail Trade,d_10-19,Salaries and wages paid,1134,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",8478,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,d_10-19,Total assets,3565,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,d_10-19,Total expenditure,8087,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,d_10-19,Total income,8527,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,e_20-49,Activity unit,741,COUNT,,,,,,,,, +2022,G,Retail Trade,e_20-49,Fixed tangible assets,542,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,e_20-49,Operating profit before tax,716,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,e_20-49,Rolling mean employees,21693,COUNT,,,,,,,,, +2022,G,Retail Trade,e_20-49,Salaries and wages paid,1076,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",10395,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,e_20-49,Total assets,3998,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,e_20-49,Total expenditure,9987,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,e_20-49,Total income,10436,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,f_50-99,Activity unit,246,COUNT,,,,,,,,, +2022,G,Retail Trade,f_50-99,Fixed tangible assets,388,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,f_50-99,Operating profit before tax,372,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,f_50-99,Rolling mean employees,17463,COUNT,,,,,,,,, +2022,G,Retail Trade,f_50-99,Salaries and wages paid,839,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",7942,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,f_50-99,Total assets,3295,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,f_50-99,Total expenditure,7783,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,f_50-99,Total income,8012,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,g_100-199,Activity unit,213,COUNT,,,,,,,,, +2022,G,Retail Trade,g_100-199,Fixed tangible assets,692,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,g_100-199,Operating profit before tax,643,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,g_100-199,Rolling mean employees,30636,COUNT,,,,,,,,, +2022,G,Retail Trade,g_100-199,Salaries and wages paid,1324,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",11743,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,g_100-199,Total assets,4271,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,g_100-199,Total expenditure,11316,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,g_100-199,Total income,11782,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,h_200+,Activity unit,120,COUNT,,,,,,,,, +2022,G,Retail Trade,h_200+,Fixed tangible assets,2672,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,h_200+,Operating profit before tax,2033,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,h_200+,Rolling mean employees,85386,COUNT,,,,,,,,, +2022,G,Retail Trade,h_200+,Salaries and wages paid,3809,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",30206,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,h_200+,Total assets,19660,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,h_200+,Total expenditure,29292,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,h_200+,Total income,30603,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,i_Industry_Total,Activity unit,28959,COUNT,,,,,,,,, +2022,G,Retail Trade,i_Industry_Total,Fixed tangible assets,7602,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,i_Industry_Total,Operating profit before tax,5592,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,i_Industry_Total,Rolling mean employees,219264,COUNT,,,,,,,,, +2022,G,Retail Trade,i_Industry_Total,Salaries and wages paid,10717,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",90512,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,i_Industry_Total,Total assets,46080,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,i_Industry_Total,Total expenditure,87473,DOLLARS(millions),,,,,,,,, +2022,G,Retail Trade,i_Industry_Total,Total income,91251,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,a_0,Activity unit,7659,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,a_0,Fixed tangible assets,3867,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,a_0,Operating profit before tax,203,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,a_0,Salaries and wages paid,265,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",1452,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,a_0,Total assets,5601,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,a_0,Total expenditure,1304,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,a_0,Total income,1561,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,b_1-5,Activity unit,8556,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1514,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,b_1-5,Operating profit before tax,189,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,b_1-5,Rolling mean employees,22245,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,819,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",2788,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,b_1-5,Total assets,2956,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,b_1-5,Total expenditure,2616,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,b_1-5,Total income,2862,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,c_6-9,Activity unit,3237,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,703,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,c_6-9,Operating profit before tax,104,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,c_6-9,Rolling mean employees,23292,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,738,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",2084,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,c_6-9,Total assets,1543,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,c_6-9,Total expenditure,2008,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,c_6-9,Total income,2106,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,d_10-19,Activity unit,2991,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,1148,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,d_10-19,Operating profit before tax,109,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,d_10-19,Rolling mean employees,39708,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,1224,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",3194,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,d_10-19,Total assets,2260,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,d_10-19,Total expenditure,3112,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,d_10-19,Total income,3231,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,e_20-49,Activity unit,1125,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1320,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,e_20-49,Operating profit before tax,117,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,e_20-49,Rolling mean employees,31839,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,1025,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",2637,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,e_20-49,Total assets,2348,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,e_20-49,Total expenditure,2544,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,e_20-49,Total income,2680,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,f_50-99,Activity unit,186,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,1398,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,f_50-99,Operating profit before tax,126,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,f_50-99,Rolling mean employees,12420,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,443,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",1419,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,f_50-99,Total assets,2321,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,f_50-99,Total expenditure,1320,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,f_50-99,Total income,1466,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,g_100-199,Activity unit,66,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,1254,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,g_100-199,Operating profit before tax,48,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,g_100-199,Rolling mean employees,8871,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,285,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",952,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,g_100-199,Total assets,2000,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,g_100-199,Total expenditure,929,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,g_100-199,Total income,1030,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,h_200+,Activity unit,36,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,h_200+,Fixed tangible assets,913,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,h_200+,Operating profit before tax,217,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,h_200+,Rolling mean employees,19095,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,h_200+,Salaries and wages paid,643,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",2192,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,h_200+,Total assets,3026,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,h_200+,Total expenditure,1995,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,h_200+,Total income,2240,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,i_Industry_Total,Activity unit,23850,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,12117,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,1114,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,157473,COUNT,,,,,,,,, +2022,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,5442,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",16717,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,i_Industry_Total,Total assets,22055,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,15828,DOLLARS(millions),,,,,,,,, +2022,H,Accommodation and Food Services,i_Industry_Total,Total income,17176,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",a_0,Activity unit,9885,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,6611,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,401,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,202,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",2219,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",a_0,Total assets,8471,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",a_0,Total expenditure,1870,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",a_0,Total income,2347,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,4179,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,1170,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,199,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7839,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,522,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",2041,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",b_1-5,Total assets,2544,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,1875,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",b_1-5,Total income,2067,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,606,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,487,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4260,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,260,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",885,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",c_6-9,Total assets,1039,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,852,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",c_6-9,Total income,899,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,654,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,1428,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,188,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,8967,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,593,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",2165,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",d_10-19,Total assets,2879,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,2021,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",d_10-19,Total income,2228,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,390,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,1699,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,250,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,11733,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,804,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",2769,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",e_20-49,Total assets,3065,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,2557,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",e_20-49,Total income,2864,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,123,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1843,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,245,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,8382,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,619,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",2442,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",f_50-99,Total assets,3449,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,2329,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",f_50-99,Total income,2537,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,60,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,2533,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,259,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8226,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,571,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",2312,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",g_100-199,Total assets,4017,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,2081,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",g_100-199,Total income,2425,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",h_200+,Activity unit,69,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,22347,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,303,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,46950,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,3653,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",12500,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",h_200+,Total assets,37058,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,13282,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",h_200+,Total income,13055,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,15963,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,38118,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,1927,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,96357,COUNT,,,,,,,,, +2022,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,7224,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",27333,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,62522,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,26867,DOLLARS(millions),,,,,,,,, +2022,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,28421,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,a_0,Activity unit,5841,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,a_0,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,a_0,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,a_0,Salaries and wages paid,222,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,a_0,Total assets,2656,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,a_0,Total expenditure,2096,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,a_0,Total income,4471,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,b_1-5,Activity unit,1089,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,74,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,69,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,2154,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,191,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",764,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,b_1-5,Total assets,567,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,b_1-5,Total expenditure,703,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,b_1-5,Total income,771,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,c_6-9,Activity unit,180,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,56,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1344,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,93,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",356,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,c_6-9,Total assets,338,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,c_6-9,Total expenditure,325,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,c_6-9,Total income,361,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,d_10-19,Activity unit,156,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,51,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,2082,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,157,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",609,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,d_10-19,Total assets,594,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,d_10-19,Total expenditure,542,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,d_10-19,Total income,618,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,e_20-49,Activity unit,87,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,75,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,2535,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,193,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",630,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,e_20-49,Total assets,791,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,e_20-49,Total expenditure,593,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,e_20-49,Total income,651,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,f_50-99,Activity unit,24,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,63,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,55,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,1647,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,135,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",514,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,f_50-99,Total assets,574,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,f_50-99,Total expenditure,474,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,f_50-99,Total income,530,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,g_100-199,Activity unit,12,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,69,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1398,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,143,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",444,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,g_100-199,Total assets,2003,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,g_100-199,Total expenditure,382,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,g_100-199,Total income,460,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,h_200+,Activity unit,21,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,8294,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,h_200+,Operating profit before tax,828,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,h_200+,Rolling mean employees,19203,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1534,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",9715,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,h_200+,Total assets,19025,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,h_200+,Total expenditure,9095,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,h_200+,Total income,9941,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,7404,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,11158,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,30369,COUNT,,,,,,,,, +2022,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2668,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,i_Industry_Total,Total assets,26548,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,14209,DOLLARS(millions),,,,,,,,, +2022,J,Information Media and Telecommunications,i_Industry_Total,Total income,17803,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,a_0,Activity unit,28830,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,a_0,Fixed tangible assets,27840,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,a_0,Operating profit before tax,15249,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,a_0,Salaries and wages paid,670,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",8080,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,a_0,Total assets,493965,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,a_0,Total expenditure,15584,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,a_0,Total income,35949,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,b_1-5,Activity unit,2415,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,986,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,b_1-5,Operating profit before tax,826,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4386,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,504,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1966,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,b_1-5,Total assets,27476,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,b_1-5,Total expenditure,2648,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,b_1-5,Total income,3532,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,c_6-9,Activity unit,261,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,72,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,c_6-9,Operating profit before tax,342,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,c_6-9,Rolling mean employees,1863,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,208,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",777,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,c_6-9,Total assets,20127,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,c_6-9,Total expenditure,1211,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,c_6-9,Total income,1538,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,d_10-19,Activity unit,201,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,160,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,d_10-19,Operating profit before tax,361,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2676,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,297,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",823,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,d_10-19,Total assets,19612,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,d_10-19,Total expenditure,1022,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,d_10-19,Total income,1445,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,e_20-49,Activity unit,93,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,57,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,e_20-49,Operating profit before tax,359,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,e_20-49,Rolling mean employees,2847,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,368,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",1790,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,e_20-49,Total assets,14833,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,e_20-49,Total expenditure,2279,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,e_20-49,Total income,2130,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,f_50-99,Activity unit,39,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,f_50-99,Operating profit before tax,352,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,f_50-99,Rolling mean employees,2655,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,258,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",965,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,f_50-99,Total assets,9575,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,f_50-99,Total expenditure,1012,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,f_50-99,Total income,1342,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,g_100-199,Activity unit,24,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,g_100-199,Operating profit before tax,381,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3684,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,404,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",1049,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,g_100-199,Total assets,38521,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,g_100-199,Total expenditure,1476,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,g_100-199,Total income,1986,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,h_200+,Activity unit,45,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,h_200+,Fixed tangible assets,832,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,h_200+,Operating profit before tax,10679,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,h_200+,Rolling mean employees,46152,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,h_200+,Salaries and wages paid,5344,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",9780,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,h_200+,Total assets,858033,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,h_200+,Total expenditure,24801,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,h_200+,Total income,35746,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,i_Industry_Total,Activity unit,31905,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,30260,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,28549,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,64257,COUNT,,,,,,,,, +2022,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,8053,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",25229,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,i_Industry_Total,Total assets,1482141,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,50035,DOLLARS(millions),,,,,,,,, +2022,K,Financial and Insurance Services,i_Industry_Total,Total income,83668,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,75993,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,226718,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,9762,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,849,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",23367,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,303819,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,15700,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",a_0,Total income,32460,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,4929,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,14723,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,954,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8271,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,531,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",3960,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,23611,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,3222,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,4548,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,456,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,2340,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,269,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3315,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,179,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",951,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,4861,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,819,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,1174,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,357,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,1751,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,236,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,4671,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,311,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",1616,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,3972,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,1441,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,1772,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,186,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,3169,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,251,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,5130,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,423,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",1859,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,4788,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,1684,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,2014,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,36,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,180,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,2502,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,193,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",1049,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,C,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,915,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,1112,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,18,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,189,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,2409,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,207,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",1143,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,1039,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1294,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,18,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,2071,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,185,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,5448,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,381,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",1591,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,4087,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,1487,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,1960,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,81993,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,256739,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,12026,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,31743,COUNT,,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,3073,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",35537,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,353477,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,26307,DOLLARS(millions),,,,,,,,, +2022,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,46334,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",a_0,Activity unit,48654,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,3036,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,2874,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,2591,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",10055,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",a_0,Total assets,13234,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,7632,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",a_0,Total income,10497,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,14301,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,1157,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,1039,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,26700,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,2550,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",6527,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,6679,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,5661,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",b_1-5,Total income,6765,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,2013,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,195,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,423,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,14889,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,1213,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",3133,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,C,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,2797,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",c_6-9,Total income,3194,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1902,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,506,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,687,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,25197,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,2203,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",5575,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,4525,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,5060,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",d_10-19,Total income,5669,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,1071,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,528,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,908,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,31722,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,2936,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",6782,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,5494,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,6133,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",e_20-49,Total income,6980,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,279,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,587,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,595,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,19254,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,1894,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",4595,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,4534,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,4160,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",f_50-99,Total income,4705,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,117,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,368,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,460,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,15939,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,1548,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",3789,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,5649,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,3684,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",g_100-199,Total income,4150,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,78,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,786,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,1300,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,40245,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,4362,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",9680,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,9940,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",h_200+,Total income,10980,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,68412,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,7163,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,8285,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,173943,COUNT,,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,19296,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",50136,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,112498,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,45067,DOLLARS(millions),,,,,,,,, +2022,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,52939,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,a_0,Activity unit,12153,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,a_0,Fixed tangible assets,1304,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,a_0,Operating profit before tax,459,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,a_0,Salaries and wages paid,389,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",2198,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,a_0,Total assets,3609,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,a_0,Total expenditure,1826,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,a_0,Total income,2284,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,b_1-5,Activity unit,5151,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,b_1-5,Fixed tangible assets,404,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,b_1-5,Operating profit before tax,112,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,b_1-5,Rolling mean employees,9561,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,b_1-5,Salaries and wages paid,533,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1511,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,b_1-5,Total assets,1769,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,b_1-5,Total expenditure,1423,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,b_1-5,Total income,1538,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,c_6-9,Activity unit,651,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,c_6-9,Fixed tangible assets,107,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,c_6-9,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,c_6-9,Rolling mean employees,4611,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,c_6-9,Salaries and wages paid,227,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",625,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,c_6-9,Total assets,677,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,c_6-9,Total expenditure,603,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,c_6-9,Total income,638,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,d_10-19,Activity unit,546,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,d_10-19,Fixed tangible assets,299,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,d_10-19,Operating profit before tax,59,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,d_10-19,Rolling mean employees,7338,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,d_10-19,Salaries and wages paid,396,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",1097,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,d_10-19,Total assets,1356,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,d_10-19,Total expenditure,1108,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,d_10-19,Total income,1186,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,e_20-49,Activity unit,399,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,e_20-49,Fixed tangible assets,339,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,e_20-49,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,e_20-49,Rolling mean employees,12384,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,e_20-49,Salaries and wages paid,675,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",1732,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,e_20-49,Total assets,1111,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,e_20-49,Total expenditure,1742,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,e_20-49,Total income,1792,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,f_50-99,Activity unit,147,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,f_50-99,Fixed tangible assets,172,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,f_50-99,Operating profit before tax,58,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,f_50-99,Rolling mean employees,10428,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,f_50-99,Salaries and wages paid,549,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",1084,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,f_50-99,Total assets,1290,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,f_50-99,Total expenditure,1075,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,f_50-99,Total income,1127,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,g_100-199,Activity unit,87,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,g_100-199,Fixed tangible assets,55,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,g_100-199,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,g_100-199,Rolling mean employees,11964,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,g_100-199,Salaries and wages paid,483,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",954,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,g_100-199,Total assets,453,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,g_100-199,Total expenditure,956,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,g_100-199,Total income,966,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,h_200+,Activity unit,90,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,h_200+,Fixed tangible assets,1273,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,h_200+,Operating profit before tax,181,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,h_200+,Rolling mean employees,57015,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,h_200+,Salaries and wages paid,2224,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",4184,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,h_200+,Total assets,2926,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,h_200+,Total expenditure,4060,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,h_200+,Total income,4243,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,i_Industry_Total,Activity unit,19224,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,3953,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,967,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,113307,COUNT,,,,,,,,, +2022,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,5476,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",13386,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,i_Industry_Total,Total assets,13191,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,i_Industry_Total,Total expenditure,12794,DOLLARS(millions),,,,,,,,, +2022,N,Administrative and Support Services,i_Industry_Total,Total income,13774,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,a_0,Activity unit,528,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,a_0,Fixed tangible assets,28,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,a_0,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,a_0,Salaries and wages paid,30,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",182,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,a_0,Total assets,441,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,a_0,Total expenditure,163,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,a_0,Total income,186,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,b_1-5,Activity unit,336,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,b_1-5,Fixed tangible assets,27,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,b_1-5,Operating profit before tax,14,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,b_1-5,Rolling mean employees,744,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,b_1-5,Salaries and wages paid,49,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",138,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,b_1-5,Total assets,85,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,b_1-5,Total expenditure,124,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,b_1-5,Total income,140,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,c_6-9,Activity unit,66,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,c_6-9,Fixed tangible assets,4,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,c_6-9,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,c_6-9,Rolling mean employees,465,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,c_6-9,Salaries and wages paid,26,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",80,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,c_6-9,Total assets,32,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,c_6-9,Total expenditure,72,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,c_6-9,Total income,81,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,d_10-19,Activity unit,69,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,d_10-19,Fixed tangible assets,11,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,d_10-19,Operating profit before tax,16,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,d_10-19,Rolling mean employees,930,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,d_10-19,Salaries and wages paid,45,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",123,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,d_10-19,Total assets,75,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,d_10-19,Total expenditure,109,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,d_10-19,Total income,126,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,e_20-49,Activity unit,57,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,e_20-49,Fixed tangible assets,36,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,e_20-49,Operating profit before tax,12,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,e_20-49,Rolling mean employees,1770,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,e_20-49,Salaries and wages paid,87,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",183,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,e_20-49,Total assets,102,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,e_20-49,Total expenditure,178,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,e_20-49,Total income,190,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,f_50-99,Activity unit,15,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,f_50-99,Fixed tangible assets,13,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,f_50-99,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,f_50-99,Rolling mean employees,1014,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,f_50-99,Salaries and wages paid,50,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",102,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,f_50-99,Total assets,104,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,f_50-99,Total expenditure,109,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,f_50-99,Total income,111,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,g_100-199,Fixed tangible assets,32,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,g_100-199,Operating profit before tax,14,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,g_100-199,Rolling mean employees,1257,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,g_100-199,Salaries and wages paid,72,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",148,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,g_100-199,Total assets,201,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,g_100-199,Total expenditure,134,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,g_100-199,Total income,148,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,h_200+,Activity unit,15,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,h_200+,Fixed tangible assets,134,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,h_200+,Operating profit before tax,74,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,h_200+,Rolling mean employees,11922,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,h_200+,Salaries and wages paid,616,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",987,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,h_200+,Total assets,498,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,h_200+,Total expenditure,918,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,h_200+,Total income,991,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,i_Industry_Total,Activity unit,1092,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,286,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,162,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,18096,COUNT,,,,,,,,, +2022,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,975,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",1943,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,i_Industry_Total,Total assets,1538,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,i_Industry_Total,Total expenditure,1808,DOLLARS(millions),,,,,,,,, +2022,O,Public Administration and Safety,i_Industry_Total,Total income,1973,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,a_0,Activity unit,3597,COUNT,,,,,,,,, +2022,P,Education and Training,a_0,Fixed tangible assets,368,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,a_0,Operating profit before tax,128,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,P,Education and Training,a_0,Salaries and wages paid,183,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",599,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,a_0,Total assets,955,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,a_0,Total expenditure,541,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,a_0,Total income,660,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,b_1-5,Activity unit,1929,COUNT,,,,,,,,, +2022,P,Education and Training,b_1-5,Fixed tangible assets,258,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,b_1-5,Operating profit before tax,54,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,b_1-5,Rolling mean employees,4173,COUNT,,,,,,,,, +2022,P,Education and Training,b_1-5,Salaries and wages paid,179,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",421,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,b_1-5,Total assets,739,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,b_1-5,Total expenditure,408,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,b_1-5,Total income,462,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,c_6-9,Activity unit,681,COUNT,,,,,,,,, +2022,P,Education and Training,c_6-9,Fixed tangible assets,138,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,c_6-9,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,c_6-9,Rolling mean employees,4995,COUNT,,,,,,,,, +2022,P,Education and Training,c_6-9,Salaries and wages paid,194,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",320,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,c_6-9,Total assets,535,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,c_6-9,Total expenditure,321,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,c_6-9,Total income,348,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,d_10-19,Activity unit,687,COUNT,,,,,,,,, +2022,P,Education and Training,d_10-19,Fixed tangible assets,280,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,d_10-19,Operating profit before tax,91,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,d_10-19,Rolling mean employees,9171,COUNT,,,,,,,,, +2022,P,Education and Training,d_10-19,Salaries and wages paid,354,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",648,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,d_10-19,Total assets,953,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,d_10-19,Total expenditure,609,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,d_10-19,Total income,703,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,e_20-49,Activity unit,297,COUNT,,,,,,,,, +2022,P,Education and Training,e_20-49,Fixed tangible assets,235,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,e_20-49,Operating profit before tax,62,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,e_20-49,Rolling mean employees,8409,COUNT,,,,,,,,, +2022,P,Education and Training,e_20-49,Salaries and wages paid,355,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",587,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,e_20-49,Total assets,685,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,e_20-49,Total expenditure,600,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,e_20-49,Total income,659,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,f_50-99,Activity unit,69,COUNT,,,,,,,,, +2022,P,Education and Training,f_50-99,Fixed tangible assets,484,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,f_50-99,Operating profit before tax,54,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,f_50-99,Rolling mean employees,4812,COUNT,,,,,,,,, +2022,P,Education and Training,f_50-99,Salaries and wages paid,232,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",513,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,f_50-99,Total assets,927,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,f_50-99,Total expenditure,471,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,f_50-99,Total income,525,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,g_100-199,Activity unit,24,COUNT,,,,,,,,, +2022,P,Education and Training,g_100-199,Fixed tangible assets,479,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,g_100-199,Operating profit before tax,53,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,g_100-199,Rolling mean employees,3435,COUNT,,,,,,,,, +2022,P,Education and Training,g_100-199,Salaries and wages paid,205,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",412,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,g_100-199,Total assets,1006,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,g_100-199,Total expenditure,371,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,g_100-199,Total income,461,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,h_200+,Activity unit,27,COUNT,,,,,,,,, +2022,P,Education and Training,h_200+,Fixed tangible assets,1369,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,h_200+,Operating profit before tax,82,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,h_200+,Rolling mean employees,15651,COUNT,,,,,,,,, +2022,P,Education and Training,h_200+,Salaries and wages paid,789,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",1309,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,h_200+,Total assets,3397,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,h_200+,Total expenditure,1292,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,h_200+,Total income,1564,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,i_Industry_Total,Activity unit,7314,COUNT,,,,,,,,, +2022,P,Education and Training,i_Industry_Total,Fixed tangible assets,3611,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,i_Industry_Total,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,i_Industry_Total,Rolling mean employees,50643,COUNT,,,,,,,,, +2022,P,Education and Training,i_Industry_Total,Salaries and wages paid,2492,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",4809,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,i_Industry_Total,Total assets,9198,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,i_Industry_Total,Total expenditure,4613,DOLLARS(millions),,,,,,,,, +2022,P,Education and Training,i_Industry_Total,Total income,5383,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,a_0,Activity unit,13809,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,1742,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,a_0,Operating profit before tax,1042,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,881,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",2914,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,a_0,Total assets,3827,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,a_0,Total expenditure,1967,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,a_0,Total income,3077,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,b_1-5,Activity unit,5121,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,464,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,515,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,11472,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,976,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",2520,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,b_1-5,Total assets,1978,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,b_1-5,Total expenditure,2100,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,b_1-5,Total income,2635,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,c_6-9,Activity unit,1443,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,241,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,10275,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,453,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",1139,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,c_6-9,Total assets,1070,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,c_6-9,Total expenditure,936,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,c_6-9,Total income,1177,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,d_10-19,Activity unit,930,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,937,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,149,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,12807,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,717,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1326,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,d_10-19,Total assets,1714,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1249,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,d_10-19,Total income,1457,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,e_20-49,Activity unit,987,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,1187,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,449,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,29082,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,1497,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",3799,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,e_20-49,Total assets,3215,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,e_20-49,Total expenditure,3546,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,e_20-49,Total income,4021,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,f_50-99,Activity unit,267,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,1873,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,192,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,18696,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,946,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",2261,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,f_50-99,Total assets,3639,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,f_50-99,Total expenditure,2193,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,f_50-99,Total income,2465,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,g_100-199,Activity unit,162,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,354,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,22044,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,1179,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",2972,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,g_100-199,Total assets,8768,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,g_100-199,Total expenditure,2773,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,g_100-199,Total income,3485,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,h_200+,Activity unit,96,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,3802,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,245,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,73473,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,4068,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",7363,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,h_200+,Total assets,10816,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,h_200+,Total expenditure,7384,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,h_200+,Total income,8048,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,22812,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,15904,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,3186,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,177846,COUNT,,,,,,,,, +2022,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,10718,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",24293,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,35027,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,22149,DOLLARS(millions),,,,,,,,, +2022,Q,Health Care and Social Assistance,i_Industry_Total,Total income,26365,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,a_0,Activity unit,7467,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,a_0,Fixed tangible assets,1188,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,a_0,Operating profit before tax,292,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,a_0,Salaries and wages paid,174,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",985,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,a_0,Total assets,2481,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,a_0,Total expenditure,840,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,a_0,Total income,1156,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,b_1-5,Activity unit,2469,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,874,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,b_1-5,Operating profit before tax,24,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,b_1-5,Rolling mean employees,5148,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,228,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",703,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,b_1-5,Total assets,1783,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,b_1-5,Total expenditure,829,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,b_1-5,Total income,853,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,c_6-9,Activity unit,465,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,356,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,c_6-9,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,c_6-9,Rolling mean employees,3318,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,117,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",332,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,c_6-9,Total assets,626,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,c_6-9,Total expenditure,C,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,c_6-9,Total income,C,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,d_10-19,Activity unit,384,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,730,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,d_10-19,Operating profit before tax,39,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,d_10-19,Rolling mean employees,5196,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,194,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",465,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,d_10-19,Total assets,1127,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,d_10-19,Total expenditure,543,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,d_10-19,Total income,583,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,e_20-49,Activity unit,225,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1918,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,e_20-49,Operating profit before tax,8,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,e_20-49,Rolling mean employees,6531,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,279,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",798,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,e_20-49,Total assets,2721,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,e_20-49,Total expenditure,1036,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,e_20-49,Total income,1081,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,f_50-99,Activity unit,57,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,528,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,f_50-99,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,f_50-99,Rolling mean employees,3747,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,147,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,f_50-99,Total assets,958,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,f_50-99,Total expenditure,569,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,f_50-99,Total income,571,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,g_100-199,Activity unit,15,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,352,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2217,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,107,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",821,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,g_100-199,Total assets,792,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,g_100-199,Total expenditure,525,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,g_100-199,Total income,898,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,h_200+,Activity unit,12,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,h_200+,Fixed tangible assets,1154,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,h_200+,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,h_200+,Rolling mean employees,6930,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,h_200+,Salaries and wages paid,360,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,h_200+,Total assets,2814,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,h_200+,Total expenditure,C,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,h_200+,Total income,C,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,i_Industry_Total,Activity unit,11091,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,7100,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,992,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,33084,COUNT,,,,,,,,, +2022,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1605,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",5525,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,i_Industry_Total,Total assets,13302,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,5659,DOLLARS(millions),,,,,,,,, +2022,R,Arts and Recreation Services,i_Industry_Total,Total income,6720,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,a_0,Activity unit,12159,COUNT,,,,,,,,, +2022,S,Other Services,a_0,Fixed tangible assets,1397,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,a_0,Operating profit before tax,343,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2022,S,Other Services,a_0,Salaries and wages paid,320,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,a_0,"Sales, government funding, grants and subsidies",1669,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,a_0,Total assets,4296,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,a_0,Total expenditure,1635,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,a_0,Total income,1998,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,b_1-5,Activity unit,9423,COUNT,,,,,,,,, +2022,S,Other Services,b_1-5,Fixed tangible assets,1479,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,b_1-5,Operating profit before tax,365,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,b_1-5,Rolling mean employees,21351,COUNT,,,,,,,,, +2022,S,Other Services,b_1-5,Salaries and wages paid,1202,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",3529,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,b_1-5,Total assets,4311,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,b_1-5,Total expenditure,3412,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,b_1-5,Total income,3846,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,c_6-9,Activity unit,1944,COUNT,,,,,,,,, +2022,S,Other Services,c_6-9,Fixed tangible assets,548,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,c_6-9,Operating profit before tax,164,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,c_6-9,Rolling mean employees,13746,COUNT,,,,,,,,, +2022,S,Other Services,c_6-9,Salaries and wages paid,705,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",1966,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,c_6-9,Total assets,3371,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,c_6-9,Total expenditure,1929,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,c_6-9,Total income,2107,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,d_10-19,Activity unit,1023,COUNT,,,,,,,,, +2022,S,Other Services,d_10-19,Fixed tangible assets,481,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,d_10-19,Operating profit before tax,203,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,d_10-19,Rolling mean employees,13128,COUNT,,,,,,,,, +2022,S,Other Services,d_10-19,Salaries and wages paid,709,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",2136,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,d_10-19,Total assets,2477,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,d_10-19,Total expenditure,2162,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,d_10-19,Total income,2407,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,e_20-49,Activity unit,321,COUNT,,,,,,,,, +2022,S,Other Services,e_20-49,Fixed tangible assets,335,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,e_20-49,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,e_20-49,Rolling mean employees,9114,COUNT,,,,,,,,, +2022,S,Other Services,e_20-49,Salaries and wages paid,566,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",1614,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,e_20-49,Total assets,4138,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,e_20-49,Total expenditure,1836,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,e_20-49,Total income,2025,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,f_50-99,Activity unit,72,COUNT,,,,,,,,, +2022,S,Other Services,f_50-99,Fixed tangible assets,243,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,f_50-99,Operating profit before tax,44,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,f_50-99,Rolling mean employees,5004,COUNT,,,,,,,,, +2022,S,Other Services,f_50-99,Salaries and wages paid,265,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",683,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,f_50-99,Total assets,645,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,f_50-99,Total expenditure,779,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,f_50-99,Total income,815,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,g_100-199,Activity unit,18,COUNT,,,,,,,,, +2022,S,Other Services,g_100-199,Fixed tangible assets,154,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,g_100-199,Operating profit before tax,48,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,g_100-199,Rolling mean employees,2604,COUNT,,,,,,,,, +2022,S,Other Services,g_100-199,Salaries and wages paid,162,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",337,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,g_100-199,Total assets,595,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,g_100-199,Total expenditure,404,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,g_100-199,Total income,445,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,h_200+,Activity unit,9,COUNT,,,,,,,,, +2022,S,Other Services,h_200+,Fixed tangible assets,362,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,h_200+,Operating profit before tax,10,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,h_200+,Rolling mean employees,4920,COUNT,,,,,,,,, +2022,S,Other Services,h_200+,Salaries and wages paid,297,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",626,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,h_200+,Total assets,1351,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,h_200+,Total expenditure,751,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,h_200+,Total income,756,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,i_Industry_Total,Activity unit,24969,COUNT,,,,,,,,, +2022,S,Other Services,i_Industry_Total,Fixed tangible assets,4999,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,i_Industry_Total,Operating profit before tax,1179,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,i_Industry_Total,Rolling mean employees,69870,COUNT,,,,,,,,, +2022,S,Other Services,i_Industry_Total,Salaries and wages paid,4226,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",12559,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,i_Industry_Total,Total assets,21183,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,i_Industry_Total,Total expenditure,12908,DOLLARS(millions),,,,,,,,, +2022,S,Other Services,i_Industry_Total,Total income,14398,DOLLARS(millions),,,,,,,,, +2022,all,All Industries,j_Grand_Total,Activity unit,525765,COUNT,,,,,,,,, +2022,all,All Industries,j_Grand_Total,Fixed tangible assets,645395,DOLLARS(millions),,,,,,,,, +2022,all,All Industries,j_Grand_Total,Operating profit before tax,104481,DOLLARS(millions),,,,,,,,, +2022,all,All Industries,j_Grand_Total,Rolling mean employees,1919958,COUNT,,,,,,,,, +2022,all,All Industries,j_Grand_Total,Salaries and wages paid,135693,DOLLARS(millions),,,,,,,,, +2022,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",754666,DOLLARS(millions),,,,,,,,, +2022,all,All Industries,j_Grand_Total,Total assets,2752052,DOLLARS(millions),,,,,,,,, +2022,all,All Industries,j_Grand_Total,Total expenditure,734950,DOLLARS(millions),,,,,,,,, +2022,all,All Industries,j_Grand_Total,Total income,847431,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,41166,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,53287,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,2228,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,530,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",13921,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",a_0,Total assets,94116,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,12507,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",a_0,Total income,15477,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,17430,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,40901,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,2171,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,34098,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,2335,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",17786,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,64722,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,16293,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,18644,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2184,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,10362,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,508,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,15438,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,904,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",5329,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,16122,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,4976,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,5457,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1230,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,7083,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,411,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,15948,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,874,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",4561,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,13093,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,4383,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,4700,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,606,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,4400,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,67,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,18027,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,924,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",4695,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,11658,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,4881,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,4817,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,138,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,3014,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,86,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,9417,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,469,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",2198,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,6526,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,2371,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,2329,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,45,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,917,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,7,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,6129,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,266,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",1201,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,2878,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,1254,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,1261,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,27,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,2145,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,129,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,13278,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,564,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1859,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,4298,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,1861,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",h_200+,Total income,1907,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,62829,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,122108,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,5606,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,112338,COUNT,,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,6866,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",51551,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,213414,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,48526,DOLLARS(millions),,,,,,,,, +2023,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,54591,DOLLARS(millions),,,,,,,,, +2023,B,Mining,a_0,Activity unit,441,COUNT,,,,,,,,, +2023,B,Mining,a_0,Fixed tangible assets,1277,DOLLARS(millions),,,,,,,,, +2023,B,Mining,a_0,Operating profit before tax,327,DOLLARS(millions),,,,,,,,, +2023,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,B,Mining,a_0,Salaries and wages paid,31,DOLLARS(millions),,,,,,,,, +2023,B,Mining,a_0,"Sales, government funding, grants and subsidies",853,DOLLARS(millions),,,,,,,,, +2023,B,Mining,a_0,Total assets,3119,DOLLARS(millions),,,,,,,,, +2023,B,Mining,a_0,Total expenditure,724,DOLLARS(millions),,,,,,,,, +2023,B,Mining,a_0,Total income,992,DOLLARS(millions),,,,,,,,, +2023,B,Mining,b_1-5,Activity unit,168,COUNT,,,,,,,,, +2023,B,Mining,b_1-5,Fixed tangible assets,117,DOLLARS(millions),,,,,,,,, +2023,B,Mining,b_1-5,Operating profit before tax,28,DOLLARS(millions),,,,,,,,, +2023,B,Mining,b_1-5,Rolling mean employees,372,COUNT,,,,,,,,, +2023,B,Mining,b_1-5,Salaries and wages paid,39,DOLLARS(millions),,,,,,,,, +2023,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",196,DOLLARS(millions),,,,,,,,, +2023,B,Mining,b_1-5,Total assets,458,DOLLARS(millions),,,,,,,,, +2023,B,Mining,b_1-5,Total expenditure,175,DOLLARS(millions),,,,,,,,, +2023,B,Mining,b_1-5,Total income,209,DOLLARS(millions),,,,,,,,, +2023,B,Mining,c_6-9,Activity unit,39,COUNT,,,,,,,,, +2023,B,Mining,c_6-9,Fixed tangible assets,127,DOLLARS(millions),,,,,,,,, +2023,B,Mining,c_6-9,Operating profit before tax,48,DOLLARS(millions),,,,,,,,, +2023,B,Mining,c_6-9,Rolling mean employees,279,COUNT,,,,,,,,, +2023,B,Mining,c_6-9,Salaries and wages paid,36,DOLLARS(millions),,,,,,,,, +2023,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",234,DOLLARS(millions),,,,,,,,, +2023,B,Mining,c_6-9,Total assets,309,DOLLARS(millions),,,,,,,,, +2023,B,Mining,c_6-9,Total expenditure,194,DOLLARS(millions),,,,,,,,, +2023,B,Mining,c_6-9,Total income,239,DOLLARS(millions),,,,,,,,, +2023,B,Mining,d_10-19,Activity unit,36,COUNT,,,,,,,,, +2023,B,Mining,d_10-19,Fixed tangible assets,134,DOLLARS(millions),,,,,,,,, +2023,B,Mining,d_10-19,Operating profit before tax,75,DOLLARS(millions),,,,,,,,, +2023,B,Mining,d_10-19,Rolling mean employees,483,COUNT,,,,,,,,, +2023,B,Mining,d_10-19,Salaries and wages paid,42,DOLLARS(millions),,,,,,,,, +2023,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",320,DOLLARS(millions),,,,,,,,, +2023,B,Mining,d_10-19,Total assets,284,DOLLARS(millions),,,,,,,,, +2023,B,Mining,d_10-19,Total expenditure,276,DOLLARS(millions),,,,,,,,, +2023,B,Mining,d_10-19,Total income,322,DOLLARS(millions),,,,,,,,, +2023,B,Mining,e_20-49,Activity unit,30,COUNT,,,,,,,,, +2023,B,Mining,e_20-49,Fixed tangible assets,475,DOLLARS(millions),,,,,,,,, +2023,B,Mining,e_20-49,Operating profit before tax,122,DOLLARS(millions),,,,,,,,, +2023,B,Mining,e_20-49,Rolling mean employees,957,COUNT,,,,,,,,, +2023,B,Mining,e_20-49,Salaries and wages paid,105,DOLLARS(millions),,,,,,,,, +2023,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",677,DOLLARS(millions),,,,,,,,, +2023,B,Mining,e_20-49,Total assets,2192,DOLLARS(millions),,,,,,,,, +2023,B,Mining,e_20-49,Total expenditure,593,DOLLARS(millions),,,,,,,,, +2023,B,Mining,e_20-49,Total income,774,DOLLARS(millions),,,,,,,,, +2023,B,Mining,f_50-99,Activity unit,9,COUNT,,,,,,,,, +2023,B,Mining,f_50-99,Fixed tangible assets,193,DOLLARS(millions),,,,,,,,, +2023,B,Mining,f_50-99,Operating profit before tax,5,DOLLARS(millions),,,,,,,,, +2023,B,Mining,f_50-99,Rolling mean employees,606,COUNT,,,,,,,,, +2023,B,Mining,f_50-99,Salaries and wages paid,70,DOLLARS(millions),,,,,,,,, +2023,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",292,DOLLARS(millions),,,,,,,,, +2023,B,Mining,f_50-99,Total assets,413,DOLLARS(millions),,,,,,,,, +2023,B,Mining,f_50-99,Total expenditure,303,DOLLARS(millions),,,,,,,,, +2023,B,Mining,f_50-99,Total income,305,DOLLARS(millions),,,,,,,,, +2023,B,Mining,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2023,B,Mining,g_100-199,Fixed tangible assets,1038,DOLLARS(millions),,,,,,,,, +2023,B,Mining,g_100-199,Operating profit before tax,169,DOLLARS(millions),,,,,,,,, +2023,B,Mining,g_100-199,Rolling mean employees,1068,COUNT,,,,,,,,, +2023,B,Mining,g_100-199,Salaries and wages paid,147,DOLLARS(millions),,,,,,,,, +2023,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",1057,DOLLARS(millions),,,,,,,,, +2023,B,Mining,g_100-199,Total assets,1752,DOLLARS(millions),,,,,,,,, +2023,B,Mining,g_100-199,Total expenditure,1418,DOLLARS(millions),,,,,,,,, +2023,B,Mining,g_100-199,Total income,1062,DOLLARS(millions),,,,,,,,, +2023,B,Mining,h_200+,Activity unit,3,COUNT,,,,,,,,, +2023,B,Mining,h_200+,Fixed tangible assets,2466,DOLLARS(millions),,,,,,,,, +2023,B,Mining,h_200+,Operating profit before tax,578,DOLLARS(millions),,,,,,,,, +2023,B,Mining,h_200+,Rolling mean employees,2421,COUNT,,,,,,,,, +2023,B,Mining,h_200+,Salaries and wages paid,281,DOLLARS(millions),,,,,,,,, +2023,B,Mining,h_200+,"Sales, government funding, grants and subsidies",2082,DOLLARS(millions),,,,,,,,, +2023,B,Mining,h_200+,Total assets,3892,DOLLARS(millions),,,,,,,,, +2023,B,Mining,h_200+,Total expenditure,1750,DOLLARS(millions),,,,,,,,, +2023,B,Mining,h_200+,Total income,2536,DOLLARS(millions),,,,,,,,, +2023,B,Mining,i_Industry_Total,Activity unit,732,COUNT,,,,,,,,, +2023,B,Mining,i_Industry_Total,Fixed tangible assets,5826,DOLLARS(millions),,,,,,,,, +2023,B,Mining,i_Industry_Total,Operating profit before tax,1353,DOLLARS(millions),,,,,,,,, +2023,B,Mining,i_Industry_Total,Rolling mean employees,6183,COUNT,,,,,,,,, +2023,B,Mining,i_Industry_Total,Salaries and wages paid,750,DOLLARS(millions),,,,,,,,, +2023,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",5711,DOLLARS(millions),,,,,,,,, +2023,B,Mining,i_Industry_Total,Total assets,12419,DOLLARS(millions),,,,,,,,, +2023,B,Mining,i_Industry_Total,Total expenditure,5433,DOLLARS(millions),,,,,,,,, +2023,B,Mining,i_Industry_Total,Total income,6438,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,a_0,Activity unit,10572,COUNT,,,,,,,,, +2023,C,Manufacturing,a_0,Fixed tangible assets,2377,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,a_0,Operating profit before tax,332,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,C,Manufacturing,a_0,Salaries and wages paid,456,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",3353,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,a_0,Total assets,4996,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,a_0,Total expenditure,3108,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,a_0,Total income,3407,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,b_1-5,Activity unit,6474,COUNT,,,,,,,,, +2023,C,Manufacturing,b_1-5,Fixed tangible assets,886,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,b_1-5,Operating profit before tax,603,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,b_1-5,Rolling mean employees,15063,COUNT,,,,,,,,, +2023,C,Manufacturing,b_1-5,Salaries and wages paid,1008,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",5761,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,b_1-5,Total assets,3460,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,b_1-5,Total expenditure,5287,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,b_1-5,Total income,5847,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,c_6-9,Activity unit,1818,COUNT,,,,,,,,, +2023,C,Manufacturing,c_6-9,Fixed tangible assets,536,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,c_6-9,Operating profit before tax,259,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,c_6-9,Rolling mean employees,12981,COUNT,,,,,,,,, +2023,C,Manufacturing,c_6-9,Salaries and wages paid,780,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",3535,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,c_6-9,Total assets,2605,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,c_6-9,Total expenditure,3324,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,c_6-9,Total income,3551,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,d_10-19,Activity unit,1902,COUNT,,,,,,,,, +2023,C,Manufacturing,d_10-19,Fixed tangible assets,1013,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,d_10-19,Operating profit before tax,610,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,d_10-19,Rolling mean employees,25476,COUNT,,,,,,,,, +2023,C,Manufacturing,d_10-19,Salaries and wages paid,1587,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",7518,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,d_10-19,Total assets,4889,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,d_10-19,Total expenditure,7051,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,d_10-19,Total income,7570,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,e_20-49,Activity unit,1224,COUNT,,,,,,,,, +2023,C,Manufacturing,e_20-49,Fixed tangible assets,1916,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,e_20-49,Operating profit before tax,1063,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,e_20-49,Rolling mean employees,36678,COUNT,,,,,,,,, +2023,C,Manufacturing,e_20-49,Salaries and wages paid,2350,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",11717,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,e_20-49,Total assets,8778,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,e_20-49,Total expenditure,10959,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,e_20-49,Total income,11798,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,f_50-99,Activity unit,453,COUNT,,,,,,,,, +2023,C,Manufacturing,f_50-99,Fixed tangible assets,2386,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,f_50-99,Operating profit before tax,852,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,f_50-99,Rolling mean employees,30432,COUNT,,,,,,,,, +2023,C,Manufacturing,f_50-99,Salaries and wages paid,2124,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",11018,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,f_50-99,Total assets,8907,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,f_50-99,Total expenditure,10517,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,f_50-99,Total income,11118,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,g_100-199,Activity unit,168,COUNT,,,,,,,,, +2023,C,Manufacturing,g_100-199,Fixed tangible assets,2908,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,g_100-199,Operating profit before tax,1073,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,g_100-199,Rolling mean employees,22863,COUNT,,,,,,,,, +2023,C,Manufacturing,g_100-199,Salaries and wages paid,1791,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",11473,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,g_100-199,Total assets,10376,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,g_100-199,Total expenditure,10906,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,g_100-199,Total income,11581,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,h_200+,Activity unit,162,COUNT,,,,,,,,, +2023,C,Manufacturing,h_200+,Fixed tangible assets,19106,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,h_200+,Operating profit before tax,5123,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,h_200+,Rolling mean employees,97818,COUNT,,,,,,,,, +2023,C,Manufacturing,h_200+,Salaries and wages paid,8809,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",75681,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,h_200+,Total assets,61917,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,h_200+,Total expenditure,71681,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,h_200+,Total income,76696,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,i_Industry_Total,Activity unit,22770,COUNT,,,,,,,,, +2023,C,Manufacturing,i_Industry_Total,Fixed tangible assets,31127,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,i_Industry_Total,Operating profit before tax,9915,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,i_Industry_Total,Rolling mean employees,241314,COUNT,,,,,,,,, +2023,C,Manufacturing,i_Industry_Total,Salaries and wages paid,18906,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",130055,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,i_Industry_Total,Total assets,105928,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,i_Industry_Total,Total expenditure,122834,DOLLARS(millions),,,,,,,,, +2023,C,Manufacturing,i_Industry_Total,Total income,131567,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,645,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,4213,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,77,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",1157,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,5694,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1158,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,1317,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,369,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,174,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,51,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,756,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,57,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",295,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,365,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,247,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,300,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,69,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,401,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,27,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,498,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,32,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",197,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,520,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,173,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,199,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,78,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,1091,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,1095,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,72,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",386,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,1354,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,379,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,473,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,33,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,668,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,98,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,999,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,85,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",991,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,1139,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,928,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,1015,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,21,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,943,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1485,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,128,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",571,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1591,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,569,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,685,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,15,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,3512,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,111,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,2163,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,164,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",1042,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,4518,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,977,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,1079,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,21,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,60801,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,2135,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,15537,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,1496,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",18100,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,74864,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,16922,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,19659,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1254,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,71803,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2543,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,22533,COUNT,,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,2062,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",22740,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,90046,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,21351,DOLLARS(millions),,,,,,,,, +2023,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,24726,DOLLARS(millions),,,,,,,,, +2023,E,Construction,a_0,Activity unit,47226,COUNT,,,,,,,,, +2023,E,Construction,a_0,Fixed tangible assets,7100,DOLLARS(millions),,,,,,,,, +2023,E,Construction,a_0,Operating profit before tax,2276,DOLLARS(millions),,,,,,,,, +2023,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,E,Construction,a_0,Salaries and wages paid,2133,DOLLARS(millions),,,,,,,,, +2023,E,Construction,a_0,"Sales, government funding, grants and subsidies",20039,DOLLARS(millions),,,,,,,,, +2023,E,Construction,a_0,Total assets,27419,DOLLARS(millions),,,,,,,,, +2023,E,Construction,a_0,Total expenditure,19048,DOLLARS(millions),,,,,,,,, +2023,E,Construction,a_0,Total income,20295,DOLLARS(millions),,,,,,,,, +2023,E,Construction,b_1-5,Activity unit,24078,COUNT,,,,,,,,, +2023,E,Construction,b_1-5,Fixed tangible assets,3160,DOLLARS(millions),,,,,,,,, +2023,E,Construction,b_1-5,Operating profit before tax,1465,DOLLARS(millions),,,,,,,,, +2023,E,Construction,b_1-5,Rolling mean employees,48105,COUNT,,,,,,,,, +2023,E,Construction,b_1-5,Salaries and wages paid,3939,DOLLARS(millions),,,,,,,,, +2023,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",17519,DOLLARS(millions),,,,,,,,, +2023,E,Construction,b_1-5,Total assets,10923,DOLLARS(millions),,,,,,,,, +2023,E,Construction,b_1-5,Total expenditure,16380,DOLLARS(millions),,,,,,,,, +2023,E,Construction,b_1-5,Total income,17630,DOLLARS(millions),,,,,,,,, +2023,E,Construction,c_6-9,Activity unit,3855,COUNT,,,,,,,,, +2023,E,Construction,c_6-9,Fixed tangible assets,886,DOLLARS(millions),,,,,,,,, +2023,E,Construction,c_6-9,Operating profit before tax,715,DOLLARS(millions),,,,,,,,, +2023,E,Construction,c_6-9,Rolling mean employees,27096,COUNT,,,,,,,,, +2023,E,Construction,c_6-9,Salaries and wages paid,1866,DOLLARS(millions),,,,,,,,, +2023,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",8694,DOLLARS(millions),,,,,,,,, +2023,E,Construction,c_6-9,Total assets,4126,DOLLARS(millions),,,,,,,,, +2023,E,Construction,c_6-9,Total expenditure,8071,DOLLARS(millions),,,,,,,,, +2023,E,Construction,c_6-9,Total income,8742,DOLLARS(millions),,,,,,,,, +2023,E,Construction,d_10-19,Activity unit,3018,COUNT,,,,,,,,, +2023,E,Construction,d_10-19,Fixed tangible assets,2213,DOLLARS(millions),,,,,,,,, +2023,E,Construction,d_10-19,Operating profit before tax,1337,DOLLARS(millions),,,,,,,,, +2023,E,Construction,d_10-19,Rolling mean employees,40641,COUNT,,,,,,,,, +2023,E,Construction,d_10-19,Salaries and wages paid,2981,DOLLARS(millions),,,,,,,,, +2023,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",13927,DOLLARS(millions),,,,,,,,, +2023,E,Construction,d_10-19,Total assets,7843,DOLLARS(millions),,,,,,,,, +2023,E,Construction,d_10-19,Total expenditure,12789,DOLLARS(millions),,,,,,,,, +2023,E,Construction,d_10-19,Total income,14002,DOLLARS(millions),,,,,,,,, +2023,E,Construction,e_20-49,Activity unit,861,COUNT,,,,,,,,, +2023,E,Construction,e_20-49,Fixed tangible assets,1054,DOLLARS(millions),,,,,,,,, +2023,E,Construction,e_20-49,Operating profit before tax,826,DOLLARS(millions),,,,,,,,, +2023,E,Construction,e_20-49,Rolling mean employees,27054,COUNT,,,,,,,,, +2023,E,Construction,e_20-49,Salaries and wages paid,2131,DOLLARS(millions),,,,,,,,, +2023,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",12113,DOLLARS(millions),,,,,,,,, +2023,E,Construction,e_20-49,Total assets,5032,DOLLARS(millions),,,,,,,,, +2023,E,Construction,e_20-49,Total expenditure,11551,DOLLARS(millions),,,,,,,,, +2023,E,Construction,e_20-49,Total income,12190,DOLLARS(millions),,,,,,,,, +2023,E,Construction,f_50-99,Activity unit,222,COUNT,,,,,,,,, +2023,E,Construction,f_50-99,Fixed tangible assets,726,DOLLARS(millions),,,,,,,,, +2023,E,Construction,f_50-99,Operating profit before tax,307,DOLLARS(millions),,,,,,,,, +2023,E,Construction,f_50-99,Rolling mean employees,14412,COUNT,,,,,,,,, +2023,E,Construction,f_50-99,Salaries and wages paid,1250,DOLLARS(millions),,,,,,,,, +2023,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",5598,DOLLARS(millions),,,,,,,,, +2023,E,Construction,f_50-99,Total assets,2491,DOLLARS(millions),,,,,,,,, +2023,E,Construction,f_50-99,Total expenditure,5372,DOLLARS(millions),,,,,,,,, +2023,E,Construction,f_50-99,Total income,5643,DOLLARS(millions),,,,,,,,, +2023,E,Construction,g_100-199,Activity unit,78,COUNT,,,,,,,,, +2023,E,Construction,g_100-199,Fixed tangible assets,332,DOLLARS(millions),,,,,,,,, +2023,E,Construction,g_100-199,Operating profit before tax,223,DOLLARS(millions),,,,,,,,, +2023,E,Construction,g_100-199,Rolling mean employees,10542,COUNT,,,,,,,,, +2023,E,Construction,g_100-199,Salaries and wages paid,901,DOLLARS(millions),,,,,,,,, +2023,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",4477,DOLLARS(millions),,,,,,,,, +2023,E,Construction,g_100-199,Total assets,1794,DOLLARS(millions),,,,,,,,, +2023,E,Construction,g_100-199,Total expenditure,4338,DOLLARS(millions),,,,,,,,, +2023,E,Construction,g_100-199,Total income,4528,DOLLARS(millions),,,,,,,,, +2023,E,Construction,h_200+,Activity unit,57,COUNT,,,,,,,,, +2023,E,Construction,h_200+,Fixed tangible assets,1858,DOLLARS(millions),,,,,,,,, +2023,E,Construction,h_200+,Operating profit before tax,842,DOLLARS(millions),,,,,,,,, +2023,E,Construction,h_200+,Rolling mean employees,32976,COUNT,,,,,,,,, +2023,E,Construction,h_200+,Salaries and wages paid,3315,DOLLARS(millions),,,,,,,,, +2023,E,Construction,h_200+,"Sales, government funding, grants and subsidies",14940,DOLLARS(millions),,,,,,,,, +2023,E,Construction,h_200+,Total assets,10470,DOLLARS(millions),,,,,,,,, +2023,E,Construction,h_200+,Total expenditure,14535,DOLLARS(millions),,,,,,,,, +2023,E,Construction,h_200+,Total income,15176,DOLLARS(millions),,,,,,,,, +2023,E,Construction,i_Industry_Total,Activity unit,79401,COUNT,,,,,,,,, +2023,E,Construction,i_Industry_Total,Fixed tangible assets,17330,DOLLARS(millions),,,,,,,,, +2023,E,Construction,i_Industry_Total,Operating profit before tax,7990,DOLLARS(millions),,,,,,,,, +2023,E,Construction,i_Industry_Total,Rolling mean employees,200826,COUNT,,,,,,,,, +2023,E,Construction,i_Industry_Total,Salaries and wages paid,18515,DOLLARS(millions),,,,,,,,, +2023,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",97306,DOLLARS(millions),,,,,,,,, +2023,E,Construction,i_Industry_Total,Total assets,70099,DOLLARS(millions),,,,,,,,, +2023,E,Construction,i_Industry_Total,Total expenditure,92084,DOLLARS(millions),,,,,,,,, +2023,E,Construction,i_Industry_Total,Total income,98207,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,a_0,Activity unit,8466,COUNT,,,,,,,,, +2023,F,Wholesale Trade,a_0,Fixed tangible assets,1162,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,a_0,Operating profit before tax,811,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,F,Wholesale Trade,a_0,Salaries and wages paid,452,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",10638,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,a_0,Total assets,11215,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,a_0,Total expenditure,9854,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,a_0,Total income,10748,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,b_1-5,Activity unit,4932,COUNT,,,,,,,,, +2023,F,Wholesale Trade,b_1-5,Fixed tangible assets,608,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,b_1-5,Operating profit before tax,747,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,b_1-5,Rolling mean employees,10869,COUNT,,,,,,,,, +2023,F,Wholesale Trade,b_1-5,Salaries and wages paid,962,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",11143,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,b_1-5,Total assets,6872,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,b_1-5,Total expenditure,10696,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,b_1-5,Total income,11262,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,c_6-9,Activity unit,1161,COUNT,,,,,,,,, +2023,F,Wholesale Trade,c_6-9,Fixed tangible assets,295,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,c_6-9,Operating profit before tax,572,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,c_6-9,Rolling mean employees,8394,COUNT,,,,,,,,, +2023,F,Wholesale Trade,c_6-9,Salaries and wages paid,676,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",7363,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,c_6-9,Total assets,3860,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,c_6-9,Total expenditure,7012,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,c_6-9,Total income,7403,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,d_10-19,Activity unit,1197,COUNT,,,,,,,,, +2023,F,Wholesale Trade,d_10-19,Fixed tangible assets,745,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,d_10-19,Operating profit before tax,1111,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,d_10-19,Rolling mean employees,16101,COUNT,,,,,,,,, +2023,F,Wholesale Trade,d_10-19,Salaries and wages paid,1213,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",14074,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,d_10-19,Total assets,8201,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,d_10-19,Total expenditure,13453,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,d_10-19,Total income,14152,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,e_20-49,Activity unit,669,COUNT,,,,,,,,, +2023,F,Wholesale Trade,e_20-49,Fixed tangible assets,803,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,e_20-49,Operating profit before tax,1501,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,e_20-49,Rolling mean employees,20724,COUNT,,,,,,,,, +2023,F,Wholesale Trade,e_20-49,Salaries and wages paid,1748,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",21305,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,e_20-49,Total assets,12051,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,e_20-49,Total expenditure,20693,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,e_20-49,Total income,21469,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,f_50-99,Activity unit,258,COUNT,,,,,,,,, +2023,F,Wholesale Trade,f_50-99,Fixed tangible assets,1230,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,f_50-99,Operating profit before tax,1142,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,f_50-99,Rolling mean employees,17325,COUNT,,,,,,,,, +2023,F,Wholesale Trade,f_50-99,Salaries and wages paid,1475,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",23209,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,f_50-99,Total assets,15103,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,f_50-99,Total expenditure,22929,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,f_50-99,Total income,23561,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,g_100-199,Activity unit,93,COUNT,,,,,,,,, +2023,F,Wholesale Trade,g_100-199,Fixed tangible assets,900,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,g_100-199,Operating profit before tax,682,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,g_100-199,Rolling mean employees,12288,COUNT,,,,,,,,, +2023,F,Wholesale Trade,g_100-199,Salaries and wages paid,973,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",10343,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,g_100-199,Total assets,6126,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,g_100-199,Total expenditure,9973,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,g_100-199,Total income,10417,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,h_200+,Activity unit,72,COUNT,,,,,,,,, +2023,F,Wholesale Trade,h_200+,Fixed tangible assets,3886,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,h_200+,Operating profit before tax,2001,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,h_200+,Rolling mean employees,36690,COUNT,,,,,,,,, +2023,F,Wholesale Trade,h_200+,Salaries and wages paid,3003,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",60883,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,h_200+,Total assets,26571,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,h_200+,Total expenditure,60234,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,h_200+,Total income,61694,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,i_Industry_Total,Activity unit,16848,COUNT,,,,,,,,, +2023,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,9629,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,8567,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,122391,COUNT,,,,,,,,, +2023,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,10502,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",158957,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,i_Industry_Total,Total assets,89998,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,i_Industry_Total,Total expenditure,154844,DOLLARS(millions),,,,,,,,, +2023,F,Wholesale Trade,i_Industry_Total,Total income,160705,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,a_0,Activity unit,14061,COUNT,,,,,,,,, +2023,G,Retail Trade,a_0,Fixed tangible assets,1709,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,a_0,Operating profit before tax,516,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,G,Retail Trade,a_0,Salaries and wages paid,431,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",6612,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,a_0,Total assets,4871,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,a_0,Total expenditure,6179,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,a_0,Total income,6692,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,b_1-5,Activity unit,10110,COUNT,,,,,,,,, +2023,G,Retail Trade,b_1-5,Fixed tangible assets,776,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,b_1-5,Operating profit before tax,328,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,b_1-5,Rolling mean employees,22425,COUNT,,,,,,,,, +2023,G,Retail Trade,b_1-5,Salaries and wages paid,1231,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",9676,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,b_1-5,Total assets,4272,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,b_1-5,Total expenditure,9409,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,b_1-5,Total income,9717,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,c_6-9,Activity unit,2388,COUNT,,,,,,,,, +2023,G,Retail Trade,c_6-9,Fixed tangible assets,587,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,c_6-9,Operating profit before tax,262,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,c_6-9,Rolling mean employees,17007,COUNT,,,,,,,,, +2023,G,Retail Trade,c_6-9,Salaries and wages paid,852,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",6142,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,c_6-9,Total assets,2743,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,c_6-9,Total expenditure,6007,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,c_6-9,Total income,6184,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,d_10-19,Activity unit,1806,COUNT,,,,,,,,, +2023,G,Retail Trade,d_10-19,Fixed tangible assets,485,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,d_10-19,Operating profit before tax,430,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,d_10-19,Rolling mean employees,24168,COUNT,,,,,,,,, +2023,G,Retail Trade,d_10-19,Salaries and wages paid,1180,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",8747,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,d_10-19,Total assets,3320,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,d_10-19,Total expenditure,8422,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,d_10-19,Total income,8769,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,e_20-49,Activity unit,804,COUNT,,,,,,,,, +2023,G,Retail Trade,e_20-49,Fixed tangible assets,619,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,e_20-49,Operating profit before tax,516,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,e_20-49,Rolling mean employees,23415,COUNT,,,,,,,,, +2023,G,Retail Trade,e_20-49,Salaries and wages paid,1214,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",10978,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,e_20-49,Total assets,4656,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,e_20-49,Total expenditure,10613,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,e_20-49,Total income,11011,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,f_50-99,Activity unit,246,COUNT,,,,,,,,, +2023,G,Retail Trade,f_50-99,Fixed tangible assets,395,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,f_50-99,Operating profit before tax,380,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,f_50-99,Rolling mean employees,17163,COUNT,,,,,,,,, +2023,G,Retail Trade,f_50-99,Salaries and wages paid,819,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",7825,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,f_50-99,Total assets,3076,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,f_50-99,Total expenditure,7454,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,f_50-99,Total income,7851,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,g_100-199,Activity unit,222,COUNT,,,,,,,,, +2023,G,Retail Trade,g_100-199,Fixed tangible assets,777,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,g_100-199,Operating profit before tax,521,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,g_100-199,Rolling mean employees,32034,COUNT,,,,,,,,, +2023,G,Retail Trade,g_100-199,Salaries and wages paid,1424,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",11601,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,g_100-199,Total assets,4649,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,g_100-199,Total expenditure,11266,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,g_100-199,Total income,11739,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,h_200+,Activity unit,138,COUNT,,,,,,,,, +2023,G,Retail Trade,h_200+,Fixed tangible assets,3169,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,h_200+,Operating profit before tax,1736,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,h_200+,Rolling mean employees,93786,COUNT,,,,,,,,, +2023,G,Retail Trade,h_200+,Salaries and wages paid,4184,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",33677,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,h_200+,Total assets,20903,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,h_200+,Total expenditure,32142,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,h_200+,Total income,33831,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,i_Industry_Total,Activity unit,29781,COUNT,,,,,,,,, +2023,G,Retail Trade,i_Industry_Total,Fixed tangible assets,8517,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,i_Industry_Total,Operating profit before tax,4690,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,i_Industry_Total,Rolling mean employees,229998,COUNT,,,,,,,,, +2023,G,Retail Trade,i_Industry_Total,Salaries and wages paid,11335,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",95258,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,i_Industry_Total,Total assets,48491,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,i_Industry_Total,Total expenditure,91491,DOLLARS(millions),,,,,,,,, +2023,G,Retail Trade,i_Industry_Total,Total income,95792,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,a_0,Activity unit,8133,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,a_0,Fixed tangible assets,4549,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,a_0,Operating profit before tax,190,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,a_0,Salaries and wages paid,251,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",1556,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,a_0,Total assets,6437,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,a_0,Total expenditure,1441,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,a_0,Total income,1671,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,b_1-5,Activity unit,8304,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1403,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,b_1-5,Operating profit before tax,205,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,b_1-5,Rolling mean employees,21108,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,853,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",3103,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,b_1-5,Total assets,2840,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,b_1-5,Total expenditure,2919,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,b_1-5,Total income,3137,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,c_6-9,Activity unit,3075,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,681,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,c_6-9,Operating profit before tax,137,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,c_6-9,Rolling mean employees,22194,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,741,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",2253,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,c_6-9,Total assets,1523,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,c_6-9,Total expenditure,2136,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,c_6-9,Total income,2272,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,d_10-19,Activity unit,2973,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,1088,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,d_10-19,Operating profit before tax,208,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,d_10-19,Rolling mean employees,39870,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,1284,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",3665,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,d_10-19,Total assets,2218,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,d_10-19,Total expenditure,3475,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,d_10-19,Total income,3687,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,e_20-49,Activity unit,1272,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1248,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,e_20-49,Operating profit before tax,203,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,e_20-49,Rolling mean employees,36093,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,1177,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",3308,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,e_20-49,Total assets,2380,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,e_20-49,Total expenditure,3153,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,e_20-49,Total income,3347,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,f_50-99,Activity unit,222,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,1203,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,f_50-99,Operating profit before tax,106,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,f_50-99,Rolling mean employees,15087,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,518,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",1622,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,f_50-99,Total assets,2502,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,f_50-99,Total expenditure,1547,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,f_50-99,Total income,1676,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,g_100-199,Activity unit,78,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,1453,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,g_100-199,Operating profit before tax,69,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,g_100-199,Rolling mean employees,10176,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,350,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",1109,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,g_100-199,Total assets,2216,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,g_100-199,Total expenditure,1071,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,g_100-199,Total income,1121,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,h_200+,Activity unit,45,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1381,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,h_200+,Operating profit before tax,297,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,h_200+,Rolling mean employees,23799,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,h_200+,Salaries and wages paid,871,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",2877,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,h_200+,Total assets,3841,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,h_200+,Total expenditure,2645,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,h_200+,Total income,2918,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,i_Industry_Total,Activity unit,24093,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,13005,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,1414,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,168324,COUNT,,,,,,,,, +2023,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,6046,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",19493,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,i_Industry_Total,Total assets,23956,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,18387,DOLLARS(millions),,,,,,,,, +2023,H,Accommodation and Food Services,i_Industry_Total,Total income,19831,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",a_0,Activity unit,10482,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,6716,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,403,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,249,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",2661,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",a_0,Total assets,9713,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",a_0,Total expenditure,2326,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",a_0,Total income,2722,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,4263,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,1292,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,215,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,7878,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,539,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",2353,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",b_1-5,Total assets,2686,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,2201,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",b_1-5,Total income,2392,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,612,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,613,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,131,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4476,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,277,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",971,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",c_6-9,Total assets,1267,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,868,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",c_6-9,Total income,979,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,594,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,1259,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,261,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,8301,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,582,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",2504,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",d_10-19,Total assets,2648,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,2307,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",d_10-19,Total income,2577,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,375,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,2035,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,388,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,11205,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,822,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",3481,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",e_20-49,Total assets,3687,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,3128,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",e_20-49,Total income,3537,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,120,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,1752,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,254,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,8115,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,609,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",2598,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",f_50-99,Total assets,3156,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,2388,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",f_50-99,Total income,2630,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,66,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,3778,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,423,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,8946,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,698,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",2765,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",g_100-199,Total assets,5581,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,2462,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",g_100-199,Total income,2929,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",h_200+,Activity unit,72,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,23613,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,2081,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,50409,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,4565,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",18106,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",h_200+,Total assets,38904,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,18110,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",h_200+,Total income,18793,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,16590,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,41057,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,4156,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,99333,COUNT,,,,,,,,, +2023,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,8341,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",35440,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,67640,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,33790,DOLLARS(millions),,,,,,,,, +2023,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,36560,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,a_0,Activity unit,6042,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,a_0,Fixed tangible assets,346,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,a_0,Operating profit before tax,269,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,a_0,Salaries and wages paid,206,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",1609,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,a_0,Total assets,1826,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,a_0,Total expenditure,1436,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,a_0,Total income,1632,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,b_1-5,Activity unit,1065,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,79,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,2040,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,201,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",647,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,b_1-5,Total assets,532,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,b_1-5,Total expenditure,619,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,b_1-5,Total income,654,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,c_6-9,Activity unit,189,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,85,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,23,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1377,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,107,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",532,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,c_6-9,Total assets,570,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,c_6-9,Total expenditure,524,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,c_6-9,Total income,544,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,d_10-19,Activity unit,159,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,26,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,-14,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,2157,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,162,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",516,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,d_10-19,Total assets,C,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,d_10-19,Total expenditure,557,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,d_10-19,Total income,520,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,e_20-49,Activity unit,105,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,3141,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,291,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",976,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,e_20-49,Total assets,2384,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,e_20-49,Total expenditure,983,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,e_20-49,Total income,1228,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,f_50-99,Activity unit,33,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,154,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,-3,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,2268,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,239,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",1147,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,f_50-99,Total assets,1534,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,f_50-99,Total expenditure,1231,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,f_50-99,Total income,1183,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,57,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,939,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,71,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",273,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,g_100-199,Total expenditure,223,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,g_100-199,Total income,274,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,h_200+,Activity unit,21,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,9754,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,h_200+,Operating profit before tax,339,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,h_200+,Rolling mean employees,18969,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1707,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",10327,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,h_200+,Total assets,21170,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,h_200+,Total expenditure,10362,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,h_200+,Total income,12181,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,7617,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,12404,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,721,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,30888,COUNT,,,,,,,,, +2023,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,2984,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",16027,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,i_Industry_Total,Total assets,29288,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,15934,DOLLARS(millions),,,,,,,,, +2023,J,Information Media and Telecommunications,i_Industry_Total,Total income,18216,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,a_0,Activity unit,30165,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,a_0,Fixed tangible assets,31350,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,a_0,Operating profit before tax,14004,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,a_0,Salaries and wages paid,695,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",8192,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,a_0,Total assets,481850,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,a_0,Total expenditure,21723,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,a_0,Total income,35875,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,b_1-5,Activity unit,2400,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,1138,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,b_1-5,Operating profit before tax,745,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4371,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,510,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",2259,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,b_1-5,Total assets,25675,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,b_1-5,Total expenditure,2724,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,b_1-5,Total income,3593,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,c_6-9,Activity unit,288,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,74,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,c_6-9,Operating profit before tax,152,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,c_6-9,Rolling mean employees,2076,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,223,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",586,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,c_6-9,Total assets,23787,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,c_6-9,Total expenditure,1482,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,c_6-9,Total income,1648,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,d_10-19,Activity unit,210,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,108,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,d_10-19,Operating profit before tax,422,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2682,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,296,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",961,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,d_10-19,Total assets,21377,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,d_10-19,Total expenditure,1476,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,d_10-19,Total income,1906,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,e_20-49,Activity unit,105,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,37,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,e_20-49,Operating profit before tax,361,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,e_20-49,Rolling mean employees,3147,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,398,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",1500,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,e_20-49,Total assets,14274,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,e_20-49,Total expenditure,2122,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,e_20-49,Total income,1889,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,f_50-99,Activity unit,45,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,50,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,f_50-99,Operating profit before tax,1426,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,f_50-99,Rolling mean employees,3117,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,320,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",1183,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,f_50-99,Total assets,15190,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,f_50-99,Total expenditure,1762,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,f_50-99,Total income,3159,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,g_100-199,Activity unit,27,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,319,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,g_100-199,Operating profit before tax,553,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3672,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,495,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",981,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,g_100-199,Total assets,31387,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,g_100-199,Total expenditure,1924,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,g_100-199,Total income,2400,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,h_200+,Activity unit,45,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,h_200+,Fixed tangible assets,869,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,h_200+,Operating profit before tax,11333,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,h_200+,Rolling mean employees,48486,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,h_200+,Salaries and wages paid,5952,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",10936,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,h_200+,Total assets,863040,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,h_200+,Total expenditure,43693,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,h_200+,Total income,54395,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,i_Industry_Total,Activity unit,33285,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,33946,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,28995,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,67548,COUNT,,,,,,,,, +2023,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,8889,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",26598,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,i_Industry_Total,Total assets,1476579,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,76906,DOLLARS(millions),,,,,,,,, +2023,K,Financial and Insurance Services,i_Industry_Total,Total income,104865,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,76656,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,231890,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,8531,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,822,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",22856,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,315112,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,20060,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",a_0,Total income,28778,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,4863,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,14881,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,753,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,8097,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,500,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",3501,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,24181,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,3153,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,3894,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,456,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,2711,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,136,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3288,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,162,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",902,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,6014,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,937,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,1046,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,366,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,1917,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,242,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,5049,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,363,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",1676,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,4542,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,1527,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,1979,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,195,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,172,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,5703,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,358,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",1462,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,2536,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,1377,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,1507,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,36,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,2936,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,155,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,2511,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,196,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",1084,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,4510,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,1003,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,1151,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,18,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,319,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,2430,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,193,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",1245,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,8118,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,1615,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1324,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,21,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,4402,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,220,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,7032,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,533,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",2091,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,7534,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,2072,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,2224,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,82611,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,266898,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,10529,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,34110,COUNT,,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,3126,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",34817,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,372547,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,31744,DOLLARS(millions),,,,,,,,, +2023,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,41903,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",a_0,Activity unit,51816,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,3560,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,3290,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,2808,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",11465,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",a_0,Total assets,14090,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,8633,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",a_0,Total income,11918,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,14571,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,1122,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,1165,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,27336,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,2680,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",7201,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,7672,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,6257,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",b_1-5,Total income,7460,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,2172,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,240,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,615,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,15798,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,1336,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",3649,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,2935,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,3220,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",c_6-9,Total income,3950,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,1995,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,713,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,546,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,26712,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,2414,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",5748,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,5117,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,5417,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",d_10-19,Total income,5932,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,1128,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,582,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,838,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,33291,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,3309,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",7599,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,5830,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,7105,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",e_20-49,Total income,7861,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,300,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,629,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,452,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,20904,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,2123,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",4860,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,C,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,4598,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",f_50-99,Total income,5027,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,123,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,396,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,365,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,17010,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,1739,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",3856,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,5681,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,3840,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",g_100-199,Total income,4170,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,84,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,859,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,1926,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,45441,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,5298,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",11887,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,11877,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",h_200+,Total income,14557,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,72189,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,8100,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,9198,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,186492,COUNT,,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,21707,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",56265,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,132329,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,50947,DOLLARS(millions),,,,,,,,, +2023,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,60876,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,a_0,Activity unit,13386,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,a_0,Fixed tangible assets,1589,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,a_0,Operating profit before tax,414,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,a_0,Salaries and wages paid,411,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",2272,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,a_0,Total assets,4454,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,a_0,Total expenditure,1969,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,a_0,Total income,2369,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,b_1-5,Activity unit,5067,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,b_1-5,Fixed tangible assets,462,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,b_1-5,Operating profit before tax,182,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,b_1-5,Rolling mean employees,9528,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,b_1-5,Salaries and wages paid,576,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",1795,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,b_1-5,Total assets,1972,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,b_1-5,Total expenditure,1655,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,b_1-5,Total income,1943,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,c_6-9,Activity unit,711,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,c_6-9,Fixed tangible assets,128,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,c_6-9,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,c_6-9,Rolling mean employees,5070,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,c_6-9,Salaries and wages paid,274,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",721,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,c_6-9,Total assets,822,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,c_6-9,Total expenditure,705,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,c_6-9,Total income,738,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,d_10-19,Activity unit,600,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,d_10-19,Fixed tangible assets,178,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,d_10-19,Operating profit before tax,156,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,d_10-19,Rolling mean employees,7827,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,d_10-19,Salaries and wages paid,444,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",1168,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,d_10-19,Total assets,1115,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,d_10-19,Total expenditure,1063,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,d_10-19,Total income,1226,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,e_20-49,Activity unit,417,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,e_20-49,Fixed tangible assets,303,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,e_20-49,Operating profit before tax,41,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,e_20-49,Rolling mean employees,12888,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,e_20-49,Salaries and wages paid,725,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",1884,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,e_20-49,Total assets,1628,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,e_20-49,Total expenditure,1914,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,e_20-49,Total income,1951,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,f_50-99,Activity unit,162,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,f_50-99,Fixed tangible assets,238,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,f_50-99,Operating profit before tax,113,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,f_50-99,Rolling mean employees,11280,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,f_50-99,Salaries and wages paid,618,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",1372,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,f_50-99,Total assets,1414,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,f_50-99,Total expenditure,1349,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,f_50-99,Total income,1413,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,g_100-199,Activity unit,87,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,g_100-199,Fixed tangible assets,82,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,g_100-199,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,g_100-199,Rolling mean employees,11883,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,g_100-199,Salaries and wages paid,523,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",1038,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,g_100-199,Total assets,570,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,g_100-199,Total expenditure,1015,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,g_100-199,Total income,1054,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,h_200+,Activity unit,96,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,h_200+,Fixed tangible assets,1417,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,h_200+,Operating profit before tax,148,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,h_200+,Rolling mean employees,62070,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,h_200+,Salaries and wages paid,2494,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",4848,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,h_200+,Total assets,3306,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,h_200+,Total expenditure,4764,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,h_200+,Total income,4890,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,i_Industry_Total,Activity unit,20529,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,4397,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,1143,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,120549,COUNT,,,,,,,,, +2023,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,6065,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",15097,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,i_Industry_Total,Total assets,15281,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,i_Industry_Total,Total expenditure,14434,DOLLARS(millions),,,,,,,,, +2023,N,Administrative and Support Services,i_Industry_Total,Total income,15585,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,a_0,Activity unit,573,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,a_0,Fixed tangible assets,31,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,a_0,Operating profit before tax,20,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,a_0,Salaries and wages paid,26,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",173,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,a_0,Total assets,423,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,a_0,Total expenditure,153,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,a_0,Total income,175,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,b_1-5,Activity unit,321,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,b_1-5,Fixed tangible assets,22,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,b_1-5,Operating profit before tax,15,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,b_1-5,Rolling mean employees,684,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,b_1-5,Salaries and wages paid,47,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",140,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,b_1-5,Total assets,86,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,b_1-5,Total expenditure,126,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,b_1-5,Total income,140,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,c_6-9,Activity unit,78,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,c_6-9,Fixed tangible assets,9,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,c_6-9,Operating profit before tax,11,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,c_6-9,Rolling mean employees,555,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,c_6-9,Salaries and wages paid,30,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",97,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,c_6-9,Total assets,42,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,c_6-9,Total expenditure,87,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,c_6-9,Total income,98,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,d_10-19,Activity unit,72,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,d_10-19,Fixed tangible assets,17,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,d_10-19,Operating profit before tax,17,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,d_10-19,Rolling mean employees,957,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,d_10-19,Salaries and wages paid,52,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",130,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,d_10-19,Total assets,72,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,d_10-19,Total expenditure,116,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,d_10-19,Total income,131,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,e_20-49,Activity unit,51,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,e_20-49,Fixed tangible assets,34,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,e_20-49,Operating profit before tax,13,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,e_20-49,Rolling mean employees,1545,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,e_20-49,Salaries and wages paid,78,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",170,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,e_20-49,Total assets,92,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,e_20-49,Total expenditure,167,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,e_20-49,Total income,179,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,f_50-99,Activity unit,24,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,f_50-99,Fixed tangible assets,22,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,f_50-99,Operating profit before tax,-4,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,f_50-99,Rolling mean employees,1554,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,f_50-99,Salaries and wages paid,97,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",171,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,f_50-99,Total assets,167,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,f_50-99,Total expenditure,191,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,f_50-99,Total income,186,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,g_100-199,Activity unit,12,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,g_100-199,Fixed tangible assets,53,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,g_100-199,Operating profit before tax,1,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,g_100-199,Rolling mean employees,1470,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,g_100-199,Salaries and wages paid,87,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",170,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,g_100-199,Total assets,163,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,g_100-199,Total expenditure,172,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,g_100-199,Total income,174,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,h_200+,Activity unit,15,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,h_200+,Fixed tangible assets,148,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,h_200+,Operating profit before tax,56,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,h_200+,Rolling mean employees,11961,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,h_200+,Salaries and wages paid,630,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",1021,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,h_200+,Total assets,512,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,h_200+,Total expenditure,971,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,h_200+,Total income,1026,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,i_Industry_Total,Activity unit,1143,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,336,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,129,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,18723,COUNT,,,,,,,,, +2023,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,1045,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",2073,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,i_Industry_Total,Total assets,1559,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,i_Industry_Total,Total expenditure,1984,DOLLARS(millions),,,,,,,,, +2023,O,Public Administration and Safety,i_Industry_Total,Total income,2109,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,a_0,Activity unit,4011,COUNT,,,,,,,,, +2023,P,Education and Training,a_0,Fixed tangible assets,421,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,a_0,Operating profit before tax,164,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,P,Education and Training,a_0,Salaries and wages paid,149,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",632,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,a_0,Total assets,912,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,a_0,Total expenditure,520,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,a_0,Total income,688,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,b_1-5,Activity unit,1815,COUNT,,,,,,,,, +2023,P,Education and Training,b_1-5,Fixed tangible assets,242,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,b_1-5,Operating profit before tax,70,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,b_1-5,Rolling mean employees,4290,COUNT,,,,,,,,, +2023,P,Education and Training,b_1-5,Salaries and wages paid,180,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",439,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,b_1-5,Total assets,557,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,b_1-5,Total expenditure,423,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,b_1-5,Total income,491,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,c_6-9,Activity unit,738,COUNT,,,,,,,,, +2023,P,Education and Training,c_6-9,Fixed tangible assets,144,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,c_6-9,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,c_6-9,Rolling mean employees,5304,COUNT,,,,,,,,, +2023,P,Education and Training,c_6-9,Salaries and wages paid,201,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",373,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,c_6-9,Total assets,422,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,c_6-9,Total expenditure,369,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,c_6-9,Total income,401,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,d_10-19,Activity unit,744,COUNT,,,,,,,,, +2023,P,Education and Training,d_10-19,Fixed tangible assets,238,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,d_10-19,Operating profit before tax,47,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,d_10-19,Rolling mean employees,10074,COUNT,,,,,,,,, +2023,P,Education and Training,d_10-19,Salaries and wages paid,405,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",700,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,d_10-19,Total assets,806,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,d_10-19,Total expenditure,704,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,d_10-19,Total income,750,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,e_20-49,Activity unit,306,COUNT,,,,,,,,, +2023,P,Education and Training,e_20-49,Fixed tangible assets,381,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,e_20-49,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,e_20-49,Rolling mean employees,8706,COUNT,,,,,,,,, +2023,P,Education and Training,e_20-49,Salaries and wages paid,404,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",669,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,e_20-49,Total assets,847,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,e_20-49,Total expenditure,705,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,e_20-49,Total income,741,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,f_50-99,Activity unit,72,COUNT,,,,,,,,, +2023,P,Education and Training,f_50-99,Fixed tangible assets,431,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,f_50-99,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,f_50-99,Rolling mean employees,4833,COUNT,,,,,,,,, +2023,P,Education and Training,f_50-99,Salaries and wages paid,271,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",523,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,f_50-99,Total assets,850,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,f_50-99,Total expenditure,514,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,f_50-99,Total income,540,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,g_100-199,Activity unit,24,COUNT,,,,,,,,, +2023,P,Education and Training,g_100-199,Fixed tangible assets,397,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,g_100-199,Operating profit before tax,37,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,g_100-199,Rolling mean employees,3294,COUNT,,,,,,,,, +2023,P,Education and Training,g_100-199,Salaries and wages paid,203,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",367,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,g_100-199,Total assets,838,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,g_100-199,Total expenditure,342,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,g_100-199,Total income,385,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,h_200+,Activity unit,27,COUNT,,,,,,,,, +2023,P,Education and Training,h_200+,Fixed tangible assets,1602,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,h_200+,Operating profit before tax,51,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,h_200+,Rolling mean employees,15621,COUNT,,,,,,,,, +2023,P,Education and Training,h_200+,Salaries and wages paid,841,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",1345,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,h_200+,Total assets,3597,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,h_200+,Total expenditure,1406,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,h_200+,Total income,1391,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,i_Industry_Total,Activity unit,7734,COUNT,,,,,,,,, +2023,P,Education and Training,i_Industry_Total,Fixed tangible assets,3855,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,i_Industry_Total,Operating profit before tax,468,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,i_Industry_Total,Rolling mean employees,52122,COUNT,,,,,,,,, +2023,P,Education and Training,i_Industry_Total,Salaries and wages paid,2654,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",5047,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,i_Industry_Total,Total assets,8831,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,i_Industry_Total,Total expenditure,4983,DOLLARS(millions),,,,,,,,, +2023,P,Education and Training,i_Industry_Total,Total income,5387,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,a_0,Activity unit,14730,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,1837,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,a_0,Operating profit before tax,1175,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,905,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",3404,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,a_0,Total assets,4070,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,a_0,Total expenditure,2364,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,a_0,Total income,3555,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,b_1-5,Activity unit,4896,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,415,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,579,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,10830,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,1025,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",2767,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,b_1-5,Total assets,1979,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,b_1-5,Total expenditure,2267,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,b_1-5,Total income,2833,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,c_6-9,Activity unit,1665,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,517,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,122,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,12105,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,584,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",1222,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,c_6-9,Total assets,1170,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,c_6-9,Total expenditure,1161,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,c_6-9,Total income,1263,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,d_10-19,Activity unit,993,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,837,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,210,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,13773,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,769,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",1615,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,d_10-19,Total assets,1598,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1483,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,d_10-19,Total income,1688,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,e_20-49,Activity unit,888,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,1302,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,366,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,26850,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,1446,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",3341,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,e_20-49,Total assets,3135,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,e_20-49,Total expenditure,3203,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,e_20-49,Total income,3624,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,f_50-99,Activity unit,276,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,2201,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,132,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,19059,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,1014,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",2367,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,f_50-99,Total assets,3984,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,f_50-99,Total expenditure,2386,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,f_50-99,Total income,2518,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,g_100-199,Activity unit,159,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,3907,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,281,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,21732,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,1234,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",2815,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,g_100-199,Total assets,10299,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,g_100-199,Total expenditure,2697,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,g_100-199,Total income,3191,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,h_200+,Activity unit,102,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,5232,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,300,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,77223,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,4544,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",8349,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,h_200+,Total assets,11729,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,h_200+,Total expenditure,8331,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,h_200+,Total income,8730,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,23706,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,16249,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,3164,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,181578,COUNT,,,,,,,,, +2023,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,11522,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",25880,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,37964,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,23892,DOLLARS(millions),,,,,,,,, +2023,Q,Health Care and Social Assistance,i_Industry_Total,Total income,27403,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,a_0,Activity unit,7770,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,a_0,Fixed tangible assets,1625,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,a_0,Operating profit before tax,359,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,a_0,Salaries and wages paid,190,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",1195,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,a_0,Total assets,2968,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,a_0,Total expenditure,1052,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,a_0,Total income,1405,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,b_1-5,Activity unit,2532,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,957,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,b_1-5,Operating profit before tax,71,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,b_1-5,Rolling mean employees,5334,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,218,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",898,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,b_1-5,Total assets,1671,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,b_1-5,Total expenditure,983,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,b_1-5,Total income,1053,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,c_6-9,Activity unit,474,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,371,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,c_6-9,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,c_6-9,Rolling mean employees,3435,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,121,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,c_6-9,Total assets,566,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,c_6-9,Total expenditure,459,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,c_6-9,Total income,484,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,d_10-19,Activity unit,420,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,751,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,d_10-19,Operating profit before tax,50,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,d_10-19,Rolling mean employees,5574,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,201,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",568,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,d_10-19,Total assets,1181,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,d_10-19,Total expenditure,633,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,d_10-19,Total income,687,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,e_20-49,Activity unit,252,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1708,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,e_20-49,Operating profit before tax,42,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,e_20-49,Rolling mean employees,7395,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,314,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",945,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,e_20-49,Total assets,2503,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,e_20-49,Total expenditure,1190,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,e_20-49,Total income,1236,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,f_50-99,Activity unit,63,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,839,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,f_50-99,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,f_50-99,Rolling mean employees,4227,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,182,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",494,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,f_50-99,Total assets,1330,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,f_50-99,Total expenditure,600,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,f_50-99,Total income,631,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,469,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,g_100-199,Rolling mean employees,2940,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,183,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",942,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,g_100-199,Total assets,995,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,g_100-199,Total expenditure,699,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,g_100-199,Total income,1030,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,h_200+,Activity unit,12,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,h_200+,Fixed tangible assets,1171,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,h_200+,Operating profit before tax,377,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,h_200+,Rolling mean employees,7551,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,h_200+,Salaries and wages paid,417,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",C,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,h_200+,Total assets,3292,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,h_200+,Total expenditure,1271,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,h_200+,Total income,1684,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,i_Industry_Total,Activity unit,11538,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,7890,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,1296,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,36453,COUNT,,,,,,,,, +2023,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1826,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",6944,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,i_Industry_Total,Total assets,14506,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,6887,DOLLARS(millions),,,,,,,,, +2023,R,Arts and Recreation Services,i_Industry_Total,Total income,8211,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,a_0,Activity unit,13104,COUNT,,,,,,,,, +2023,S,Other Services,a_0,Fixed tangible assets,1781,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,a_0,Operating profit before tax,521,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2023,S,Other Services,a_0,Salaries and wages paid,358,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,a_0,"Sales, government funding, grants and subsidies",1889,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,a_0,Total assets,4490,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,a_0,Total expenditure,1945,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,a_0,Total income,2446,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,b_1-5,Activity unit,9324,COUNT,,,,,,,,, +2023,S,Other Services,b_1-5,Fixed tangible assets,1314,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,b_1-5,Operating profit before tax,272,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,b_1-5,Rolling mean employees,20946,COUNT,,,,,,,,, +2023,S,Other Services,b_1-5,Salaries and wages paid,1237,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",3674,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,b_1-5,Total assets,5067,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,b_1-5,Total expenditure,3654,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,b_1-5,Total income,3937,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,c_6-9,Activity unit,1899,COUNT,,,,,,,,, +2023,S,Other Services,c_6-9,Fixed tangible assets,557,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,c_6-9,Operating profit before tax,160,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,c_6-9,Rolling mean employees,13539,COUNT,,,,,,,,, +2023,S,Other Services,c_6-9,Salaries and wages paid,750,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",2053,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,c_6-9,Total assets,3049,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,c_6-9,Total expenditure,2060,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,c_6-9,Total income,2219,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,d_10-19,Activity unit,1092,COUNT,,,,,,,,, +2023,S,Other Services,d_10-19,Fixed tangible assets,558,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,d_10-19,Operating profit before tax,190,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,d_10-19,Rolling mean employees,13911,COUNT,,,,,,,,, +2023,S,Other Services,d_10-19,Salaries and wages paid,793,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",2332,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,d_10-19,Total assets,2602,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,d_10-19,Total expenditure,2388,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,d_10-19,Total income,2559,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,e_20-49,Activity unit,375,COUNT,,,,,,,,, +2023,S,Other Services,e_20-49,Fixed tangible assets,465,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,e_20-49,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,e_20-49,Rolling mean employees,10431,COUNT,,,,,,,,, +2023,S,Other Services,e_20-49,Salaries and wages paid,650,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",1770,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,e_20-49,Total assets,4144,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,e_20-49,Total expenditure,2114,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,e_20-49,Total income,2067,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,f_50-99,Activity unit,78,COUNT,,,,,,,,, +2023,S,Other Services,f_50-99,Fixed tangible assets,286,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,f_50-99,Operating profit before tax,31,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,f_50-99,Rolling mean employees,5178,COUNT,,,,,,,,, +2023,S,Other Services,f_50-99,Salaries and wages paid,310,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",860,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,f_50-99,Total assets,941,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,f_50-99,Total expenditure,924,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,f_50-99,Total income,941,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,g_100-199,Activity unit,21,COUNT,,,,,,,,, +2023,S,Other Services,g_100-199,Fixed tangible assets,124,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,g_100-199,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,g_100-199,Rolling mean employees,2643,COUNT,,,,,,,,, +2023,S,Other Services,g_100-199,Salaries and wages paid,164,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",393,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,g_100-199,Total assets,460,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,g_100-199,Total expenditure,497,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,g_100-199,Total income,534,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,h_200+,Activity unit,12,COUNT,,,,,,,,, +2023,S,Other Services,h_200+,Fixed tangible assets,386,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,h_200+,Operating profit before tax,10,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,h_200+,Rolling mean employees,5754,COUNT,,,,,,,,, +2023,S,Other Services,h_200+,Salaries and wages paid,363,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",737,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,h_200+,Total assets,1419,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,h_200+,Total expenditure,884,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,h_200+,Total income,925,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,i_Industry_Total,Activity unit,25902,COUNT,,,,,,,,, +2023,S,Other Services,i_Industry_Total,Fixed tangible assets,5471,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,i_Industry_Total,Operating profit before tax,1262,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,i_Industry_Total,Rolling mean employees,72399,COUNT,,,,,,,,, +2023,S,Other Services,i_Industry_Total,Salaries and wages paid,4626,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",13708,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,i_Industry_Total,Total assets,22172,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,i_Industry_Total,Total expenditure,14467,DOLLARS(millions),,,,,,,,, +2023,S,Other Services,i_Industry_Total,Total income,15629,DOLLARS(millions),,,,,,,,, +2023,all,All Industries,j_Grand_Total,Activity unit,540552,COUNT,,,,,,,,, +2023,all,All Industries,j_Grand_Total,Fixed tangible assets,679947,DOLLARS(millions),,,,,,,,, +2023,all,All Industries,j_Grand_Total,Operating profit before tax,103139,DOLLARS(millions),,,,,,,,, +2023,all,All Industries,j_Grand_Total,Rolling mean employees,2004099,COUNT,,,,,,,,, +2023,all,All Industries,j_Grand_Total,Salaries and wages paid,147768,DOLLARS(millions),,,,,,,,, +2023,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",818967,DOLLARS(millions),,,,,,,,, +2023,all,All Industries,j_Grand_Total,Total assets,2833048,DOLLARS(millions),,,,,,,,, +2023,all,All Industries,j_Grand_Total,Total expenditure,830918,DOLLARS(millions),,,,,,,,, +2023,all,All Industries,j_Grand_Total,Total income,928600,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",a_0,Activity unit,40980,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",a_0,Fixed tangible assets,56385,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",a_0,Operating profit before tax,1710,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",a_0,Salaries and wages paid,536,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",a_0,"Sales, government funding, grants and subsidies",13454,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",a_0,Total assets,98033,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",a_0,Total expenditure,12938,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",a_0,Total income,16075,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",b_1-5,Activity unit,16800,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",b_1-5,Fixed tangible assets,41751,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",b_1-5,Operating profit before tax,1162,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",b_1-5,Rolling mean employees,33060,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",b_1-5,Salaries and wages paid,2329,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",b_1-5,"Sales, government funding, grants and subsidies",16531,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",b_1-5,Total assets,64860,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",b_1-5,Total expenditure,15655,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",b_1-5,Total income,17382,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",c_6-9,Activity unit,2175,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",c_6-9,Fixed tangible assets,10914,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",c_6-9,Operating profit before tax,319,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",c_6-9,Rolling mean employees,15294,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",c_6-9,Salaries and wages paid,916,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",c_6-9,"Sales, government funding, grants and subsidies",5269,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",c_6-9,Total assets,16712,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",c_6-9,Total expenditure,5062,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",c_6-9,Total income,5517,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",d_10-19,Activity unit,1242,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",d_10-19,Fixed tangible assets,7967,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",d_10-19,Operating profit before tax,200,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",d_10-19,Rolling mean employees,16140,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",d_10-19,Salaries and wages paid,934,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",d_10-19,"Sales, government funding, grants and subsidies",5030,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",d_10-19,Total assets,15378,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",d_10-19,Total expenditure,4973,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",d_10-19,Total income,5180,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",e_20-49,Activity unit,606,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",e_20-49,Fixed tangible assets,4251,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",e_20-49,Operating profit before tax,99,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",e_20-49,Rolling mean employees,18135,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",e_20-49,Salaries and wages paid,955,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",e_20-49,"Sales, government funding, grants and subsidies",4399,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",e_20-49,Total assets,8281,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",e_20-49,Total expenditure,4429,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",e_20-49,Total income,4531,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",f_50-99,Activity unit,144,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",f_50-99,Fixed tangible assets,2129,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",f_50-99,Operating profit before tax,74,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",f_50-99,Rolling mean employees,9789,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",f_50-99,Salaries and wages paid,497,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",f_50-99,"Sales, government funding, grants and subsidies",2091,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",f_50-99,Total assets,4736,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",f_50-99,Total expenditure,2084,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",f_50-99,Total income,2195,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",g_100-199,Activity unit,51,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",g_100-199,Fixed tangible assets,1694,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",g_100-199,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",g_100-199,Rolling mean employees,6936,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",g_100-199,Salaries and wages paid,343,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",g_100-199,"Sales, government funding, grants and subsidies",1519,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",g_100-199,Total assets,4455,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",g_100-199,Total expenditure,1544,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",g_100-199,Total income,1588,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",h_200+,Activity unit,27,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",h_200+,Fixed tangible assets,2365,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",h_200+,Operating profit before tax,-17,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",h_200+,Rolling mean employees,13035,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",h_200+,Salaries and wages paid,579,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",h_200+,"Sales, government funding, grants and subsidies",1921,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",h_200+,Total assets,7967,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",h_200+,Total expenditure,2219,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",h_200+,Total income,2306,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Activity unit,62022,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Fixed tangible assets,127458,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Operating profit before tax,3578,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Rolling mean employees,112386,COUNT,,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Salaries and wages paid,7090,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",i_Industry_Total,"Sales, government funding, grants and subsidies",50212,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total assets,220421,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total expenditure,48903,DOLLARS(millions),,,,,,,,, +2024,A,"Agriculture, Forestry and Fishing",i_Industry_Total,Total income,54775,DOLLARS(millions),,,,,,,,, +2024,B,Mining,a_0,Activity unit,435,COUNT,,,,,,,,, +2024,B,Mining,a_0,Fixed tangible assets,1318,DOLLARS(millions),,,,,,,,, +2024,B,Mining,a_0,Operating profit before tax,206,DOLLARS(millions),,,,,,,,, +2024,B,Mining,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,B,Mining,a_0,Salaries and wages paid,46,DOLLARS(millions),,,,,,,,, +2024,B,Mining,a_0,"Sales, government funding, grants and subsidies",838,DOLLARS(millions),,,,,,,,, +2024,B,Mining,a_0,Total assets,3765,DOLLARS(millions),,,,,,,,, +2024,B,Mining,a_0,Total expenditure,786,DOLLARS(millions),,,,,,,,, +2024,B,Mining,a_0,Total income,941,DOLLARS(millions),,,,,,,,, +2024,B,Mining,b_1-5,Activity unit,135,COUNT,,,,,,,,, +2024,B,Mining,b_1-5,Fixed tangible assets,175,DOLLARS(millions),,,,,,,,, +2024,B,Mining,b_1-5,Operating profit before tax,28,DOLLARS(millions),,,,,,,,, +2024,B,Mining,b_1-5,Rolling mean employees,252,COUNT,,,,,,,,, +2024,B,Mining,b_1-5,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2024,B,Mining,b_1-5,"Sales, government funding, grants and subsidies",246,DOLLARS(millions),,,,,,,,, +2024,B,Mining,b_1-5,Total assets,457,DOLLARS(millions),,,,,,,,, +2024,B,Mining,b_1-5,Total expenditure,227,DOLLARS(millions),,,,,,,,, +2024,B,Mining,b_1-5,Total income,263,DOLLARS(millions),,,,,,,,, +2024,B,Mining,c_6-9,Activity unit,54,COUNT,,,,,,,,, +2024,B,Mining,c_6-9,Fixed tangible assets,109,DOLLARS(millions),,,,,,,,, +2024,B,Mining,c_6-9,Operating profit before tax,21,DOLLARS(millions),,,,,,,,, +2024,B,Mining,c_6-9,Rolling mean employees,363,COUNT,,,,,,,,, +2024,B,Mining,c_6-9,Salaries and wages paid,30,DOLLARS(millions),,,,,,,,, +2024,B,Mining,c_6-9,"Sales, government funding, grants and subsidies",167,DOLLARS(millions),,,,,,,,, +2024,B,Mining,c_6-9,Total assets,247,DOLLARS(millions),,,,,,,,, +2024,B,Mining,c_6-9,Total expenditure,155,DOLLARS(millions),,,,,,,,, +2024,B,Mining,c_6-9,Total income,170,DOLLARS(millions),,,,,,,,, +2024,B,Mining,d_10-19,Activity unit,30,COUNT,,,,,,,,, +2024,B,Mining,d_10-19,Fixed tangible assets,120,DOLLARS(millions),,,,,,,,, +2024,B,Mining,d_10-19,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2024,B,Mining,d_10-19,Rolling mean employees,396,COUNT,,,,,,,,, +2024,B,Mining,d_10-19,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2024,B,Mining,d_10-19,"Sales, government funding, grants and subsidies",184,DOLLARS(millions),,,,,,,,, +2024,B,Mining,d_10-19,Total assets,232,DOLLARS(millions),,,,,,,,, +2024,B,Mining,d_10-19,Total expenditure,164,DOLLARS(millions),,,,,,,,, +2024,B,Mining,d_10-19,Total income,191,DOLLARS(millions),,,,,,,,, +2024,B,Mining,e_20-49,Activity unit,39,COUNT,,,,,,,,, +2024,B,Mining,e_20-49,Fixed tangible assets,522,DOLLARS(millions),,,,,,,,, +2024,B,Mining,e_20-49,Operating profit before tax,137,DOLLARS(millions),,,,,,,,, +2024,B,Mining,e_20-49,Rolling mean employees,1182,COUNT,,,,,,,,, +2024,B,Mining,e_20-49,Salaries and wages paid,147,DOLLARS(millions),,,,,,,,, +2024,B,Mining,e_20-49,"Sales, government funding, grants and subsidies",747,DOLLARS(millions),,,,,,,,, +2024,B,Mining,e_20-49,Total assets,2108,DOLLARS(millions),,,,,,,,, +2024,B,Mining,e_20-49,Total expenditure,766,DOLLARS(millions),,,,,,,,, +2024,B,Mining,e_20-49,Total income,852,DOLLARS(millions),,,,,,,,, +2024,B,Mining,f_50-99,Activity unit,9,COUNT,,,,,,,,, +2024,B,Mining,f_50-99,Fixed tangible assets,219,DOLLARS(millions),,,,,,,,, +2024,B,Mining,f_50-99,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2024,B,Mining,f_50-99,Rolling mean employees,651,COUNT,,,,,,,,, +2024,B,Mining,f_50-99,Salaries and wages paid,70,DOLLARS(millions),,,,,,,,, +2024,B,Mining,f_50-99,"Sales, government funding, grants and subsidies",262,DOLLARS(millions),,,,,,,,, +2024,B,Mining,f_50-99,Total assets,455,DOLLARS(millions),,,,,,,,, +2024,B,Mining,f_50-99,Total expenditure,271,DOLLARS(millions),,,,,,,,, +2024,B,Mining,f_50-99,Total income,265,DOLLARS(millions),,,,,,,,, +2024,B,Mining,g_100-199,Activity unit,6,COUNT,,,,,,,,, +2024,B,Mining,g_100-199,Fixed tangible assets,653,DOLLARS(millions),,,,,,,,, +2024,B,Mining,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2024,B,Mining,g_100-199,Rolling mean employees,900,COUNT,,,,,,,,, +2024,B,Mining,g_100-199,Salaries and wages paid,132,DOLLARS(millions),,,,,,,,, +2024,B,Mining,g_100-199,"Sales, government funding, grants and subsidies",810,DOLLARS(millions),,,,,,,,, +2024,B,Mining,g_100-199,Total assets,1128,DOLLARS(millions),,,,,,,,, +2024,B,Mining,g_100-199,Total expenditure,907,DOLLARS(millions),,,,,,,,, +2024,B,Mining,g_100-199,Total income,836,DOLLARS(millions),,,,,,,,, +2024,B,Mining,h_200+,Activity unit,6,COUNT,,,,,,,,, +2024,B,Mining,h_200+,Fixed tangible assets,2609,DOLLARS(millions),,,,,,,,, +2024,B,Mining,h_200+,Operating profit before tax,328,DOLLARS(millions),,,,,,,,, +2024,B,Mining,h_200+,Rolling mean employees,2274,COUNT,,,,,,,,, +2024,B,Mining,h_200+,Salaries and wages paid,312,DOLLARS(millions),,,,,,,,, +2024,B,Mining,h_200+,"Sales, government funding, grants and subsidies",2211,DOLLARS(millions),,,,,,,,, +2024,B,Mining,h_200+,Total assets,4475,DOLLARS(millions),,,,,,,,, +2024,B,Mining,h_200+,Total expenditure,1962,DOLLARS(millions),,,,,,,,, +2024,B,Mining,h_200+,Total income,2241,DOLLARS(millions),,,,,,,,, +2024,B,Mining,i_Industry_Total,Activity unit,711,COUNT,,,,,,,,, +2024,B,Mining,i_Industry_Total,Fixed tangible assets,5725,DOLLARS(millions),,,,,,,,, +2024,B,Mining,i_Industry_Total,Operating profit before tax,832,DOLLARS(millions),,,,,,,,, +2024,B,Mining,i_Industry_Total,Rolling mean employees,6012,COUNT,,,,,,,,, +2024,B,Mining,i_Industry_Total,Salaries and wages paid,798,DOLLARS(millions),,,,,,,,, +2024,B,Mining,i_Industry_Total,"Sales, government funding, grants and subsidies",5465,DOLLARS(millions),,,,,,,,, +2024,B,Mining,i_Industry_Total,Total assets,12868,DOLLARS(millions),,,,,,,,, +2024,B,Mining,i_Industry_Total,Total expenditure,5237,DOLLARS(millions),,,,,,,,, +2024,B,Mining,i_Industry_Total,Total income,5758,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,a_0,Activity unit,10590,COUNT,,,,,,,,, +2024,C,Manufacturing,a_0,Fixed tangible assets,2491,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,a_0,Operating profit before tax,372,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,C,Manufacturing,a_0,Salaries and wages paid,485,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,a_0,"Sales, government funding, grants and subsidies",3664,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,a_0,Total assets,5421,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,a_0,Total expenditure,3356,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,a_0,Total income,3739,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,b_1-5,Activity unit,6537,COUNT,,,,,,,,, +2024,C,Manufacturing,b_1-5,Fixed tangible assets,876,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,b_1-5,Operating profit before tax,424,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,b_1-5,Rolling mean employees,15258,COUNT,,,,,,,,, +2024,C,Manufacturing,b_1-5,Salaries and wages paid,1061,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,b_1-5,"Sales, government funding, grants and subsidies",5701,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,b_1-5,Total assets,3267,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,b_1-5,Total expenditure,5362,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,b_1-5,Total income,5780,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,c_6-9,Activity unit,1833,COUNT,,,,,,,,, +2024,C,Manufacturing,c_6-9,Fixed tangible assets,515,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,c_6-9,Operating profit before tax,270,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,c_6-9,Rolling mean employees,13278,COUNT,,,,,,,,, +2024,C,Manufacturing,c_6-9,Salaries and wages paid,816,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,c_6-9,"Sales, government funding, grants and subsidies",3596,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,c_6-9,Total assets,2659,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,c_6-9,Total expenditure,3368,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,c_6-9,Total income,3625,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,d_10-19,Activity unit,1752,COUNT,,,,,,,,, +2024,C,Manufacturing,d_10-19,Fixed tangible assets,1199,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,d_10-19,Operating profit before tax,561,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,d_10-19,Rolling mean employees,23916,COUNT,,,,,,,,, +2024,C,Manufacturing,d_10-19,Salaries and wages paid,1550,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,d_10-19,"Sales, government funding, grants and subsidies",6902,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,d_10-19,Total assets,4615,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,d_10-19,Total expenditure,6436,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,d_10-19,Total income,6963,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,e_20-49,Activity unit,1251,COUNT,,,,,,,,, +2024,C,Manufacturing,e_20-49,Fixed tangible assets,2416,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,e_20-49,Operating profit before tax,981,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,e_20-49,Rolling mean employees,37986,COUNT,,,,,,,,, +2024,C,Manufacturing,e_20-49,Salaries and wages paid,2521,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,e_20-49,"Sales, government funding, grants and subsidies",12382,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,e_20-49,Total assets,9510,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,e_20-49,Total expenditure,11523,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,e_20-49,Total income,12513,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,f_50-99,Activity unit,444,COUNT,,,,,,,,, +2024,C,Manufacturing,f_50-99,Fixed tangible assets,2500,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,f_50-99,Operating profit before tax,514,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,f_50-99,Rolling mean employees,29751,COUNT,,,,,,,,, +2024,C,Manufacturing,f_50-99,Salaries and wages paid,2088,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,f_50-99,"Sales, government funding, grants and subsidies",10128,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,f_50-99,Total assets,8422,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,f_50-99,Total expenditure,9793,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,f_50-99,Total income,10243,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,g_100-199,Activity unit,174,COUNT,,,,,,,,, +2024,C,Manufacturing,g_100-199,Fixed tangible assets,3201,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,g_100-199,Operating profit before tax,654,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,g_100-199,Rolling mean employees,24150,COUNT,,,,,,,,, +2024,C,Manufacturing,g_100-199,Salaries and wages paid,1877,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,g_100-199,"Sales, government funding, grants and subsidies",11304,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,g_100-199,Total assets,10930,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,g_100-199,Total expenditure,10768,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,g_100-199,Total income,11522,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,h_200+,Activity unit,156,COUNT,,,,,,,,, +2024,C,Manufacturing,h_200+,Fixed tangible assets,20385,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,h_200+,Operating profit before tax,3115,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,h_200+,Rolling mean employees,97416,COUNT,,,,,,,,, +2024,C,Manufacturing,h_200+,Salaries and wages paid,9254,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,h_200+,"Sales, government funding, grants and subsidies",72075,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,h_200+,Total assets,63296,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,h_200+,Total expenditure,69641,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,h_200+,Total income,72983,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,i_Industry_Total,Activity unit,22737,COUNT,,,,,,,,, +2024,C,Manufacturing,i_Industry_Total,Fixed tangible assets,33585,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,i_Industry_Total,Operating profit before tax,6892,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,i_Industry_Total,Rolling mean employees,241755,COUNT,,,,,,,,, +2024,C,Manufacturing,i_Industry_Total,Salaries and wages paid,19653,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,i_Industry_Total,"Sales, government funding, grants and subsidies",125752,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,i_Industry_Total,Total assets,108120,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,i_Industry_Total,Total expenditure,120248,DOLLARS(millions),,,,,,,,, +2024,C,Manufacturing,i_Industry_Total,Total income,127367,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",a_0,Activity unit,654,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",a_0,Fixed tangible assets,3923,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",a_0,Operating profit before tax,181,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",a_0,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",a_0,"Sales, government funding, grants and subsidies",1273,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",a_0,Total assets,5758,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",a_0,Total expenditure,1191,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",a_0,Total income,1475,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",b_1-5,Activity unit,372,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",b_1-5,Fixed tangible assets,187,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",b_1-5,Operating profit before tax,70,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",b_1-5,Rolling mean employees,753,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",b_1-5,Salaries and wages paid,64,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",b_1-5,"Sales, government funding, grants and subsidies",348,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total assets,406,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total expenditure,285,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",b_1-5,Total income,354,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",c_6-9,Activity unit,72,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",c_6-9,Fixed tangible assets,353,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",c_6-9,Operating profit before tax,26,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",c_6-9,Rolling mean employees,525,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",c_6-9,Salaries and wages paid,38,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",c_6-9,"Sales, government funding, grants and subsidies",226,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total assets,497,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total expenditure,201,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",c_6-9,Total income,229,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",d_10-19,Activity unit,75,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",d_10-19,Fixed tangible assets,1192,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",d_10-19,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",d_10-19,Rolling mean employees,1005,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",d_10-19,Salaries and wages paid,74,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",d_10-19,"Sales, government funding, grants and subsidies",374,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total assets,1517,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total expenditure,351,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",d_10-19,Total income,391,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",e_20-49,Activity unit,39,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",e_20-49,Fixed tangible assets,1157,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",e_20-49,Operating profit before tax,117,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",e_20-49,Rolling mean employees,1167,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",e_20-49,Salaries and wages paid,105,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",e_20-49,"Sales, government funding, grants and subsidies",908,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total assets,1617,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total expenditure,881,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",e_20-49,Total income,937,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",f_50-99,Activity unit,18,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",f_50-99,Fixed tangible assets,663,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",f_50-99,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",f_50-99,Rolling mean employees,1305,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",f_50-99,Salaries and wages paid,111,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",f_50-99,"Sales, government funding, grants and subsidies",455,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total assets,1206,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total expenditure,504,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",f_50-99,Total income,499,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",g_100-199,Activity unit,15,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",g_100-199,Fixed tangible assets,3238,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",g_100-199,Operating profit before tax,215,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",g_100-199,Rolling mean employees,2214,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",g_100-199,Salaries and wages paid,178,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",g_100-199,"Sales, government funding, grants and subsidies",1076,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total assets,4196,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total expenditure,907,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",g_100-199,Total income,1099,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",h_200+,Activity unit,24,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",h_200+,Fixed tangible assets,66562,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",h_200+,Operating profit before tax,2097,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",h_200+,Rolling mean employees,16293,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",h_200+,Salaries and wages paid,1686,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",h_200+,"Sales, government funding, grants and subsidies",22400,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",h_200+,Total assets,80904,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",h_200+,Total expenditure,20818,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",h_200+,Total income,23162,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Activity unit,1269,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Fixed tangible assets,77276,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Operating profit before tax,2749,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Rolling mean employees,23256,COUNT,,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Salaries and wages paid,2289,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,"Sales, government funding, grants and subsidies",27060,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total assets,96101,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total expenditure,25139,DOLLARS(millions),,,,,,,,, +2024,D,"Electricity, Gas, Water and Waste Services",i_Industry_Total,Total income,28145,DOLLARS(millions),,,,,,,,, +2024,E,Construction,a_0,Activity unit,49044,COUNT,,,,,,,,, +2024,E,Construction,a_0,Fixed tangible assets,6958,DOLLARS(millions),,,,,,,,, +2024,E,Construction,a_0,Operating profit before tax,2364,DOLLARS(millions),,,,,,,,, +2024,E,Construction,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,E,Construction,a_0,Salaries and wages paid,2260,DOLLARS(millions),,,,,,,,, +2024,E,Construction,a_0,"Sales, government funding, grants and subsidies",20740,DOLLARS(millions),,,,,,,,, +2024,E,Construction,a_0,Total assets,26207,DOLLARS(millions),,,,,,,,, +2024,E,Construction,a_0,Total expenditure,18714,DOLLARS(millions),,,,,,,,, +2024,E,Construction,a_0,Total income,21049,DOLLARS(millions),,,,,,,,, +2024,E,Construction,b_1-5,Activity unit,23904,COUNT,,,,,,,,, +2024,E,Construction,b_1-5,Fixed tangible assets,3221,DOLLARS(millions),,,,,,,,, +2024,E,Construction,b_1-5,Operating profit before tax,1267,DOLLARS(millions),,,,,,,,, +2024,E,Construction,b_1-5,Rolling mean employees,48012,COUNT,,,,,,,,, +2024,E,Construction,b_1-5,Salaries and wages paid,4045,DOLLARS(millions),,,,,,,,, +2024,E,Construction,b_1-5,"Sales, government funding, grants and subsidies",17234,DOLLARS(millions),,,,,,,,, +2024,E,Construction,b_1-5,Total assets,11407,DOLLARS(millions),,,,,,,,, +2024,E,Construction,b_1-5,Total expenditure,16127,DOLLARS(millions),,,,,,,,, +2024,E,Construction,b_1-5,Total income,17398,DOLLARS(millions),,,,,,,,, +2024,E,Construction,c_6-9,Activity unit,3738,COUNT,,,,,,,,, +2024,E,Construction,c_6-9,Fixed tangible assets,907,DOLLARS(millions),,,,,,,,, +2024,E,Construction,c_6-9,Operating profit before tax,760,DOLLARS(millions),,,,,,,,, +2024,E,Construction,c_6-9,Rolling mean employees,26751,COUNT,,,,,,,,, +2024,E,Construction,c_6-9,Salaries and wages paid,1867,DOLLARS(millions),,,,,,,,, +2024,E,Construction,c_6-9,"Sales, government funding, grants and subsidies",8728,DOLLARS(millions),,,,,,,,, +2024,E,Construction,c_6-9,Total assets,4110,DOLLARS(millions),,,,,,,,, +2024,E,Construction,c_6-9,Total expenditure,7968,DOLLARS(millions),,,,,,,,, +2024,E,Construction,c_6-9,Total income,8795,DOLLARS(millions),,,,,,,,, +2024,E,Construction,d_10-19,Activity unit,2952,COUNT,,,,,,,,, +2024,E,Construction,d_10-19,Fixed tangible assets,1996,DOLLARS(millions),,,,,,,,, +2024,E,Construction,d_10-19,Operating profit before tax,1249,DOLLARS(millions),,,,,,,,, +2024,E,Construction,d_10-19,Rolling mean employees,40140,COUNT,,,,,,,,, +2024,E,Construction,d_10-19,Salaries and wages paid,2906,DOLLARS(millions),,,,,,,,, +2024,E,Construction,d_10-19,"Sales, government funding, grants and subsidies",13808,DOLLARS(millions),,,,,,,,, +2024,E,Construction,d_10-19,Total assets,7505,DOLLARS(millions),,,,,,,,, +2024,E,Construction,d_10-19,Total expenditure,12675,DOLLARS(millions),,,,,,,,, +2024,E,Construction,d_10-19,Total income,13950,DOLLARS(millions),,,,,,,,, +2024,E,Construction,e_20-49,Activity unit,1029,COUNT,,,,,,,,, +2024,E,Construction,e_20-49,Fixed tangible assets,1223,DOLLARS(millions),,,,,,,,, +2024,E,Construction,e_20-49,Operating profit before tax,1083,DOLLARS(millions),,,,,,,,, +2024,E,Construction,e_20-49,Rolling mean employees,30687,COUNT,,,,,,,,, +2024,E,Construction,e_20-49,Salaries and wages paid,2349,DOLLARS(millions),,,,,,,,, +2024,E,Construction,e_20-49,"Sales, government funding, grants and subsidies",12636,DOLLARS(millions),,,,,,,,, +2024,E,Construction,e_20-49,Total assets,5590,DOLLARS(millions),,,,,,,,, +2024,E,Construction,e_20-49,Total expenditure,11703,DOLLARS(millions),,,,,,,,, +2024,E,Construction,e_20-49,Total income,12701,DOLLARS(millions),,,,,,,,, +2024,E,Construction,f_50-99,Activity unit,312,COUNT,,,,,,,,, +2024,E,Construction,f_50-99,Fixed tangible assets,877,DOLLARS(millions),,,,,,,,, +2024,E,Construction,f_50-99,Operating profit before tax,606,DOLLARS(millions),,,,,,,,, +2024,E,Construction,f_50-99,Rolling mean employees,19845,COUNT,,,,,,,,, +2024,E,Construction,f_50-99,Salaries and wages paid,1747,DOLLARS(millions),,,,,,,,, +2024,E,Construction,f_50-99,"Sales, government funding, grants and subsidies",8835,DOLLARS(millions),,,,,,,,, +2024,E,Construction,f_50-99,Total assets,4248,DOLLARS(millions),,,,,,,,, +2024,E,Construction,f_50-99,Total expenditure,8262,DOLLARS(millions),,,,,,,,, +2024,E,Construction,f_50-99,Total income,8916,DOLLARS(millions),,,,,,,,, +2024,E,Construction,g_100-199,Activity unit,84,COUNT,,,,,,,,, +2024,E,Construction,g_100-199,Fixed tangible assets,376,DOLLARS(millions),,,,,,,,, +2024,E,Construction,g_100-199,Operating profit before tax,283,DOLLARS(millions),,,,,,,,, +2024,E,Construction,g_100-199,Rolling mean employees,11190,COUNT,,,,,,,,, +2024,E,Construction,g_100-199,Salaries and wages paid,913,DOLLARS(millions),,,,,,,,, +2024,E,Construction,g_100-199,"Sales, government funding, grants and subsidies",4657,DOLLARS(millions),,,,,,,,, +2024,E,Construction,g_100-199,Total assets,1861,DOLLARS(millions),,,,,,,,, +2024,E,Construction,g_100-199,Total expenditure,4434,DOLLARS(millions),,,,,,,,, +2024,E,Construction,g_100-199,Total income,4697,DOLLARS(millions),,,,,,,,, +2024,E,Construction,h_200+,Activity unit,60,COUNT,,,,,,,,, +2024,E,Construction,h_200+,Fixed tangible assets,1971,DOLLARS(millions),,,,,,,,, +2024,E,Construction,h_200+,Operating profit before tax,819,DOLLARS(millions),,,,,,,,, +2024,E,Construction,h_200+,Rolling mean employees,36024,COUNT,,,,,,,,, +2024,E,Construction,h_200+,Salaries and wages paid,3761,DOLLARS(millions),,,,,,,,, +2024,E,Construction,h_200+,"Sales, government funding, grants and subsidies",16290,DOLLARS(millions),,,,,,,,, +2024,E,Construction,h_200+,Total assets,9901,DOLLARS(millions),,,,,,,,, +2024,E,Construction,h_200+,Total expenditure,15674,DOLLARS(millions),,,,,,,,, +2024,E,Construction,h_200+,Total income,16439,DOLLARS(millions),,,,,,,,, +2024,E,Construction,i_Industry_Total,Activity unit,81123,COUNT,,,,,,,,, +2024,E,Construction,i_Industry_Total,Fixed tangible assets,17528,DOLLARS(millions),,,,,,,,, +2024,E,Construction,i_Industry_Total,Operating profit before tax,8430,DOLLARS(millions),,,,,,,,, +2024,E,Construction,i_Industry_Total,Rolling mean employees,212649,COUNT,,,,,,,,, +2024,E,Construction,i_Industry_Total,Salaries and wages paid,19847,DOLLARS(millions),,,,,,,,, +2024,E,Construction,i_Industry_Total,"Sales, government funding, grants and subsidies",102927,DOLLARS(millions),,,,,,,,, +2024,E,Construction,i_Industry_Total,Total assets,70830,DOLLARS(millions),,,,,,,,, +2024,E,Construction,i_Industry_Total,Total expenditure,95557,DOLLARS(millions),,,,,,,,, +2024,E,Construction,i_Industry_Total,Total income,103945,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,a_0,Activity unit,8409,COUNT,,,,,,,,, +2024,F,Wholesale Trade,a_0,Fixed tangible assets,1284,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,a_0,Operating profit before tax,469,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,F,Wholesale Trade,a_0,Salaries and wages paid,540,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,a_0,"Sales, government funding, grants and subsidies",9459,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,a_0,Total assets,11103,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,a_0,Total expenditure,9110,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,a_0,Total income,9595,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,b_1-5,Activity unit,4746,COUNT,,,,,,,,, +2024,F,Wholesale Trade,b_1-5,Fixed tangible assets,658,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,b_1-5,Operating profit before tax,554,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,b_1-5,Rolling mean employees,10449,COUNT,,,,,,,,, +2024,F,Wholesale Trade,b_1-5,Salaries and wages paid,935,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,b_1-5,"Sales, government funding, grants and subsidies",10131,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,b_1-5,Total assets,7271,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,b_1-5,Total expenditure,9645,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,b_1-5,Total income,10227,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,c_6-9,Activity unit,1233,COUNT,,,,,,,,, +2024,F,Wholesale Trade,c_6-9,Fixed tangible assets,344,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,c_6-9,Operating profit before tax,402,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,c_6-9,Rolling mean employees,8937,COUNT,,,,,,,,, +2024,F,Wholesale Trade,c_6-9,Salaries and wages paid,749,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,c_6-9,"Sales, government funding, grants and subsidies",7801,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,c_6-9,Total assets,4962,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,c_6-9,Total expenditure,7487,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,c_6-9,Total income,7876,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,d_10-19,Activity unit,1086,COUNT,,,,,,,,, +2024,F,Wholesale Trade,d_10-19,Fixed tangible assets,464,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,d_10-19,Operating profit before tax,800,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,d_10-19,Rolling mean employees,14757,COUNT,,,,,,,,, +2024,F,Wholesale Trade,d_10-19,Salaries and wages paid,1158,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,d_10-19,"Sales, government funding, grants and subsidies",13782,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,d_10-19,Total assets,6938,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,d_10-19,Total expenditure,13037,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,d_10-19,Total income,13859,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,e_20-49,Activity unit,657,COUNT,,,,,,,,, +2024,F,Wholesale Trade,e_20-49,Fixed tangible assets,679,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,e_20-49,Operating profit before tax,984,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,e_20-49,Rolling mean employees,20709,COUNT,,,,,,,,, +2024,F,Wholesale Trade,e_20-49,Salaries and wages paid,1856,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,e_20-49,"Sales, government funding, grants and subsidies",20385,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,e_20-49,Total assets,11799,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,e_20-49,Total expenditure,19424,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,e_20-49,Total income,20677,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,f_50-99,Activity unit,252,COUNT,,,,,,,,, +2024,F,Wholesale Trade,f_50-99,Fixed tangible assets,1108,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,f_50-99,Operating profit before tax,969,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,f_50-99,Rolling mean employees,16791,COUNT,,,,,,,,, +2024,F,Wholesale Trade,f_50-99,Salaries and wages paid,1483,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,f_50-99,"Sales, government funding, grants and subsidies",20476,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,f_50-99,Total assets,15291,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,f_50-99,Total expenditure,19748,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,f_50-99,Total income,20913,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,g_100-199,Activity unit,90,COUNT,,,,,,,,, +2024,F,Wholesale Trade,g_100-199,Fixed tangible assets,726,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,g_100-199,Operating profit before tax,512,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,g_100-199,Rolling mean employees,11808,COUNT,,,,,,,,, +2024,F,Wholesale Trade,g_100-199,Salaries and wages paid,956,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,g_100-199,"Sales, government funding, grants and subsidies",10052,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,g_100-199,Total assets,5737,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,g_100-199,Total expenditure,9630,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,g_100-199,Total income,10141,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,h_200+,Activity unit,78,COUNT,,,,,,,,, +2024,F,Wholesale Trade,h_200+,Fixed tangible assets,5022,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,h_200+,Operating profit before tax,1001,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,h_200+,Rolling mean employees,38028,COUNT,,,,,,,,, +2024,F,Wholesale Trade,h_200+,Salaries and wages paid,3273,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,h_200+,"Sales, government funding, grants and subsidies",63247,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,h_200+,Total assets,26488,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,h_200+,Total expenditure,62601,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,h_200+,Total income,63732,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,i_Industry_Total,Activity unit,16545,COUNT,,,,,,,,, +2024,F,Wholesale Trade,i_Industry_Total,Fixed tangible assets,10284,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,i_Industry_Total,Operating profit before tax,5692,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,i_Industry_Total,Rolling mean employees,121476,COUNT,,,,,,,,, +2024,F,Wholesale Trade,i_Industry_Total,Salaries and wages paid,10948,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",155333,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,i_Industry_Total,Total assets,89590,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,i_Industry_Total,Total expenditure,150683,DOLLARS(millions),,,,,,,,, +2024,F,Wholesale Trade,i_Industry_Total,Total income,157019,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,a_0,Activity unit,14073,COUNT,,,,,,,,, +2024,G,Retail Trade,a_0,Fixed tangible assets,1765,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,a_0,Operating profit before tax,656,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,G,Retail Trade,a_0,Salaries and wages paid,521,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,a_0,"Sales, government funding, grants and subsidies",7664,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,a_0,Total assets,5290,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,a_0,Total expenditure,7017,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,a_0,Total income,7777,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,b_1-5,Activity unit,10155,COUNT,,,,,,,,, +2024,G,Retail Trade,b_1-5,Fixed tangible assets,829,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,b_1-5,Operating profit before tax,271,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,b_1-5,Rolling mean employees,23211,COUNT,,,,,,,,, +2024,G,Retail Trade,b_1-5,Salaries and wages paid,1323,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,b_1-5,"Sales, government funding, grants and subsidies",10141,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,b_1-5,Total assets,4742,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,b_1-5,Total expenditure,10000,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,b_1-5,Total income,10195,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,c_6-9,Activity unit,2337,COUNT,,,,,,,,, +2024,G,Retail Trade,c_6-9,Fixed tangible assets,615,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,c_6-9,Operating profit before tax,292,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,c_6-9,Rolling mean employees,16716,COUNT,,,,,,,,, +2024,G,Retail Trade,c_6-9,Salaries and wages paid,856,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,c_6-9,"Sales, government funding, grants and subsidies",5918,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,c_6-9,Total assets,2719,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,c_6-9,Total expenditure,5682,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,c_6-9,Total income,5966,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,d_10-19,Activity unit,1752,COUNT,,,,,,,,, +2024,G,Retail Trade,d_10-19,Fixed tangible assets,485,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,d_10-19,Operating profit before tax,409,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,d_10-19,Rolling mean employees,23265,COUNT,,,,,,,,, +2024,G,Retail Trade,d_10-19,Salaries and wages paid,1226,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,d_10-19,"Sales, government funding, grants and subsidies",8952,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,d_10-19,Total assets,3438,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,d_10-19,Total expenditure,8568,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,d_10-19,Total income,8982,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,e_20-49,Activity unit,843,COUNT,,,,,,,,, +2024,G,Retail Trade,e_20-49,Fixed tangible assets,731,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,e_20-49,Operating profit before tax,509,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,e_20-49,Rolling mean employees,24810,COUNT,,,,,,,,, +2024,G,Retail Trade,e_20-49,Salaries and wages paid,1375,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,e_20-49,"Sales, government funding, grants and subsidies",11296,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,e_20-49,Total assets,5449,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,e_20-49,Total expenditure,10809,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,e_20-49,Total income,11366,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,f_50-99,Activity unit,231,COUNT,,,,,,,,, +2024,G,Retail Trade,f_50-99,Fixed tangible assets,459,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,f_50-99,Operating profit before tax,309,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,f_50-99,Rolling mean employees,16629,COUNT,,,,,,,,, +2024,G,Retail Trade,f_50-99,Salaries and wages paid,841,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,f_50-99,"Sales, government funding, grants and subsidies",7150,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,f_50-99,Total assets,3181,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,f_50-99,Total expenditure,6920,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,f_50-99,Total income,7202,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,g_100-199,Activity unit,195,COUNT,,,,,,,,, +2024,G,Retail Trade,g_100-199,Fixed tangible assets,674,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,g_100-199,Operating profit before tax,447,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,g_100-199,Rolling mean employees,28017,COUNT,,,,,,,,, +2024,G,Retail Trade,g_100-199,Salaries and wages paid,1301,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,g_100-199,"Sales, government funding, grants and subsidies",10587,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,g_100-199,Total assets,3983,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,g_100-199,Total expenditure,10194,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,g_100-199,Total income,10731,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,h_200+,Activity unit,141,COUNT,,,,,,,,, +2024,G,Retail Trade,h_200+,Fixed tangible assets,3313,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,h_200+,Operating profit before tax,1671,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,h_200+,Rolling mean employees,95028,COUNT,,,,,,,,, +2024,G,Retail Trade,h_200+,Salaries and wages paid,4360,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,h_200+,"Sales, government funding, grants and subsidies",34656,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,h_200+,Total assets,21065,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,h_200+,Total expenditure,33621,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,h_200+,Total income,35803,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,i_Industry_Total,Activity unit,29736,COUNT,,,,,,,,, +2024,G,Retail Trade,i_Industry_Total,Fixed tangible assets,8871,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,i_Industry_Total,Operating profit before tax,4563,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,i_Industry_Total,Rolling mean employees,227679,COUNT,,,,,,,,, +2024,G,Retail Trade,i_Industry_Total,Salaries and wages paid,11804,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,i_Industry_Total,"Sales, government funding, grants and subsidies",96364,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,i_Industry_Total,Total assets,49868,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,i_Industry_Total,Total expenditure,92810,DOLLARS(millions),,,,,,,,, +2024,G,Retail Trade,i_Industry_Total,Total income,98023,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,a_0,Activity unit,8784,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,a_0,Fixed tangible assets,5116,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,a_0,Operating profit before tax,209,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,a_0,Salaries and wages paid,309,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,a_0,"Sales, government funding, grants and subsidies",1830,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,a_0,Total assets,7458,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,a_0,Total expenditure,1751,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,a_0,Total income,2026,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,b_1-5,Activity unit,8244,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,b_1-5,Fixed tangible assets,1480,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,b_1-5,Operating profit before tax,210,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,b_1-5,Rolling mean employees,21048,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,b_1-5,Salaries and wages paid,875,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,b_1-5,"Sales, government funding, grants and subsidies",3228,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,b_1-5,Total assets,2906,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,b_1-5,Total expenditure,3036,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,b_1-5,Total income,3270,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,c_6-9,Activity unit,3120,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,c_6-9,Fixed tangible assets,700,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,c_6-9,Operating profit before tax,102,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,c_6-9,Rolling mean employees,22518,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,c_6-9,Salaries and wages paid,792,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,c_6-9,"Sales, government funding, grants and subsidies",2340,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,c_6-9,Total assets,1566,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,c_6-9,Total expenditure,2251,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,c_6-9,Total income,2354,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,d_10-19,Activity unit,3060,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,d_10-19,Fixed tangible assets,1423,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,d_10-19,Operating profit before tax,158,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,d_10-19,Rolling mean employees,40881,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,d_10-19,Salaries and wages paid,1389,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,d_10-19,"Sales, government funding, grants and subsidies",3949,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,d_10-19,Total assets,2745,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,d_10-19,Total expenditure,3823,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,d_10-19,Total income,4000,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,e_20-49,Activity unit,1308,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,e_20-49,Fixed tangible assets,1263,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,e_20-49,Operating profit before tax,165,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,e_20-49,Rolling mean employees,36783,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,e_20-49,Salaries and wages paid,1280,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,e_20-49,"Sales, government funding, grants and subsidies",3496,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,e_20-49,Total assets,2360,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,e_20-49,Total expenditure,3369,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,e_20-49,Total income,3538,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,f_50-99,Activity unit,228,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,f_50-99,Fixed tangible assets,1318,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,f_50-99,Operating profit before tax,107,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,f_50-99,Rolling mean employees,15474,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,f_50-99,Salaries and wages paid,540,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,f_50-99,"Sales, government funding, grants and subsidies",1650,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,f_50-99,Total assets,2322,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,f_50-99,Total expenditure,1570,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,f_50-99,Total income,1682,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,g_100-199,Activity unit,87,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,g_100-199,Fixed tangible assets,1473,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,g_100-199,Operating profit before tax,89,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,g_100-199,Rolling mean employees,11451,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,g_100-199,Salaries and wages paid,424,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,g_100-199,"Sales, government funding, grants and subsidies",1400,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,g_100-199,Total assets,2293,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,g_100-199,Total expenditure,1367,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,g_100-199,Total income,1426,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,h_200+,Activity unit,51,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,h_200+,Fixed tangible assets,1480,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,h_200+,Operating profit before tax,299,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,h_200+,Rolling mean employees,26985,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,h_200+,Salaries and wages paid,1048,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,h_200+,"Sales, government funding, grants and subsidies",3309,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,h_200+,Total assets,4025,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,h_200+,Total expenditure,3059,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,h_200+,Total income,3370,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,i_Industry_Total,Activity unit,24879,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,i_Industry_Total,Fixed tangible assets,14254,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,i_Industry_Total,Operating profit before tax,1338,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,i_Industry_Total,Rolling mean employees,175143,COUNT,,,,,,,,, +2024,H,Accommodation and Food Services,i_Industry_Total,Salaries and wages paid,6657,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,i_Industry_Total,"Sales, government funding, grants and subsidies",21203,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,i_Industry_Total,Total assets,25675,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,i_Industry_Total,Total expenditure,20227,DOLLARS(millions),,,,,,,,, +2024,H,Accommodation and Food Services,i_Industry_Total,Total income,21666,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",a_0,Activity unit,11004,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",a_0,Fixed tangible assets,6990,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",a_0,Operating profit before tax,436,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",a_0,Salaries and wages paid,308,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",a_0,"Sales, government funding, grants and subsidies",3600,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",a_0,Total assets,10734,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",a_0,Total expenditure,3283,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",a_0,Total income,3674,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",b_1-5,Activity unit,4359,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",b_1-5,Fixed tangible assets,1392,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",b_1-5,Operating profit before tax,252,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",b_1-5,Rolling mean employees,8331,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",b_1-5,Salaries and wages paid,586,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",b_1-5,"Sales, government funding, grants and subsidies",2676,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",b_1-5,Total assets,2650,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",b_1-5,Total expenditure,2438,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",b_1-5,Total income,2721,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",c_6-9,Activity unit,588,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",c_6-9,Fixed tangible assets,675,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",c_6-9,Operating profit before tax,88,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",c_6-9,Rolling mean employees,4239,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",c_6-9,Salaries and wages paid,272,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",c_6-9,"Sales, government funding, grants and subsidies",921,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",c_6-9,Total assets,1157,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",c_6-9,Total expenditure,844,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",c_6-9,Total income,935,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",d_10-19,Activity unit,582,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",d_10-19,Fixed tangible assets,1197,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",d_10-19,Operating profit before tax,190,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",d_10-19,Rolling mean employees,7929,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",d_10-19,Salaries and wages paid,612,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",d_10-19,"Sales, government funding, grants and subsidies",1990,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",d_10-19,Total assets,2400,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",d_10-19,Total expenditure,1861,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",d_10-19,Total income,2024,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",e_20-49,Activity unit,378,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",e_20-49,Fixed tangible assets,2310,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",e_20-49,Operating profit before tax,280,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",e_20-49,Rolling mean employees,10770,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",e_20-49,Salaries and wages paid,787,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",e_20-49,"Sales, government funding, grants and subsidies",3238,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",e_20-49,Total assets,4094,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",e_20-49,Total expenditure,3057,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",e_20-49,Total income,3316,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",f_50-99,Activity unit,135,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",f_50-99,Fixed tangible assets,2717,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",f_50-99,Operating profit before tax,215,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",f_50-99,Rolling mean employees,9321,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",f_50-99,Salaries and wages paid,718,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",f_50-99,"Sales, government funding, grants and subsidies",2737,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",f_50-99,Total assets,4050,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",f_50-99,Total expenditure,2570,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",f_50-99,Total income,2806,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",g_100-199,Activity unit,57,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",g_100-199,Fixed tangible assets,2923,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",g_100-199,Operating profit before tax,301,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",g_100-199,Rolling mean employees,7707,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",g_100-199,Salaries and wages paid,639,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",g_100-199,"Sales, government funding, grants and subsidies",2349,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",g_100-199,Total assets,4879,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",g_100-199,Total expenditure,2141,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",g_100-199,Total income,2518,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",h_200+,Activity unit,72,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",h_200+,Fixed tangible assets,26009,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",h_200+,Operating profit before tax,1740,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",h_200+,Rolling mean employees,55440,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",h_200+,Salaries and wages paid,5002,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",h_200+,"Sales, government funding, grants and subsidies",18736,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",h_200+,Total assets,39806,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",h_200+,Total expenditure,18830,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",h_200+,Total income,19420,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",i_Industry_Total,Activity unit,17172,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",i_Industry_Total,Fixed tangible assets,44215,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",i_Industry_Total,Operating profit before tax,3502,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",i_Industry_Total,Rolling mean employees,103731,COUNT,,,,,,,,, +2024,I,"Transport, Postal and Warehousing",i_Industry_Total,Salaries and wages paid,8924,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",i_Industry_Total,"Sales, government funding, grants and subsidies",36246,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",i_Industry_Total,Total assets,69769,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",i_Industry_Total,Total expenditure,35024,DOLLARS(millions),,,,,,,,, +2024,I,"Transport, Postal and Warehousing",i_Industry_Total,Total income,37415,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,a_0,Activity unit,6069,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,a_0,Fixed tangible assets,382,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,a_0,Operating profit before tax,307,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,a_0,Salaries and wages paid,188,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,a_0,"Sales, government funding, grants and subsidies",1951,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,a_0,Total assets,1791,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,a_0,Total expenditure,1541,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,a_0,Total income,1970,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,b_1-5,Activity unit,1005,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,b_1-5,Fixed tangible assets,79,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,b_1-5,Operating profit before tax,32,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,b_1-5,Rolling mean employees,1887,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,b_1-5,Salaries and wages paid,186,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,b_1-5,"Sales, government funding, grants and subsidies",836,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,b_1-5,Total assets,771,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,b_1-5,Total expenditure,820,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,b_1-5,Total income,867,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,c_6-9,Activity unit,177,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,c_6-9,Fixed tangible assets,50,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,c_6-9,Operating profit before tax,4,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,c_6-9,Rolling mean employees,1314,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,c_6-9,Salaries and wages paid,120,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,c_6-9,"Sales, government funding, grants and subsidies",378,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,c_6-9,Total assets,279,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,c_6-9,Total expenditure,387,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,c_6-9,Total income,408,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,d_10-19,Activity unit,165,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,d_10-19,Fixed tangible assets,136,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,d_10-19,Operating profit before tax,2,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,d_10-19,Rolling mean employees,2139,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,d_10-19,Salaries and wages paid,172,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,d_10-19,"Sales, government funding, grants and subsidies",475,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,d_10-19,Total assets,664,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,d_10-19,Total expenditure,488,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,d_10-19,Total income,484,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,e_20-49,Activity unit,99,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,e_20-49,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,e_20-49,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,e_20-49,Rolling mean employees,2964,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,e_20-49,Salaries and wages paid,284,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,e_20-49,"Sales, government funding, grants and subsidies",1193,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,e_20-49,Total assets,3108,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,e_20-49,Total expenditure,1269,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,e_20-49,Total income,1212,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,f_50-99,Activity unit,30,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,f_50-99,Fixed tangible assets,136,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,f_50-99,Operating profit before tax,50,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,f_50-99,Rolling mean employees,2040,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,f_50-99,Salaries and wages paid,219,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,f_50-99,"Sales, government funding, grants and subsidies",665,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,f_50-99,Total assets,994,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,f_50-99,Total expenditure,637,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,f_50-99,Total income,687,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,g_100-199,Operating profit before tax,C,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,g_100-199,Rolling mean employees,1419,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,g_100-199,Salaries and wages paid,138,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,g_100-199,"Sales, government funding, grants and subsidies",462,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,g_100-199,Total assets,1222,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,g_100-199,Total expenditure,385,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,g_100-199,Total income,466,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,h_200+,Activity unit,21,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,h_200+,Fixed tangible assets,9845,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,h_200+,Operating profit before tax,501,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,h_200+,Rolling mean employees,19188,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,h_200+,Salaries and wages paid,1773,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,h_200+,"Sales, government funding, grants and subsidies",10822,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,h_200+,Total assets,20821,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,h_200+,Total expenditure,10721,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,h_200+,Total income,11073,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,i_Industry_Total,Activity unit,7581,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,i_Industry_Total,Fixed tangible assets,13045,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,i_Industry_Total,Operating profit before tax,932,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,i_Industry_Total,Rolling mean employees,30948,COUNT,,,,,,,,, +2024,J,Information Media and Telecommunications,i_Industry_Total,Salaries and wages paid,3079,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,i_Industry_Total,"Sales, government funding, grants and subsidies",16782,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,i_Industry_Total,Total assets,29650,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,i_Industry_Total,Total expenditure,16248,DOLLARS(millions),,,,,,,,, +2024,J,Information Media and Telecommunications,i_Industry_Total,Total income,17165,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,a_0,Activity unit,30228,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,a_0,Fixed tangible assets,32716,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,a_0,Operating profit before tax,25524,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,a_0,Salaries and wages paid,698,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,a_0,"Sales, government funding, grants and subsidies",9251,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,a_0,Total assets,526987,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,a_0,Total expenditure,19995,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,a_0,Total income,53747,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,b_1-5,Activity unit,2304,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,b_1-5,Fixed tangible assets,1169,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,b_1-5,Operating profit before tax,1982,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,b_1-5,Rolling mean employees,4152,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,b_1-5,Salaries and wages paid,562,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,b_1-5,"Sales, government funding, grants and subsidies",1963,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,b_1-5,Total assets,27602,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,b_1-5,Total expenditure,2459,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,b_1-5,Total income,4621,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,c_6-9,Activity unit,297,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,c_6-9,Fixed tangible assets,125,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,c_6-9,Operating profit before tax,178,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,c_6-9,Rolling mean employees,2133,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,c_6-9,Salaries and wages paid,214,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,c_6-9,"Sales, government funding, grants and subsidies",633,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,c_6-9,Total assets,31087,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,c_6-9,Total expenditure,2047,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,c_6-9,Total income,2246,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,d_10-19,Activity unit,222,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,d_10-19,Fixed tangible assets,117,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,d_10-19,Operating profit before tax,542,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,d_10-19,Rolling mean employees,2877,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,d_10-19,Salaries and wages paid,305,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,d_10-19,"Sales, government funding, grants and subsidies",1073,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,d_10-19,Total assets,20491,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,d_10-19,Total expenditure,1816,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,d_10-19,Total income,2322,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,e_20-49,Activity unit,126,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,e_20-49,Fixed tangible assets,346,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,e_20-49,Operating profit before tax,907,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,e_20-49,Rolling mean employees,3780,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,e_20-49,Salaries and wages paid,474,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,e_20-49,"Sales, government funding, grants and subsidies",2146,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,e_20-49,Total assets,19381,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,e_20-49,Total expenditure,2923,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,e_20-49,Total income,3569,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,f_50-99,Activity unit,39,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,f_50-99,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,f_50-99,Operating profit before tax,275,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,f_50-99,Rolling mean employees,2841,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,f_50-99,Salaries and wages paid,360,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,f_50-99,"Sales, government funding, grants and subsidies",1172,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,f_50-99,Total assets,10353,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,f_50-99,Total expenditure,1678,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,f_50-99,Total income,1970,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,g_100-199,Activity unit,27,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,g_100-199,Fixed tangible assets,C,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,g_100-199,Operating profit before tax,611,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,g_100-199,Rolling mean employees,3837,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,g_100-199,Salaries and wages paid,534,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,g_100-199,"Sales, government funding, grants and subsidies",1128,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,g_100-199,Total assets,36943,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,g_100-199,Total expenditure,2553,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,g_100-199,Total income,3103,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,h_200+,Activity unit,48,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,h_200+,Fixed tangible assets,897,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,h_200+,Operating profit before tax,11027,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,h_200+,Rolling mean employees,50493,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,h_200+,Salaries and wages paid,6376,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,h_200+,"Sales, government funding, grants and subsidies",12555,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,h_200+,Total assets,840283,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,h_200+,Total expenditure,53586,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,h_200+,Total income,64758,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,i_Industry_Total,Activity unit,33288,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,i_Industry_Total,Fixed tangible assets,35790,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,i_Industry_Total,Operating profit before tax,41045,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,i_Industry_Total,Rolling mean employees,70116,COUNT,,,,,,,,, +2024,K,Financial and Insurance Services,i_Industry_Total,Salaries and wages paid,9523,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,i_Industry_Total,"Sales, government funding, grants and subsidies",29921,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,i_Industry_Total,Total assets,1513129,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,i_Industry_Total,Total expenditure,87056,DOLLARS(millions),,,,,,,,, +2024,K,Financial and Insurance Services,i_Industry_Total,Total income,136335,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",a_0,Activity unit,75696,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",a_0,Fixed tangible assets,248502,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",a_0,Operating profit before tax,10245,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",a_0,Salaries and wages paid,906,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",a_0,"Sales, government funding, grants and subsidies",23867,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",a_0,Total assets,336383,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",a_0,Total expenditure,20978,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",a_0,Total income,32423,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",b_1-5,Activity unit,4662,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",b_1-5,Fixed tangible assets,15367,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",b_1-5,Operating profit before tax,717,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",b_1-5,Rolling mean employees,7971,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",b_1-5,Salaries and wages paid,545,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",b_1-5,"Sales, government funding, grants and subsidies",3493,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",b_1-5,Total assets,24040,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",b_1-5,Total expenditure,3222,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",b_1-5,Total income,3969,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",c_6-9,Activity unit,483,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",c_6-9,Fixed tangible assets,2297,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",c_6-9,Operating profit before tax,178,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",c_6-9,Rolling mean employees,3417,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",c_6-9,Salaries and wages paid,206,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",c_6-9,"Sales, government funding, grants and subsidies",1083,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",c_6-9,Total assets,5314,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",c_6-9,Total expenditure,974,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",c_6-9,Total income,1154,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",d_10-19,Activity unit,345,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",d_10-19,Fixed tangible assets,2297,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",d_10-19,Operating profit before tax,159,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",d_10-19,Rolling mean employees,4677,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",d_10-19,Salaries and wages paid,336,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",d_10-19,"Sales, government funding, grants and subsidies",1464,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",d_10-19,Total assets,3830,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",d_10-19,Total expenditure,1382,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",d_10-19,Total income,1532,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",e_20-49,Activity unit,168,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",e_20-49,Fixed tangible assets,805,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",e_20-49,Operating profit before tax,176,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",e_20-49,Rolling mean employees,4707,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",e_20-49,Salaries and wages paid,382,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",e_20-49,"Sales, government funding, grants and subsidies",1624,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",e_20-49,Total assets,3529,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",e_20-49,Total expenditure,1582,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",e_20-49,Total income,1711,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",f_50-99,Activity unit,36,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",f_50-99,Fixed tangible assets,2686,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",f_50-99,Operating profit before tax,153,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",f_50-99,Rolling mean employees,2409,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",f_50-99,Salaries and wages paid,199,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",f_50-99,"Sales, government funding, grants and subsidies",1040,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",f_50-99,Total assets,4389,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",f_50-99,Total expenditure,997,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",f_50-99,Total income,1117,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",g_100-199,Activity unit,21,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",g_100-199,Fixed tangible assets,7109,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",g_100-199,Operating profit before tax,299,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",g_100-199,Rolling mean employees,2667,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",g_100-199,Salaries and wages paid,197,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",g_100-199,"Sales, government funding, grants and subsidies",1417,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",g_100-199,Total assets,8105,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",g_100-199,Total expenditure,1348,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",g_100-199,Total income,1445,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",h_200+,Activity unit,21,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",h_200+,Fixed tangible assets,3788,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",h_200+,Operating profit before tax,171,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",h_200+,Rolling mean employees,7638,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",h_200+,Salaries and wages paid,578,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",h_200+,"Sales, government funding, grants and subsidies",2371,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",h_200+,Total assets,6497,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",h_200+,Total expenditure,2262,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",h_200+,Total income,2514,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Activity unit,81429,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Fixed tangible assets,282852,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Operating profit before tax,12099,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Rolling mean employees,33489,COUNT,,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Salaries and wages paid,3349,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,"Sales, government funding, grants and subsidies",36357,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total assets,392084,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total expenditure,32745,DOLLARS(millions),,,,,,,,, +2024,L,"Rental, Hiring and Real Estate Services",i_Industry_Total,Total income,45865,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",a_0,Activity unit,52485,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",a_0,Fixed tangible assets,3941,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",a_0,Operating profit before tax,3708,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",a_0,Salaries and wages paid,2993,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",a_0,"Sales, government funding, grants and subsidies",13063,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",a_0,Total assets,14693,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",a_0,Total expenditure,10046,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",a_0,Total income,13780,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",b_1-5,Activity unit,14154,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",b_1-5,Fixed tangible assets,1211,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",b_1-5,Operating profit before tax,1157,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",b_1-5,Rolling mean employees,26580,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",b_1-5,Salaries and wages paid,2666,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",b_1-5,"Sales, government funding, grants and subsidies",7265,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",b_1-5,Total assets,7944,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",b_1-5,Total expenditure,6480,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",b_1-5,Total income,7677,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",c_6-9,Activity unit,1848,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",c_6-9,Fixed tangible assets,301,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",c_6-9,Operating profit before tax,401,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",c_6-9,Rolling mean employees,13512,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",c_6-9,Salaries and wages paid,1205,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",c_6-9,"Sales, government funding, grants and subsidies",3268,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",c_6-9,Total assets,3182,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",c_6-9,Total expenditure,2999,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",c_6-9,Total income,3416,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",d_10-19,Activity unit,2064,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",d_10-19,Fixed tangible assets,630,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",d_10-19,Operating profit before tax,745,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",d_10-19,Rolling mean employees,27549,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",d_10-19,Salaries and wages paid,2583,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",d_10-19,"Sales, government funding, grants and subsidies",6095,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",d_10-19,Total assets,4484,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",d_10-19,Total expenditure,5716,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",d_10-19,Total income,6408,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",e_20-49,Activity unit,1137,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",e_20-49,Fixed tangible assets,579,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",e_20-49,Operating profit before tax,814,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",e_20-49,Rolling mean employees,33342,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",e_20-49,Salaries and wages paid,3560,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",e_20-49,"Sales, government funding, grants and subsidies",7936,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",e_20-49,Total assets,6051,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",e_20-49,Total expenditure,7412,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",e_20-49,Total income,8205,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",f_50-99,Activity unit,315,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",f_50-99,Fixed tangible assets,456,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",f_50-99,Operating profit before tax,431,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",f_50-99,Rolling mean employees,21693,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",f_50-99,Salaries and wages paid,2339,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",f_50-99,"Sales, government funding, grants and subsidies",5183,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",f_50-99,Total assets,4018,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",f_50-99,Total expenditure,4946,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",f_50-99,Total income,5358,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",g_100-199,Activity unit,123,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",g_100-199,Fixed tangible assets,731,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",g_100-199,Operating profit before tax,273,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",g_100-199,Rolling mean employees,16572,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",g_100-199,Salaries and wages paid,1832,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",g_100-199,"Sales, government funding, grants and subsidies",4042,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",g_100-199,Total assets,C,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",g_100-199,Total expenditure,4117,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",g_100-199,Total income,4427,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",h_200+,Activity unit,87,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",h_200+,Fixed tangible assets,909,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",h_200+,Operating profit before tax,620,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",h_200+,Rolling mean employees,46776,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",h_200+,Salaries and wages paid,5697,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",h_200+,"Sales, government funding, grants and subsidies",12837,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",h_200+,Total assets,C,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",h_200+,Total expenditure,12479,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",h_200+,Total income,15115,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",i_Industry_Total,Activity unit,72210,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",i_Industry_Total,Fixed tangible assets,8759,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",i_Industry_Total,Operating profit before tax,8151,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",i_Industry_Total,Rolling mean employees,186021,COUNT,,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",i_Industry_Total,Salaries and wages paid,22875,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",i_Industry_Total,"Sales, government funding, grants and subsidies",59689,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total assets,147585,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total expenditure,54196,DOLLARS(millions),,,,,,,,, +2024,M,"Professional, Scientific and Technical Services",i_Industry_Total,Total income,64387,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,a_0,Activity unit,14073,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,a_0,Fixed tangible assets,1560,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,a_0,Operating profit before tax,488,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,a_0,Salaries and wages paid,521,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,a_0,"Sales, government funding, grants and subsidies",2432,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,a_0,Total assets,4505,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,a_0,Total expenditure,2024,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,a_0,Total income,2532,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,b_1-5,Activity unit,5427,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,b_1-5,Fixed tangible assets,629,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,b_1-5,Operating profit before tax,200,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,b_1-5,Rolling mean employees,10227,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,b_1-5,Salaries and wages paid,647,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,b_1-5,"Sales, government funding, grants and subsidies",2030,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,b_1-5,Total assets,2268,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,b_1-5,Total expenditure,1894,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,b_1-5,Total income,2083,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,c_6-9,Activity unit,816,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,c_6-9,Fixed tangible assets,125,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,c_6-9,Operating profit before tax,55,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,c_6-9,Rolling mean employees,5901,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,c_6-9,Salaries and wages paid,336,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,c_6-9,"Sales, government funding, grants and subsidies",960,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,c_6-9,Total assets,929,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,c_6-9,Total expenditure,931,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,c_6-9,Total income,991,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,d_10-19,Activity unit,576,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,d_10-19,Fixed tangible assets,178,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,d_10-19,Operating profit before tax,143,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,d_10-19,Rolling mean employees,7659,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,d_10-19,Salaries and wages paid,486,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,d_10-19,"Sales, government funding, grants and subsidies",1337,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,d_10-19,Total assets,953,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,d_10-19,Total expenditure,1259,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,d_10-19,Total income,1398,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,e_20-49,Activity unit,453,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,e_20-49,Fixed tangible assets,297,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,e_20-49,Operating profit before tax,187,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,e_20-49,Rolling mean employees,13137,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,e_20-49,Salaries and wages paid,848,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,e_20-49,"Sales, government funding, grants and subsidies",2219,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,e_20-49,Total assets,1544,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,e_20-49,Total expenditure,2117,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,e_20-49,Total income,2291,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,f_50-99,Activity unit,150,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,f_50-99,Fixed tangible assets,144,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,f_50-99,Operating profit before tax,111,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,f_50-99,Rolling mean employees,10683,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,f_50-99,Salaries and wages paid,616,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,f_50-99,"Sales, government funding, grants and subsidies",1209,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,f_50-99,Total assets,1445,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,f_50-99,Total expenditure,1167,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,f_50-99,Total income,1284,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,g_100-199,Activity unit,93,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,g_100-199,Fixed tangible assets,57,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,g_100-199,Operating profit before tax,59,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,g_100-199,Rolling mean employees,13200,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,g_100-199,Salaries and wages paid,671,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,g_100-199,"Sales, government funding, grants and subsidies",1336,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,g_100-199,Total assets,648,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,g_100-199,Total expenditure,1327,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,g_100-199,Total income,1352,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,h_200+,Activity unit,90,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,h_200+,Fixed tangible assets,1532,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,h_200+,Operating profit before tax,201,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,h_200+,Rolling mean employees,57399,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,h_200+,Salaries and wages paid,2643,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,h_200+,"Sales, government funding, grants and subsidies",5246,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,h_200+,Total assets,3511,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,h_200+,Total expenditure,5166,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,h_200+,Total income,5341,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,i_Industry_Total,Activity unit,21678,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,i_Industry_Total,Fixed tangible assets,4523,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,i_Industry_Total,Operating profit before tax,1445,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,i_Industry_Total,Rolling mean employees,118209,COUNT,,,,,,,,, +2024,N,Administrative and Support Services,i_Industry_Total,Salaries and wages paid,6768,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,i_Industry_Total,"Sales, government funding, grants and subsidies",16768,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,i_Industry_Total,Total assets,15804,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,i_Industry_Total,Total expenditure,15886,DOLLARS(millions),,,,,,,,, +2024,N,Administrative and Support Services,i_Industry_Total,Total income,17273,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,a_0,Activity unit,618,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,a_0,Fixed tangible assets,39,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,a_0,Operating profit before tax,33,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,a_0,Salaries and wages paid,28,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,a_0,"Sales, government funding, grants and subsidies",256,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,a_0,Total assets,471,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,a_0,Total expenditure,218,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,a_0,Total income,259,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,b_1-5,Activity unit,327,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,b_1-5,Fixed tangible assets,21,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,b_1-5,Operating profit before tax,20,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,b_1-5,Rolling mean employees,708,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,b_1-5,Salaries and wages paid,51,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,b_1-5,"Sales, government funding, grants and subsidies",150,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,b_1-5,Total assets,92,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,b_1-5,Total expenditure,135,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,b_1-5,Total income,157,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,c_6-9,Activity unit,81,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,c_6-9,Fixed tangible assets,8,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,c_6-9,Operating profit before tax,10,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,c_6-9,Rolling mean employees,576,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,c_6-9,Salaries and wages paid,33,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,c_6-9,"Sales, government funding, grants and subsidies",101,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,c_6-9,Total assets,46,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,c_6-9,Total expenditure,93,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,c_6-9,Total income,103,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,d_10-19,Activity unit,63,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,d_10-19,Fixed tangible assets,12,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,d_10-19,Operating profit before tax,14,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,d_10-19,Rolling mean employees,864,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,d_10-19,Salaries and wages paid,53,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,d_10-19,"Sales, government funding, grants and subsidies",136,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,d_10-19,Total assets,64,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,d_10-19,Total expenditure,122,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,d_10-19,Total income,136,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,e_20-49,Activity unit,63,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,e_20-49,Fixed tangible assets,42,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,e_20-49,Operating profit before tax,39,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,e_20-49,Rolling mean employees,1947,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,e_20-49,Salaries and wages paid,89,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,e_20-49,"Sales, government funding, grants and subsidies",196,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,e_20-49,Total assets,128,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,e_20-49,Total expenditure,182,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,e_20-49,Total income,220,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,f_50-99,Activity unit,21,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,f_50-99,Fixed tangible assets,20,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,f_50-99,Operating profit before tax,9,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,f_50-99,Rolling mean employees,1368,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,f_50-99,Salaries and wages paid,75,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,f_50-99,"Sales, government funding, grants and subsidies",161,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,f_50-99,Total assets,136,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,f_50-99,Total expenditure,171,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,f_50-99,Total income,178,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,g_100-199,Activity unit,9,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,g_100-199,Fixed tangible assets,46,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,g_100-199,Operating profit before tax,5,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,g_100-199,Rolling mean employees,1470,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,g_100-199,Salaries and wages paid,99,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,g_100-199,"Sales, government funding, grants and subsidies",193,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,g_100-199,Total assets,179,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,g_100-199,Total expenditure,193,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,g_100-199,Total income,194,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,h_200+,Activity unit,15,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,h_200+,Fixed tangible assets,168,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,h_200+,Operating profit before tax,52,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,h_200+,Rolling mean employees,12159,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,h_200+,Salaries and wages paid,731,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,h_200+,"Sales, government funding, grants and subsidies",1092,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,h_200+,Total assets,598,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,h_200+,Total expenditure,1066,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,h_200+,Total income,1118,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,i_Industry_Total,Activity unit,1191,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,i_Industry_Total,Fixed tangible assets,355,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,i_Industry_Total,Operating profit before tax,182,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,i_Industry_Total,Rolling mean employees,19095,COUNT,,,,,,,,, +2024,O,Public Administration and Safety,i_Industry_Total,Salaries and wages paid,1160,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,i_Industry_Total,"Sales, government funding, grants and subsidies",2284,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,i_Industry_Total,Total assets,1714,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,i_Industry_Total,Total expenditure,2180,DOLLARS(millions),,,,,,,,, +2024,O,Public Administration and Safety,i_Industry_Total,Total income,2365,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,a_0,Activity unit,4389,COUNT,,,,,,,,, +2024,P,Education and Training,a_0,Fixed tangible assets,388,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,a_0,Operating profit before tax,158,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,P,Education and Training,a_0,Salaries and wages paid,151,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,a_0,"Sales, government funding, grants and subsidies",612,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,a_0,Total assets,895,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,a_0,Total expenditure,531,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,a_0,Total income,688,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,b_1-5,Activity unit,1665,COUNT,,,,,,,,, +2024,P,Education and Training,b_1-5,Fixed tangible assets,180,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,b_1-5,Operating profit before tax,52,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,b_1-5,Rolling mean employees,3837,COUNT,,,,,,,,, +2024,P,Education and Training,b_1-5,Salaries and wages paid,179,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,b_1-5,"Sales, government funding, grants and subsidies",446,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,b_1-5,Total assets,476,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,b_1-5,Total expenditure,442,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,b_1-5,Total income,489,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,c_6-9,Activity unit,771,COUNT,,,,,,,,, +2024,P,Education and Training,c_6-9,Fixed tangible assets,155,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,c_6-9,Operating profit before tax,27,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,c_6-9,Rolling mean employees,5586,COUNT,,,,,,,,, +2024,P,Education and Training,c_6-9,Salaries and wages paid,240,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,c_6-9,"Sales, government funding, grants and subsidies",395,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,c_6-9,Total assets,579,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,c_6-9,Total expenditure,423,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,c_6-9,Total income,445,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,d_10-19,Activity unit,771,COUNT,,,,,,,,, +2024,P,Education and Training,d_10-19,Fixed tangible assets,361,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,d_10-19,Operating profit before tax,85,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,d_10-19,Rolling mean employees,10197,COUNT,,,,,,,,, +2024,P,Education and Training,d_10-19,Salaries and wages paid,446,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,d_10-19,"Sales, government funding, grants and subsidies",802,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,d_10-19,Total assets,876,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,d_10-19,Total expenditure,774,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,d_10-19,Total income,854,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,e_20-49,Activity unit,354,COUNT,,,,,,,,, +2024,P,Education and Training,e_20-49,Fixed tangible assets,240,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,e_20-49,Operating profit before tax,34,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,e_20-49,Rolling mean employees,10089,COUNT,,,,,,,,, +2024,P,Education and Training,e_20-49,Salaries and wages paid,498,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,e_20-49,"Sales, government funding, grants and subsidies",825,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,e_20-49,Total assets,822,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,e_20-49,Total expenditure,869,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,e_20-49,Total income,898,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,f_50-99,Activity unit,66,COUNT,,,,,,,,, +2024,P,Education and Training,f_50-99,Fixed tangible assets,467,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,f_50-99,Operating profit before tax,35,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,f_50-99,Rolling mean employees,4746,COUNT,,,,,,,,, +2024,P,Education and Training,f_50-99,Salaries and wages paid,252,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,f_50-99,"Sales, government funding, grants and subsidies",499,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,f_50-99,Total assets,841,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,f_50-99,Total expenditure,481,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,f_50-99,Total income,512,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,g_100-199,Activity unit,27,COUNT,,,,,,,,, +2024,P,Education and Training,g_100-199,Fixed tangible assets,464,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,g_100-199,Operating profit before tax,82,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,g_100-199,Rolling mean employees,4149,COUNT,,,,,,,,, +2024,P,Education and Training,g_100-199,Salaries and wages paid,247,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,g_100-199,"Sales, government funding, grants and subsidies",522,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,g_100-199,Total assets,1043,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,g_100-199,Total expenditure,459,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,g_100-199,Total income,534,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,h_200+,Activity unit,24,COUNT,,,,,,,,, +2024,P,Education and Training,h_200+,Fixed tangible assets,1620,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,h_200+,Operating profit before tax,46,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,h_200+,Rolling mean employees,15264,COUNT,,,,,,,,, +2024,P,Education and Training,h_200+,Salaries and wages paid,937,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,h_200+,"Sales, government funding, grants and subsidies",1497,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,h_200+,Total assets,3517,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,h_200+,Total expenditure,1586,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,h_200+,Total income,1552,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,i_Industry_Total,Activity unit,8070,COUNT,,,,,,,,, +2024,P,Education and Training,i_Industry_Total,Fixed tangible assets,3875,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,i_Industry_Total,Operating profit before tax,518,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,i_Industry_Total,Rolling mean employees,53871,COUNT,,,,,,,,, +2024,P,Education and Training,i_Industry_Total,Salaries and wages paid,2950,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,i_Industry_Total,"Sales, government funding, grants and subsidies",5598,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,i_Industry_Total,Total assets,9049,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,i_Industry_Total,Total expenditure,5564,DOLLARS(millions),,,,,,,,, +2024,P,Education and Training,i_Industry_Total,Total income,5972,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,a_0,Activity unit,15663,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,a_0,Fixed tangible assets,1488,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,a_0,Operating profit before tax,1381,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,a_0,Salaries and wages paid,1066,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,a_0,"Sales, government funding, grants and subsidies",3791,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,a_0,Total assets,3643,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,a_0,Total expenditure,2529,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,a_0,Total income,3902,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,b_1-5,Activity unit,4752,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,b_1-5,Fixed tangible assets,677,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,b_1-5,Operating profit before tax,520,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,b_1-5,Rolling mean employees,10809,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,b_1-5,Salaries and wages paid,1055,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,b_1-5,"Sales, government funding, grants and subsidies",2738,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,b_1-5,Total assets,2002,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,b_1-5,Total expenditure,2313,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,b_1-5,Total income,2819,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,c_6-9,Activity unit,1683,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,c_6-9,Fixed tangible assets,314,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,c_6-9,Operating profit before tax,125,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,c_6-9,Rolling mean employees,12519,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,c_6-9,Salaries and wages paid,681,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,c_6-9,"Sales, government funding, grants and subsidies",1314,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,c_6-9,Total assets,1268,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,c_6-9,Total expenditure,1251,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,c_6-9,Total income,1368,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,d_10-19,Activity unit,1200,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,d_10-19,Fixed tangible assets,1257,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,d_10-19,Operating profit before tax,245,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,d_10-19,Rolling mean employees,15837,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,d_10-19,Salaries and wages paid,972,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,d_10-19,"Sales, government funding, grants and subsidies",2044,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,d_10-19,Total assets,2481,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,d_10-19,Total expenditure,1882,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,d_10-19,Total income,2108,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,e_20-49,Activity unit,840,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,e_20-49,Fixed tangible assets,1335,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,e_20-49,Operating profit before tax,287,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,e_20-49,Rolling mean employees,25938,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,e_20-49,Salaries and wages paid,1492,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,e_20-49,"Sales, government funding, grants and subsidies",3552,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,e_20-49,Total assets,3117,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,e_20-49,Total expenditure,3482,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,e_20-49,Total income,3774,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,f_50-99,Activity unit,285,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,f_50-99,Fixed tangible assets,2100,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,f_50-99,Operating profit before tax,174,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,f_50-99,Rolling mean employees,20043,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,f_50-99,Salaries and wages paid,1268,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,f_50-99,"Sales, government funding, grants and subsidies",2706,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,f_50-99,Total assets,4425,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,f_50-99,Total expenditure,2706,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,f_50-99,Total income,2871,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,g_100-199,Activity unit,138,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,g_100-199,Fixed tangible assets,1362,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,g_100-199,Operating profit before tax,81,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,g_100-199,Rolling mean employees,18723,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,g_100-199,Salaries and wages paid,1166,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,g_100-199,"Sales, government funding, grants and subsidies",2409,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,g_100-199,Total assets,4048,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,g_100-199,Total expenditure,2568,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,g_100-199,Total income,2613,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,h_200+,Activity unit,102,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,h_200+,Fixed tangible assets,8277,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,h_200+,Operating profit before tax,541,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,h_200+,Rolling mean employees,77448,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,h_200+,Salaries and wages paid,5171,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,h_200+,"Sales, government funding, grants and subsidies",9757,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,h_200+,Total assets,18381,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,h_200+,Total expenditure,9672,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,h_200+,Total income,10167,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,i_Industry_Total,Activity unit,24666,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,i_Industry_Total,Fixed tangible assets,16809,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,i_Industry_Total,Operating profit before tax,3353,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,i_Industry_Total,Rolling mean employees,181320,COUNT,,,,,,,,, +2024,Q,Health Care and Social Assistance,i_Industry_Total,Salaries and wages paid,12872,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,i_Industry_Total,"Sales, government funding, grants and subsidies",28311,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,i_Industry_Total,Total assets,39365,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,i_Industry_Total,Total expenditure,26401,DOLLARS(millions),,,,,,,,, +2024,Q,Health Care and Social Assistance,i_Industry_Total,Total income,29622,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,a_0,Activity unit,8304,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,a_0,Fixed tangible assets,2350,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,a_0,Operating profit before tax,573,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,a_0,Salaries and wages paid,357,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,a_0,"Sales, government funding, grants and subsidies",1823,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,a_0,Total assets,5049,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,a_0,Total expenditure,1535,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,a_0,Total income,2135,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,b_1-5,Activity unit,2316,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,b_1-5,Fixed tangible assets,978,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,b_1-5,Operating profit before tax,84,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,b_1-5,Rolling mean employees,5049,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,b_1-5,Salaries and wages paid,227,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,b_1-5,"Sales, government funding, grants and subsidies",928,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,b_1-5,Total assets,1574,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,b_1-5,Total expenditure,996,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,b_1-5,Total income,1085,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,c_6-9,Activity unit,468,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,c_6-9,Fixed tangible assets,340,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,c_6-9,Operating profit before tax,25,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,c_6-9,Rolling mean employees,3399,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,c_6-9,Salaries and wages paid,125,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,c_6-9,"Sales, government funding, grants and subsidies",424,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,c_6-9,Total assets,571,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,c_6-9,Total expenditure,466,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,c_6-9,Total income,497,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,d_10-19,Activity unit,438,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,d_10-19,Fixed tangible assets,817,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,d_10-19,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,d_10-19,Rolling mean employees,5880,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,d_10-19,Salaries and wages paid,211,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,d_10-19,"Sales, government funding, grants and subsidies",593,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,d_10-19,Total assets,1197,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,d_10-19,Total expenditure,673,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,d_10-19,Total income,708,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,e_20-49,Activity unit,261,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,e_20-49,Fixed tangible assets,1692,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,e_20-49,Operating profit before tax,30,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,e_20-49,Rolling mean employees,7878,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,e_20-49,Salaries and wages paid,342,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,e_20-49,"Sales, government funding, grants and subsidies",1019,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,e_20-49,Total assets,2549,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,e_20-49,Total expenditure,1302,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,e_20-49,Total income,1343,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,f_50-99,Activity unit,66,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,f_50-99,Fixed tangible assets,897,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,f_50-99,Operating profit before tax,45,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,f_50-99,Rolling mean employees,4485,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,f_50-99,Salaries and wages paid,210,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,f_50-99,"Sales, government funding, grants and subsidies",645,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,f_50-99,Total assets,1680,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,f_50-99,Total expenditure,748,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,f_50-99,Total income,777,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,g_100-199,Activity unit,24,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,g_100-199,Fixed tangible assets,511,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,g_100-199,Operating profit before tax,43,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,g_100-199,Rolling mean employees,3141,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,g_100-199,Salaries and wages paid,161,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,g_100-199,"Sales, government funding, grants and subsidies",345,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,g_100-199,Total assets,910,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,g_100-199,Total expenditure,460,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,g_100-199,Total income,635,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,h_200+,Activity unit,15,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,h_200+,Fixed tangible assets,577,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,h_200+,Operating profit before tax,564,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,h_200+,Rolling mean employees,5679,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,h_200+,Salaries and wages paid,354,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,h_200+,"Sales, government funding, grants and subsidies",1706,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,h_200+,Total assets,2531,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,h_200+,Total expenditure,1332,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,h_200+,Total income,1913,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,i_Industry_Total,Activity unit,11886,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,i_Industry_Total,Fixed tangible assets,8162,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,i_Industry_Total,Operating profit before tax,1393,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,i_Industry_Total,Rolling mean employees,35508,COUNT,,,,,,,,, +2024,R,Arts and Recreation Services,i_Industry_Total,Salaries and wages paid,1988,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,i_Industry_Total,"Sales, government funding, grants and subsidies",7483,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,i_Industry_Total,Total assets,16061,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,i_Industry_Total,Total expenditure,7512,DOLLARS(millions),,,,,,,,, +2024,R,Arts and Recreation Services,i_Industry_Total,Total income,9092,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,a_0,Activity unit,13977,COUNT,,,,,,,,, +2024,S,Other Services,a_0,Fixed tangible assets,2246,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,a_0,Operating profit before tax,534,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,a_0,Rolling mean employees,0,COUNT,,,,,,,,, +2024,S,Other Services,a_0,Salaries and wages paid,411,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,a_0,"Sales, government funding, grants and subsidies",2072,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,a_0,Total assets,4772,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,a_0,Total expenditure,2050,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,a_0,Total income,2624,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,b_1-5,Activity unit,9105,COUNT,,,,,,,,, +2024,S,Other Services,b_1-5,Fixed tangible assets,1616,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,b_1-5,Operating profit before tax,323,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,b_1-5,Rolling mean employees,20694,COUNT,,,,,,,,, +2024,S,Other Services,b_1-5,Salaries and wages paid,1255,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,b_1-5,"Sales, government funding, grants and subsidies",3769,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,b_1-5,Total assets,5405,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,b_1-5,Total expenditure,3710,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,b_1-5,Total income,4090,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,c_6-9,Activity unit,1944,COUNT,,,,,,,,, +2024,S,Other Services,c_6-9,Fixed tangible assets,668,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,c_6-9,Operating profit before tax,171,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,c_6-9,Rolling mean employees,13797,COUNT,,,,,,,,, +2024,S,Other Services,c_6-9,Salaries and wages paid,799,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,c_6-9,"Sales, government funding, grants and subsidies",2198,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,c_6-9,Total assets,3403,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,c_6-9,Total expenditure,2187,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,c_6-9,Total income,2452,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,d_10-19,Activity unit,1116,COUNT,,,,,,,,, +2024,S,Other Services,d_10-19,Fixed tangible assets,673,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,d_10-19,Operating profit before tax,240,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,d_10-19,Rolling mean employees,14553,COUNT,,,,,,,,, +2024,S,Other Services,d_10-19,Salaries and wages paid,881,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,d_10-19,"Sales, government funding, grants and subsidies",2542,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,d_10-19,Total assets,2657,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,d_10-19,Total expenditure,2570,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,d_10-19,Total income,2846,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,e_20-49,Activity unit,384,COUNT,,,,,,,,, +2024,S,Other Services,e_20-49,Fixed tangible assets,575,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,e_20-49,Operating profit before tax,118,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,e_20-49,Rolling mean employees,10884,COUNT,,,,,,,,, +2024,S,Other Services,e_20-49,Salaries and wages paid,732,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,e_20-49,"Sales, government funding, grants and subsidies",2064,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,e_20-49,Total assets,5004,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,e_20-49,Total expenditure,2278,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,e_20-49,Total income,2694,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,f_50-99,Activity unit,78,COUNT,,,,,,,,, +2024,S,Other Services,f_50-99,Fixed tangible assets,250,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,f_50-99,Operating profit before tax,46,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,f_50-99,Rolling mean employees,5166,COUNT,,,,,,,,, +2024,S,Other Services,f_50-99,Salaries and wages paid,324,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,f_50-99,"Sales, government funding, grants and subsidies",871,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,f_50-99,Total assets,800,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,f_50-99,Total expenditure,912,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,f_50-99,Total income,961,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,g_100-199,Activity unit,24,COUNT,,,,,,,,, +2024,S,Other Services,g_100-199,Fixed tangible assets,145,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,g_100-199,Operating profit before tax,48,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,g_100-199,Rolling mean employees,3285,COUNT,,,,,,,,, +2024,S,Other Services,g_100-199,Salaries and wages paid,229,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,g_100-199,"Sales, government funding, grants and subsidies",480,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,g_100-199,Total assets,526,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,g_100-199,Total expenditure,593,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,g_100-199,Total income,637,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,h_200+,Activity unit,15,COUNT,,,,,,,,, +2024,S,Other Services,h_200+,Fixed tangible assets,423,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,h_200+,Operating profit before tax,-1,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,h_200+,Rolling mean employees,6537,COUNT,,,,,,,,, +2024,S,Other Services,h_200+,Salaries and wages paid,411,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,h_200+,"Sales, government funding, grants and subsidies",873,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,h_200+,Total assets,1556,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,h_200+,Total expenditure,1042,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,h_200+,Total income,1100,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,i_Industry_Total,Activity unit,26640,COUNT,,,,,,,,, +2024,S,Other Services,i_Industry_Total,Fixed tangible assets,6594,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,i_Industry_Total,Operating profit before tax,1480,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,i_Industry_Total,Rolling mean employees,74919,COUNT,,,,,,,,, +2024,S,Other Services,i_Industry_Total,Salaries and wages paid,5042,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,i_Industry_Total,"Sales, government funding, grants and subsidies",14869,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,i_Industry_Total,Total assets,24123,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,i_Industry_Total,Total expenditure,15343,DOLLARS(millions),,,,,,,,, +2024,S,Other Services,i_Industry_Total,Total income,17404,DOLLARS(millions),,,,,,,,, +2024,all,All Industries,j_Grand_Total,Activity unit,544830,COUNT,,,,,,,,, +2024,all,All Industries,j_Grand_Total,Fixed tangible assets,719959,DOLLARS(millions),,,,,,,,, +2024,all,All Industries,j_Grand_Total,Operating profit before tax,108175,DOLLARS(millions),,,,,,,,, +2024,all,All Industries,j_Grand_Total,Rolling mean employees,2027574,COUNT,,,,,,,,, +2024,all,All Industries,j_Grand_Total,Salaries and wages paid,157616,DOLLARS(millions),,,,,,,,, +2024,all,All Industries,j_Grand_Total,"Sales, government funding, grants and subsidies",838626,DOLLARS(millions),,,,,,,,, +2024,all,All Industries,j_Grand_Total,Total assets,2931807,DOLLARS(millions),,,,,,,,, +2024,all,All Industries,j_Grand_Total,Total expenditure,856960,DOLLARS(millions),,,,,,,,, +2024,all,All Industries,j_Grand_Total,Total income,979594,DOLLARS(millions),,,,,,,,, From 75b2a0062b426d7dd0701084fc455457f302a3aa Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Wed, 19 Nov 2025 18:57:58 +0530 Subject: [PATCH 062/120] done --- src/controllers/chatController.ts | 72 +---------------- src/controllers/uploadController.ts | 121 +++++----------------------- src/services/switchingApi.ts | 53 ++++++++++++ 3 files changed, 76 insertions(+), 170 deletions(-) create mode 100644 src/services/switchingApi.ts diff --git a/src/controllers/chatController.ts b/src/controllers/chatController.ts index c7a6d7c..030d8c9 100644 --- a/src/controllers/chatController.ts +++ b/src/controllers/chatController.ts @@ -3,76 +3,10 @@ import { Request, Response } from "express"; import { GoogleGenerativeAI } from "@google/generative-ai"; import { loadDatasetFromDB } from "../utils/loadDatasetFromDB"; import { buildChatPrompt } from "../utils/chartPrompt"; - -import { - interpretChartRequest, - fallbackChartGenerator, -} from "../utils/chartInterpreter"; - - -let apiKeyIndex = 0; -const apiKeys = process.env.GEMINI_API_KEY!.split(",").map(k => k.trim()); - -let currentKey = apiKeys[apiKeyIndex]; -let genAI = new GoogleGenerativeAI(currentKey); -let model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); - -const switchApi = () => { - apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; - currentKey = apiKeys[apiKeyIndex]; - genAI = new GoogleGenerativeAI(currentKey); - model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); - - console.log("Switched to API key:", currentKey); -}; - - -async function runAi(prompt: string) { - let attempts = 0; - - while (attempts < apiKeys.length) { - try { - console.log(` Using Gemini Key #${apiKeyIndex + 1}`); - - const res = await model.generateContent(prompt); - let raw = res.response.text().replace(/```json|```/g, "").trim(); - - // extract JSON only - const start = raw.indexOf("{"); - const end = raw.lastIndexOf("}"); - if (start === -1 || end === -1) throw new Error("Invalid JSON"); - - return JSON.parse(raw.substring(start, end + 1)); - } catch (err: any) { - const msg = String(err?.message || ""); - console.log("⚠ Gemini Error:", msg); - - // QUOTA / LIMIT / 429 / 503 → rotate key - if ( - msg.includes("quota") || - msg.includes("429") || - msg.includes("exceeded") || - err.status === 503 - ) { - console.log("Limit reached → switching key..."); - switchApi(); - attempts++; - continue; - } - - // Other error → stop AI completely - console.log(" Non-limit AI error. Stopping AI."); - return null; - } - } - - console.log("All Gemini keys failed."); - return null; -} - +import {interpretChartRequest,fallbackChartGenerator} from "../utils/chartInterpreter"; +import { runAi, switchApi } from "../services/switchingApi"; // MAIN CHAT CONTROLLER - export const chatController = async (req: Request, res: Response) => { try { const userMessage = req.body.message?.trim(); @@ -100,14 +34,12 @@ export const chatController = async (req: Request, res: Response) => { // Run Gemini with safe wrapper const parsed = await runAi(prompt); - if (!parsed) { return res.json({ reply: "AI failed to understand. Try rephrasing!", chart: null, }); } - // NORMAL QUESTION if (parsed.type === "qa") { return res.json({ diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 3a9993d..49eadd2 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -5,108 +5,37 @@ import csv from "csv-parser"; import { PutObjectCommand } from "@aws-sdk/client-s3"; import { r2 } from "../config/r2Client"; import dataModel from "../model/dataModel"; -import { - initStreamingAgg, - updateStreamingAgg, - finalizeStreamingAgg, -} from "../utils/streamAggregations"; +import { initStreamingAgg,updateStreamingAgg,finalizeStreamingAgg} from "../utils/streamAggregations"; import { generateAiPromt } from "../utils/aiPrompt"; -import { GoogleGenerativeAI } from "@google/generative-ai"; import { generateChartData } from "../utils/chartHelpers"; -import { generateChartsFromData } from "../utils/fallbackCharts"; +import { generateChartsFromData } from "../utils/fallbackCharts"; +import { runAi } from "../services/switchingApi"; interface UserPayload { userId: string; isGuest?: boolean; } - type AuthedRequest = Request & { user?: UserPayload; }; -// GLOBAL API KEY ROTATION -let apiKeyIndex = 0; -const apiKeys = process.env.GEMINI_API_KEY!.split(",").map(k => k.trim()); - -let currentApi = apiKeys[apiKeyIndex]; - -let genAI = new GoogleGenerativeAI(currentApi); -let model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); - -const switchApi = () => { - apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; - currentApi = apiKeys[apiKeyIndex]; - genAI = new GoogleGenerativeAI(currentApi); - model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); - console.log("Switched to API key:", currentApi); -}; - - -async function runAi(prompt: string) { - let attempts = 0; - - while (attempts < apiKeys.length) { - try { - console.log(`Using Gemini Key #${apiKeyIndex + 1}`); - - const res = await model.generateContent(prompt); - let raw = res.response.text().replace(/```json|```/g, "").trim(); - - const start = raw.indexOf("{"); - const end = raw.lastIndexOf("}"); - if (start === -1 || end === -1) throw new Error("Invalid JSON"); - - return JSON.parse(raw.substring(start, end + 1)); - } catch (err: any) { - const msg = String(err?.message || ""); - console.log("Gemini Error:", msg); - - // QUOTA / LIMIT errors → rotate key - if ( - msg.includes("quota") || - msg.includes("429") || - msg.includes("exceeded") || - err.status === 503 - ) { - console.log(" AI limit hit → switching key..."); - switchApi(); - attempts++; - continue; - } - - // OTHER ERRORS → stop trying AI - console.log("Non-limit AI failure. Stopping AI."); - return null; - } - } - - console.log("All AI keys failed"); - return null; -} - - // FILE PARSING (MAIN CONTROLLER) export const fileParsing = async (req: Request, res: Response) => { try { + console.log(req.user) if (!req.file) return res.status(400).json({ message: "File not uploaded" }); - const file = req.file; const filepath = file.path; - const streamAgg = initStreamingAgg(); const sampleRows: any[] = []; - let headers: string[] = []; const readStream = fs.createReadStream(filepath).pipe(csv()); - - readStream.on("headers", (hdr) => (headers = hdr)); - - readStream.on("data", (row) => { - if (sampleRows.length < 10) sampleRows.push(row); - updateStreamingAgg(streamAgg, row); - }); - - readStream.on("end", async () => { + const handleOnHeaders = (hdr: string[]) => {(headers = hdr)} + const handleOnData =(row: any) => { + if (sampleRows.length < 10) sampleRows.push(row); + updateStreamingAgg(streamAgg, row); + } + const handleOnEnd = async () => { const aggregations = finalizeStreamingAgg(streamAgg); const metrics = { @@ -114,7 +43,6 @@ export const fileParsing = async (req: Request, res: Response) => { total_columns: aggregations.meta.total_columns, missing_values: calculateTotalMissing(aggregations), }; - // Upload CSV const fileBuffer = fs.readFileSync(filepath); const fileName = `${Date.now()}_${file.originalname}`; @@ -127,10 +55,9 @@ export const fileParsing = async (req: Request, res: Response) => { ContentType: "text/csv", }) ); - const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; fs.unlinkSync(filepath); - // Get user id from middleware + // Get user id from middleware const authedReq = req as AuthedRequest; const userId = authedReq.user?.userId; @@ -140,16 +67,13 @@ export const fileParsing = async (req: Request, res: Response) => { message: 'User not identified', }); } - // Save sample rows const dataset = await dataModel.create({ user_id: req.body.user_id || null, r2_url: fileUrl, data: sampleRows, - aggregations: aggregations, + aggregations: aggregations, }); - - // AI ATTEMPT const prompt = generateAiPromt(metrics, aggregations, sampleRows); let ai = await runAi(prompt); @@ -157,7 +81,7 @@ export const fileParsing = async (req: Request, res: Response) => { // FALLBACK if (!ai) { console.log("AI failed — Using fallback chart generator"); - + console.log(sampleRows) const fallback = generateChartsFromData(sampleRows); ai = { @@ -186,10 +110,8 @@ export const fileParsing = async (req: Request, res: Response) => { key_fields: Object.keys(sampleRows[0] || {}).slice(0, 4), }; } - // Generate REAL chart-ready data const finalCharts = generateChartData(ai.charts || [], aggregations); - return res.json({ success: true, datasetId: dataset._id, @@ -203,24 +125,23 @@ export const fileParsing = async (req: Request, res: Response) => { }, aggregations, }); - }); - - readStream.on("error", (err) => { + } + const handleOnError = (err: Error) => { return res.status(500).json({ success: false, message: "CSV parse error", error: err }); - }); + } + readStream.on("headers", handleOnHeaders); + readStream.on("data", handleOnData); + readStream.on("end", handleOnEnd); + readStream.on("error", handleOnError); } catch (err) { return res.status(500).json({ success: false, message: "Server error", error: err }); } }; - - // Calculate missing function calculateTotalMissing(aggregations: any): number { let total = 0; for (const col in aggregations.numeric) total += aggregations.numeric[col].missing; for (const col in aggregations.categorical) total += aggregations.categorical[col].missing; return total; -} - - +} \ No newline at end of file diff --git a/src/services/switchingApi.ts b/src/services/switchingApi.ts new file mode 100644 index 0000000..aa0520d --- /dev/null +++ b/src/services/switchingApi.ts @@ -0,0 +1,53 @@ +import { GoogleGenerativeAI } from "@google/generative-ai"; + +// GLOBAL API KEY ROTATION +let apiKeyIndex = 0; +const apiKeys = process.env.GEMINI_API_KEY!.split(",").map(k => k.trim()); + +let currentApi = apiKeys[apiKeyIndex]; + +let genAI = new GoogleGenerativeAI(currentApi); +let model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + +export const switchApi = () => { + apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; + currentApi = apiKeys[apiKeyIndex]; + genAI = new GoogleGenerativeAI(currentApi); + model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + console.log("Switched to API key:", currentApi); +}; + +export async function runAi(prompt: string) { + let attempts = 0; + while (attempts < apiKeys.length) { + try { + console.log(`Using Gemini Key #${apiKeyIndex + 1}`); + const res = await model.generateContent(prompt); + let raw = res.response.text().replace(/```json|```/g, "").trim(); + const start = raw.indexOf("{"); + const end = raw.lastIndexOf("}"); + if (start === -1 || end === -1) throw new Error("Invalid JSON"); + return JSON.parse(raw.substring(start, end + 1)); + } catch (err: any) { + const msg = String(err?.message || ""); + console.log("Gemini Error:", msg); + // QUOTA / LIMIT errors → rotate key + if ( + msg.includes("quota") || + msg.includes("429") || + msg.includes("exceeded") || + err.status === 503 + ) { + console.log(" AI limit hit → switching key..."); + switchApi(); + attempts++; + continue; + } + // OTHER ERRORS → stop trying AI + console.log("Non-limit AI failure. Stopping AI."); + return null; + } + } + console.log("All AI keys failed"); + return null; +} \ No newline at end of file From 3cd60b925665d7967982487b6e6ffd15cb5e20e5 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Thu, 20 Nov 2025 06:55:17 +0530 Subject: [PATCH 063/120] forgot password --- src/auth/auth.ts | 106 ++++++++++++++++++++++++++++++++++--- src/routes/authRoutes.ts | 7 +++ src/services/validation.ts | 29 +++++++++- 3 files changed, 133 insertions(+), 9 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 3e1647f..00cbba8 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -3,7 +3,7 @@ import bcrypt from 'bcrypt'; import otpModel from '../model/otpModel.ts'; import userModel from '../model/user.ts'; import { sendOtp } from '../utils/sendEmail.ts'; -import { theValidation } from '../services/validation.ts'; +import { resetPasswordSchema, theValidation } from '../services/validation.ts'; import { generateOtp } from '../utils/otpGenerate.ts'; import Jwt from 'jsonwebtoken'; import { loginSchema } from '../services/validation.ts'; @@ -31,7 +31,7 @@ export const loginCheck = async (req: Request, res: Response) => { } const user = await userModel.findOne({ email }); - + if (!user) { return res.status(404).json({ success: false, @@ -276,13 +276,13 @@ export const resendOtp = async (req: Request, res: Response) => { const email = req.query.email?.toString(); if (!email) { - return res.status(400).json({ message: "Email is required" }); + return res.status(400).json({ message: 'Email is required' }); } const otpData = await otpModel.findOne({ email }); if (!otpData) { - return res.status(400).json({ message: "No OTP found for this email" }); + return res.status(400).json({ message: 'No OTP found for this email' }); } const otp = generateOtp(); @@ -293,17 +293,107 @@ export const resendOtp = async (req: Request, res: Response) => { { email }, { otp, - createdAt: new Date() - } + createdAt: new Date(), + }, ); return res.status(200).json({ success: true, - message: "OTP resent successfully", + message: 'OTP resent successfully', }); } catch (err) { console.log(err); - return res.status(500).json({ message: "Internal server error" }); + return res.status(500).json({ message: 'Internal server error' }); + } +}; + +export const forgotPassword = async (req: Request, res: Response) => { + console.log('reached here at forgot password'); + console.log(req.body); + + try { + const { email } = req.body; + + if (!email) { + return res.status(400).json({ success: false, message: 'Email is required' }); + } + + const user = await userModel.findOne({ email }); + if (!user) { + return res.status(404).json({ success: false, message: 'User not found' }); + } + + const otp = generateOtp(); + console.log('otp sentt for forgott', otp); + + await otpModel.findOneAndUpdate({ email }, { otp }, { upsert: true }); + + await sendOtp(email, otp); + + return res.json({ + success: true, + message: 'OTP has been sent to your email', + }); + } catch (err) { + console.error('Forgot Password Error', err); + return res.status(500).json({ success: false, message: 'Internal server error' }); } }; +export const verifyForgotOtp = async (req: Request, res: Response) => { + console.log('reached here at verify otp'); + console.log(req.body); + + try { + const { email, otp } = req.body; + + if (!email || !otp) { + return res.status(400).json({ success: false, message: 'Email & OTP required' }); + } + + const savedOtp = await otpModel.findOne({ email }); + + if (!savedOtp) { + return res.status(400).json({ success: false, message: 'OTP not found' }); + } + + if (savedOtp.otp.toString() !== otp.toString()) { + return res.status(400).json({ success: false, message: 'Invalid OTP' }); + } + + return res.json({ success: true, message: 'OTP verified successfully' }); + } catch (err) { + console.error('OTP Verify Error', err); + return res.status(500).json({ success: false, message: 'Internal server error' }); + } +}; + +export const resetPassword = async (req: Request, res: Response) => { + try { + const { email, newPassword, confirmPassword } = req.body; + + + const { error } = resetPasswordSchema.validate(req.body, { abortEarly: false }); + if (error) { + const details = error.details.map(err => err.message); + return res.status(400).json({ success: false, message: details }); + } + + const otpData = await otpModel.findOne({ email }); + + + const hashed = await bcrypt.hash(newPassword, 10); + + await userModel.findOneAndUpdate({ email }, { password: hashed }); + + await otpModel.deleteOne({ email }); + + return res.json({ + success: true, + message: 'Password has been reset successfully', + }); + } catch (err) { + console.error('Reset Password Error', err); + return res.status(500).json({ success: false, message: 'Internal server error' }); + } +}; diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 54a822d..442fe69 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -8,6 +8,10 @@ import { refreshAccessToken } from "../services/jwtServices.ts"; import {deviceLogger} from '../utils/deviceLogger.ts' import { verifyToken } from "../middlewares/verifyToken.ts"; import { resendOtp } from "../auth/auth.ts"; +import { forgotPassword } from "../auth/auth.ts"; +import { verifyForgotOtp } from "../auth/auth.ts"; +import { resetPassword } from "../auth/auth.ts"; + const authRouter = Router(); @@ -20,6 +24,9 @@ authRouter.post("/resendOtp",resendOtp) authRouter.get("/test",verifyToken,testpro) authRouter.post("/newRefreshToken",refreshAccessToken) authRouter.post("/logout",logout) +authRouter.post("/forgotPassword",forgotPassword) +authRouter.post("/verifyForgotOtp",verifyForgotOtp) +authRouter.post("/resetPassword",resetPassword) // google authentication authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); diff --git a/src/services/validation.ts b/src/services/validation.ts index 390f20b..6fcafd0 100644 --- a/src/services/validation.ts +++ b/src/services/validation.ts @@ -26,4 +26,31 @@ export const theValidation = Joi.object({ export const loginSchema = Joi.object({ email:Joi.string().required().email(), password:Joi.string().required().min(8) - }) \ No newline at end of file + }) + + export const resetPasswordSchema = Joi.object({ + email: Joi.string().email().required(), + + newPassword: Joi.string() + .pattern( + new RegExp( + "^(?=.*[A-Za-z])(?=.*\\d)(?=.*[@$!%*#?&])[A-Za-z\\d@$!%*#?&]{8,}$" + ) + ) + .min(8) + .required() + .messages({ + "string.pattern.base": + "Password must contain letters, numbers, and symbols", + "string.min": "Password must be at least 8 characters", + "any.required": "Password is required", + }), + + confirmPassword: Joi.string() + .valid(Joi.ref("newPassword")) + .required() + .messages({ + "any.only": "Password and Confirm Password must match", + "any.required": "Confirm Password is required", + }), +}); From 6e4a8f8e493194659ec99ebe3742ee28a8ef8d35 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Thu, 20 Nov 2025 14:18:25 +0530 Subject: [PATCH 064/120] done --- package-lock.json | 2 -- src/controllers/{UserController.ts => userController.ts} | 0 2 files changed, 2 deletions(-) rename src/controllers/{UserController.ts => userController.ts} (100%) diff --git a/package-lock.json b/package-lock.json index b4b2c52..8813f34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3412,7 +3412,6 @@ "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", "license": "MIT", - "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", @@ -5244,7 +5243,6 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/src/controllers/UserController.ts b/src/controllers/userController.ts similarity index 100% rename from src/controllers/UserController.ts rename to src/controllers/userController.ts From 51cad4b66e5395ed982511e38e601b3b7c7ed0f5 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Thu, 20 Nov 2025 17:27:35 +0530 Subject: [PATCH 065/120] logged devices --- src/auth/auth.ts | 52 ++++++++++++++++++++------- src/model/refreshtoken.ts | 75 +++++++++++++++++++++++++++------------ src/routes/authRoutes.ts | 2 ++ 3 files changed, 95 insertions(+), 34 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 00cbba8..071029d 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -67,15 +67,19 @@ export const loginCheck = async (req: Request, res: Response) => { const hashed = hashToken(refreshToken); - await refreshModel.findOneAndUpdate( - { userId: user._id }, - { - userId: user._id, - tokenhash: hashed, - expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), - }, - { upsert: true }, - ); + const userAgent = req.headers['user-agent'] || 'unknown'; + const ip = (req.headers['x-forwarded-for'] as string)?.split(',')[0] || req.ip || 'unknown'; + + await refreshModel.create({ + userId: user._id, + tokenhash: hashed, + expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), + userAgent, + ip, + createdAt: new Date(), + lastActiveAt: new Date(), + isValid: true, + }); res.cookie('refreshToken', refreshToken, { httpOnly: true, @@ -372,15 +376,13 @@ export const resetPassword = async (req: Request, res: Response) => { try { const { email, newPassword, confirmPassword } = req.body; - - const { error } = resetPasswordSchema.validate(req.body, { abortEarly: false }); + const { error } = resetPasswordSchema.validate(req.body, { abortEarly: false }); if (error) { const details = error.details.map(err => err.message); return res.status(400).json({ success: false, message: details }); } const otpData = await otpModel.findOne({ email }); - const hashed = await bcrypt.hash(newPassword, 10); @@ -397,3 +399,29 @@ export const resetPassword = async (req: Request, res: Response) => { return res.status(500).json({ success: false, message: 'Internal server error' }); } }; + +export const getAllSessions = async (req: Request, res: Response) => { + console.log("inside "); + + try { + interface JwtUser { + id: string; + email: string; + } + const user = req.user as JwtUser; + const userId = user.id; + + const sessions = await refreshModel.find({ userId, isValid: true }).select('-tokenhash'); + + return res.status(200).json({ + success: true, + sessions, + }); + } catch (err) { + console.error('Get sessions error:', err); + return res.status(500).json({ + success: false, + message: 'Internal server error', + }); + } +}; diff --git a/src/model/refreshtoken.ts b/src/model/refreshtoken.ts index b823998..ef238eb 100644 --- a/src/model/refreshtoken.ts +++ b/src/model/refreshtoken.ts @@ -1,29 +1,60 @@ import mongoose from "mongoose"; -export interface Irefreshtoken{ - userId:mongoose.Types.ObjectId; - tokenhash:string; - expiresAt:Date; + +export interface Irefreshtoken { + userId: mongoose.Types.ObjectId; + tokenhash: string; + expiresAt: Date; + userAgent?: string; + ip?: string; + createdAt: Date; + lastActiveAt: Date; + isValid: boolean; } const refreshTokenSchema = new mongoose.Schema({ -userId:{ - type:mongoose.Schema.Types.ObjectId, - ref:"user", - required:true, - unique:true - -}, -tokenhash:{ - type:String, - required:true -}, -expiresAt:{ - type:Date, - required:true -} + userId: { + type: mongoose.Schema.Types.ObjectId, + ref: "user", + required: true, + }, + + tokenhash: { + type: String, + required: true, + }, + + expiresAt: { + type: Date, + required: true, + }, + + userAgent: { + type: String, + }, + + ip: { + type: String, + }, + + createdAt: { + type: Date, + default: Date.now, + }, + + lastActiveAt: { + type: Date, + default: Date.now, + }, -}) + isValid: { + type: Boolean, + default: true, + }, +}); -const refreshModel = mongoose.model("refreshToken",refreshTokenSchema) +const refreshModel = mongoose.model( + "refreshToken", + refreshTokenSchema +); -export default refreshModel \ No newline at end of file +export default refreshModel; diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 442fe69..8986e8e 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -11,6 +11,7 @@ import { resendOtp } from "../auth/auth.ts"; import { forgotPassword } from "../auth/auth.ts"; import { verifyForgotOtp } from "../auth/auth.ts"; import { resetPassword } from "../auth/auth.ts"; +import { getAllSessions } from "../auth/auth.ts"; @@ -27,6 +28,7 @@ authRouter.post("/logout",logout) authRouter.post("/forgotPassword",forgotPassword) authRouter.post("/verifyForgotOtp",verifyForgotOtp) authRouter.post("/resetPassword",resetPassword) +authRouter.get("/getAllSessions",verifyToken,getAllSessions) // google authentication authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); From 12ec3632ebe2f70edd5958312a5e76dc86cb538b Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Fri, 21 Nov 2025 09:46:03 +0530 Subject: [PATCH 066/120] google authentication is secured --- src/auth/auth.ts | 35 ++++++++++++++++++++++------------- src/routes/userRouter.ts | 13 +++++++------ src/services/jwtServices.ts | 25 +++++++++++-------------- 3 files changed, 40 insertions(+), 33 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index c4f2000..e7dd5c6 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -250,13 +250,21 @@ export const googleCallback = async (req: Request, res: Response) => { try { const user = req.user as any; - const token = signJwt({ - id: user._id?.toString() || null, - googleId: user.googleId?.toString() || null, - email: user.email, - }); + const accessToken = Jwt.sign( + { + id: user._id.toString(), + email: user.email, + googleId: user.googleId?.toString() || null, + }, + process.env.JWT_SECRET!, + { expiresIn: "15m" } + ); - const refreshToken = signJwt({ id: user._id }); + const refreshToken = Jwt.sign( + { id: user._id.toString() }, + process.env.REFRESH_SECRET!, + { expiresIn: "30d" } + ); await refreshModel.findOneAndUpdate( { userId: user._id }, @@ -265,27 +273,28 @@ export const googleCallback = async (req: Request, res: Response) => { tokenhash: hashToken(refreshToken), expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), }, - { upsert: true }, + { upsert: true } ); - res.cookie('refreshToken', refreshToken, { + res.cookie("refreshToken", refreshToken, { httpOnly: true, secure: false, - sameSite: 'strict', - maxAge: 30 * 24 * 60 * 60 * 1000, // 30 days + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 1000, }); const frontendURL = process.env.CLIENT_URL!; - res.redirect(`${frontendURL}/auth/callback?token=${token}`); + res.redirect(`${frontendURL}/auth/callback?token=${accessToken}`); + } catch (err) { - res.status(500).json({ message: err }); + console.log("Google OAuth error:", err); + res.status(500).json({ message: "Google auth failed" }); } }; - export const logout = async(req:Request,res:Response)=>{ try{ const refreToken = req.cookies.refreshToken; diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 61e2a55..724d862 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,13 +1,14 @@ -import { Router } from 'express'; -import { getUserProfile } from '../auth/auth.ts'; -import { changePassword, userImageUpdate } from '../controllers/userController.ts'; +import { Router } from "express"; +import { getUserProfile } from "../auth/auth.ts"; +import { changePassword, userImageUpdate } from "../controllers/userController.ts"; +import { verifyToken } from "../middlewares/verifyToken.ts"; const userRouter = Router(); // dummy route for single user -userRouter.get('/:userId', getUserProfile); +userRouter.get("/:userId", verifyToken, getUserProfile); // user image uploader router -userRouter.put('/upload', userImageUpdate); +userRouter.put("/upload", userImageUpdate); // new password -userRouter.post('/newpassword', changePassword); +userRouter.post("/newpassword", changePassword); export default userRouter; diff --git a/src/services/jwtServices.ts b/src/services/jwtServices.ts index f969ffb..3a0dc70 100644 --- a/src/services/jwtServices.ts +++ b/src/services/jwtServices.ts @@ -4,28 +4,25 @@ import { hashToken } from "../utils/hashTokens"; import refreshModel from "../model/refreshtoken"; export const signJwt = (payload: object) => { - return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "10s" }); + return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "15m" }); }; export const refreshAccessToken = async (req: Request, res: Response) => { const refreshToken = req.cookies.refreshToken; if (!refreshToken) { - return res - .status(401) - .json({ success: false, message: "no refresh token" }); + return res.status(401).json({ success: false, message: "no refresh token" }); } try { - const correctCheck = jwt.verify( - refreshToken, - process.env.REFRESH_SECRET! - ) as { id: string; email: string }; + const correctCheck = jwt.verify(refreshToken, process.env.REFRESH_SECRET!) as { + id: string; + email: string; + }; const hashedToken = hashToken(refreshToken); - const savedToken = await refreshModel.findOne({tokenhash:hashedToken}) - if(!savedToken){ - return res.status(401).json({success:false,message:"invalid refreshtoken"}) + const savedToken = await refreshModel.findOne({ tokenhash: hashedToken }); + if (!savedToken) { + return res.status(401).json({ success: false, message: "invalid refreshtoken" }); } - const jwtPayload = { id: correctCheck.id, email: correctCheck.email }; const newAccessToken = jwt.sign(jwtPayload, process.env.JWT_SECRET!, { @@ -34,7 +31,7 @@ export const refreshAccessToken = async (req: Request, res: Response) => { return res.status(200).json({ success: true, newAccessToken }); } catch (err) { - console.log("error in refresh token worked",err) - return res.status(500).json({success:false,message:"internal server error"}) + console.log("error in refresh token worked", err); + return res.status(500).json({ success: false, message: "internal server error" }); } }; From e11032dce64d670cfe5bc0656f348cbb8a6bf12c Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Fri, 21 Nov 2025 09:49:06 +0530 Subject: [PATCH 067/120] yet to complete thte logged in devices feature --- src/auth/auth.ts | 42 +++++++++++++++++++++++++++++++++++++++- src/routes/authRoutes.ts | 2 ++ src/routes/userRouter.ts | 3 ++- 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 071029d..31ee165 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -70,7 +70,7 @@ export const loginCheck = async (req: Request, res: Response) => { const userAgent = req.headers['user-agent'] || 'unknown'; const ip = (req.headers['x-forwarded-for'] as string)?.split(',')[0] || req.ip || 'unknown'; - await refreshModel.create({ + const session = await refreshModel.create({ userId: user._id, tokenhash: hashed, expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), @@ -92,6 +92,7 @@ export const loginCheck = async (req: Request, res: Response) => { success: true, message: 'Login successful', accessToken, + sessionId : session._id, user: { id: user._id, name: user.name, @@ -425,3 +426,42 @@ export const getAllSessions = async (req: Request, res: Response) => { }); } }; + +export const logoutDevice = async (req: Request, res: Response) => { + try { + const { sessionId } = req.body; + interface JwtUser { + id: string; + email: string; + } + const user = req.user as JwtUser; + const userId = user.id; + + if (!sessionId) { + return res.status(400).json({ success: false, message: "Session ID required" }); + } + + const session = await refreshModel.findOne({ + _id: sessionId, + userId + }); + + if (!session) { + return res.status(404).json({ success: false, message: "Session not found" }); + } + + await refreshModel.deleteOne({ _id: sessionId }); + + return res.json({ + success: true, + message: "Device logged out successfully", + }); + } catch (err) { + console.error("Logout Device Error", err); + return res.status(500).json({ + success: false, + message: "Internal server error", + }); + } +}; + diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 8986e8e..d7a6f1e 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -12,6 +12,7 @@ import { forgotPassword } from "../auth/auth.ts"; import { verifyForgotOtp } from "../auth/auth.ts"; import { resetPassword } from "../auth/auth.ts"; import { getAllSessions } from "../auth/auth.ts"; +import { logoutDevice } from "../auth/auth.ts"; @@ -29,6 +30,7 @@ authRouter.post("/forgotPassword",forgotPassword) authRouter.post("/verifyForgotOtp",verifyForgotOtp) authRouter.post("/resetPassword",resetPassword) authRouter.get("/getAllSessions",verifyToken,getAllSessions) +authRouter.post("/logoutDevice",verifyToken,logoutDevice) // google authentication authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 61e2a55..b392249 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,10 +1,11 @@ import { Router } from 'express'; import { getUserProfile } from '../auth/auth.ts'; import { changePassword, userImageUpdate } from '../controllers/userController.ts'; +import { verifyToken } from '../middlewares/verifyToken.ts'; const userRouter = Router(); // dummy route for single user -userRouter.get('/:userId', getUserProfile); +userRouter.get('/:userId',verifyToken, getUserProfile); // user image uploader router userRouter.put('/upload', userImageUpdate); // new password From 893be6a02d4db3e89cff26ac4099a914cf7d1555 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Fri, 21 Nov 2025 10:49:49 +0530 Subject: [PATCH 068/120] new api keys --- .env | 2 +- src/controllers/uploadController.ts | 14 +++++++------- src/utils/streamAggregations.ts | 4 +--- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.env b/.env index 719f91f..15a984c 100644 --- a/.env +++ b/.env @@ -21,7 +21,7 @@ EMAIL_PASS = lhubgdnbvmfrzjcj SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo MAX_FILE_SIZE = 50 * 1024 * 1024; -GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU +GEMINI_API_KEY =AIzaSyBkUAGwR5nE36CFk1cGPw6bOlSl4OQK1Ro,AIzaSyD_UUtu-zR4CUwOB3Z7xyLMmcl1ooiPxJ8,AIzaSyBnhzklFEmwqi1YkmrNqVSKrZTO9ljUJo4,AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 49eadd2..4225648 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -5,7 +5,7 @@ import csv from "csv-parser"; import { PutObjectCommand } from "@aws-sdk/client-s3"; import { r2 } from "../config/r2Client"; import dataModel from "../model/dataModel"; -import { initStreamingAgg,updateStreamingAgg,finalizeStreamingAgg} from "../utils/streamAggregations"; +import { initStreamingAgg, updateStreamingAgg, finalizeStreamingAgg } from "../utils/streamAggregations"; import { generateAiPromt } from "../utils/aiPrompt"; import { generateChartData } from "../utils/chartHelpers"; import { generateChartsFromData } from "../utils/fallbackCharts"; @@ -30,11 +30,11 @@ export const fileParsing = async (req: Request, res: Response) => { const sampleRows: any[] = []; let headers: string[] = []; const readStream = fs.createReadStream(filepath).pipe(csv()); - const handleOnHeaders = (hdr: string[]) => {(headers = hdr)} - const handleOnData =(row: any) => { - if (sampleRows.length < 10) sampleRows.push(row); - updateStreamingAgg(streamAgg, row); - } + const handleOnHeaders = (hdr: string[]) => { (headers = hdr) } + const handleOnData = (row: any) => { + if (sampleRows.length < 10) sampleRows.push(row); + updateStreamingAgg(streamAgg, row); + } const handleOnEnd = async () => { const aggregations = finalizeStreamingAgg(streamAgg); @@ -69,7 +69,7 @@ export const fileParsing = async (req: Request, res: Response) => { } // Save sample rows const dataset = await dataModel.create({ - user_id: req.body.user_id || null, + user_id: userId || null, r2_url: fileUrl, data: sampleRows, aggregations: aggregations, diff --git a/src/utils/streamAggregations.ts b/src/utils/streamAggregations.ts index 5c18c85..a585893 100644 --- a/src/utils/streamAggregations.ts +++ b/src/utils/streamAggregations.ts @@ -167,6 +167,4 @@ export const finalizeStreamingAgg = (state: StreamingAggState) => { }, }; }; - -export type Aggregations = ReturnType; - +export type Aggregations = ReturnType; \ No newline at end of file From 8caed33e8207bbe58d7c892b70754bcd3e029768 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Fri, 21 Nov 2025 11:15:24 +0530 Subject: [PATCH 069/120] test --- package-lock.json | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71203fc..9654c28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1702,6 +1702,21 @@ } } }, + "node_modules/@modelcontextprotocol/sdk/node_modules/express-rate-limit": { + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.1.tgz", + "integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==", + "license": "MIT", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/express-rate-limit" + }, + "peerDependencies": { + "express": ">= 4.11" + } + }, "node_modules/@mongodb-js/saslprep": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.3.2.tgz", @@ -2609,6 +2624,7 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", + "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -2689,6 +2705,7 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", + "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -3452,7 +3469,6 @@ } }, "node_modules/express-rate-limit": { -<<<<<<< HEAD "version": "8.2.1", "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.1.tgz", "integrity": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==", @@ -3460,12 +3476,6 @@ "dependencies": { "ip-address": "10.0.1" }, -======= - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.1.tgz", - "integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==", - "license": "MIT", ->>>>>>> dev "engines": { "node": ">= 16" }, @@ -3476,8 +3486,6 @@ "express": ">= 4.11" } }, -<<<<<<< HEAD -======= "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -3500,7 +3508,6 @@ ], "license": "BSD-3-Clause" }, ->>>>>>> dev "node_modules/fast-xml-parser": { "version": "5.2.5", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", @@ -5103,6 +5110,7 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" From 18ba7624b07d1e99970251651669e6db626888bf Mon Sep 17 00:00:00 2001 From: chechu776 Date: Fri, 21 Nov 2025 11:20:42 +0530 Subject: [PATCH 070/120] line chart added --- src/utils/aiPrompt.ts | 7 +++ src/utils/chartHelpers.ts | 25 +++++++++- src/utils/chartInterpreter.ts | 88 ++++++++++++++++++++++++----------- src/utils/chartPrompt.ts | 4 +- 4 files changed, 93 insertions(+), 31 deletions(-) diff --git a/src/utils/aiPrompt.ts b/src/utils/aiPrompt.ts index 9e0e794..94b3825 100644 --- a/src/utils/aiPrompt.ts +++ b/src/utils/aiPrompt.ts @@ -14,6 +14,7 @@ IMPORTANT RULES — READ CAREFULLY - YOU MUST output exactly: 1 bar chart 1 pie chart + 1 line chart - Do NOT output line charts or any other chart types. - decide chart types and titles @@ -46,6 +47,12 @@ OUTPUT FORMAT (STRICT JSON): "label": "category_column", "value": "count", "title": "Meaningful pie chart title" + }, + { + "type": "line", + "x": "column_name", + "y": "column_name", + "title": "Meaningful line chart title" } ], "insights": [ diff --git a/src/utils/chartHelpers.ts b/src/utils/chartHelpers.ts index 3cdb413..3083171 100644 --- a/src/utils/chartHelpers.ts +++ b/src/utils/chartHelpers.ts @@ -1,7 +1,7 @@ import type { Aggregations } from "./streamAggregations"; export type FinalChart = { - type: "bar" | "pie"; + type: "bar" | "pie" | "line"; title: string; x: string; y?: string; @@ -62,7 +62,30 @@ export function generateChartData( data: rows, }); } + + // LINE CHART + if (chart.type === "line") { + const xCol = chart.x; + const yCol = chart.y; + + const cat = aggregations.categorical[xCol]; + if (!cat) continue; + + const rows = Object.entries(cat.counts).map(([label, count]) => ({ + xValue: label, + yValue: Number(count), + })); + + finalCharts.push({ + type: "line", + title: chart.title, + x: xCol, + y: yCol, + data: rows, + }); + } } + return finalCharts; } diff --git a/src/utils/chartInterpreter.ts b/src/utils/chartInterpreter.ts index ddce246..f476f03 100644 --- a/src/utils/chartInterpreter.ts +++ b/src/utils/chartInterpreter.ts @@ -4,12 +4,12 @@ import type { Aggregations } from "./streamAggregations"; export interface ChartIntent { valid: boolean; - type: "bar" | "pie" | null; + type: "bar" | "pie" | "line" | null; category: string | null; numeric: string | null; } -// INTERPRET AI CHART REQUEST +// INTERPRET AI CHART REQUEST export function interpretChartRequest( chartReq: any, aggregations: Aggregations @@ -22,7 +22,7 @@ export function interpretChartRequest( const numeric = chartReq.numeric?.trim() || null; const type = chartReq.chart_type || null; - // Validate columns exist + // Validate columns exist in dataset const allCols = [ ...Object.keys(aggregations.categorical), ...Object.keys(aggregations.numeric), @@ -30,42 +30,37 @@ export function interpretChartRequest( const isValidCategory = category && allCols.includes(category); const isValidNumeric = - !numeric || - (numeric && Object.keys(aggregations.numeric).includes(numeric)); + !numeric || Object.keys(aggregations.numeric).includes(numeric); if (!type || !isValidCategory) { return { valid: false, type: null, category: null, numeric: null }; } + // type now supports line + if (!["bar", "pie", "line"].includes(type)) { + return { valid: false, type: null, category: null, numeric: null }; + } + return { valid: true, - type: type, + type, category, - numeric: numeric, + numeric, }; } -// RELIABLE FALLBACK CHART BUILDER -// Always builds a fallback chart using full CSV aggregations +// UNIVERSAL FALLBACK CHART GENERATOR export function fallbackChartGenerator( intent: ChartIntent, aggregations: Aggregations ) { const { type, category, numeric } = intent; - - // PIE CHART - + // PIE if (type === "pie") { const cat = aggregations.categorical[category!]; - if (!cat) - return { - type: "pie", - title: `Distribution of ${category}`, - x: category!, - data: [], - }; + return { type: "pie", title: `Distribution of ${category}`, x: category!, data: [] }; const rows = Object.entries(cat.counts).map(([name, count]) => ({ xValue: name, @@ -80,23 +75,27 @@ export function fallbackChartGenerator( }; } - - // BAR CHART - + // BAR if (type === "bar") { let yCol = numeric; - // If AI requested "count", use first numeric column if (!yCol || yCol === "count") { - yCol = Object.keys(aggregations.numeric)[0]; + yCol = Object.keys(aggregations.numeric)[0]; // default numeric column } - const values = aggregations.categorical[category!]; - const numericStats = aggregations.numeric[yCol!]; + const cat = aggregations.categorical[category!]; + if (!cat) + return { + type: "bar", + title: `${yCol} by ${category}`, + x: category!, + y: yCol!, + data: [], + }; - const rows = Object.entries(values.counts).map(([name, count]) => ({ + const rows = Object.entries(cat.counts).map(([name, count]) => ({ xValue: name, - yValue: count, // not sum — this is more useful + yValue: count, })); return { @@ -108,5 +107,38 @@ export function fallbackChartGenerator( }; } + // LINE (NEW) + if (type === "line") { + let yCol = numeric; + + if (!yCol || yCol === "count") { + yCol = Object.keys(aggregations.numeric)[0]; + } + + const cat = aggregations.categorical[category!]; + if (!cat) + return { + type: "line", + title: `${yCol} Trend by ${category}`, + x: category!, + y: yCol!, + data: [], + }; + + // Turn categorical distribution into a time-like series + const rows = Object.entries(cat.counts).map(([name, count]) => ({ + xValue: name, + yValue: count, + })); + + return { + type: "line", + title: `${yCol} Trend for ${category}`, + x: category!, + y: yCol!, + data: rows, + }; + } + return null; } diff --git a/src/utils/chartPrompt.ts b/src/utils/chartPrompt.ts index 68a05da..ca7390b 100644 --- a/src/utils/chartPrompt.ts +++ b/src/utils/chartPrompt.ts @@ -25,7 +25,7 @@ USER QUESTION: TASK: Detect whether the user wants: 1. A normal Q&A answer about the dataset -2. A new chart (bar or pie) +2. A new chart (bar or pie or line) ------------------------------------------ STRICT JSON OUTPUT ONLY: @@ -36,7 +36,7 @@ STRICT JSON OUTPUT ONLY: "chart": { "category": "string or null", "numeric": "string or null", - "chart_type": "bar" | "pie" | null + "chart_type": "bar" | "pie" | "line" | null } } `; From f6dc98561665d2da1a18cb0beac6d23ddc22fa06 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Fri, 21 Nov 2025 11:52:29 +0530 Subject: [PATCH 071/120] comments removed from user route --- src/routes/userRouter.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 724d862..efea6e6 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -4,11 +4,8 @@ import { changePassword, userImageUpdate } from "../controllers/userController.t import { verifyToken } from "../middlewares/verifyToken.ts"; const userRouter = Router(); -// dummy route for single user userRouter.get("/:userId", verifyToken, getUserProfile); -// user image uploader router userRouter.put("/upload", userImageUpdate); -// new password userRouter.post("/newpassword", changePassword); export default userRouter; From 7ceda0ed7ffd89ab3d50eb751f205ecaf7e4ccc7 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Fri, 21 Nov 2025 12:04:25 +0530 Subject: [PATCH 072/120] logged in devives feature --- src/auth/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 0dbf3ef..f60b7f8 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -377,7 +377,7 @@ export const forgotPassword = async (req: Request, res: Response) => { if (!email) { return res.status(400).json({ success: false, message: 'Email is required' }); } - +//comment const user = await userModel.findOne({ email }); if (!user) { return res.status(404).json({ success: false, message: 'User not found' }); From fa0984510f1d33f899b4f83b04545eddb04e5544 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Fri, 21 Nov 2025 12:30:18 +0530 Subject: [PATCH 073/120] fixed logged devices for googleauth --- src/auth/auth.ts | 245 ++++++++++++++++++++++------------------------- 1 file changed, 113 insertions(+), 132 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index f60b7f8..05d886d 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -1,22 +1,19 @@ -import type { Request, Response } from 'express'; -import bcrypt from 'bcrypt'; -import otpModel from '../model/otpModel.ts'; -import userModel from '../model/user.ts'; -import { sendOtp } from '../utils/sendEmail.ts'; -import { resetPasswordSchema, theValidation } from '../services/validation.ts'; -import { generateOtp } from '../utils/otpGenerate.ts'; -import Jwt from 'jsonwebtoken'; -import { loginSchema } from '../services/validation.ts'; -import { signJwt } from '../services/jwtServices.ts'; -import mongoose from 'mongoose'; -import refreshModel from '../model/refreshtoken'; -import { hashToken } from '../utils/hashTokens.ts'; - - - +import type { Request, Response } from "express"; +import bcrypt from "bcrypt"; +import otpModel from "../model/otpModel.ts"; +import userModel from "../model/user.ts"; +import { sendOtp } from "../utils/sendEmail.ts"; +import { resetPasswordSchema, theValidation } from "../services/validation.ts"; +import { generateOtp } from "../utils/otpGenerate.ts"; +import Jwt from "jsonwebtoken"; +import { loginSchema } from "../services/validation.ts"; +import { signJwt } from "../services/jwtServices.ts"; +import mongoose from "mongoose"; +import refreshModel from "../model/refreshtoken"; +import { hashToken } from "../utils/hashTokens.ts"; export const loginCheck = async (req: Request, res: Response) => { - console.log(' reached here login'); + console.log(" reached here login"); console.log(req.body); try { @@ -24,7 +21,7 @@ export const loginCheck = async (req: Request, res: Response) => { if (!email || !password) { return res.status(400).json({ success: false, - message: 'Email and password are required', + message: "Email and password are required", }); } const { error } = loginSchema.validate(req.body, { abortEarly: false }); @@ -38,14 +35,14 @@ export const loginCheck = async (req: Request, res: Response) => { if (!user) { return res.status(404).json({ success: false, - message: 'User not found. Please register first.', + message: "User not found. Please register first.", }); } if (!user.password) { return res.status(400).json({ success: false, - message: 'This account was created using Google. Please login with Google.', + message: "This account was created using Google. Please login with Google.", }); } @@ -53,7 +50,7 @@ export const loginCheck = async (req: Request, res: Response) => { if (!isPasswordCorrect) { return res.status(401).json({ success: false, - message: 'Invalid email or password', + message: "Invalid email or password", }); } @@ -65,15 +62,15 @@ export const loginCheck = async (req: Request, res: Response) => { email: user.email, }, process.env.REFRESH_SECRET!, - { expiresIn: '30d' }, + { expiresIn: "30d" }, ); const hashed = hashToken(refreshToken); - const userAgent = req.headers['user-agent'] || 'unknown'; - const ip = (req.headers['x-forwarded-for'] as string)?.split(',')[0] || req.ip || 'unknown'; + const userAgent = req.headers["user-agent"] || "unknown"; + const ip = (req.headers["x-forwarded-for"] as string)?.split(",")[0] || req.ip || "unknown"; - const session = await refreshModel.create({ + const session = await refreshModel.create({ userId: user._id, tokenhash: hashed, expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), @@ -84,18 +81,18 @@ export const loginCheck = async (req: Request, res: Response) => { isValid: true, }); - res.cookie('refreshToken', refreshToken, { + res.cookie("refreshToken", refreshToken, { httpOnly: true, secure: false, - sameSite: 'strict', + sameSite: "strict", maxAge: 30 * 24 * 60 * 60 * 1000, }); return res.status(200).json({ success: true, - message: 'Login successful', + message: "Login successful", accessToken, - sessionId : session._id, + sessionId: session._id, user: { id: user._id, name: user.name, @@ -103,25 +100,23 @@ export const loginCheck = async (req: Request, res: Response) => { }, }); } catch (err) { - console.log('catch in login worked'); + console.log("catch in login worked"); - console.error('Login error:', err); + console.error("Login error:", err); return res.status(500).json({ success: false, - message: 'Internal server error', + message: "Internal server error", }); } }; - - -// dummy +// dummy export const getUserProfile = async (req: Request, res: Response) => { try { const { userId } = req.params; if (!userId) { - return res.status(400).json({ message: 'User ID required' }); + return res.status(400).json({ message: "User ID required" }); } const user = await userModel.findOne({ @@ -131,21 +126,17 @@ export const getUserProfile = async (req: Request, res: Response) => { ].filter(Boolean), }); - if (!user) return res.status(404).json({ message: 'User not found' }); + if (!user) return res.status(404).json({ message: "User not found" }); return res.status(200).json({ - message: 'User fetched successfully', + message: "User fetched successfully", user, }); } catch (err) { - res.status(500).json({ message: 'Error fetching user', err }); + res.status(500).json({ message: "Error fetching user", err }); } }; - - - - export const register = async (req: Request, res: Response) => { try { const { name, email, password, confirmPassword } = req.body; @@ -156,14 +147,14 @@ export const register = async (req: Request, res: Response) => { const details = error.details.map(err => err.message); return res.status(400).json({ success: false, - message: 'Validation failed', + message: "Validation failed", errors: details, }); } const existUser = await userModel.findOne({ email }); if (existUser) { - return res.status(400).json({ message: 'user already exists' }); + return res.status(400).json({ message: "user already exists" }); } const otp = generateOtp(); @@ -173,83 +164,76 @@ export const register = async (req: Request, res: Response) => { await sendOtp(email, otp); - res.status(200).json({ message: 'plz verify the otp to continue', otp: true }); + res.status(200).json({ message: "plz verify the otp to continue", otp: true }); } catch (err) { - console.error('Register Error', err); - res.status(500).json({ message: 'someting went wrong', success: false }); + console.error("Register Error", err); + res.status(500).json({ message: "someting went wrong", success: false }); } }; - - - - export const verifyOtp = async (req: Request, res: Response) => { - console.log('reached here at verify otp'); + console.log("reached here at verify otp"); try { const { email } = req.query; const { otp } = req.body; console.log(`${email},${otp}`); const otpData = await otpModel.findOne({ email }); - console.log('before logging otp data'); + console.log("before logging otp data"); console.log(otpData); - console.log('after loging otp data'); + console.log("after loging otp data"); if (!otpData) { - console.log('no otp data'); + console.log("no otp data"); - return res.status(400).json({ message: 'otp not found' }); + return res.status(400).json({ message: "otp not found" }); } if (otpData.otp.toString() !== otp.toString()) { - console.log('otp mismatch'); + console.log("otp mismatch"); - return res.status(400).json({ message: 'Invalid otp' }); + return res.status(400).json({ message: "Invalid otp" }); } const hashedPassword = await bcrypt.hash(otpData.password, 10); - console.log('after hashed pass'); + console.log("after hashed pass"); const createUser = await userModel.create({ name: otpData.name, email: otpData.email, password: hashedPassword, }); - console.log('after create user'); + console.log("after create user"); console.log(createUser); - console.log('after loging create logging'); + console.log("after loging create logging"); const accessToken = signJwt({ id: otpData._id, email: otpData.email }); const refreshToken = Jwt.sign( { id: otpData._id, email: otpData.email }, process.env.REFRESH_SECRET!, - { expiresIn: '30d' }, + { expiresIn: "30d" }, ); - res.cookie('refreshToken', refreshToken, { + res.cookie("refreshToken", refreshToken, { httpOnly: true, secure: false, - sameSite: 'strict', + sameSite: "strict", maxAge: 30 * 24 * 60 * 60 * 1000, }); await otpModel.deleteOne({ email }); return res.status(200).json({ success: true, - message: 'Registration completed successfully', + message: "Registration completed successfully", accessToken: accessToken, }); } catch (err) { - console.log('veryfyotp catch woerked', err); - res.status(500).json({ message: 'Internal server errror', error: err }); + console.log("veryfyotp catch woerked", err); + res.status(500).json({ message: "Internal server errror", error: err }); } }; - - - // google authentication export const googleCallback = async (req: Request, res: Response) => { try { @@ -262,23 +246,28 @@ export const googleCallback = async (req: Request, res: Response) => { googleId: user.googleId?.toString() || null, }, process.env.JWT_SECRET!, - { expiresIn: "15m" } + { expiresIn: "15m" }, ); - const refreshToken = Jwt.sign( - { id: user._id.toString() }, - process.env.REFRESH_SECRET!, - { expiresIn: "30d" } - ); + const refreshToken = Jwt.sign({ id: user._id.toString() }, process.env.REFRESH_SECRET!, { + expiresIn: "30d", + }); + const userAgent = req.headers["user-agent"] || "unknown"; + const ip = (req.headers["x-forwarded-for"] as string)?.split(",")[0] || req.ip || "unknown"; await refreshModel.findOneAndUpdate( { userId: user._id }, { userId: user._id, tokenhash: hashToken(refreshToken), + userAgent, + ip, + createdAt: new Date(), + lastActiveAt: new Date(), expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), + isValid: true, }, - { upsert: true } + { upsert: true }, ); res.cookie("refreshToken", refreshToken, { @@ -290,44 +279,37 @@ export const googleCallback = async (req: Request, res: Response) => { const frontendURL = process.env.CLIENT_URL!; res.redirect(`${frontendURL}/auth/callback?token=${accessToken}`); - } catch (err) { console.log("Google OAuth error:", err); res.status(500).json({ message: "Google auth failed" }); } }; - - - -export const logout = async(req:Request,res:Response)=>{ - try{ - const refreToken = req.cookies.refreshToken; - if(!refreToken){ - return res.status(200).json({success:true,message :"Logged out"}) - } - const hashed = hashToken(refreToken); - await refreshModel.deleteOne({tokenhash:hashed}) - res.clearCookie("refreshToken",{ - httpOnly:true, - secure:false, - sameSite:"strict" - }) - return res.status(200).json({sccess:true,message:"Logged out successfully"}) - - - }catch(err){ +export const logout = async (req: Request, res: Response) => { + try { + const refreToken = req.cookies.refreshToken; + if (!refreToken) { + return res.status(200).json({ success: true, message: "Logged out" }); + } + const hashed = hashToken(refreToken); + await refreshModel.deleteOne({ tokenhash: hashed }); + res.clearCookie("refreshToken", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); + return res.status(200).json({ sccess: true, message: "Logged out successfully" }); + } catch (err) { console.log("error in logout"); - return res.status(500).json({success:false,message:"Internal server Error"}) - + return res.status(500).json({ success: false, message: "Internal server Error" }); } }; export const testpro = (req: Request, res: Response) => { try { - return res.json({ message: 'reached protecteed routes' }); + return res.json({ message: "reached protecteed routes" }); } catch (err) { - return res.json({ message: 'error', error: err }); + return res.json({ message: "error", error: err }); } }; @@ -336,13 +318,13 @@ export const resendOtp = async (req: Request, res: Response) => { const email = req.query.email?.toString(); if (!email) { - return res.status(400).json({ message: 'Email is required' }); + return res.status(400).json({ message: "Email is required" }); } const otpData = await otpModel.findOne({ email }); if (!otpData) { - return res.status(400).json({ message: 'No OTP found for this email' }); + return res.status(400).json({ message: "No OTP found for this email" }); } const otp = generateOtp(); @@ -359,32 +341,32 @@ export const resendOtp = async (req: Request, res: Response) => { return res.status(200).json({ success: true, - message: 'OTP resent successfully', + message: "OTP resent successfully", }); } catch (err) { console.log(err); - return res.status(500).json({ message: 'Internal server error' }); + return res.status(500).json({ message: "Internal server error" }); } }; export const forgotPassword = async (req: Request, res: Response) => { - console.log('reached here at forgot password'); + console.log("reached here at forgot password"); console.log(req.body); try { const { email } = req.body; if (!email) { - return res.status(400).json({ success: false, message: 'Email is required' }); + return res.status(400).json({ success: false, message: "Email is required" }); } -//comment + //comment const user = await userModel.findOne({ email }); if (!user) { - return res.status(404).json({ success: false, message: 'User not found' }); + return res.status(404).json({ success: false, message: "User not found" }); } const otp = generateOtp(); - console.log('otp sentt for forgott', otp); + console.log("otp sentt for forgott", otp); await otpModel.findOneAndUpdate({ email }, { otp }, { upsert: true }); @@ -392,39 +374,39 @@ export const forgotPassword = async (req: Request, res: Response) => { return res.json({ success: true, - message: 'OTP has been sent to your email', + message: "OTP has been sent to your email", }); } catch (err) { - console.error('Forgot Password Error', err); - return res.status(500).json({ success: false, message: 'Internal server error' }); + console.error("Forgot Password Error", err); + return res.status(500).json({ success: false, message: "Internal server error" }); } }; export const verifyForgotOtp = async (req: Request, res: Response) => { - console.log('reached here at verify otp'); + console.log("reached here at verify otp"); console.log(req.body); try { const { email, otp } = req.body; if (!email || !otp) { - return res.status(400).json({ success: false, message: 'Email & OTP required' }); + return res.status(400).json({ success: false, message: "Email & OTP required" }); } const savedOtp = await otpModel.findOne({ email }); if (!savedOtp) { - return res.status(400).json({ success: false, message: 'OTP not found' }); + return res.status(400).json({ success: false, message: "OTP not found" }); } if (savedOtp.otp.toString() !== otp.toString()) { - return res.status(400).json({ success: false, message: 'Invalid OTP' }); + return res.status(400).json({ success: false, message: "Invalid OTP" }); } - return res.json({ success: true, message: 'OTP verified successfully' }); + return res.json({ success: true, message: "OTP verified successfully" }); } catch (err) { - console.error('OTP Verify Error', err); - return res.status(500).json({ success: false, message: 'Internal server error' }); + console.error("OTP Verify Error", err); + return res.status(500).json({ success: false, message: "Internal server error" }); } }; @@ -448,17 +430,17 @@ export const resetPassword = async (req: Request, res: Response) => { return res.json({ success: true, - message: 'Password has been reset successfully', + message: "Password has been reset successfully", }); } catch (err) { - console.error('Reset Password Error', err); - return res.status(500).json({ success: false, message: 'Internal server error' }); + console.error("Reset Password Error", err); + return res.status(500).json({ success: false, message: "Internal server error" }); } }; export const getAllSessions = async (req: Request, res: Response) => { console.log("inside "); - + try { interface JwtUser { id: string; @@ -467,17 +449,17 @@ export const getAllSessions = async (req: Request, res: Response) => { const user = req.user as JwtUser; const userId = user.id; - const sessions = await refreshModel.find({ userId, isValid: true }).select('-tokenhash'); + const sessions = await refreshModel.find({ userId, isValid: true }).select("-tokenhash"); return res.status(200).json({ success: true, sessions, }); } catch (err) { - console.error('Get sessions error:', err); + console.error("Get sessions error:", err); return res.status(500).json({ success: false, - message: 'Internal server error', + message: "Internal server error", }); } }; @@ -485,7 +467,7 @@ export const getAllSessions = async (req: Request, res: Response) => { export const logoutDevice = async (req: Request, res: Response) => { try { const { sessionId } = req.body; - interface JwtUser { + interface JwtUser { id: string; email: string; } @@ -498,7 +480,7 @@ export const logoutDevice = async (req: Request, res: Response) => { const session = await refreshModel.findOne({ _id: sessionId, - userId + userId, }); if (!session) { @@ -519,4 +501,3 @@ export const logoutDevice = async (req: Request, res: Response) => { }); } }; - From b134f710bd9d12e7bc7c1e4103f76d48a75aa357 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Fri, 21 Nov 2025 14:38:48 +0530 Subject: [PATCH 074/120] current device on google auth --- src/auth/auth.ts | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 05d886d..05f5461 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -255,20 +255,22 @@ export const googleCallback = async (req: Request, res: Response) => { const userAgent = req.headers["user-agent"] || "unknown"; const ip = (req.headers["x-forwarded-for"] as string)?.split(",")[0] || req.ip || "unknown"; - await refreshModel.findOneAndUpdate( - { userId: user._id }, - { - userId: user._id, - tokenhash: hashToken(refreshToken), - userAgent, - ip, - createdAt: new Date(), - lastActiveAt: new Date(), - expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), - isValid: true, - }, - { upsert: true }, - ); + const session = await refreshModel + .findOneAndUpdate( + { userId: user._id }, + { + userId: user._id, + tokenhash: hashToken(refreshToken), + userAgent, + ip, + createdAt: new Date(), + lastActiveAt: new Date(), + expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), + isValid: true, + }, + { upsert: true, new: true }, + ) + .select("_id"); res.cookie("refreshToken", refreshToken, { httpOnly: true, @@ -278,7 +280,7 @@ export const googleCallback = async (req: Request, res: Response) => { }); const frontendURL = process.env.CLIENT_URL!; - res.redirect(`${frontendURL}/auth/callback?token=${accessToken}`); + res.redirect(`${frontendURL}/auth/callback?token=${accessToken}&sessionId=${session._id}`); } catch (err) { console.log("Google OAuth error:", err); res.status(500).json({ message: "Google auth failed" }); From 2156c32b77150d3da22637e7e2e59b48b2844831 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Fri, 21 Nov 2025 15:19:08 +0530 Subject: [PATCH 075/120] userId completedd --- src/middlewares/tokenCheck.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index 3900b1f..e60fd9a 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -6,6 +6,7 @@ import chartModel from '../model/chart'; import guestModel from '../model/guest'; interface JwtPayload { + id:string; userId: string; } @@ -33,11 +34,11 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction ) as JwtPayload; authedReq.user = { - userId: decoded.userId, + userId: decoded.id, isGuest: false, }; - console.log('Authenticated user from JWT:', decoded.userId); - const currentUserToken = await userModel.findById({ _id: decoded.userId }) + console.log('Authenticated user from JWT:', decoded.id); + const currentUserToken = await userModel.findById({ _id: decoded.id }) if (currentUserToken?.token == 0) { return res.json({ message: "Token is finished ! buy more token..", success: false }) } From ac030f1e4b302c6a34fc8c5dbc230cd27a7dff1b Mon Sep 17 00:00:00 2001 From: chechu776 Date: Fri, 21 Nov 2025 16:28:02 +0530 Subject: [PATCH 076/120] everything working fine now --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 8ad1913..531aeff 100644 --- a/src/app.ts +++ b/src/app.ts @@ -58,7 +58,7 @@ app.use('/user', userRouter); app.use('/auth', authRouter); app.use('/payment', paymentRouter); -app.use('/payment', paymentRouter); +app.use('/chat', chatRouter); // admin routes app.use('/admin/dashboard', adminrouter); From c437e88ec6b4ce4fc39e69a42681b85f7fd6bced Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Fri, 21 Nov 2025 16:31:04 +0530 Subject: [PATCH 077/120] before pulling dev after chat issue --- src/app.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index 8ad1913..550d28f 100644 --- a/src/app.ts +++ b/src/app.ts @@ -58,8 +58,6 @@ app.use('/user', userRouter); app.use('/auth', authRouter); app.use('/payment', paymentRouter); -app.use('/payment', paymentRouter); - // admin routes app.use('/admin/dashboard', adminrouter); app.use('/admin/dashboard', insightsRouter); From 1b55e3b2f88373e36617a8020c30b9672e9a5cac Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 22 Nov 2025 12:12:31 +0530 Subject: [PATCH 078/120] while updating to mcp --- .env | 1 + package-lock.json | 3 - src/app.ts | 2 + src/config/mcpTools.ts | 56 +++ src/controllers/chatController.ts | 57 +++ src/controllers/uploadController.ts | 579 ++-------------------------- src/middlewares/tokenCheck.ts | 106 ++++- src/model/dataModel.ts | 64 ++- src/model/datasetRowModel.ts | 18 + src/routes/chatRoutes.ts | 9 + src/services/aiAnalysisService.ts | 105 +++++ src/services/aiModels.ts | 19 + src/services/chartGenerator.ts | 210 ++++++++++ src/services/chatAiService.ts | 38 ++ src/services/csvService.ts | 34 ++ src/services/datasetService.ts | 37 ++ src/services/r2Service.ts | 21 + src/services/switchingApi.ts | 72 ++++ src/types/charts.ts | 33 ++ src/types/express/index.d.ts | 10 + src/utils/aiPrompt.ts | 70 ++-- src/utils/chartNormalizer.ts | 48 +++ src/utils/chartPrompt.ts | 33 ++ src/utils/chatDetection.ts | 6 + src/utils/chatPrompt.ts | 22 ++ 25 files changed, 1029 insertions(+), 624 deletions(-) create mode 100644 src/config/mcpTools.ts create mode 100644 src/controllers/chatController.ts create mode 100644 src/model/datasetRowModel.ts create mode 100644 src/routes/chatRoutes.ts create mode 100644 src/services/aiAnalysisService.ts create mode 100644 src/services/aiModels.ts create mode 100644 src/services/chartGenerator.ts create mode 100644 src/services/chatAiService.ts create mode 100644 src/services/csvService.ts create mode 100644 src/services/datasetService.ts create mode 100644 src/services/r2Service.ts create mode 100644 src/services/switchingApi.ts create mode 100644 src/types/charts.ts create mode 100644 src/types/express/index.d.ts create mode 100644 src/utils/chartNormalizer.ts create mode 100644 src/utils/chartPrompt.ts create mode 100644 src/utils/chatDetection.ts create mode 100644 src/utils/chatPrompt.ts diff --git a/.env b/.env index 0d91e24..d4c4bc6 100644 --- a/.env +++ b/.env @@ -22,6 +22,7 @@ SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo MAX_FILE_SIZE = 50 * 1024 * 1024; GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU +GEMINI_API_LIGHT_KEY =AIzaSyC_YEplnqKTokFHMkL0QxQDd98M05JGzG8 SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo diff --git a/package-lock.json b/package-lock.json index f957809..8813f34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2608,7 +2608,6 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", - "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -2689,7 +2688,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -5081,7 +5079,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/src/app.ts b/src/app.ts index f03921b..0cac585 100644 --- a/src/app.ts +++ b/src/app.ts @@ -14,6 +14,7 @@ import { adminrouter } from './routes/adminroutes/userRouter.ts'; import { insightsRouter } from './routes/adminroutes/insightsRouter.ts'; import { fileSizeCheck } from './middlewares/fileSizeCheck.ts'; import mcpClient from './services/mcpClient.ts'; +import chatRouter from "./routes/chatRoutes.ts" const app = express(); app.use(express.json({limit:"50mb"})); @@ -46,6 +47,7 @@ app.use("/upload", uploadRouter) app.use("/user", userRouter) app.use("/auth", authRouter) app.use("/payment", paymentRouter) +app.use("/chat",chatRouter); // admin routes app.use("/admin/dashboard",adminrouter) diff --git a/src/config/mcpTools.ts b/src/config/mcpTools.ts new file mode 100644 index 0000000..9a67d7b --- /dev/null +++ b/src/config/mcpTools.ts @@ -0,0 +1,56 @@ +import type { FunctionDeclaration } from "@google/generative-ai"; +import { SchemaType } from "@google/generative-ai"; + +export const mcpToolDeclarations: FunctionDeclaration[] = [ + { + name: "aggregate", + description: "Execute MongoDB aggregation pipeline to compute chart data", + parameters: { + type: SchemaType.OBJECT, + properties: { + database: { + type: SchemaType.STRING, + description: "Database name" + }, + collection: { + type: SchemaType.STRING, + description: "Collection name" + }, + pipeline: { + type: SchemaType.ARRAY, + description: "MongoDB aggregation pipeline stages", + items: { + type: SchemaType.OBJECT, + description: "Single pipeline stage", + properties: {} // <-- REQUIRED but valid empty object + } + } + }, + required: ["database", "collection", "pipeline"] + } + }, + + { + name: "find", + description: "Query MongoDB collection to fetch documents", + parameters: { + type: SchemaType.OBJECT, + properties: { + database: { + type: SchemaType.STRING, + description: "Database name" + }, + collection: { + type: SchemaType.STRING, + description: "Collection name" + }, + query: { + type: SchemaType.OBJECT, + description: "MongoDB query filter", + properties: {} // <-- empty but valid shape + } + }, + required: ["database", "collection", "query"] + } + } +]; diff --git a/src/controllers/chatController.ts b/src/controllers/chatController.ts new file mode 100644 index 0000000..52ca9ef --- /dev/null +++ b/src/controllers/chatController.ts @@ -0,0 +1,57 @@ +import type { Request, Response } from "express"; +import Dataset from "../model/dataModel"; +import { userWantsChart } from "../utils/chatDetection"; +import { createChatPrompt } from "../utils/chatPrompt"; +import { runChartAnalysis } from "../services/chatAiService"; +import { modelLight } from "../services/aiModels"; + +export const chatController = async (req: Request, res: Response) => { + try { + const { message } = req.body; + console.log("message:",message,"req.user:",req.user) + // // Ensure user is authenticated + // if (!req.user || !req.user) { + // return res.status(401).json({ + // reply: "Please log in before chatting with InstaviZ AI.", + // chart: null, + // }); + // } + // console.log("req.user is console loging",req.user) + // const userId = req.user; + + // // latest dataset for user + // const dataset = await Dataset.findOne({ user_id: userId }) + // .sort({ created_at: -1 }); + + // if (!dataset) { + // return res.json({ + // reply: "Please upload a dataset first.", + // chart: null, + // }); + // } + + // // If chart requested → Heavy model + // if (userWantsChart(message)) { + // const result = await runChartAnalysis(message, dataset); + // return res.json(result); + // } + + // // Otherwise → Cheap model + // const prompt = createChatPrompt(message, dataset); + // const chat = modelLight.startChat({ history: [] }); + + // const reply = await chat.sendMessage(prompt); + + // return res.json({ + // reply: reply.response.text(), + // chart: null, + // }); + + } catch (err) { + console.error(err); + return res.json({ + reply: "Something went wrong. Try again.", + chart: null, + }); + } +}; diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 34213df..e2f5216 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -1,395 +1,34 @@ -import type { Request, Response } from 'express'; -import fs from 'fs'; -import { GoogleGenerativeAI } from '@google/generative-ai'; -import csv from 'csv-parser'; -import { PutObjectCommand } from '@aws-sdk/client-s3'; -import { r2 } from '../config/r2Client'; -import dataModel from '../model/dataModel'; -import { CustomError } from '../utils/CustomError'; -import { generateAiPrompt } from '../utils/aiPrompt'; -import mcpClient from '../services/mcpClient'; - -let apiKeyIndex = 0; -const apiKeys = process.env.GEMINI_API_KEY!.split(',').map(k => k.trim()); -let currentApi = apiKeys[apiKeyIndex]; -let genAI = new GoogleGenerativeAI(currentApi); - -const mcpToolDeclarations = [ - { - name: "mdb_aggregate", - description: "Execute MongoDB aggregation pipeline to compute chart data", - parameters: { - type: "object" as const, - properties: { - database: { - type: "string" as const, - description: "Database name" - }, - collection: { - type: "string" as const, - description: "Collection name" - }, - pipeline: { - type: "array" as const, - description: "MongoDB aggregation pipeline stages", - items: { - type: "object" as const, - description: "Pipeline stage" - } - } - }, - required: ["database", "collection", "pipeline"] - } - }, - { - name: "mdb_query", - description: "Query MongoDB collection to fetch documents", - parameters: { - type: "object" as const, - properties: { - database: { - type: "string" as const, - description: "Database name" - }, - collection: { - type: "string" as const, - description: "Collection name" - }, - query: { - type: "object" as const, - description: "MongoDB query filter" - } - }, - required: ["database", "collection", "query"] - } - } -]; - -let model = genAI.getGenerativeModel({ - model: 'gemini-2.0-flash-exp', - tools: [{ functionDeclarations: mcpToolDeclarations as any }] -}); - -const switchApi = () => { - apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; - currentApi = apiKeys[apiKeyIndex]; - genAI = new GoogleGenerativeAI(currentApi); - model = genAI.getGenerativeModel({ - model: 'gemini-2.0-flash-exp', - tools: [{ functionDeclarations: mcpToolDeclarations as any }] - }); - console.log('API Key switched to index:', apiKeyIndex); -}; - -/** - * INTELLIGENT CHART GENERATION - Analyzes data to select most relevant columns - */ - -function generateChartsFromData(results: any[]) { - console.log('🎯 Generating charts with intelligent column selection...'); - - if (results.length === 0) { - console.log(' No data to generate charts from'); - return { barData: [], pieData: [], columns: { barChartCategory: '', barChartNumeric: '', pieChartCategory: '' } }; - } - - const sampleRow = results[0]; - const columns = Object.keys(sampleRow); - - // Deep column analysis - interface ColumnAnalysis { - name: string; - type: 'numeric' | 'categorical' | 'date' | 'text'; - uniqueCount: number; - nullCount: number; - sampleValues: any[]; - variance?: number; - avgLength?: number; - } - - const columnAnalysis: ColumnAnalysis[] = columns.map(col => { - const values = results.map(row => row[col]); - const nonNullValues = values.filter(v => v !== '' && v !== null && v !== undefined); - const uniqueValues = new Set(nonNullValues); - - // Detect numeric columns - const numericValues = nonNullValues.filter(v => !isNaN(Number(v))).map(Number); - const isNumeric = numericValues.length > nonNullValues.length * 0.7; - - // Detect date columns - const datePatterns = /\d{4}-\d{2}-\d{2}|\d{2}\/\d{2}\/\d{4}|\d{1,2}-\w{3}-\d{4}/; - const hasDatePattern = nonNullValues.some(v => datePatterns.test(String(v))); - - // Calculate variance for numeric columns - let variance = 0; - if (isNumeric && numericValues.length > 0) { - const mean = numericValues.reduce((a, b) => a + b, 0) / numericValues.length; - variance = numericValues.reduce((sum, val) => sum + Math.pow(val - mean, 2), 0) / numericValues.length; - } - - // Average text length for categorical columns - const avgLength = nonNullValues.reduce((sum, v) => sum + String(v).length, 0) / nonNullValues.length; - - let type: 'numeric' | 'categorical' | 'date' | 'text'; - if (hasDatePattern) { - type = 'date'; - } else if (isNumeric) { - type = 'numeric'; - } else if (uniqueValues.size < nonNullValues.length * 0.5 && avgLength < 50) { - type = 'categorical'; - } else { - type = 'text'; - } - - return { - name: col, - type, - uniqueCount: uniqueValues.size, - nullCount: values.length - nonNullValues.length, - sampleValues: Array.from(uniqueValues).slice(0, 5), - variance, - avgLength - }; - }); - - console.log(' Column analysis:', columnAnalysis.map(c => ({ - name: c.name, - type: c.type, - unique: c.uniqueCount - }))); - - // Score columns for chart relevance - const scoreColumn = (col: ColumnAnalysis, purpose: 'category' | 'numeric' | 'pie-category') => { - let score = 0; - - if (purpose === 'category') { - // Good category columns: 3-50 unique values, not too long - if (col.type === 'categorical') score += 100; - if (col.uniqueCount >= 3 && col.uniqueCount <= 50) score += 50; - if (col.uniqueCount > 50 && col.uniqueCount <= 100) score += 20; - if (col.avgLength && col.avgLength < 30) score += 30; - if (col.nullCount === 0) score += 20; - - // Penalize bad categories - if (col.uniqueCount > 100) score -= 50; - if (col.avgLength && col.avgLength > 50) score -= 30; - if (col.type === 'text') score -= 40; - - // Boost common category names - const categoryKeywords = ['category', 'type', 'status', 'group', 'name', 'class', 'region', 'country', 'city', 'department', 'product', 'brand']; - if (categoryKeywords.some(kw => col.name.toLowerCase().includes(kw))) score += 40; - - } else if (purpose === 'numeric') { - // Good numeric columns: actual numbers with variance - if (col.type === 'numeric') score += 100; - if (col.variance && col.variance > 0) score += 50; - if (col.nullCount === 0) score += 20; - - // Boost common numeric names - const numericKeywords = ['amount', 'price', 'cost', 'value', 'total', 'sum', 'count', 'quantity', 'revenue', 'sales', 'score', 'rating']; - if (numericKeywords.some(kw => col.name.toLowerCase().includes(kw))) score += 40; - - // Penalize ID-like columns - if (col.name.toLowerCase().includes('id')) score -= 60; - if (col.uniqueCount === results.length) score -= 40; // Likely an ID - - } else if (purpose === 'pie-category') { - // Pie charts work best with 3-12 categories - if (col.type === 'categorical') score += 100; - if (col.uniqueCount >= 3 && col.uniqueCount <= 12) score += 60; - if (col.uniqueCount > 12 && col.uniqueCount <= 30) score += 30; - if (col.avgLength && col.avgLength < 25) score += 30; - if (col.nullCount === 0) score += 20; - - // Penalize - if (col.uniqueCount > 30) score -= 40; - if (col.uniqueCount < 3) score -= 40; - - // Boost status-like fields - const statusKeywords = ['status', 'state', 'type', 'category', 'priority', 'level']; - if (statusKeywords.some(kw => col.name.toLowerCase().includes(kw))) score += 50; - } - - return Math.max(0, score); - }; - - // Find best columns for each chart type - const categoricalCols = columnAnalysis.filter(c => c.type === 'categorical' || c.type === 'date'); - const numericCols = columnAnalysis.filter(c => c.type === 'numeric'); - - // Select best bar chart columns - const barCategoryScores = categoricalCols.map(c => ({ - col: c, - score: scoreColumn(c, 'category') - })).sort((a, b) => b.score - a.score); - - const barNumericScores = numericCols.map(c => ({ - col: c, - score: scoreColumn(c, 'numeric') - })).sort((a, b) => b.score - a.score); - - const barChartCategory = barCategoryScores[0]?.col.name || columns[0]; - const barChartNumeric = barNumericScores[0]?.col.name || columns[1]; - - // Select best pie chart column (different from bar category) - const pieCategoryScores = categoricalCols - .filter(c => c.name !== barChartCategory) - .map(c => ({ - col: c, - score: scoreColumn(c, 'pie-category') - })) - .sort((a, b) => b.score - a.score); - - const pieChartCategory = pieCategoryScores[0]?.col.name || - categoricalCols.find(c => c.name !== barChartCategory)?.name || - barChartCategory; - - console.log('Selected columns:', { - barChart: { - category: barChartCategory, - numeric: barChartNumeric, - categoryScore: barCategoryScores[0]?.score, - numericScore: barNumericScores[0]?.score - }, - pieChart: { - category: pieChartCategory, - score: pieCategoryScores[0]?.score - } - }); - - // ===== GENERATE BAR CHART DATA ===== - const barChartMap = new Map(); - let barSkippedRows = 0; - - results.forEach(row => { - const category = String(row[barChartCategory] || '').trim(); - const value = parseFloat(row[barChartNumeric]); - - if (category && category !== '' && !isNaN(value)) { - const current = barChartMap.get(category) || 0; - barChartMap.set(category, current + value); - } else { - barSkippedRows++; - } - }); - - const barData = Array.from(barChartMap.entries()) - .map(([xValue, yValue]) => ({ - xValue, - yValue: Math.round(yValue * 100) / 100 - })) - .sort((a, b) => b.yValue - a.yValue) - .slice(0, 15); // Show top 15 for better insights - - console.log(`Bar chart: ${barData.length} categories (skipped ${barSkippedRows} rows)`); - - // ===== GENERATE PIE CHART DATA ===== - const pieChartMap = new Map(); - let pieSkippedRows = 0; - - results.forEach(row => { - const category = String(row[pieChartCategory] || '').trim(); - if (category && category !== '' && category.toLowerCase() !== 'unknown' && category.toLowerCase() !== 'null') { - const current = pieChartMap.get(category) || 0; - pieChartMap.set(category, current + 1); - } else { - pieSkippedRows++; - } - }); - - // If too many categories, group smaller ones as "Other" - const pieEntries = Array.from(pieChartMap.entries()) - .sort((a, b) => b[1] - a[1]); - - let pieData = pieEntries.slice(0, 8).map(([xValue, value]) => ({ xValue, value })); - - // Add "Other" category if there are more entries - if (pieEntries.length > 8) { - const otherSum = pieEntries.slice(8).reduce((sum, [_, value]) => sum + value, 0); - pieData.push({ xValue: 'Other', value: otherSum }); - } - - console.log(` Pie chart: ${pieData.length} categories (skipped ${pieSkippedRows} rows)`); - - return { - barData, - pieData, - columns: { - barChartCategory, - barChartNumeric, - pieChartCategory - } - }; -} +import type { Request, Response } from "express"; +import fs from "fs"; +import { CustomError } from "../utils/CustomError"; +import { parseCsvFile } from "../services/csvService"; +import { uploadCsvToR2 } from "../services/r2Service"; +import { createDatasetWithRows } from "../services/datasetService"; +import { analyzeDatasetWithAiOrFallback } from "../services/aiAnalysisService"; export const fileParsing = async (req: Request, res: Response) => { let filepath: string | undefined; - + try { - console.time('file-processing'); - + console.time("file-processing"); + if (!req.file) { - return res.status(400).json({ message: 'File Not Uploaded', success: false }); + return res.status(400).json({ message: "File Not Uploaded", success: false }); } const file = req.file as Express.Multer.File; filepath = file.path; - const results: any[] = []; - let headers: string[] = []; - let totalRows = 0; - - // Parse CSV - await new Promise((resolve, reject) => { - const stream = fs.createReadStream(filepath!, { encoding: 'utf-8' }) - .pipe(csv()); - - stream - .on('headers', (hdrs: string[]) => { - headers = hdrs; - }) - .on('data', (data: any) => { - totalRows++; - results.push(data); - }) - .on('error', (err: any) => { - console.error('CSV parsing error:', err); - reject(err); - }) - .on('end', () => { - resolve(); - }); - }); + const { results, headers, totalRows } = await parseCsvFile(filepath); console.log(`CSV parsed: ${totalRows} rows, ${headers.length} columns`); - console.timeEnd('file-processing'); + console.timeEnd("file-processing"); - // Upload to R2 - const fileBuffer = fs.readFileSync(filepath); - const fileName = `${Date.now()}_${file.originalname}`; + const fileUrl = await uploadCsvToR2(filepath, file.originalname); - try { - await r2.send( - new PutObjectCommand({ - Bucket: process.env.R2_BUCKET_NAME!, - Key: fileName, - Body: fileBuffer, - ContentType: "text/csv", - }) - ); - console.log('File uploaded to R2:', fileName); - } catch (err) { - console.error("R2 upload error:", err); - throw new Error('R2 upload failed'); - } - - // Clean up temp file + // Remove temp file fs.unlinkSync(filepath); filepath = undefined; - // Public file URL - const fileUrl = `${process.env.R2_PUBLIC_URL}/${fileName}`; - - // Compute metrics const totalColumns = headers.length; let missingValues = 0; for (const row of results) { @@ -404,164 +43,28 @@ export const fileParsing = async (req: Request, res: Response) => { missing_values: missingValues, }; - // Save to MongoDB (only first 10 rows for sample) - const dataset = await dataModel.create({ - data: results.slice(0, 10), - user_id: req.body.user_id || null, - chat_id: null, - chart_id: null, - r2_url: fileUrl, - }); - - console.log('Dataset saved to MongoDB:', dataset._id); - - // Try AI analysis first, but have reliable fallback - let aiResponse: any = null; - - // Only attempt AI if we have available API keys - if (apiKeys.length > 0 && apiKeys[0]) { - console.log('Fetching MCP tools...'); - const tools = await mcpClient.listTools(); - - const prompt : any = generateAiPrompt(computedMetrics, dataset, tools); - let retries = 0; - const MAX_RETRIES = Math.min(apiKeys.length, 10); // Limit retries to 10 + const dataset = await createDatasetWithRows( + results, + (req.body.user_id as string) || null, + fileUrl, + file.originalname, + totalColumns + ); - while (retries < MAX_RETRIES && !aiResponse) { - try { - console.log(`Calling Gemini API (attempt ${retries + 1})...`); - - const chat = model.startChat({ history: [] }); - let result = await chat.sendMessage(prompt); - let response = result.response; - - let maxIterations = 10; - let iteration = 0; - - while (iteration < maxIterations) { - const functionCall = response.functionCalls()?.[0]; - - if (!functionCall) { - try { - const responseText = response.text().trim(); - const cleanedText = responseText.replace(/```json\n?|```\n?/g, '').trim(); - aiResponse = JSON.parse(cleanedText); - console.log(' AI analysis completed successfully'); - } catch (parseErr) { - console.error(' Failed to parse AI response'); - throw parseErr; - } - break; - } - - console.log(` Executing MCP tool: ${functionCall.name}`); - - try { - const toolResult = await mcpClient.call(functionCall.name, functionCall.args); - - result = await chat.sendMessage([{ - functionResponse: { - name: functionCall.name, - response: toolResult - } - }]); - - response = result.response; - iteration++; - } catch (toolErr) { - console.error(' MCP tool execution failed:', toolErr); - throw toolErr; - } - } - - if (iteration >= maxIterations) { - throw new Error('Max function call iterations reached'); - } - - break; - - } catch (err: any) { - const msg = String(err?.message || ''); - - if ( - err.status === 503 || - err.status === 429 || - msg.includes('quota') || - msg.includes('exceeded') || - msg.includes('429') - ) { - console.log(' Rate limit reached'); - switchApi(); - retries++; - } else { - console.error(' Gemini API error:', err.message); - break; // Don't retry on other errors - } - } - } - } + const aiResponse = await analyzeDatasetWithAiOrFallback(computedMetrics, dataset, results); - // RELIABLE FALLBACK: Generate charts directly from data - if (!aiResponse) { - console.log(' Using direct chart generation (most reliable method)'); - - const { barData, pieData, columns } = generateChartsFromData(results); - - console.log(' Chart generation complete:', { - barChartPoints: barData.length, - pieChartPoints: pieData.length - }); - - aiResponse = { - metrics: { - total_rows: totalRows, - total_columns: totalColumns, - missing_values: missingValues, - charts_generated: 2 - }, - charts: [ - { - type: 'bar', - title: `${columns.barChartNumeric} by ${columns.barChartCategory}`, - x: columns.barChartCategory, - y: columns.barChartNumeric, - data: barData - }, - { - type: 'pie', - title: `Distribution by ${columns.pieChartCategory}`, - x: columns.pieChartCategory, - y: 'count', - data: pieData - } - ], - summary: [ - `Dataset contains ${totalRows.toLocaleString()} rows across ${totalColumns} columns`, - `${missingValues.toLocaleString()} missing values detected (${((missingValues / (totalRows * totalColumns)) * 100).toFixed(1)}%)`, - `Top category in bar chart: ${barData[0]?.xValue || 'N/A'}`, - `Most common value: ${pieData[0]?.xValue || 'N/A'} (${pieData[0]?.value || 0} occurrences)` - ], - key_fields: Object.keys(results[0]).slice(0, 5) - }; - - console.log(' Analysis generated successfully with direct method'); - } - - // Validate response structure if (!aiResponse.metrics || !aiResponse.charts || !Array.isArray(aiResponse.charts)) { - console.error(' Invalid AI response structure:', aiResponse); - throw new Error('AI response missing required fields'); + console.error(" Invalid AI response structure:", aiResponse); + throw new Error("AI response missing required fields"); } - // Final data quality check - console.log(' Final response summary:', { + console.log(" Final response summary:", { totalRows: aiResponse.metrics.total_rows, charts: aiResponse.charts.length, barChartData: aiResponse.charts[0]?.data?.length || 0, - pieChartData: aiResponse.charts[1]?.data?.length || 0 + pieChartData: aiResponse.charts[1]?.data?.length || 0, }); - // Return response matching frontend expectations return res.status(200).json({ success: true, message: "Dataset processed successfully", @@ -572,31 +75,29 @@ export const fileParsing = async (req: Request, res: Response) => { total_rows: aiResponse.metrics.total_rows, total_columns: aiResponse.metrics.total_columns, missing_values: aiResponse.metrics.missing_values, - charts_generated: aiResponse.charts.length + charts_generated: aiResponse.charts.length, }, charts: aiResponse.charts, summary: aiResponse.summary || [], - key_fields: aiResponse.key_fields || [] - } + key_fields: aiResponse.key_fields || [], + }, }); - } catch (err) { - console.error(' File parsing error:', err); - - // Clean up temp file on error + console.error(" File parsing error:", err); + if (filepath && fs.existsSync(filepath)) { fs.unlinkSync(filepath); } - - const error = new CustomError({ - errorData: err instanceof Error ? err.message : String(err), - statusCode: 500 + + const error = new CustomError({ + errorData: err instanceof Error ? err.message : String(err), + statusCode: 500, }); - + return res.status(error.statusCode).json({ success: false, - message: 'Dataset processing failed', - error: error.errorData + message: "Dataset processing failed", + error: error.errorData, }); } -}; \ No newline at end of file +}; diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index d421ff4..66ead45 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -1,13 +1,101 @@ import { NextFunction, Request, Response } from 'express'; -import dataModel from '../model/dataModel'; -export const tokenCheck = async (error: any, req: Request, res: Response, next: NextFunction) => { +import Jwt from 'jsonwebtoken'; +import userModel from '../model/user'; +import chatModel from '../model/chat'; +import chartModel from '../model/chart'; +import guestModel from '../model/guest'; + +interface JwtPayload { + id:string; + userId: string; +} + +interface UserPayload { + userId: string; + isGuest?: boolean; +} + +type AuthedRequest = Request & { + user?: UserPayload; +}; + +export const tokenCheck = async (req: Request, res: Response, next: NextFunction) => { try { - console.log('api in middleware'); - const userIp = req.ip; - console.log(userIp); - // next(); - return; + console.log('Checking whether user is logged in or guest'); + const authedReq = req as AuthedRequest; + const authHeader = req.headers.authorization; + console.log(authHeader) + if (authHeader?.startsWith('Bearer ')) { + const token = authHeader.split(' ')[1]; + + const decoded = Jwt.verify( + token, + process.env.JWT_SECRET as string + ) as JwtPayload; + + authedReq.user = { + userId: decoded.id, + isGuest: false, + }; + console.log('Authenticated user from JWT:', decoded.id); + const currentUserToken = await userModel.findById({ _id: decoded.id }) + if (currentUserToken?.token == 0) { + return res.json({ message: "Token is finished ! buy more token..", success: false }) + } + return next(); + } + const guestIdFromCookie = req.cookies?.userId; + + if (guestIdFromCookie) { + authedReq.user = { + userId: guestIdFromCookie, + isGuest: true, + }; + console.log('Using existing guest cookie:', guestIdFromCookie); + const UserToken = await guestModel.findById({ _id: req.cookies.userId }) + + if (UserToken?.token == 0) { + return res.json({ message: "Token is finished ! buy more token..", success: false }) + } + return next(); + } + + console.log('Creating new guest user'); + + const newGuestUser = await guestModel.create({ + isGuest: true, + }); + const nChat = new chatModel({ + user_id: newGuestUser._id, + }); + + const nChart = new chartModel({ + user_id: newGuestUser._id, + chat_id: nChat._id, + }); + + nChat.chart_id = nChart._id; + + await Promise.all([nChat.save(), nChart.save()]); + + // setting the cookie + res.cookie('userId', newGuestUser._id.toString(), { + httpOnly: true, + secure: process.env.NODE_ENV === 'production', + sameSite: 'strict', + maxAge: 1 * 24 * 60 * 60 * 1000, + }); + + console.log('Guest cookie set successfully:', newGuestUser._id.toString()); + + authedReq.user = { + userId: newGuestUser._id.toString(), + isGuest: true, + }; + + return next(); } catch (err) { - console.log(err); + console.error('Error in tokenCheck middleware:', err); + return res.status(401).json({ message: 'Invalid or expired token' }); } -}; +}; \ No newline at end of file diff --git a/src/model/dataModel.ts b/src/model/dataModel.ts index b96841d..31321d4 100644 --- a/src/model/dataModel.ts +++ b/src/model/dataModel.ts @@ -1,47 +1,29 @@ -import mongoose, { Schema } from "mongoose"; - -interface Data { - data: Record[]; - user_id: mongoose.Types.ObjectId; - chat_id?: string; - chart_id?: mongoose.Types.ObjectId; - r2_url?: string; - createdAt: Date; - updatedAt: Date; +import mongoose ,{ Schema, model, Document } from "mongoose"; + +export interface IDataset extends Document { + _id: mongoose.Types.ObjectId; + user_id: string | null; + name: string; + r2_url: string; + row_count: number; + column_count: number; + sample_data: any[]; // array of arbitrary rows + created_at: Date; } -const dataSchema = new Schema({ - data: [ - { - type: Map, - of: Schema.Types.Mixed - } - ], - - user_id: { - type: Schema.Types.ObjectId, - ref: "user" - }, - - chat_id: { - type: Schema.Types.ObjectId, - ref: "chat" - }, +const DatasetSchema = new Schema({ + user_id: { type: String, default: null }, + name: { type: String, required: true }, + r2_url: { type: String, required: true }, + row_count: { type: Number, required: true }, + column_count: { type: Number, required: true }, - chart_id: { - type: Schema.Types.ObjectId, - ref: "chart" - }, + sample_data: { + type: [Schema.Types.Mixed], + default: [], + }, - r2_url: { - type: String, - required: false - } - -}, { - timestamps: true + created_at: { type: Date, default: Date.now }, }); -const dataModel = mongoose.model("data", dataSchema); - -export default dataModel; +export default model("datas", DatasetSchema); diff --git a/src/model/datasetRowModel.ts b/src/model/datasetRowModel.ts new file mode 100644 index 0000000..877499e --- /dev/null +++ b/src/model/datasetRowModel.ts @@ -0,0 +1,18 @@ +import { Schema, model, Document } from "mongoose"; + +export interface IDatasetRow extends Document { + datasetId: string; // string version of Dataset._id + [key: string]: any; +} + +const DatasetRowSchema = new Schema( + { + datasetId: { type: String, required: true, index: true }, + }, + { + strict: false, // allow arbitrary CSV columns as top-level fields + minimize: true, + } +); + +export default model("DatasetRow", DatasetRowSchema, "dataset_rows"); diff --git a/src/routes/chatRoutes.ts b/src/routes/chatRoutes.ts new file mode 100644 index 0000000..413c842 --- /dev/null +++ b/src/routes/chatRoutes.ts @@ -0,0 +1,9 @@ +import express from "express"; +import { chatController } from "../controllers/chatController"; +import { tokenCheck } from "../middlewares/tokenCheck"; + +const chatRouter = express.Router() + +chatRouter.post("/",tokenCheck,chatController); + +export default chatRouter; \ No newline at end of file diff --git a/src/services/aiAnalysisService.ts b/src/services/aiAnalysisService.ts new file mode 100644 index 0000000..73c2a19 --- /dev/null +++ b/src/services/aiAnalysisService.ts @@ -0,0 +1,105 @@ +// services/aiAnalysisService.ts + +import { generateAiPrompt } from "../utils/aiPrompt"; +import mcpClient from "../services/mcpClient"; +import { generateChartsFromData } from "./chartGenerator"; + +// import your central model + API switching +import { getModel, switchApi, getApiKeyCount } from "./switchingApi"; + +export async function analyzeDatasetWithAiOrFallback( + computedMetrics: { total_rows: number; total_columns: number; missing_values: number }, + dataset: any, + results: any[] +) { + let aiResponse = null; + + const tools = await mcpClient.listTools(); + const prompt = generateAiPrompt(computedMetrics, dataset, tools); + + let attempts = 0; + + while (attempts < getApiKeyCount() && !aiResponse) { + try { + const model = getModel(); + const chat = model.startChat({ history: [] }); + + let result = await chat.sendMessage(prompt); + let response = result.response; + + let iteration = 0; + + while (iteration < 10) { + const fn = response.functionCalls()?.[0]; + if (!fn) break; + + const toolResult = await mcpClient.call(fn.name, fn.args); + + const next = await chat.sendMessage([ + { + functionResponse: { + name: fn.name, + response: toolResult, + }, + }, + ]); + + response = next.response; + iteration++; + } + + const text = response.text().trim().replace(/```json|```/g, ""); + aiResponse = JSON.parse(text); + + console.log("AI analysis completed with key", attempts + 1); + } catch (err: any) { + const msg = String(err?.message || ""); + console.log("Gemini error:", msg); + + if ( + msg.includes("quota") || + msg.includes("429") || + msg.includes("exceeded") || + err.status === 503 + ) { + console.log("Rate limit → switching key..."); + switchApi(); + attempts++; + continue; + } + + console.log("Non-limit AI error → stopping."); + break; + } + } + + if (!aiResponse) { + console.log("Fallback → local chart generation"); + + const { barData, pieData, columns } = generateChartsFromData(results); + + aiResponse = { + metrics: computedMetrics, + charts: [ + { + type: "bar", + title: `${columns.barChartNumeric} by ${columns.barChartCategory}`, + x: columns.barChartCategory, + y: columns.barChartNumeric, + data: barData, + }, + { + type: "pie", + title: `Distribution by ${columns.pieChartCategory}`, + x: columns.pieChartCategory, + y: "count", + data: pieData, + }, + ], + summary: ["Local chart analysis used due to AI failure."], + key_fields: Object.keys(results[0]).slice(0, 5), + }; + } + + return aiResponse; +} diff --git a/src/services/aiModels.ts b/src/services/aiModels.ts new file mode 100644 index 0000000..245cca3 --- /dev/null +++ b/src/services/aiModels.ts @@ -0,0 +1,19 @@ +// services/aiModels.ts +import { GoogleGenerativeAI } from "@google/generative-ai"; +import {mcpToolDeclarations} from "../config/mcpTools"; + +// Heavy model (expensive) – MCP enabled +const genAI_heavy = new GoogleGenerativeAI(process.env.GEMINI_API_KEY!); + +export const modelHeavy = genAI_heavy.getGenerativeModel({ + model: "gemini-2.5-flash", + tools: [{ functionDeclarations: mcpToolDeclarations }], +}); + +// Cheap model — used for chat +const genAI_light = new GoogleGenerativeAI(process.env.GEMINI_API_LIGHT_KEY!); + +console.log(genAI_light); +export const modelLight = genAI_light.getGenerativeModel({ + model: "gemini-1.5-flash", +}); diff --git a/src/services/chartGenerator.ts b/src/services/chartGenerator.ts new file mode 100644 index 0000000..fb107cd --- /dev/null +++ b/src/services/chartGenerator.ts @@ -0,0 +1,210 @@ +import { GeneratedCharts, ColumnAnalysis } from '../types/charts'; + +export function generateChartsFromData(results: any[]): GeneratedCharts { + console.log('Generating charts with intelligent column selection...'); + + if (results.length === 0) { + console.log(' No data to generate charts from'); + return { + barData: [], + pieData: [], + columns: { barChartCategory: '', barChartNumeric: '', pieChartCategory: '' } + }; + } + + const sampleRow = results[0]; + const columns = Object.keys(sampleRow); + + const columnAnalysis: ColumnAnalysis[] = columns.map(col => { + const values = results.map(row => row[col]); + const nonNullValues = values.filter(v => v !== '' && v !== null && v !== undefined); + const uniqueValues = new Set(nonNullValues); + + const numericValues = nonNullValues + .filter(v => !isNaN(Number(v))) + .map(Number); + const isNumeric = numericValues.length > nonNullValues.length * 0.7; + + const datePatterns = /\d{4}-\d{2}-\d{2}|\d{2}\/\d{2}\/\d{4}|\d{1,2}-\w{3}-\d{4}/; + const hasDatePattern = nonNullValues.some(v => datePatterns.test(String(v))); + + let variance = 0; + if (isNumeric && numericValues.length > 0) { + const mean = numericValues.reduce((a, b) => a + b, 0) / numericValues.length; + variance = numericValues.reduce((sum, val) => sum + Math.pow(val - mean, 2), 0) / numericValues.length; + } + + const avgLength = + nonNullValues.reduce((sum, v) => sum + String(v).length, 0) / nonNullValues.length; + + let type: ColumnAnalysis['type']; + if (hasDatePattern) { + type = 'date'; + } else if (isNumeric) { + type = 'numeric'; + } else if (uniqueValues.size < nonNullValues.length * 0.5 && avgLength < 50) { + type = 'categorical'; + } else { + type = 'text'; + } + + return { + name: col, + type, + uniqueCount: uniqueValues.size, + nullCount: values.length - nonNullValues.length, + sampleValues: Array.from(uniqueValues).slice(0, 5), + variance, + avgLength + }; + }); + + console.log(' Column analysis:', columnAnalysis.map(c => ({ + name: c.name, + type: c.type, + unique: c.uniqueCount + }))); + + const scoreColumn = (col: ColumnAnalysis, purpose: 'category' | 'numeric' | 'pie-category') => { + let score = 0; + + if (purpose === 'category') { + if (col.type === 'categorical') score += 100; + if (col.uniqueCount >= 3 && col.uniqueCount <= 50) score += 50; + if (col.uniqueCount > 50 && col.uniqueCount <= 100) score += 20; + if (col.avgLength && col.avgLength < 30) score += 30; + if (col.nullCount === 0) score += 20; + + if (col.uniqueCount > 100) score -= 50; + if (col.avgLength && col.avgLength > 50) score -= 30; + if (col.type === 'text') score -= 40; + + const categoryKeywords = [ + 'category','type','status','group','name','class', + 'region','country','city','department','product','brand' + ]; + if (categoryKeywords.some(kw => col.name.toLowerCase().includes(kw))) score += 40; + + } else if (purpose === 'numeric') { + if (col.type === 'numeric') score += 100; + if (col.variance && col.variance > 0) score += 50; + if (col.nullCount === 0) score += 20; + + const numericKeywords = [ + 'amount','price','cost','value','total','sum','count', + 'quantity','revenue','sales','score','rating' + ]; + if (numericKeywords.some(kw => col.name.toLowerCase().includes(kw))) score += 40; + + if (col.name.toLowerCase().includes('id')) score -= 60; + if (col.uniqueCount === results.length) score -= 40; + } else { + if (col.type === 'categorical') score += 100; + if (col.uniqueCount >= 3 && col.uniqueCount <= 12) score += 60; + if (col.uniqueCount > 12 && col.uniqueCount <= 30) score += 30; + if (col.avgLength && col.avgLength < 25) score += 30; + if (col.nullCount === 0) score += 20; + + if (col.uniqueCount > 30) score -= 40; + if (col.uniqueCount < 3) score -= 40; + + const statusKeywords = ['status','state','type','category','priority','level']; + if (statusKeywords.some(kw => col.name.toLowerCase().includes(kw))) score += 50; + } + + return Math.max(0, score); + }; + + const categoricalCols = columnAnalysis.filter(c => c.type === 'categorical' || c.type === 'date'); + const numericCols = columnAnalysis.filter(c => c.type === 'numeric'); + + const barCategoryScores = categoricalCols + .map(c => ({ col: c, score: scoreColumn(c, 'category') })) + .sort((a, b) => b.score - a.score); + + const barNumericScores = numericCols + .map(c => ({ col: c, score: scoreColumn(c, 'numeric') })) + .sort((a, b) => b.score - a.score); + + const barChartCategory = barCategoryScores[0]?.col.name || columns[0]; + const barChartNumeric = barNumericScores[0]?.col.name || columns[1]; + + const pieCategoryScores = categoricalCols + .filter(c => c.name !== barChartCategory) + .map(c => ({ col: c, score: scoreColumn(c, 'pie-category') })) + .sort((a, b) => b.score - a.score); + + const pieChartCategory = + pieCategoryScores[0]?.col.name || + categoricalCols.find(c => c.name !== barChartCategory)?.name || + barChartCategory; + + console.log('Selected columns:', { + barChart: { + category: barChartCategory, + numeric: barChartNumeric, + categoryScore: barCategoryScores[0]?.score, + numericScore: barNumericScores[0]?.score + }, + pieChart: { + category: pieChartCategory, + score: pieCategoryScores[0]?.score + } + }); + + const barChartMap = new Map(); + let barSkippedRows = 0; + + results.forEach(row => { + const category = String(row[barChartCategory] || '').trim(); + const value = parseFloat(row[barChartNumeric]); + + if (category && !isNaN(value)) { + const current = barChartMap.get(category) || 0; + barChartMap.set(category, current + value); + } else { + barSkippedRows++; + } + }); + + const barData = Array.from(barChartMap.entries()) + .map(([xValue, yValue]) => ({ + xValue, + yValue: Math.round(yValue * 100) / 100 + })) + .sort((a, b) => b.yValue - a.yValue) + .slice(0, 15); + + console.log(`Bar chart: ${barData.length} categories (skipped ${barSkippedRows} rows)`); + + const pieChartMap = new Map(); + let pieSkippedRows = 0; + + results.forEach(row => { + const category = String(row[pieChartCategory] || '').trim(); + if (category && !['unknown','null'].includes(category.toLowerCase())) { + const current = pieChartMap.get(category) || 0; + pieChartMap.set(category, current + 1); + } else { + pieSkippedRows++; + } + }); + + const pieEntries = Array.from(pieChartMap.entries()) + .sort((a, b) => b[1] - a[1]); + + let pieData = pieEntries.slice(0, 8).map(([xValue, value]) => ({ xValue, value })); + + if (pieEntries.length > 8) { + const otherSum = pieEntries.slice(8).reduce((sum, [_, value]) => sum + value, 0); + pieData.push({ xValue: 'Other', value: otherSum }); + } + + console.log(` Pie chart: ${pieData.length} categories (skipped ${pieSkippedRows} rows)`); + + return { + barData, + pieData, + columns: { barChartCategory, barChartNumeric, pieChartCategory } + }; +} diff --git a/src/services/chatAiService.ts b/src/services/chatAiService.ts new file mode 100644 index 0000000..422554a --- /dev/null +++ b/src/services/chatAiService.ts @@ -0,0 +1,38 @@ +// services/chartAiService.ts +import { modelHeavy } from "./aiModels"; +import { generateChartPrompt } from "../utils/chartPrompt"; +import mcpClient from "../services/mcpClient"; + +export async function runChartAnalysis( + message: string, // <-- FIXED + dataset: any // <-- you can type this later +): Promise { // <-- return type for JSON output + const prompt = generateChartPrompt(message, dataset); + + const chat = modelHeavy.startChat({ history: [] }); + let response = await chat.sendMessage(prompt); + + // handle tool calls + while (true) { + const toolCall = response.response.functionCalls()?.[0]; + if (!toolCall) break; + + const result = await mcpClient.call( + toolCall.name, + toolCall.args + ); + + const next = await chat.sendMessage([ + { + functionResponse: { + name: toolCall.name, + response: result, + }, + }, + ]); + + response = next; + } + + return JSON.parse(response.response.text()); +} diff --git a/src/services/csvService.ts b/src/services/csvService.ts new file mode 100644 index 0000000..635a7de --- /dev/null +++ b/src/services/csvService.ts @@ -0,0 +1,34 @@ +import fs from 'fs'; +import csv from 'csv-parser'; + +export interface ParsedCsv { + results: any[]; + headers: string[]; + totalRows: number; +} + +export function parseCsvFile(filepath: string): Promise { + return new Promise((resolve, reject) => { + const results: any[] = []; + let headers: string[] = []; + let totalRows = 0; + + const stream = fs.createReadStream(filepath, { encoding: 'utf-8' }).pipe(csv()); + + stream + .on('headers', (hdrs: string[]) => { + headers = hdrs; + }) + .on('data', (data: any) => { + totalRows++; + results.push(data); + }) + .on('error', (err: any) => { + console.error('CSV parsing error:', err); + reject(err); + }) + .on('end', () => { + resolve({ results, headers, totalRows }); + }); + }); +} diff --git a/src/services/datasetService.ts b/src/services/datasetService.ts new file mode 100644 index 0000000..f8e8139 --- /dev/null +++ b/src/services/datasetService.ts @@ -0,0 +1,37 @@ +import Dataset, { IDataset } from "../model/dataModel"; +import DatasetRow from "../model/datasetRowModel"; + +export async function createDatasetWithRows( + results: any[], + userId: string | null, + fileUrl: string, + fileName: string, + totalColumns: number +) { + // 1) Create dataset metadata doc (with sample rows) + const dataset = await Dataset.create({ + user_id: userId, + name: fileName, + r2_url: fileUrl, + row_count: results.length, + column_count: totalColumns, + sample_data: results.slice(0, 10), + }) as IDataset; // ⬅️ FIX HERE + + console.log("Dataset saved to MongoDB:", dataset._id); + + // 2) Insert all rows into dataset_rows + const datasetId = dataset._id.toString(); + + const rowsToInsert = results.map((row) => ({ + datasetId, + ...row, + })); + + if (rowsToInsert.length > 0) { + await DatasetRow.insertMany(rowsToInsert, { ordered: false }); + console.log(`Inserted ${rowsToInsert.length} rows into dataset_rows`); + } + + return dataset; +} diff --git a/src/services/r2Service.ts b/src/services/r2Service.ts new file mode 100644 index 0000000..fb15d32 --- /dev/null +++ b/src/services/r2Service.ts @@ -0,0 +1,21 @@ +import fs from 'fs'; +import { PutObjectCommand } from '@aws-sdk/client-s3'; +import { r2 } from '../config/r2Client'; + +export async function uploadCsvToR2(filepath: string, originalName: string): Promise { + const fileBuffer = fs.readFileSync(filepath); + const fileName = `${Date.now()}_${originalName}`; + + await r2.send( + new PutObjectCommand({ + Bucket: process.env.R2_BUCKET_NAME!, + Key: fileName, + Body: fileBuffer, + ContentType: 'text/csv', + }) + ); + + console.log('File uploaded to R2:', fileName); + + return `${process.env.R2_PUBLIC_URL}/${fileName}`; +} diff --git a/src/services/switchingApi.ts b/src/services/switchingApi.ts new file mode 100644 index 0000000..0360aec --- /dev/null +++ b/src/services/switchingApi.ts @@ -0,0 +1,72 @@ +import { GoogleGenerativeAI, GenerativeModel } from "@google/generative-ai"; + +// GLOBAL API KEY ROTATION +let apiKeyIndex = 0; +const apiKeys = process.env.GEMINI_API_KEY!.split(",").map(k => k.trim()); + +let currentApi = apiKeys[apiKeyIndex]; + +// current model +let genAI = new GoogleGenerativeAI(currentApi); +let model: GenerativeModel = genAI.getGenerativeModel({ + model: "gemini-2.5-flash" +}); + +// ========== PUBLIC HELPERS ========== +export const getModel = () => model; +export const getApiKeyCount = () => apiKeys.length; + +// ========== SWITCH API KEY ========== +export const switchApi = () => { + apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; + currentApi = apiKeys[apiKeyIndex]; + + genAI = new GoogleGenerativeAI(currentApi); + model = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); + + console.log("Switched to API key:", currentApi); +}; + +// ========== SIMPLE JSON LLM CALL ========== +export async function runAi(prompt: string) { + let attempts = 0; + + while (attempts < apiKeys.length) { + try { + console.log(`Using Gemini Key #${apiKeyIndex + 1}`); + + const res = await model.generateContent(prompt); + + let raw = res.response.text().replace(/```json|```/g, "").trim(); + const start = raw.indexOf("{"); + const end = raw.lastIndexOf("}"); + if (start === -1 || end === -1) throw new Error("Invalid JSON"); + + return JSON.parse(raw.substring(start, end + 1)); + } catch (err: any) { + const msg = String(err?.message || ""); + + console.log("Gemini Error:", msg); + + // AI LIMIT HIT → ROTATE KEY + if ( + msg.includes("quota") || + msg.includes("429") || + msg.includes("exceeded") || + err.status === 503 + ) { + console.log("AI limit hit → switching key..."); + switchApi(); + attempts++; + continue; + } + + // OTHER ERRORS → STOP + console.log("Non-limit AI failure. Stopping AI."); + return null; + } + } + + console.log("All AI keys failed"); + return null; +} diff --git a/src/types/charts.ts b/src/types/charts.ts new file mode 100644 index 0000000..039cb35 --- /dev/null +++ b/src/types/charts.ts @@ -0,0 +1,33 @@ +export type ColumnType = 'numeric' | 'categorical' | 'date' | 'text'; + +export interface ColumnAnalysis { + name: string; + type: ColumnType; + uniqueCount: number; + nullCount: number; + sampleValues: any[]; + variance?: number; + avgLength?: number; +} + +export interface BarPoint { + xValue: string; + yValue: number; +} + +export interface PiePoint { + xValue: string; + value: number; +} + +export interface ChartColumns { + barChartCategory: string; + barChartNumeric: string; + pieChartCategory: string; +} + +export interface GeneratedCharts { + barData: BarPoint[]; + pieData: PiePoint[]; + columns: ChartColumns; +} diff --git a/src/types/express/index.d.ts b/src/types/express/index.d.ts new file mode 100644 index 0000000..9336d42 --- /dev/null +++ b/src/types/express/index.d.ts @@ -0,0 +1,10 @@ +import "express-serve-static-core"; + +declare module "express-serve-static-core" { + interface Request { + user?: { + userId: string; + isGuest?: boolean; + }; + } +} diff --git a/src/utils/aiPrompt.ts b/src/utils/aiPrompt.ts index fc1d201..6d7ae98 100644 --- a/src/utils/aiPrompt.ts +++ b/src/utils/aiPrompt.ts @@ -1,20 +1,22 @@ export const generateAiPrompt = (computedMetrics: any, dataset: any, tools: any) => { - // Extract tool names from tool details - const toolNames = Array.isArray(tools) - ? tools.map((t: any) => typeof t === 'string' ? t : t.name).join(", ") + const toolNames = Array.isArray(tools) + ? tools.map((t: any) => (typeof t === "string" ? t : t.name)).join(", ") : String(tools); + const datasetIdString = dataset._id.toString(); + const sample = dataset.sample_data || []; + return `You are an expert data analyst for InstaviZ. Analyze the provided CSV dataset and generate insights with charts. DATASET INFORMATION: -- Dataset ID: ${dataset._id} +- Dataset ID: ${datasetIdString} - R2 File URL: ${dataset.r2_url} - Total Rows: ${computedMetrics.total_rows} - Total Columns: ${computedMetrics.total_columns} - Missing Values: ${computedMetrics.missing_values} SAMPLE DATA (first 10 rows): -${JSON.stringify(dataset.data, null, 2)} +${JSON.stringify(sample, null, 2)} AVAILABLE MCP TOOLS: ${toolNames} @@ -29,25 +31,29 @@ INSTRUCTIONS: a) BAR CHART: Use categorical grouping with numerical aggregation b) PIE CHART: Use categorical grouping with counts -3. For numeric calculations, you MUST use MCP tools (mdb_aggregate or mdb_query). +3. All rows are stored in the MongoDB collection "dataset_rows". + - Each document in "dataset_rows" represents one row of the CSV. + - Each document has a field "datasetId" (string) equal to "${datasetIdString}". + - CSV columns are stored as top-level fields (e.g. "industry", "size", "value", etc). + +4. For numeric calculations, you MUST use MCP tools (especially "aggregate"). -4. Use this MCP query structure for aggregations: +EXAMPLE MCP AGGREGATIONS (ADAPT COLUMN NAMES): -FOR BAR CHART (sum/avg of numeric column by category): +FOR BAR CHART (sum of numeric column by category): { "database": "Instaviz", - "collection": "datas", + "collection": "dataset_rows", "pipeline": [ - { "$match": { "_id": "${dataset._id}" }}, - { "$unwind": "$data" }, + { "$match": { "datasetId": "${datasetIdString}" } }, { "$group": { - "_id": "$data.CATEGORY_COLUMN_NAME", - "value": { "$sum": { "$toDouble": "$data.NUMERIC_COLUMN_NAME" }} + "_id": "$CATEGORY_COLUMN_NAME", + "value": { "$sum": { "$toDouble": "$NUMERIC_COLUMN_NAME" } } } }, - { "$project": { "xValue": "$_id", "yValue": "$value", "_id": 0 }}, - { "$sort": { "yValue": -1 }}, + { "$project": { "_id": 0, "xValue": "$_id", "yValue": "$value" } }, + { "$sort": { "yValue": -1 } }, { "$limit": 10 } ] } @@ -55,28 +61,30 @@ FOR BAR CHART (sum/avg of numeric column by category): FOR PIE CHART (count by category): { "database": "Instaviz", - "collection": "datas", + "collection": "dataset_rows", "pipeline": [ - { "$match": { "_id": "${dataset._id}" }}, - { "$unwind": "$data" }, + { "$match": { "datasetId": "${datasetIdString}" } }, { "$group": { - "_id": "$data.CATEGORY_COLUMN_NAME", + "_id": "$CATEGORY_COLUMN_NAME", "value": { "$sum": 1 } } }, - { "$project": { "xValue": "$_id", "value": "$value", "_id": 0 }}, - { "$sort": { "value": -1 }}, + { "$project": { "_id": 0, "xValue": "$_id", "value": "$value" } }, + { "$sort": { "value": -1 } }, { "$limit": 8 } ] } CRITICAL RULES: -- Call MCP tools (mdb_aggregate) to get real chart data -- After receiving MCP results, format them into the JSON structure below -- Replace CATEGORY_COLUMN_NAME and NUMERIC_COLUMN_NAME with actual column names from the dataset -- NEVER return placeholder or dummy data -- Output ONLY valid JSON (no markdown, no backticks) +- You MUST call MCP tools (especially "aggregate") to get real chart data. +- After receiving MCP results, you MUST map them into the JSON structure described below. +- "type" MUST be exactly "bar" for the bar chart and "pie" for the pie chart. +- For bar charts, each point MUST have "xValue" and "yValue". +- For pie charts, each point MUST have "xValue" and "value". +- Replace CATEGORY_COLUMN_NAME and NUMERIC_COLUMN_NAME with actual column names from the dataset. +- NEVER return placeholder or dummy data. +- Output ONLY valid JSON. NO markdown, NO backticks, NO extra text before or after the JSON. REQUIRED OUTPUT FORMAT: { @@ -93,8 +101,7 @@ REQUIRED OUTPUT FORMAT: "x": "category_column_name", "y": "numeric_column_name", "data": [ - { "xValue": "category1", "yValue": 123.45 }, - { "xValue": "category2", "yValue": 67.89 } + { "xValue": "category1", "yValue": 123.45 } ] }, { @@ -103,8 +110,7 @@ REQUIRED OUTPUT FORMAT: "x": "category_column_name", "y": "count", "data": [ - { "xValue": "category1", "value": 50 }, - { "xValue": "category2", "value": 30 } + { "xValue": "category1", "value": 50 } ] } ], @@ -116,5 +122,5 @@ REQUIRED OUTPUT FORMAT: "key_fields": ["field1", "field2", "field3"] } -Begin analysis. Use MCP tools to fetch real data for charts.`; -}; \ No newline at end of file +Begin analysis now. Use MCP tools to fetch real data for charts and then respond ONLY with the final JSON object described above.`; +}; diff --git a/src/utils/chartNormalizer.ts b/src/utils/chartNormalizer.ts new file mode 100644 index 0000000..e033783 --- /dev/null +++ b/src/utils/chartNormalizer.ts @@ -0,0 +1,48 @@ +// utils/chartNormalizer.ts +export function normalizeChartsForFrontend(aiCharts: any[]): any[] { + if (!Array.isArray(aiCharts)) return []; + + return aiCharts + .map((chart: any) => { + const rawType = String(chart.type || '').toLowerCase(); + + const type = + rawType.includes('bar') ? 'bar' : + rawType.includes('pie') ? 'pie' : + rawType.includes('line') ? 'line' : + null; + + if (!type) return null; + + const x = chart.x || chart.xField || chart.categoryField || 'x'; + const y = chart.y || chart.yField || chart.valueField || 'y'; + const title = chart.title || `${type.toUpperCase()} chart`; + + const rawData = chart.data || chart.points || chart.series || []; + + const data = rawData.map((p: any) => { + const xValue = + p.xValue ?? + p[x] ?? + p.label ?? + p.name ?? + p.category ?? + ''; + + const yValue = + p.yValue ?? + p[y] ?? + p.value ?? + null; + + return { + xValue, + yValue, + value: p.value ?? yValue, + }; + }); + + return { type, x, y, title, data }; + }) + .filter(Boolean); +} diff --git a/src/utils/chartPrompt.ts b/src/utils/chartPrompt.ts new file mode 100644 index 0000000..d32bc56 --- /dev/null +++ b/src/utils/chartPrompt.ts @@ -0,0 +1,33 @@ +// prompts/chartPrompt.ts +export function generateChartPrompt(message: string, dataset: any) { + return ` +You are InstaviZ AI. The user requested a chart or aggregation. + +Use MCP tool "aggregate" to run MongoDB aggregations. +The dataset rows are stored in the "dataset_rows" collection. +Each row has a field "datasetId" = "${dataset._id}" + +USER REQUEST: +"${message}" + +RULES: +- Identify the correct grouping (categorical column) +- Identify correct numeric column for aggregation +- Build a valid aggregation pipeline +- Execute using MCP tool "aggregate" +- Return ONLY JSON: + +{ + "reply": "short explanation", + "chart": { + "type": "bar" | "pie" | "line", + "title": "string", + "x": "field", + "y": "field", + "data": [...] + } +} + +BEGIN. +`; +} diff --git a/src/utils/chatDetection.ts b/src/utils/chatDetection.ts new file mode 100644 index 0000000..7c646bc --- /dev/null +++ b/src/utils/chatDetection.ts @@ -0,0 +1,6 @@ +// utils/chatDetection.ts +export function userWantsChart(message: string) { + return /(chart|graph|plot|visualize|show.*trend|distribution|aggregate|group by|sum by)/i.test( + message + ); +} diff --git a/src/utils/chatPrompt.ts b/src/utils/chatPrompt.ts new file mode 100644 index 0000000..fae3952 --- /dev/null +++ b/src/utils/chatPrompt.ts @@ -0,0 +1,22 @@ +// prompts/chatPrompt.ts +export function createChatPrompt(message: string, dataset: any) { + return ` +You are InstaviZ AI. A user is chatting about their uploaded dataset. + +Never generate charts using this model. +Never call tools. +Only answer the question. + +DATASET SUMMARY: +- Rows: ${dataset.row_count} +- Columns: ${dataset.column_count} + +SAMPLE DATA: +${JSON.stringify(dataset.sample_data, null, 2)} + +USER QUESTION: +"${message}" + +Provide a clear helpful answer in text only. +`; +} From bc526d21ae3049a9ec79a1dc501cc644fae6cef4 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 22 Nov 2025 12:19:41 +0530 Subject: [PATCH 079/120] gemini api key --- .env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env b/.env index d4c4bc6..9aae570 100644 --- a/.env +++ b/.env @@ -21,8 +21,7 @@ EMAIL_PASS = lhubgdnbvmfrzjcj SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo MAX_FILE_SIZE = 50 * 1024 * 1024; -GEMINI_API_KEY =AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU -GEMINI_API_LIGHT_KEY =AIzaSyC_YEplnqKTokFHMkL0QxQDd98M05JGzG8 +GEMINI_API_KEY =AIzaSyBkUAGwR5nE36CFk1cGPw6bOlSl4OQK1Ro,AIzaSyD_UUtu-zR4CUwOB3Z7xyLMmcl1ooiPxJ8,AIzaSyBnhzklFEmwqi1YkmrNqVSKrZTO9ljUJo4,AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOUGEMINI_API_LIGHT_KEY =AIzaSyC_YEplnqKTokFHMkL0QxQDd98M05JGzG8 SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo From ff478f2fc73e03553faee814ada05cb64b418cb0 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Sat, 22 Nov 2025 14:25:18 +0530 Subject: [PATCH 080/120] swagger added --- package-lock.json | 325 ++++++++++++++++++++++++++++++++++++++- package.json | 6 +- src/app.ts | 110 +++++++++---- src/routes/userRouter.ts | 99 +++++++++++- 4 files changed, 500 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index d56457a..f68b633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,9 @@ "nodemailer": "^7.0.10", "passport": "^0.7.0", "passport-google-oauth20": "^2.0.0", - "stripe": "^19.2.1" + "stripe": "^19.2.1", + "swagger-jsdoc": "^6.2.8", + "swagger-ui-express": "^5.0.1" }, "devDependencies": { "@types/cookie-parser": "^1.4.10", @@ -45,12 +47,58 @@ "@types/multer": "^2.0.0", "@types/node": "^24.10.0", "@types/nodemailer": "^7.0.3", + "@types/swagger-jsdoc": "^6.0.4", + "@types/swagger-ui-express": "^4.1.8", "nodemon": "^3.1.10", "prettier": "^3.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }, + "node_modules/@apidevtools/json-schema-ref-parser": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.1.2.tgz", + "integrity": "sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==", + "license": "MIT", + "dependencies": { + "@jsdevtools/ono": "^7.1.3", + "@types/json-schema": "^7.0.6", + "call-me-maybe": "^1.0.1", + "js-yaml": "^4.1.0" + } + }, + "node_modules/@apidevtools/openapi-schemas": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@apidevtools/openapi-schemas/-/openapi-schemas-2.1.0.tgz", + "integrity": "sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/@apidevtools/swagger-methods": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@apidevtools/swagger-methods/-/swagger-methods-3.0.2.tgz", + "integrity": "sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==", + "license": "MIT" + }, + "node_modules/@apidevtools/swagger-parser": { + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@apidevtools/swagger-parser/-/swagger-parser-10.0.3.tgz", + "integrity": "sha512-sNiLY51vZOmSPFZA5TF35KZ2HbgYklQnTSDnkghamzLb3EkNtcQnrBQEj5AOCxHpTtXpqMCRM1CrmV2rG6nw4g==", + "license": "MIT", + "dependencies": { + "@apidevtools/json-schema-ref-parser": "^9.0.6", + "@apidevtools/openapi-schemas": "^2.0.4", + "@apidevtools/swagger-methods": "^3.0.2", + "@jsdevtools/ono": "^7.1.3", + "call-me-maybe": "^1.0.1", + "z-schema": "^5.0.1" + }, + "peerDependencies": { + "openapi-types": ">=7" + } + }, "node_modules/@aws-crypto/crc32": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz", @@ -1670,6 +1718,12 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@jsdevtools/ono": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz", + "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==", + "license": "MIT" + }, "node_modules/@modelcontextprotocol/sdk": { "version": "1.22.0", "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.22.0.tgz", @@ -1726,6 +1780,13 @@ "sparse-bitfield": "^3.0.3" } }, + "node_modules/@scarf/scarf": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.4.0.tgz", + "integrity": "sha512-xxeapPiUXdZAE3che6f3xogoJPeZgig6omHEy1rIY5WVsB3H2BHNnZH+gHG6x91SCWyQCzWGsuL2Hh3ClO5/qQ==", + "hasInstallScript": true, + "license": "Apache-2.0" + }, "node_modules/@smithy/abort-controller": { "version": "4.2.5", "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.5.tgz", @@ -2649,6 +2710,12 @@ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", "license": "MIT" }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "license": "MIT" + }, "node_modules/@types/jsonwebtoken": { "version": "9.0.10", "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz", @@ -2809,6 +2876,24 @@ "@types/node": "*" } }, + "node_modules/@types/swagger-jsdoc": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@types/swagger-jsdoc/-/swagger-jsdoc-6.0.4.tgz", + "integrity": "sha512-W+Xw5epcOZrF/AooUM/PccNMSAFOKWZA5dasNyMujTwsBkU74njSJBpvCCJhHAJ95XRMzQrrW844Btu0uoetwQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/swagger-ui-express": { + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/swagger-ui-express/-/swagger-ui-express-4.1.8.tgz", + "integrity": "sha512-AhZV8/EIreHFmBV5wAs0gzJUNq9JbbSXgJLQubCC0jtIo6prnI9MIRRxnU4MZX9RB9yXxF1V4R7jtLl/Wcj31g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/express": "*", + "@types/serve-static": "*" + } + }, "node_modules/@types/webidl-conversions": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz", @@ -2932,11 +3017,16 @@ "dev": true, "license": "MIT" }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, "license": "MIT" }, "node_modules/base64url": { @@ -3023,7 +3113,6 @@ "version": "1.1.12", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -3113,6 +3202,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/call-me-maybe": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz", + "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==", + "license": "MIT" + }, "node_modules/chokidar": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", @@ -3138,11 +3233,19 @@ "fsevents": "~2.3.2" } }, + "node_modules/commander": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.0.tgz", + "integrity": "sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==", + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true, "license": "MIT" }, "node_modules/concat-stream": { @@ -3309,6 +3412,18 @@ "node": ">=0.3.1" } }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "license": "Apache-2.0", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/dotenv": { "version": "17.2.3", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz", @@ -3395,6 +3510,15 @@ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", "license": "MIT" }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/etag": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", @@ -3430,6 +3554,7 @@ "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", "license": "MIT", + "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", @@ -3608,6 +3733,12 @@ "node": ">= 0.8" } }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "license": "ISC" + }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", @@ -3669,6 +3800,27 @@ "node": ">= 0.4" } }, + "node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/glob-parent": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", @@ -3772,6 +3924,17 @@ "dev": true, "license": "ISC" }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", @@ -3872,6 +4035,18 @@ "node": ">= 20" } }, + "node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", @@ -3930,6 +4105,13 @@ "node": ">=12.0.0" } }, + "node_modules/lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", + "deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.", + "license": "MIT" + }, "node_modules/lodash.includes": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", @@ -3942,6 +4124,13 @@ "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", "license": "MIT" }, + "node_modules/lodash.isequal": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", + "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", + "license": "MIT" + }, "node_modules/lodash.isinteger": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", @@ -3966,6 +4155,12 @@ "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", "license": "MIT" }, + "node_modules/lodash.mergewith": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", + "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", + "license": "MIT" + }, "node_modules/lodash.once": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", @@ -4040,7 +4235,6 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" @@ -4451,6 +4645,13 @@ "wrappy": "1" } }, + "node_modules/openapi-types": { + "version": "12.1.3", + "resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-12.1.3.tgz", + "integrity": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==", + "license": "MIT", + "peer": true + }, "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", @@ -4518,6 +4719,15 @@ "node": ">= 0.4.0" } }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", @@ -4989,6 +5199,62 @@ "node": ">=4" } }, + "node_modules/swagger-jsdoc": { + "version": "6.2.8", + "resolved": "https://registry.npmjs.org/swagger-jsdoc/-/swagger-jsdoc-6.2.8.tgz", + "integrity": "sha512-VPvil1+JRpmJ55CgAtn8DIcpBs0bL5L3q5bVQvF4tAW/k/9JYSj7dCpaYCAv5rufe0vcCbBRQXGvzpkWjvLklQ==", + "license": "MIT", + "dependencies": { + "commander": "6.2.0", + "doctrine": "3.0.0", + "glob": "7.1.6", + "lodash.mergewith": "^4.6.2", + "swagger-parser": "^10.0.3", + "yaml": "2.0.0-1" + }, + "bin": { + "swagger-jsdoc": "bin/swagger-jsdoc.js" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/swagger-parser": { + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/swagger-parser/-/swagger-parser-10.0.3.tgz", + "integrity": "sha512-nF7oMeL4KypldrQhac8RyHerJeGPD1p2xDh900GPvc+Nk7nWP6jX2FcC7WmkinMoAmoO774+AFXcWsW8gMWEIg==", + "license": "MIT", + "dependencies": { + "@apidevtools/swagger-parser": "10.0.3" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/swagger-ui-dist": { + "version": "5.30.2", + "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.30.2.tgz", + "integrity": "sha512-HWCg1DTNE/Nmapt+0m2EPXFwNKNeKK4PwMjkwveN/zn1cV2Kxi9SURd+m0SpdcSgWEK/O64sf8bzXdtUhigtHA==", + "license": "Apache-2.0", + "dependencies": { + "@scarf/scarf": "=1.4.0" + } + }, + "node_modules/swagger-ui-express": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/swagger-ui-express/-/swagger-ui-express-5.0.1.tgz", + "integrity": "sha512-SrNU3RiBGTLLmFU8GIJdOdanJTl4TOmT27tt3bWWHppqYmAZ6IDuEuBvMU6nZq0zLEe6b/1rACXCgLZqO6ZfrA==", + "license": "MIT", + "dependencies": { + "swagger-ui-dist": ">=5.0.0" + }, + "engines": { + "node": ">= v0.10.32" + }, + "peerDependencies": { + "express": ">=4.0.0 || >=5.0.0-beta" + } + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -5168,6 +5434,15 @@ "dev": true, "license": "MIT" }, + "node_modules/validator": { + "version": "13.15.23", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.23.tgz", + "integrity": "sha512-4yoz1kEWqUjzi5zsPbAS/903QXSYp0UOtHsPpp7p9rHAw/W+dkInskAE386Fat3oKRROwO98d9ZB0G4cObgUyw==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, "node_modules/vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", @@ -5259,6 +5534,15 @@ "node": ">=0.4" } }, + "node_modules/yaml": { + "version": "2.0.0-1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.0-1.tgz", + "integrity": "sha512-W7h5dEhywMKenDJh2iX/LABkbFnBxasD27oyXWDS/feDsxiw0dD5ncXdYXgkvAsXIY2MpW/ZKkr9IU30DBdMNQ==", + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, "node_modules/yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", @@ -5269,11 +5553,42 @@ "node": ">=6" } }, + "node_modules/z-schema": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/z-schema/-/z-schema-5.0.5.tgz", + "integrity": "sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==", + "license": "MIT", + "dependencies": { + "lodash.get": "^4.4.2", + "lodash.isequal": "^4.5.0", + "validator": "^13.7.0" + }, + "bin": { + "z-schema": "bin/z-schema" + }, + "engines": { + "node": ">=8.0.0" + }, + "optionalDependencies": { + "commander": "^9.4.1" + } + }, + "node_modules/z-schema/node_modules/commander": { + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", + "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", + "license": "MIT", + "optional": true, + "engines": { + "node": "^12.20.0 || >=14" + } + }, "node_modules/zod": { "version": "3.25.76", "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index 36292a3..e38b930 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,9 @@ "nodemailer": "^7.0.10", "passport": "^0.7.0", "passport-google-oauth20": "^2.0.0", - "stripe": "^19.2.1" + "stripe": "^19.2.1", + "swagger-jsdoc": "^6.2.8", + "swagger-ui-express": "^5.0.1" }, "devDependencies": { "@types/cookie-parser": "^1.4.10", @@ -50,6 +52,8 @@ "@types/multer": "^2.0.0", "@types/node": "^24.10.0", "@types/nodemailer": "^7.0.3", + "@types/swagger-jsdoc": "^6.0.4", + "@types/swagger-ui-express": "^4.1.8", "nodemon": "^3.1.10", "prettier": "^3.6.2", "ts-node": "^10.9.2", diff --git a/src/app.ts b/src/app.ts index 531aeff..1b5d217 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,32 +1,65 @@ import express, { NextFunction, Request, Response } from "express"; import dotenv from "dotenv"; -dotenv.config(); -import mongoose from 'mongoose'; -import morgan from 'morgan'; -import cors from 'cors'; -import passport from './config/passport.ts'; -import cookieParser from 'cookie-parser'; -import rateLimit from 'express-rate-limit'; -import authRouter from './routes/authRoutes.ts'; -import uploadRouter from './routes/uploadRouter.ts'; -import userRouter from './routes/userRouter.ts'; -import paymentRouter from './routes/paymentRoutes.js'; -import { adminrouter } from './routes/adminroutes/userRouter.ts'; -import { insightsRouter } from './routes/adminroutes/insightsRouter.ts'; -import { fileSizeCheck } from './middlewares/fileSizeCheck.ts'; -import chatRouter from "./routes/chatRouter.ts" +import mongoose from "mongoose"; +import morgan from "morgan"; +import cors from "cors"; +import passport from "./config/passport.ts"; +import cookieParser from "cookie-parser"; +import rateLimit from "express-rate-limit"; +import swaggerJSDoc from "swagger-jsdoc"; +import swaggerUi from "swagger-ui-express"; + +import authRouter from "./routes/authRoutes.ts"; +import uploadRouter from "./routes/uploadRouter.ts"; +import userRouter from "./routes/userRouter.ts"; +import paymentRouter from "./routes/paymentRoutes.js"; +import { adminrouter } from "./routes/adminroutes/userRouter.ts"; +import { insightsRouter } from "./routes/adminroutes/insightsRouter.ts"; +import { fileSizeCheck } from "./middlewares/fileSizeCheck.ts"; +import chatRouter from "./routes/chatRouter.ts"; +dotenv.config(); const app = express(); -app.use(express.json({ limit: '50mb' })); +app.use(express.json({ limit: "50mb" })); app.use(express.urlencoded({ extended: true })); app.use(passport.initialize()); app.use(cookieParser()); app.use(morgan("dev")); -app.use(morgan('dev')); //TODO: WHY ???. dev +app.use(morgan("dev")); //TODO: WHY ???. dev + +const swaggerOptions = { + definition: { + openapi: "3.0.0", + info: { + title: "My API", + version: "1.0.0", + description: "API Documentation", + }, + servers: [ + { url: `http://localhost:${process.env.PORT}` }, + ], + components: { + securitySchemes: { + bearerAuth: { + type: "http", + scheme: "bearer", + bearerFormat: "JWT", + }, + }, + }, + security: [{ bearerAuth: [] }], + }, + apis: ["./src/routes/**/*.{ts,js}"], +}; + +const swaggerSpec = swaggerJSDoc(swaggerOptions); +app.use("/api-docs", swaggerUi.serve, swaggerUi.setup(swaggerSpec)); + +// rate limiter per request const limiter = rateLimit({ windowMs: 5 * 60 * 1000, - limit: 20, + limit: 220, standardHeaders: true, legacyHeaders: false, }); @@ -43,40 +76,53 @@ const connection = async () => { app.use( cors({ - origin: process.env.CLIENT_URL, + origin: (origin, callback) => { + const allowedOrigins = [ + process.env.CLIENT_URL, + "http://localhost:5000" + ]; + + if (!origin || allowedOrigins.includes(origin)) { + callback(null, true); + } else { + callback(new Error("Not allowed by CORS")); + } + }, credentials: true, - }), + allowedHeaders: ["Content-Type", "Authorization"], + }) ); + app.use(limiter); -app.use('/payment/webhook', express.raw({ type: 'application/json' })); +app.use("/payment/webhook", express.raw({ type: "application/json" })); //middleware -app.use('/upload', uploadRouter); -app.use('/user', userRouter); -app.use('/auth', authRouter); -app.use('/payment', paymentRouter); +app.use("/upload", uploadRouter); +app.use("/user", userRouter); +app.use("/auth", authRouter); +app.use("/payment", paymentRouter); -app.use('/chat', chatRouter); +app.use("/chat", chatRouter); // admin routes -app.use('/admin/dashboard', adminrouter); -app.use('/admin/dashboard', insightsRouter); +app.use("/admin/dashboard", adminrouter); +app.use("/admin/dashboard", insightsRouter); //file upload check app.use(fileSizeCheck); //listening -app.listen(process.env.PORT, async() => { +app.listen(process.env.PORT, async () => { await connection(); console.log(` Server running on http://localhost:${process.env.PORT}`); }); -app.get('/health', async (req, res) => { - const dbStatus = mongoose.connection.readyState === 1 ? 'connected' : 'disconnected'; +app.get("/health", async (req, res) => { + const dbStatus = mongoose.connection.readyState === 1 ? "connected" : "disconnected"; res.json({ - status: 'ok', + status: "ok", db: dbStatus, uptime: process.uptime(), time: new Date().toISOString(), diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index efea6e6..5080f27 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -2,10 +2,105 @@ import { Router } from "express"; import { getUserProfile } from "../auth/auth.ts"; import { changePassword, userImageUpdate } from "../controllers/userController.ts"; import { verifyToken } from "../middlewares/verifyToken.ts"; + const userRouter = Router(); +/** + * @swagger + * tags: + * name: User + * description: User management and profile operations + */ + +/** + * @swagger + * /user/{userId}: + * get: + * summary: Get user profile + * description: Fetches the profile details of a user using userId. + * tags: [User] + * security: + * - bearerAuth: [] # <<<<<< IMPORTANT + * parameters: + * - in: path + * name: userId + * required: true + * schema: + * type: string + * description: ID of the user to fetch + * responses: + * 200: + * description: User profile fetched successfully + * 401: + * description: Unauthorized - Token missing or invalid + * 404: + * description: User not found + */ userRouter.get("/:userId", verifyToken, getUserProfile); -userRouter.put("/upload", userImageUpdate); -userRouter.post("/newpassword", changePassword); + +/** + * @swagger + * /user/upload: + * put: + * summary: Update user profile image + * description: Allows a user to upload or update their profile picture. + * tags: [User] + * security: + * - bearerAuth: [] # <<<<<< IMPORTANT + * requestBody: + * required: true + * content: + * multipart/form-data: + * schema: + * type: object + * properties: + * image: + * type: string + * format: binary + * description: Image file to upload + * responses: + * 200: + * description: Profile image updated successfully + * 400: + * description: Invalid image + * 500: + * description: Server error + */ +userRouter.put("/upload", verifyToken, userImageUpdate); + +/** + * @swagger + * /user/newpassword: + * post: + * summary: Change user password + * description: Allows a user to change their password. + * tags: [User] + * security: + * - bearerAuth: [] # <<<<<< IMPORTANT + * requestBody: + * required: true + * content: + * application/json: + * schema: + * type: object + * required: + * - oldPassword + * - newPassword + * properties: + * oldPassword: + * type: string + * newPassword: + * type: string + * responses: + * 200: + * description: Password changed successfully + * 400: + * description: Incorrect old password + * 401: + * description: Unauthorized + * 500: + * description: Server error + */ +userRouter.post("/newpassword", verifyToken, changePassword); export default userRouter; From 67ff79d684accfde25fadc4c178fcd6ea80d504b Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 22 Nov 2025 15:02:11 +0530 Subject: [PATCH 081/120] jwt expiered --- .env | 7 +- src/app.ts | 5 +- src/controllers/chatController.ts | 77 +- src/controllers/uploadController.ts | 17 +- src/middlewares/tokenCheck.ts | 9 +- src/routes/chatRoutes.ts | 3 +- src/routes/uploadRouter.ts | 2 +- src/services/aiModels.ts | 33 +- src/services/chatAiService.ts | 55 +- src/services/datasetService.ts | 5 +- src/utils/chartPrompt.ts | 225 +- ...ations-survey-2023-business-operations.csv | 11986 ++++++++++++++++ 12 files changed, 12321 insertions(+), 103 deletions(-) create mode 100644 uploads/1763803894376_952428976_business-operations-survey-2023-business-operations.csv diff --git a/.env b/.env index 9aae570..5b4874d 100644 --- a/.env +++ b/.env @@ -21,11 +21,8 @@ EMAIL_PASS = lhubgdnbvmfrzjcj SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo MAX_FILE_SIZE = 50 * 1024 * 1024; -GEMINI_API_KEY =AIzaSyBkUAGwR5nE36CFk1cGPw6bOlSl4OQK1Ro,AIzaSyD_UUtu-zR4CUwOB3Z7xyLMmcl1ooiPxJ8,AIzaSyBnhzklFEmwqi1YkmrNqVSKrZTO9ljUJo4,AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOUGEMINI_API_LIGHT_KEY =AIzaSyC_YEplnqKTokFHMkL0QxQDd98M05JGzG8 - -SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co -SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo - +GEMINI_API_KEY =AIzaSyBkUAGwR5nE36CFk1cGPw6bOlSl4OQK1Ro,AIzaSyD_UUtu-zR4CUwOB3Z7xyLMmcl1ooiPxJ8,AIzaSyBnhzklFEmwqi1YkmrNqVSKrZTO9ljUJo4,AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU +GEMINI_API_LIGHT_KEY =AIzaSyC_YEplnqKTokFHMkL0QxQDd98M05JGzG8 R2_ACCOUNT_ID=e6a357e38f300a67ae9df3c103d060e5 R2_ACCESS_KEY_ID=c7d19730f99bbbebe4158c94089efd4a diff --git a/src/app.ts b/src/app.ts index 0cac585..89e9ef5 100644 --- a/src/app.ts +++ b/src/app.ts @@ -43,7 +43,7 @@ app.use( app.use('/payment/webhook', express.raw({ type: 'application/json' })); //middleware -app.use("/upload", uploadRouter) +app.use("/upload", uploadRouter,fileSizeCheck) app.use("/user", userRouter) app.use("/auth", authRouter) app.use("/payment", paymentRouter) @@ -53,9 +53,6 @@ app.use("/chat",chatRouter); app.use("/admin/dashboard",adminrouter) app.use('/admin/dashboard',insightsRouter) -//file upload check -app.use(fileSizeCheck); - // TODO: Where is 404 route // TODO: Helth check route ? is server active ?. is mongodb connected proplery. diff --git a/src/controllers/chatController.ts b/src/controllers/chatController.ts index 52ca9ef..50572a7 100644 --- a/src/controllers/chatController.ts +++ b/src/controllers/chatController.ts @@ -8,44 +8,45 @@ import { modelLight } from "../services/aiModels"; export const chatController = async (req: Request, res: Response) => { try { const { message } = req.body; - console.log("message:",message,"req.user:",req.user) - // // Ensure user is authenticated - // if (!req.user || !req.user) { - // return res.status(401).json({ - // reply: "Please log in before chatting with InstaviZ AI.", - // chart: null, - // }); - // } - // console.log("req.user is console loging",req.user) - // const userId = req.user; - - // // latest dataset for user - // const dataset = await Dataset.findOne({ user_id: userId }) - // .sort({ created_at: -1 }); - - // if (!dataset) { - // return res.json({ - // reply: "Please upload a dataset first.", - // chart: null, - // }); - // } - - // // If chart requested → Heavy model - // if (userWantsChart(message)) { - // const result = await runChartAnalysis(message, dataset); - // return res.json(result); - // } - - // // Otherwise → Cheap model - // const prompt = createChatPrompt(message, dataset); - // const chat = modelLight.startChat({ history: [] }); - - // const reply = await chat.sendMessage(prompt); - - // return res.json({ - // reply: reply.response.text(), - // chart: null, - // }); + console.log("message:", message, "req.cookies.userId:", req.cookies.userId) + // Ensure user is authenticated + if (!req.cookies.userId) { + return res.status(401).json({ + reply: "Please log in or continue as guest.", + chart: null, + }); + } + + console.log("req.cookies.userId is console loging", req.cookies.userId) + const userId = req.cookies.userId; + console.log() + // latest dataset for user + const dataset = await Dataset.findOne({ user_id: userId }) + .sort({ created_at: -1 }); + + if (!dataset) { + return res.json({ + reply: "Please upload a dataset first.", + chart: null, + }); + } + + // If chart requested → Heavy model + if (userWantsChart(message)) { + const result = await runChartAnalysis(message, dataset); + return res.json(result); + } + + // Otherwise → Cheap model + const prompt = createChatPrompt(message, dataset); + const chat = modelLight.startChat({ history: [] }); + + const reply = await chat.sendMessage(prompt); + + return res.json({ + reply: reply.response.text(), + chart: null, + }); } catch (err) { console.error(err); diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index e2f5216..b07296a 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -3,9 +3,18 @@ import fs from "fs"; import { CustomError } from "../utils/CustomError"; import { parseCsvFile } from "../services/csvService"; import { uploadCsvToR2 } from "../services/r2Service"; -import { createDatasetWithRows } from "../services/datasetService"; +import { createDatasetWithRows } from "../services/datasetService"; import { analyzeDatasetWithAiOrFallback } from "../services/aiAnalysisService"; + +interface UserPayload { + userId: string; + isGuest?: boolean; +} +type AuthedRequest = Request & { + user?: UserPayload; +}; + export const fileParsing = async (req: Request, res: Response) => { let filepath: string | undefined; @@ -42,10 +51,12 @@ export const fileParsing = async (req: Request, res: Response) => { total_columns: totalColumns, missing_values: missingValues, }; - + const authedReq = req as AuthedRequest; + const userId = authedReq.user?.userId; + console.log(userId) const dataset = await createDatasetWithRows( results, - (req.body.user_id as string) || null, + userId as string || null, fileUrl, file.originalname, totalColumns diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index 66ead45..00ca54e 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -6,8 +6,7 @@ import chartModel from '../model/chart'; import guestModel from '../model/guest'; interface JwtPayload { - id:string; - userId: string; + id: string; } interface UserPayload { @@ -24,7 +23,7 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction console.log('Checking whether user is logged in or guest'); const authedReq = req as AuthedRequest; const authHeader = req.headers.authorization; - console.log(authHeader) + if (authHeader?.startsWith('Bearer ')) { const token = authHeader.split(' ')[1]; @@ -32,7 +31,7 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction token, process.env.JWT_SECRET as string ) as JwtPayload; - + console.log(decoded) authedReq.user = { userId: decoded.id, isGuest: false, @@ -98,4 +97,4 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction console.error('Error in tokenCheck middleware:', err); return res.status(401).json({ message: 'Invalid or expired token' }); } -}; \ No newline at end of file +}; diff --git a/src/routes/chatRoutes.ts b/src/routes/chatRoutes.ts index 413c842..949a2c3 100644 --- a/src/routes/chatRoutes.ts +++ b/src/routes/chatRoutes.ts @@ -1,9 +1,8 @@ import express from "express"; import { chatController } from "../controllers/chatController"; -import { tokenCheck } from "../middlewares/tokenCheck"; const chatRouter = express.Router() -chatRouter.post("/",tokenCheck,chatController); +chatRouter.post("/",chatController); export default chatRouter; \ No newline at end of file diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index 4a33d26..0e1bcc1 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -5,6 +5,6 @@ import { tokenCheck } from '../middlewares/tokenCheck.ts'; const uploadRouter = Router() // uploadRouter.use('/fileupload',tokenCheck) -uploadRouter.post("/fileupload", upload.single('file'), fileParsing); +uploadRouter.post("/fileupload", upload.single('file'),tokenCheck, fileParsing); export default uploadRouter; \ No newline at end of file diff --git a/src/services/aiModels.ts b/src/services/aiModels.ts index 245cca3..cf33f82 100644 --- a/src/services/aiModels.ts +++ b/src/services/aiModels.ts @@ -1,19 +1,38 @@ // services/aiModels.ts import { GoogleGenerativeAI } from "@google/generative-ai"; -import {mcpToolDeclarations} from "../config/mcpTools"; +import { mcpToolDeclarations } from "../config/mcpTools"; -// Heavy model (expensive) – MCP enabled -const genAI_heavy = new GoogleGenerativeAI(process.env.GEMINI_API_KEY!); +// === HELPER: get first non-empty key from comma-separated env === +function getFirstKey(envVar?: string): string { + if (!envVar) { + throw new Error("Missing Gemini API key environment variable"); + } + + const keys = envVar + .split(",") + .map(k => k.trim()) + .filter(Boolean); + + if (keys.length === 0) { + throw new Error("Gemini API key env is defined but no valid keys found"); + } + + return keys[0]; // use first key by default +} + +// ========== HEAVY MODEL (for charts with MCP tools) ========== +const heavyApiKey = getFirstKey(process.env.GEMINI_API_KEY); +const genAI_heavy = new GoogleGenerativeAI(heavyApiKey); export const modelHeavy = genAI_heavy.getGenerativeModel({ model: "gemini-2.5-flash", tools: [{ functionDeclarations: mcpToolDeclarations }], }); -// Cheap model — used for chat -const genAI_light = new GoogleGenerativeAI(process.env.GEMINI_API_LIGHT_KEY!); +// ========== LIGHT MODEL (for normal chat) ========== +const lightApiKey = getFirstKey(process.env.GEMINI_API_LIGHT_KEY); +const genAI_light = new GoogleGenerativeAI(lightApiKey); -console.log(genAI_light); export const modelLight = genAI_light.getGenerativeModel({ - model: "gemini-1.5-flash", + model: "gemini-2.0-flash-lite-preview", }); diff --git a/src/services/chatAiService.ts b/src/services/chatAiService.ts index 422554a..b19570f 100644 --- a/src/services/chatAiService.ts +++ b/src/services/chatAiService.ts @@ -1,38 +1,61 @@ -// services/chartAiService.ts import { modelHeavy } from "./aiModels"; import { generateChartPrompt } from "../utils/chartPrompt"; import mcpClient from "../services/mcpClient"; -export async function runChartAnalysis( - message: string, // <-- FIXED - dataset: any // <-- you can type this later -): Promise { // <-- return type for JSON output +export async function runChartAnalysis(message: string, dataset: any) { const prompt = generateChartPrompt(message, dataset); const chat = modelHeavy.startChat({ history: [] }); - let response = await chat.sendMessage(prompt); + let result = await chat.sendMessage(prompt); + let response = result.response; // handle tool calls - while (true) { - const toolCall = response.response.functionCalls()?.[0]; + let iteration = 0; + const MAX_ITER = 10; + + while (iteration < MAX_ITER) { + const toolCall = response.functionCalls()?.[0]; if (!toolCall) break; - const result = await mcpClient.call( - toolCall.name, - toolCall.args - ); + const toolResult = await mcpClient.call(toolCall.name, toolCall.args); const next = await chat.sendMessage([ { functionResponse: { name: toolCall.name, - response: result, + response: toolResult, }, }, ]); - response = next; + response = next.response; + iteration++; + } + + // ---- SAFE JSON PARSING (fix for ```json ... ``` issue) ---- + const rawText = response.text().trim(); + + // remove ```json and ``` fences + const withoutFences = rawText.replace(/```json\s*|```\s*/g, "").trim(); + + // in case the model adds text around the JSON, grab only the outermost object + const start = withoutFences.indexOf("{"); + const end = withoutFences.lastIndexOf("}"); + + if (start === -1 || end === -1) { + console.error("Model did not return a JSON object:", rawText); + throw new Error("AI did not return valid JSON"); + } + + const jsonSlice = withoutFences.substring(start, end + 1); + + let parsed; + try { + parsed = JSON.parse(jsonSlice); + } catch (e) { + console.error("Failed to parse AI JSON in runChartAnalysis:", e, "\nTEXT:", rawText); + throw e; } - return JSON.parse(response.response.text()); -} + return parsed; +} \ No newline at end of file diff --git a/src/services/datasetService.ts b/src/services/datasetService.ts index f8e8139..f80c35f 100644 --- a/src/services/datasetService.ts +++ b/src/services/datasetService.ts @@ -8,6 +8,7 @@ export async function createDatasetWithRows( fileName: string, totalColumns: number ) { + console.time("dataset uploading to mongodb:") // 1) Create dataset metadata doc (with sample rows) const dataset = await Dataset.create({ user_id: userId, @@ -19,10 +20,11 @@ export async function createDatasetWithRows( }) as IDataset; // ⬅️ FIX HERE console.log("Dataset saved to MongoDB:", dataset._id); + console.timeEnd("dataset uploading to mongodb:") // 2) Insert all rows into dataset_rows const datasetId = dataset._id.toString(); - + console.time("rows uploading in mongodb:") const rowsToInsert = results.map((row) => ({ datasetId, ...row, @@ -32,6 +34,7 @@ export async function createDatasetWithRows( await DatasetRow.insertMany(rowsToInsert, { ordered: false }); console.log(`Inserted ${rowsToInsert.length} rows into dataset_rows`); } + console.timeEnd("rows uploading in mongodb:") return dataset; } diff --git a/src/utils/chartPrompt.ts b/src/utils/chartPrompt.ts index d32bc56..23cfeef 100644 --- a/src/utils/chartPrompt.ts +++ b/src/utils/chartPrompt.ts @@ -1,33 +1,216 @@ -// prompts/chartPrompt.ts -export function generateChartPrompt(message: string, dataset: any) { +// utils/chartPrompt.ts +import type { IDataset } from "../model/dataModel"; + +export function generateChartPrompt(userMessage: string, dataset: IDataset) { return ` -You are InstaviZ AI. The user requested a chart or aggregation. +You are InstaviZ's senior data analyst and chart engine. + +You receive: +- A dataset (stored in MongoDB in collection "dataset_rows"). +- The user's natural language request. +- A sample of the dataset rows. + +Your job is to: +1. Understand what the user wants. +2. Choose an appropriate chart type. +3. Choose good columns automatically (NO follow-up questions). +4. Use MCP tools (MongoDB "aggregate") to fetch real data. +5. Return ONLY a JSON object with a natural language reply + a single chart spec. + +──────────────── DATA CONTEXT ──────────────── +- Dataset ID: ${dataset._id} +- MongoDB database: "Instaviz" +- MongoDB collection: "dataset_rows" +- Each row document looks like: + { datasetId: "", ...original CSV columns } + +SAMPLE ROWS (from the dataset): +${JSON.stringify(dataset.sample_data.slice(0, 10), null, 2)} + +USER MESSAGE: +"${userMessage}" + +──────────────── INTERPRET USER INTENT ──────────────── +First, interpret what the user is asking: + +- If they clearly ask for **a specific chart type**: + - "pie chart", "donut chart", "share", "percentage breakdown" → use type = "pie" + - "line chart", "trend", "over time", "time series", "evolution" → use type = "line" + - "bar chart", "column chart", "compare categories", "top N" → use type = "bar" + +- If they just say "create a chart", "visualize this", "show me something": + - You must choose the best chart type based on the dataset and message: + - Prefer **line** only if a clear date / time / ordered numeric dimension exists AND the user implies a trend. + - Prefer **pie** only when showing distribution over a small number of categories (3–10) and the idea is "share" or "proportion". + - Otherwise default to **bar** for categorical comparison. + +- If the user is NOT asking you to create a chart (e.g., "what is a pie chart?"): + - Explain the concept briefly and set "chart": null in the output. + +For this integration, the backend only calls you when the intent is about creating or modifying a chart, so usually you DO need to return a chart. + +──────────────── COLUMN SELECTION RULES ──────────────── +You MUST NOT ask follow-up questions like "which column should be x?". +You must infer the best columns from the data. + +You have 3 types of columns: +- Date / time-like: + - Column names like: date, day, month, year, period, quarter, created_at, timestamp, time, week, etc. + - Values look like dates or years (e.g. "2023-01-01", "2023", "Q1 2023"). + +- Numeric: + - Values can be converted with $toDouble. + - Names often contain: value, amount, total, revenue, sales, volume, count, quantity, score, rating, etc. + +- Categorical: + - Text labels with relatively few unique values: industry, region, size, segment, status, category, type, country, city, etc. + +Rules per chart type: + +1) LINE CHART (type = "line"): + - X-axis: + - Prefer a date/time column if available. + - If multiple date/time-like columns exist, choose the one that best matches the user's message (e.g. "year" for yearly trends, "month" for monthly). + - If no date/time column: + - Use an ordered numeric or ordinal dimension (e.g. "year", "period", "index"). + + - Y-axis: + - Choose a numeric column with meaningful variance. + - Prefer columns with names like: value, amount, revenue, sales, count, quantity, total. + - Filter out empty strings before converting to double. + + - Aggregation: + - Group by x-axis, aggregate y-axis with $sum or $avg (choose based on your understanding of the field). + - Sort by xValue ascending so the line is chronological/ordered. + +2) BAR CHART (type = "bar"): + - X-axis: Best categorical dimension (e.g. industry, size, region, category). + - Y-axis: Numeric metric (same rules as above). + - Aggregation: + - Group by x-axis and $sum or $avg the numeric metric. + - Sort descending by yValue and limit to top 10–15 categories. -Use MCP tool "aggregate" to run MongoDB aggregations. -The dataset rows are stored in the "dataset_rows" collection. -Each row has a field "datasetId" = "${dataset._id}" +3) PIE CHART (type = "pie"): + - Only use when the user explicitly asks for a pie/donut or clearly wants a percentage breakdown. + - X-axis: categorical dimension (e.g. size, region, status, category). + - Value: count of rows or sum of a numeric metric. + - Keep number of slices small: + - Prefer 3–8 categories; group smaller ones into "Other" if needed. -USER REQUEST: -"${message}" +──────────────── MCP TOOL USAGE ──────────────── +Use the "aggregate" tool with: -RULES: -- Identify the correct grouping (categorical column) -- Identify correct numeric column for aggregation -- Build a valid aggregation pipeline -- Execute using MCP tool "aggregate" -- Return ONLY JSON: +- database: "Instaviz" +- collection: "dataset_rows" +- Always filter rows by: { "datasetId": "${dataset._id}" } + +Examples: + +1) LINE chart (sum numeric by date/time column): + +{ + "database": "Instaviz", + "collection": "dataset_rows", + "pipeline": [ + { "$match": { "datasetId": "${dataset._id}", "value": { "$ne": "" } } }, + { + "$group": { + "_id": "$DATE_COLUMN_NAME", + "value": { "$sum": { "$toDouble": "$NUMERIC_COLUMN_NAME" } } + } + }, + { + "$project": { + "_id": 0, + "xValue": "$_id", + "yValue": "$value" + } + }, + { "$sort": { "xValue": 1 } } + ] +} + +2) BAR chart (sum numeric by category): + +{ + "database": "Instaviz", + "collection": "dataset_rows", + "pipeline": [ + { "$match": { "datasetId": "${dataset._id}", "value": { "$ne": "" } } }, + { + "$group": { + "_id": "$CATEGORY_COLUMN_NAME", + "value": { "$sum": { "$toDouble": "$NUMERIC_COLUMN_NAME" } } + } + }, + { + "$project": { + "_id": 0, + "xValue": "$_id", + "yValue": "$value" + } + }, + { "$sort": { "yValue": -1 } }, + { "$limit": 12 } + ] +} + +3) PIE chart (count by category): { - "reply": "short explanation", + "database": "Instaviz", + "collection": "dataset_rows", + "pipeline": [ + { "$match": { "datasetId": "${dataset._id}" } }, + { + "$group": { + "_id": "$CATEGORY_COLUMN_NAME", + "value": { "$sum": 1 } + } + }, + { + "$project": { + "_id": 0, + "xValue": "$_id", + "value": "$value" + } + }, + { "$sort": { "value": -1 } }, + { "$limit": 8 } + ] +} + +Replace CATEGORY_COLUMN_NAME, DATE_COLUMN_NAME, NUMERIC_COLUMN_NAME with real fields inferred from the dataset. + +──────────────── OUTPUT FORMAT (STRICT) ──────────────── +You MUST output ONLY valid JSON. NO markdown, NO backticks, NO comments. + +Shape: + +{ + "reply": "Short, helpful explanation of what you plotted and why you chose those columns and chart type.", "chart": { - "type": "bar" | "pie" | "line", - "title": "string", - "x": "field", - "y": "field", - "data": [...] + "type": "line" | "bar" | "pie", + "title": "Descriptive chart title", + "x": "name_of_x_axis_column_in_dataset", + "y": "name_of_y_axis_column_in_dataset_or_'count'_for_pie", + "data": [ + // For bar/line: + { "xValue": "x category or time", "yValue": 123.45 }, + ... + // For pie: + // { "xValue": "slice name", "value": 50 } + ] } } -BEGIN. +If, and only if, the user is clearly NOT requesting a chart but just an explanation, you may respond with: + +{ + "reply": "Some explanation...", + "chart": null +} + +Do not ask the user for more information. Make an expert best guess from the data and their message. `; } diff --git a/uploads/1763803894376_952428976_business-operations-survey-2023-business-operations.csv b/uploads/1763803894376_952428976_business-operations-survey-2023-business-operations.csv new file mode 100644 index 0000000..ac4aed5 --- /dev/null +++ b/uploads/1763803894376_952428976_business-operations-survey-2023-business-operations.csv @@ -0,0 +1,11986 @@ +description,industry,level,size,line_code,value,status,Unit,Footnotes +Total number of businesses,total,0,619 employees,,35562,,Number of businesses,1 and 2 and 3 and 4 and 6 +Total number of businesses,total,0,2049 employees,,8796,,Number of businesses,1 and 2 and 3 and 4 and 6 +Total number of businesses,total,0,5099 employees,,2529,,Number of businesses,1 and 2 and 3 and 4 and 6 +Total number of businesses,total,0,100+ employees,,2100,,Number of businesses,1 and 2 and 3 and 4 and 6 +Total number of businesses,"Agriculture, forestry, & fishing",1,total,,3756,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Agriculture,2,total,,2460,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Commercial fishing,2,total,,57,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Forestry & logging,2,total,,258,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,"Agriculture, forestry, & fishing support services",2,total,,981,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Mining,1,total,,120,,Number of businesses,1 and 2 and 3 and 5 and 6 +Total number of businesses,Manufacturing,1,total,,5421,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,"Food, beverage, & tobacco",2,total,,1233,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,"Textile, clothing, footwear, & leather",2,total,,255,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Wood & paper product,2,total,,516,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,"Printing, publishing, & recorded media",2,total,,201,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,"Petroleum, coal, chemical, & associated product",2,total,,447,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Non-metallic mineral product,2,total,,210,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Metal product,2,total,,1002,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Transport and industrial machinery & equipment,2,total,,948,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Other machinery & equipment,2,total,,237,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Other manufacturing,2,total,,372,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,"Electricity, gas, water, & waste services",1,total,,207,,Number of businesses,1 and 2 and 3 and 5 and 6 +Total number of businesses,Construction,1,total,,7440,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Wholesale trade,1,total,,3228,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Machinery & equipment wholesaling,2,total,,951,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Other wholesale trade,2,total,,2274,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Retail trade,1,total,,5070,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Accommodation & food services,1,total,,6774,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,"Transport, postal, & warehousing",1,total,,1677,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Information media & telecommunications,1,total,,459,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Publishing,2,total,,189,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Motion picture,2,total,,144,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Telecommunications,2,total,,126,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Financial & insurance services,1,total,,696,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Finance,2,total,,213,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Insurance,2,total,,36,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Auxiliary,2,total,,447,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,"Rental, hiring, & real estate services",1,total,,1044,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,"Professional, scientific, & technical services",1,total,,5190,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Computer systems design,2,total,,990,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Other professional scientific,2,total,,4203,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Administrative & support services,1,total,,1845,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Education & training,1,total,,1182,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Health care & social assistance,1,total,,2925,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Arts & recreation services,1,total,,567,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,Other services,1,total,,1383,,Number of businesses,1 and 2 and 3 and 6 +Total number of businesses,total,0,total,,48990,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,total,0,619 employees,A0700.01,3456,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: Yes,total,0,2049 employees,A0700.01,1488,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: Yes,total,0,5099 employees,A0700.01,609,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: Yes,total,0,100+ employees,A0700.01,528,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: Yes,"Agriculture, forestry, & fishing",1,total,A0700.01,666,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Agriculture,2,total,A0700.01,600,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Commercial fishing,2,total,A0700.01,15,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Forestry & logging,2,total,A0700.01,18,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,"Agriculture, forestry, & fishing support services",2,total,A0700.01,33,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Mining,1,total,A0700.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Any sales from exports: Yes,Manufacturing,1,total,A0700.01,1728,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,"Food, beverage, & tobacco",2,total,A0700.01,546,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,"Textile, clothing, footwear, & leather",2,total,A0700.01,120,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Wood & paper product,2,total,A0700.01,108,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,"Printing, publishing, & recorded media",2,total,A0700.01,45,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,"Petroleum, coal, chemical, & associated product",2,total,A0700.01,258,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Non-metallic mineral product,2,total,A0700.01,24,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Metal product,2,total,A0700.01,177,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Transport and industrial machinery & equipment,2,total,A0700.01,246,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Other machinery & equipment,2,total,A0700.01,108,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Other manufacturing,2,total,A0700.01,96,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,"Electricity, gas, water, & waste services",1,total,A0700.01,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Any sales from exports: Yes,Construction,1,total,A0700.01,87,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Wholesale trade,1,total,A0700.01,1221,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Machinery & equipment wholesaling,2,total,A0700.01,351,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Other wholesale trade,2,total,A0700.01,867,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Retail trade,1,total,A0700.01,459,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Accommodation & food services,1,total,A0700.01,186,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,"Transport, postal, & warehousing",1,total,A0700.01,96,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Information media & telecommunications,1,total,A0700.01,114,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Publishing,2,total,A0700.01,66,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Motion picture,2,total,A0700.01,24,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Telecommunications,2,total,A0700.01,21,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Financial & insurance services,1,total,A0700.01,36,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Finance,2,total,A0700.01,9,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Insurance,2,total,A0700.01,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Auxiliary,2,total,A0700.01,24,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,"Rental, hiring, & real estate services",1,total,A0700.01,90,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,"Professional, scientific, & technical services",1,total,A0700.01,1062,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Computer systems design,2,total,A0700.01,480,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Other professional scientific,2,total,A0700.01,585,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Administrative & support services,1,total,A0700.01,99,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Education & training,1,total,A0700.01,69,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Health care & social assistance,1,total,A0700.01,33,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Arts & recreation services,1,total,A0700.01,51,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,Other services,1,total,A0700.01,36,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Yes,total,0,total,A0700.01,6081,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,total,0,619 employees,A0700.02,31782,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: No,total,0,2049 employees,A0700.02,7218,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: No,total,0,5099 employees,A0700.02,1902,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: No,total,0,100+ employees,A0700.02,1554,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: No,"Agriculture, forestry, & fishing",1,total,A0700.02,2943,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Agriculture,2,total,A0700.02,1710,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Commercial fishing,2,total,A0700.02,45,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Forestry & logging,2,total,A0700.02,240,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,"Agriculture, forestry, & fishing support services",2,total,A0700.02,948,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Mining,1,total,A0700.02,99,,Number of businesses,1 and 2 and 3 and 5 and 6 +Any sales from exports: No,Manufacturing,1,total,A0700.02,3615,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,"Food, beverage, & tobacco",2,total,A0700.02,666,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,"Textile, clothing, footwear, & leather",2,total,A0700.02,135,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Wood & paper product,2,total,A0700.02,399,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,"Printing, publishing, & recorded media",2,total,A0700.02,147,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,"Petroleum, coal, chemical, & associated product",2,total,A0700.02,189,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Non-metallic mineral product,2,total,A0700.02,180,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Metal product,2,total,A0700.02,816,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Transport and industrial machinery & equipment,2,total,A0700.02,684,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Other machinery & equipment,2,total,A0700.02,129,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Other manufacturing,2,total,A0700.02,267,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,"Electricity, gas, water, & waste services",1,total,A0700.02,192,,Number of businesses,1 and 2 and 3 and 5 and 6 +Any sales from exports: No,Construction,1,total,A0700.02,7302,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Wholesale trade,1,total,A0700.02,1950,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Machinery & equipment wholesaling,2,total,A0700.02,594,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Other wholesale trade,2,total,A0700.02,1353,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Retail trade,1,total,A0700.02,4605,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Accommodation & food services,1,total,A0700.02,6585,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,"Transport, postal, & warehousing",1,total,A0700.02,1533,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Information media & telecommunications,1,total,A0700.02,342,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Publishing,2,total,A0700.02,123,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Motion picture,2,total,A0700.02,117,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Telecommunications,2,total,A0700.02,99,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Financial & insurance services,1,total,A0700.02,654,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Finance,2,total,A0700.02,198,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Insurance,2,total,A0700.02,36,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Auxiliary,2,total,A0700.02,423,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,"Rental, hiring, & real estate services",1,total,A0700.02,954,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,"Professional, scientific, & technical services",1,total,A0700.02,4125,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Computer systems design,2,total,A0700.02,510,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Other professional scientific,2,total,A0700.02,3618,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Administrative & support services,1,total,A0700.02,1743,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Education & training,1,total,A0700.02,1110,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Health care & social assistance,1,total,A0700.02,2856,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Arts & recreation services,1,total,A0700.02,513,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,Other services,1,total,A0700.02,1329,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: No,total,0,total,A0700.02,42456,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,total,0,619 employees,A0700.03,324,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: Don't know,total,0,2049 employees,A0700.03,90,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: Don't know,total,0,5099 employees,A0700.03,21,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: Don't know,total,0,100+ employees,A0700.03,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +Any sales from exports: Don't know,"Agriculture, forestry, & fishing",1,total,A0700.03,144,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Agriculture,2,total,A0700.03,144,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Commercial fishing,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Forestry & logging,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,"Agriculture, forestry, & fishing support services",2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Mining,1,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Any sales from exports: Don't know,Manufacturing,1,total,A0700.03,78,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,"Food, beverage, & tobacco",2,total,A0700.03,21,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,"Textile, clothing, footwear, & leather",2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Wood & paper product,2,total,A0700.03,12,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,"Printing, publishing, & recorded media",2,total,A0700.03,9,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Non-metallic mineral product,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Metal product,2,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Transport and industrial machinery & equipment,2,total,A0700.03,15,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Other machinery & equipment,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Other manufacturing,2,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,"Electricity, gas, water, & waste services",1,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Any sales from exports: Don't know,Construction,1,total,A0700.03,51,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Wholesale trade,1,total,A0700.03,57,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Machinery & equipment wholesaling,2,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Other wholesale trade,2,total,A0700.03,51,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Retail trade,1,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Accommodation & food services,1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,"Transport, postal, & warehousing",1,total,A0700.03,45,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Information media & telecommunications,1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Publishing,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Motion picture,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Telecommunications,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Financial & insurance services,1,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Finance,2,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Insurance,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Auxiliary,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,"Rental, hiring, & real estate services",1,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,"Professional, scientific, & technical services",1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Computer systems design,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Other professional scientific,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Administrative & support services,1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Education & training,1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Health care & social assistance,1,total,A0700.03,30,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Arts & recreation services,1,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,Other services,1,total,A0700.03,18,,Number of businesses,1 and 2 and 3 and 6 +Any sales from exports: Don't know,total,0,total,A0700.03,459,,Number of businesses,1 and 2 and 3 and 6 +Sales coming from exports,total,0,619 employees,A0801,8524681000,,NZ dollar,1 and 2 and 3 and 4 and 7 +Sales coming from exports,total,0,2049 employees,A0801,7104597000,,NZ dollar,1 and 2 and 3 and 4 and 7 +Sales coming from exports,total,0,5099 employees,A0801,5127357000,,NZ dollar,1 and 2 and 3 and 4 and 7 +Sales coming from exports,total,0,100+ employees,A0801,32635400000,,NZ dollar,1 and 2 and 3 and 4 and 7 +Sales coming from exports,"Agriculture, forestry, & fishing",1,total,A0801,3345416000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Agriculture,2,total,A0801,2106180000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Commercial fishing,2,total,A0801,284866000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Forestry & logging,2,total,A0801,884867000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,"Agriculture, forestry, & fishing support services",2,total,A0801,69503000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Mining,1,total,A0801,1344890000,,NZ dollar,1 and 2 and 3 and 5 and 7 +Sales coming from exports,Manufacturing,1,total,A0801,32688029000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,"Food, beverage, & tobacco",2,total,A0801,21286233000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,"Textile, clothing, footwear, & leather",2,total,A0801,499543000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Wood & paper product,2,total,A0801,2896318000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,"Printing, publishing, & recorded media",2,total,A0801,237517000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,"Petroleum, coal, chemical, & associated product",2,total,A0801,2137996000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Non-metallic mineral product,2,total,A0801,8224000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Metal product,2,total,A0801,421705000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Transport and industrial machinery & equipment,2,total,A0801,1830198000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Other machinery & equipment,2,total,A0801,2718343000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Other manufacturing,2,total,A0801,651951000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,"Electricity, gas, water, & waste services",1,total,A0801,97727000,,NZ dollar,1 and 2 and 3 and 5 and 7 +Sales coming from exports,Construction,1,total,A0801,225977000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Wholesale trade,1,total,A0801,4553101000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Machinery & equipment wholesaling,2,total,A0801,692724000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Other wholesale trade,2,total,A0801,3860377000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Retail trade,1,total,A0801,737254000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Accommodation & food services,1,total,A0801,20901000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,"Transport, postal, & warehousing",1,total,A0801,4113157000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Information media & telecommunications,1,total,A0801,612760000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Publishing,2,total,A0801,350334000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Motion picture,2,total,A0801,139145000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Telecommunications,2,total,A0801,123281000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Financial & insurance services,1,total,A0801,771427000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Finance,2,total,A0801,590443000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Insurance,2,total,A0801,6696000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Auxiliary,2,total,A0801,174288000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,"Rental, hiring, & real estate services",1,total,A0801,67960000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,"Professional, scientific, & technical services",1,total,A0801,4082182000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Computer systems design,2,total,A0801,1981390000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Other professional scientific,2,total,A0801,2100793000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Administrative & support services,1,total,A0801,500549000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Education & training,1,total,A0801,113103000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Health care & social assistance,1,total,A0801,9230000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Arts & recreation services,1,total,A0801,27967000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,Other services,1,total,A0801,80405000,,NZ dollar,1 and 2 and 3 and 7 +Sales coming from exports,total,0,total,A0801,53392036000,,NZ dollar,1 and 2 and 3 and 7 +Business entered any new export markets: Yes,total,0,619 employees,A0900.01,348,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: Yes,total,0,2049 employees,A0900.01,228,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: Yes,total,0,5099 employees,A0900.01,69,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: Yes,total,0,100+ employees,A0900.01,60,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: Yes,"Agriculture, forestry, & fishing",1,total,A0900.01,45,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Agriculture,2,total,A0900.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Commercial fishing,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Forestry & logging,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,"Agriculture, forestry, & fishing support services",2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Mining,1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business entered any new export markets: Yes,Manufacturing,1,total,A0900.01,273,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,"Food, beverage, & tobacco",2,total,A0900.01,141,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,"Textile, clothing, footwear, & leather",2,total,A0900.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Wood & paper product,2,total,A0900.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,"Printing, publishing, & recorded media",2,total,A0900.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,"Petroleum, coal, chemical, & associated product",2,total,A0900.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Non-metallic mineral product,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Metal product,2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Transport and industrial machinery & equipment,2,total,A0900.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Other machinery & equipment,2,total,A0900.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Other manufacturing,2,total,A0900.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,"Electricity, gas, water, & waste services",1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business entered any new export markets: Yes,Construction,1,total,A0900.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Wholesale trade,1,total,A0900.01,120,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Machinery & equipment wholesaling,2,total,A0900.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Other wholesale trade,2,total,A0900.01,102,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Retail trade,1,total,A0900.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Accommodation & food services,1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,"Transport, postal, & warehousing",1,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Information media & telecommunications,1,total,A0900.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Publishing,2,total,A0900.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Motion picture,2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Telecommunications,2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Financial & insurance services,1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Finance,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Insurance,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Auxiliary,2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,"Rental, hiring, & real estate services",1,total,A0900.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,"Professional, scientific, & technical services",1,total,A0900.01,171,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Computer systems design,2,total,A0900.01,78,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Other professional scientific,2,total,A0900.01,96,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Administrative & support services,1,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Education & training,1,total,A0900.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Health care & social assistance,1,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Arts & recreation services,1,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,Other services,1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Yes,total,0,total,A0900.01,705,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,total,0,619 employees,A0900.02,2883,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: No,total,0,2049 employees,A0900.02,1191,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: No,total,0,5099 employees,A0900.02,519,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: No,total,0,100+ employees,A0900.02,441,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: No,"Agriculture, forestry, & fishing",1,total,A0900.02,414,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Agriculture,2,total,A0900.02,363,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Commercial fishing,2,total,A0900.02,12,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Forestry & logging,2,total,A0900.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,"Agriculture, forestry, & fishing support services",2,total,A0900.02,24,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Mining,1,total,A0900.02,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business entered any new export markets: No,Manufacturing,1,total,A0900.02,1440,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,"Food, beverage, & tobacco",2,total,A0900.02,399,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,"Textile, clothing, footwear, & leather",2,total,A0900.02,108,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Wood & paper product,2,total,A0900.02,99,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,"Printing, publishing, & recorded media",2,total,A0900.02,39,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,"Petroleum, coal, chemical, & associated product",2,total,A0900.02,210,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Non-metallic mineral product,2,total,A0900.02,24,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Metal product,2,total,A0900.02,171,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Transport and industrial machinery & equipment,2,total,A0900.02,213,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Other machinery & equipment,2,total,A0900.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Other manufacturing,2,total,A0900.02,84,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,"Electricity, gas, water, & waste services",1,total,A0900.02,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business entered any new export markets: No,Construction,1,total,A0900.02,72,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Wholesale trade,1,total,A0900.02,1074,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Machinery & equipment wholesaling,2,total,A0900.02,321,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Other wholesale trade,2,total,A0900.02,750,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Retail trade,1,total,A0900.02,438,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Accommodation & food services,1,total,A0900.02,183,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,"Transport, postal, & warehousing",1,total,A0900.02,75,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Information media & telecommunications,1,total,A0900.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Publishing,2,total,A0900.02,54,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Motion picture,2,total,A0900.02,21,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Telecommunications,2,total,A0900.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Financial & insurance services,1,total,A0900.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Finance,2,total,A0900.02,6,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Insurance,2,total,A0900.02,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Auxiliary,2,total,A0900.02,21,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,"Rental, hiring, & real estate services",1,total,A0900.02,81,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,"Professional, scientific, & technical services",1,total,A0900.02,840,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Computer systems design,2,total,A0900.02,387,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Other professional scientific,2,total,A0900.02,456,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Administrative & support services,1,total,A0900.02,96,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Education & training,1,total,A0900.02,45,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Health care & social assistance,1,total,A0900.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Arts & recreation services,1,total,A0900.02,48,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,Other services,1,total,A0900.02,30,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: No,total,0,total,A0900.02,5034,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,total,0,619 employees,A0900.03,225,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: Don't know,total,0,2049 employees,A0900.03,66,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: Don't know,total,0,5099 employees,A0900.03,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: Don't know,total,0,100+ employees,A0900.03,27,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business entered any new export markets: Don't know,"Agriculture, forestry, & fishing",1,total,A0900.03,204,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Agriculture,2,total,A0900.03,195,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Commercial fishing,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Forestry & logging,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,"Agriculture, forestry, & fishing support services",2,total,A0900.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Mining,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business entered any new export markets: Don't know,Manufacturing,1,total,A0900.03,15,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,"Food, beverage, & tobacco",2,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,"Textile, clothing, footwear, & leather",2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Wood & paper product,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,"Printing, publishing, & recorded media",2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A0900.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Non-metallic mineral product,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Metal product,2,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Transport and industrial machinery & equipment,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Other machinery & equipment,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Other manufacturing,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,"Electricity, gas, water, & waste services",1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business entered any new export markets: Don't know,Construction,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Wholesale trade,1,total,A0900.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Machinery & equipment wholesaling,2,total,A0900.03,15,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Other wholesale trade,2,total,A0900.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Retail trade,1,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Accommodation & food services,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,"Transport, postal, & warehousing",1,total,A0900.03,21,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Information media & telecommunications,1,total,A0900.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Publishing,2,total,A0900.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Motion picture,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Telecommunications,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Financial & insurance services,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Finance,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Insurance,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Auxiliary,2,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,"Rental, hiring, & real estate services",1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,"Professional, scientific, & technical services",1,total,A0900.03,51,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Computer systems design,2,total,A0900.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Other professional scientific,2,total,A0900.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Administrative & support services,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Education & training,1,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Health care & social assistance,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Arts & recreation services,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,Other services,1,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business entered any new export markets: Don't know,total,0,total,A0900.03,342,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,619 employees,A1000.01,1479,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,2049 employees,A1000.01,873,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,5099 employees,A1000.01,495,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,100+ employees,A1000.01,594,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Agriculture, forestry, & fishing",1,total,A1000.01,96,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Agriculture,2,total,A1000.01,72,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Commercial fishing,2,total,A1000.01,6,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Forestry & logging,2,total,A1000.01,6,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Agriculture, forestry, & fishing support services",2,total,A1000.01,12,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Mining,1,total,A1000.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Manufacturing,1,total,A1000.01,549,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Food, beverage, & tobacco",2,total,A1000.01,183,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Textile, clothing, footwear, & leather",2,total,A1000.01,21,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Wood & paper product,2,total,A1000.01,21,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Printing, publishing, & recorded media",2,total,A1000.01,18,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Petroleum, coal, chemical, & associated product",2,total,A1000.01,102,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Non-metallic mineral product,2,total,A1000.01,12,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Metal product,2,total,A1000.01,60,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Transport and industrial machinery & equipment,2,total,A1000.01,66,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Other machinery & equipment,2,total,A1000.01,54,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Other manufacturing,2,total,A1000.01,12,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Electricity, gas, water, & waste services",1,total,A1000.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Construction,1,total,A1000.01,54,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Wholesale trade,1,total,A1000.01,735,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Machinery & equipment wholesaling,2,total,A1000.01,312,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Other wholesale trade,2,total,A1000.01,420,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Retail trade,1,total,A1000.01,204,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Accommodation & food services,1,total,A1000.01,132,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Transport, postal, & warehousing",1,total,A1000.01,258,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Information media & telecommunications,1,total,A1000.01,117,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Publishing,2,total,A1000.01,45,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Motion picture,2,total,A1000.01,30,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Telecommunications,2,total,A1000.01,39,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Financial & insurance services,1,total,A1000.01,177,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Finance,2,total,A1000.01,69,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Insurance,2,total,A1000.01,18,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Auxiliary,2,total,A1000.01,90,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Rental, hiring, & real estate services",1,total,A1000.01,75,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,"Professional, scientific, & technical services",1,total,A1000.01,693,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Computer systems design,2,total,A1000.01,360,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Other professional scientific,2,total,A1000.01,339,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Administrative & support services,1,total,A1000.01,141,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Education & training,1,total,A1000.01,24,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Health care & social assistance,1,total,A1000.01,54,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Arts & recreation services,1,total,A1000.01,30,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,Other services,1,total,A1000.01,51,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,total,A1000.01,3441,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,total,0,619 employees,A1000.02,33642,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,total,0,2049 employees,A1000.02,7785,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,total,0,5099 employees,A1000.02,2004,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,total,0,100+ employees,A1000.02,1452,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Agriculture, forestry, & fishing",1,total,A1000.02,3612,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Agriculture,2,total,A1000.02,2352,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Commercial fishing,2,total,A1000.02,51,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Forestry & logging,2,total,A1000.02,252,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Agriculture, forestry, & fishing support services",2,total,A1000.02,957,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Mining,1,total,A1000.02,96,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Manufacturing,1,total,A1000.02,4740,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Food, beverage, & tobacco",2,total,A1000.02,1002,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Textile, clothing, footwear, & leather",2,total,A1000.02,231,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Wood & paper product,2,total,A1000.02,495,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Printing, publishing, & recorded media",2,total,A1000.02,177,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Petroleum, coal, chemical, & associated product",2,total,A1000.02,324,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Non-metallic mineral product,2,total,A1000.02,198,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Metal product,2,total,A1000.02,912,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Transport and industrial machinery & equipment,2,total,A1000.02,870,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Other machinery & equipment,2,total,A1000.02,177,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Other manufacturing,2,total,A1000.02,354,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Electricity, gas, water, & waste services",1,total,A1000.02,186,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Construction,1,total,A1000.02,7260,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Wholesale trade,1,total,A1000.02,2460,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Machinery & equipment wholesaling,2,total,A1000.02,630,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Other wholesale trade,2,total,A1000.02,1827,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Retail trade,1,total,A1000.02,4779,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Accommodation & food services,1,total,A1000.02,6627,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Transport, postal, & warehousing",1,total,A1000.02,1407,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Information media & telecommunications,1,total,A1000.02,339,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Publishing,2,total,A1000.02,141,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Motion picture,2,total,A1000.02,114,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Telecommunications,2,total,A1000.02,81,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Financial & insurance services,1,total,A1000.02,513,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Finance,2,total,A1000.02,138,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Insurance,2,total,A1000.02,18,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Auxiliary,2,total,A1000.02,360,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Rental, hiring, & real estate services",1,total,A1000.02,966,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,"Professional, scientific, & technical services",1,total,A1000.02,4455,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Computer systems design,2,total,A1000.02,609,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Other professional scientific,2,total,A1000.02,3849,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Administrative & support services,1,total,A1000.02,1656,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Education & training,1,total,A1000.02,1134,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Health care & social assistance,1,total,A1000.02,2802,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Arts & recreation services,1,total,A1000.02,519,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,Other services,1,total,A1000.02,1332,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: No,total,0,total,A1000.02,44886,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,619 employees,A1000.03,102,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,2049 employees,A1000.03,57,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,5099 employees,A1000.03,18,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,100+ employees,A1000.03,27,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Agriculture, forestry, & fishing",1,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Agriculture,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Commercial fishing,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Forestry & logging,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Agriculture, forestry, & fishing support services",2,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Mining,1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Manufacturing,1,total,A1000.03,27,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Food, beverage, & tobacco",2,total,A1000.03,15,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Textile, clothing, footwear, & leather",2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Wood & paper product,2,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Printing, publishing, & recorded media",2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Non-metallic mineral product,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Metal product,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Transport and industrial machinery & equipment,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other machinery & equipment,2,total,A1000.03,9,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other manufacturing,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Electricity, gas, water, & waste services",1,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Construction,1,total,A1000.03,39,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Wholesale trade,1,total,A1000.03,33,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Machinery & equipment wholesaling,2,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other wholesale trade,2,total,A1000.03,27,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Retail trade,1,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Accommodation & food services,1,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Transport, postal, & warehousing",1,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Information media & telecommunications,1,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Publishing,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Motion picture,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Telecommunications,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Financial & insurance services,1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Finance,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Insurance,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Auxiliary,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Rental, hiring, & real estate services",1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Professional, scientific, & technical services",1,total,A1000.03,36,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Computer systems design,2,total,A1000.03,21,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other professional scientific,2,total,A1000.03,18,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Administrative & support services,1,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Education & training,1,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Health care & social assistance,1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Arts & recreation services,1,total,A1000.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other services,1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,total,A1000.03,204,,Number of businesses,1 and 2 and 3 and 6 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,619 employees,A1001,75,,Average percent,1 and 2 and 3 and 4 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,2049 employees,A1001,80,,Average percent,1 and 2 and 3 and 4 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,5099 employees,A1001,86,,Average percent,1 and 2 and 3 and 4 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,100+ employees,A1001,86,,Average percent,1 and 2 and 3 and 4 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Agriculture, forestry, & fishing",1,total,A1001,83,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Agriculture,2,total,A1001,80,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Commercial fishing,2,total,A1001,72,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Forestry & logging,2,total,A1001,100,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Agriculture, forestry, & fishing support services",2,total,A1001,100,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Mining,1,total,A1001,87,,Average percent,1 and 2 and 3 and 5 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Manufacturing,1,total,A1001,81,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Food, beverage, & tobacco",2,total,A1001,70,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Textile, clothing, footwear, & leather",2,total,A1001,69,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Wood & paper product,2,total,A1001,98,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Printing, publishing, & recorded media",2,total,A1001,90,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Petroleum, coal, chemical, & associated product",2,total,A1001,93,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Non-metallic mineral product,2,total,A1001,54,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Metal product,2,total,A1001,87,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Transport and industrial machinery & equipment,2,total,A1001,83,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other machinery & equipment,2,total,A1001,90,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other manufacturing,2,total,A1001,56,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Electricity, gas, water, & waste services",1,total,A1001,73,,Average percent,1 and 2 and 3 and 5 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Construction,1,total,A1001,93,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Wholesale trade,1,total,A1001,81,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Machinery & equipment wholesaling,2,total,A1001,87,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other wholesale trade,2,total,A1001,76,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Retail trade,1,total,A1001,90,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Accommodation & food services,1,total,A1001,71,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Transport, postal, & warehousing",1,total,A1001,85,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Information media & telecommunications,1,total,A1001,80,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Publishing,2,total,A1001,71,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Motion picture,2,total,A1001,84,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Telecommunications,2,total,A1001,88,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Financial & insurance services,1,total,A1001,78,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Finance,2,total,A1001,79,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Insurance,2,total,A1001,100,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Auxiliary,2,total,A1001,72,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Rental, hiring, & real estate services",1,total,A1001,96,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Professional, scientific, & technical services",1,total,A1001,70,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Computer systems design,2,total,A1001,74,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other professional scientific,2,total,A1001,67,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Administrative & support services,1,total,A1001,88,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Education & training,1,total,A1001,86,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Health care & social assistance,1,total,A1001,67,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Arts & recreation services,1,total,A1001,74,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other services,1,total,A1001,96,,Average percent,1 and 2 and 3 and 8 and 12 +"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,total,A1001,80,,Average percent,1 and 2 and 3 and 8 and 12 +Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,619 employees,A1100.01,720,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,2049 employees,A1100.01,393,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,5099 employees,A1100.01,174,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,100+ employees,A1100.01,219,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Agriculture, forestry, & fishing",1,total,A1100.01,45,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Agriculture,2,total,A1100.01,33,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Commercial fishing,2,total,A1100.01,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Forestry & logging,2,total,A1100.01,9,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Agriculture, forestry, & fishing support services",2,total,A1100.01,3,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Mining,1,total,A1100.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Manufacturing,1,total,A1100.01,297,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Food, beverage, & tobacco",2,total,A1100.01,96,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Textile, clothing, footwear, & leather",2,total,A1100.01,18,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Wood & paper product,2,total,A1100.01,6,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Printing, publishing, & recorded media",2,total,A1100.01,12,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Petroleum, coal, chemical, & associated product",2,total,A1100.01,33,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Non-metallic mineral product,2,total,A1100.01,6,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Metal product,2,total,A1100.01,18,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Transport and industrial machinery & equipment,2,total,A1100.01,48,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Other machinery & equipment,2,total,A1100.01,36,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Other manufacturing,2,total,A1100.01,24,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Electricity, gas, water, & waste services",1,total,A1100.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Construction,1,total,A1100.01,18,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Wholesale trade,1,total,A1100.01,252,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Machinery & equipment wholesaling,2,total,A1100.01,48,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Other wholesale trade,2,total,A1100.01,204,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Retail trade,1,total,A1100.01,69,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Accommodation & food services,1,total,A1100.01,159,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Transport, postal, & warehousing",1,total,A1100.01,18,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Information media & telecommunications,1,total,A1100.01,45,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Publishing,2,total,A1100.01,24,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Motion picture,2,total,A1100.01,9,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Telecommunications,2,total,A1100.01,12,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Financial & insurance services,1,total,A1100.01,48,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Finance,2,total,A1100.01,21,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Insurance,2,total,A1100.01,3,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Auxiliary,2,total,A1100.01,21,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Rental, hiring, & real estate services",1,total,A1100.01,39,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,"Professional, scientific, & technical services",1,total,A1100.01,396,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Computer systems design,2,total,A1100.01,189,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Other professional scientific,2,total,A1100.01,210,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Administrative & support services,1,total,A1100.01,54,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Education & training,1,total,A1100.01,30,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Health care & social assistance,1,total,A1100.01,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Arts & recreation services,1,total,A1100.01,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,Other services,1,total,A1100.01,12,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,total,A1100.01,1506,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,total,0,619 employees,A1100.02,34761,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,total,0,2049 employees,A1100.02,8373,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,total,0,5099 employees,A1100.02,2340,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,total,0,100+ employees,A1100.02,1866,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Agriculture, forestry, & fishing",1,total,A1100.02,3699,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Agriculture,2,total,A1100.02,2424,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Commercial fishing,2,total,A1100.02,57,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Forestry & logging,2,total,A1100.02,252,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Agriculture, forestry, & fishing support services",2,total,A1100.02,972,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Mining,1,total,A1100.02,117,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Manufacturing,1,total,A1100.02,5088,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Food, beverage, & tobacco",2,total,A1100.02,1119,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Textile, clothing, footwear, & leather",2,total,A1100.02,234,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Wood & paper product,2,total,A1100.02,510,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Printing, publishing, & recorded media",2,total,A1100.02,186,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Petroleum, coal, chemical, & associated product",2,total,A1100.02,411,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Non-metallic mineral product,2,total,A1100.02,204,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Metal product,2,total,A1100.02,984,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Transport and industrial machinery & equipment,2,total,A1100.02,897,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Other machinery & equipment,2,total,A1100.02,201,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Other manufacturing,2,total,A1100.02,342,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Electricity, gas, water, & waste services",1,total,A1100.02,198,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Construction,1,total,A1100.02,7404,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Wholesale trade,1,total,A1100.02,2943,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Machinery & equipment wholesaling,2,total,A1100.02,900,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Other wholesale trade,2,total,A1100.02,2043,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Retail trade,1,total,A1100.02,4998,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Accommodation & food services,1,total,A1100.02,6606,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Transport, postal, & warehousing",1,total,A1100.02,1638,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Information media & telecommunications,1,total,A1100.02,411,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Publishing,2,total,A1100.02,162,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Motion picture,2,total,A1100.02,135,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Telecommunications,2,total,A1100.02,111,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Financial & insurance services,1,total,A1100.02,648,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Finance,2,total,A1100.02,192,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Insurance,2,total,A1100.02,33,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Auxiliary,2,total,A1100.02,426,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Rental, hiring, & real estate services",1,total,A1100.02,1005,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,"Professional, scientific, & technical services",1,total,A1100.02,4779,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Computer systems design,2,total,A1100.02,792,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Other professional scientific,2,total,A1100.02,3990,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Administrative & support services,1,total,A1100.02,1791,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Education & training,1,total,A1100.02,1152,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Health care & social assistance,1,total,A1100.02,2919,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Arts & recreation services,1,total,A1100.02,567,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,Other services,1,total,A1100.02,1371,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: No,total,0,total,A1100.02,47343,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,619 employees,A1100.03,84,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,2049 employees,A1100.03,27,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,5099 employees,A1100.03,18,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,100+ employees,A1100.03,18,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Agriculture, forestry, & fishing",1,total,A1100.03,9,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Agriculture,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Commercial fishing,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Forestry & logging,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Agriculture, forestry, & fishing support services",2,total,A1100.03,9,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Mining,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Manufacturing,1,total,A1100.03,33,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Food, beverage, & tobacco",2,total,A1100.03,15,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Textile, clothing, footwear, & leather",2,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Wood & paper product,2,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Printing, publishing, & recorded media",2,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A1100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Non-metallic mineral product,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Metal product,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Transport and industrial machinery & equipment,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Other machinery & equipment,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Other manufacturing,2,total,A1100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Electricity, gas, water, & waste services",1,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Construction,1,total,A1100.03,18,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Wholesale trade,1,total,A1100.03,33,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Machinery & equipment wholesaling,2,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Other wholesale trade,2,total,A1100.03,27,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Retail trade,1,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Accommodation & food services,1,total,A1100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Transport, postal, & warehousing",1,total,A1100.03,21,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Information media & telecommunications,1,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Publishing,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Motion picture,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Telecommunications,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Financial & insurance services,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Finance,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Insurance,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Auxiliary,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Rental, hiring, & real estate services",1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,"Professional, scientific, & technical services",1,total,A1100.03,15,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Computer systems design,2,total,A1100.03,9,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Other professional scientific,2,total,A1100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Administrative & support services,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Education & training,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Health care & social assistance,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Arts & recreation services,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,Other services,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,total,A1100.03,147,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,619 employees,A1200.01,141,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,2049 employees,A1200.01,93,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,5099 employees,A1200.01,27,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,100+ employees,A1200.01,33,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Agriculture, forestry, & fishing",1,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Agriculture,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Commercial fishing,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Forestry & logging,2,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Agriculture, forestry, & fishing support services",2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Mining,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Manufacturing,1,total,A1200.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Food, beverage, & tobacco",2,total,A1200.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Textile, clothing, footwear, & leather",2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Wood & paper product,2,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Printing, publishing, & recorded media",2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Petroleum, coal, chemical, & associated product",2,total,A1200.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Non-metallic mineral product,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Metal product,2,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Transport and industrial machinery & equipment,2,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Other machinery & equipment,2,total,A1200.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Other manufacturing,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Electricity, gas, water, & waste services",1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Construction,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Wholesale trade,1,total,A1200.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Machinery & equipment wholesaling,2,total,A1200.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Other wholesale trade,2,total,A1200.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Retail trade,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Accommodation & food services,1,total,A1200.01,72,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Transport, postal, & warehousing",1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Information media & telecommunications,1,total,A1200.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Publishing,2,total,A1200.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Motion picture,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Telecommunications,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Financial & insurance services,1,total,A1200.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Finance,2,total,A1200.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Insurance,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Auxiliary,2,total,A1200.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Rental, hiring, & real estate services",1,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,"Professional, scientific, & technical services",1,total,A1200.01,72,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Computer systems design,2,total,A1200.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Other professional scientific,2,total,A1200.01,33,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Administrative & support services,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Education & training,1,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Health care & social assistance,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Arts & recreation services,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,Other services,1,total,A1200.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,total,A1200.01,297,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,total,0,619 employees,A1200.02,567,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,total,0,2049 employees,A1200.02,297,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,total,0,5099 employees,A1200.02,147,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,total,0,100+ employees,A1200.02,183,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Agriculture, forestry, & fishing",1,total,A1200.02,42,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Agriculture,2,total,A1200.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Commercial fishing,2,total,A1200.02,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Forestry & logging,2,total,A1200.02,6,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Agriculture, forestry, & fishing support services",2,total,A1200.02,3,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Mining,1,total,A1200.02,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Manufacturing,1,total,A1200.02,255,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Food, beverage, & tobacco",2,total,A1200.02,75,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Textile, clothing, footwear, & leather",2,total,A1200.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Wood & paper product,2,total,A1200.02,6,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Printing, publishing, & recorded media",2,total,A1200.02,12,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Petroleum, coal, chemical, & associated product",2,total,A1200.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Non-metallic mineral product,2,total,A1200.02,6,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Metal product,2,total,A1200.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Transport and industrial machinery & equipment,2,total,A1200.02,42,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Other machinery & equipment,2,total,A1200.02,30,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Other manufacturing,2,total,A1200.02,24,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Electricity, gas, water, & waste services",1,total,A1200.02,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Construction,1,total,A1200.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Wholesale trade,1,total,A1200.02,201,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Machinery & equipment wholesaling,2,total,A1200.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Other wholesale trade,2,total,A1200.02,165,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Retail trade,1,total,A1200.02,69,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Accommodation & food services,1,total,A1200.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Transport, postal, & warehousing",1,total,A1200.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Information media & telecommunications,1,total,A1200.02,36,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Publishing,2,total,A1200.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Motion picture,2,total,A1200.02,9,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Telecommunications,2,total,A1200.02,9,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Financial & insurance services,1,total,A1200.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Finance,2,total,A1200.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Insurance,2,total,A1200.02,3,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Auxiliary,2,total,A1200.02,9,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Rental, hiring, & real estate services",1,total,A1200.02,36,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,"Professional, scientific, & technical services",1,total,A1200.02,324,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Computer systems design,2,total,A1200.02,150,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Other professional scientific,2,total,A1200.02,177,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Administrative & support services,1,total,A1200.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Education & training,1,total,A1200.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Health care & social assistance,1,total,A1200.02,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Arts & recreation services,1,total,A1200.02,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,Other services,1,total,A1200.02,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: No,total,0,total,A1200.02,1197,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,619 employees,A1200.03,12,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,2049 employees,A1200.03,0,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,5099 employees,A1200.03,3,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,100+ employees,A1200.03,3,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Agriculture, forestry, & fishing",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Agriculture,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Commercial fishing,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Forestry & logging,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Agriculture, forestry, & fishing support services",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Mining,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Manufacturing,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Food, beverage, & tobacco",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Textile, clothing, footwear, & leather",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Wood & paper product,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Printing, publishing, & recorded media",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Non-metallic mineral product,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Metal product,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Transport and industrial machinery & equipment,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other machinery & equipment,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other manufacturing,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Electricity, gas, water, & waste services",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Construction,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Wholesale trade,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Machinery & equipment wholesaling,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other wholesale trade,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Retail trade,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Accommodation & food services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Transport, postal, & warehousing",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Information media & telecommunications,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Publishing,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Motion picture,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Telecommunications,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Financial & insurance services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Finance,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Insurance,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Auxiliary,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Rental, hiring, & real estate services",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Professional, scientific, & technical services",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Computer systems design,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other professional scientific,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Administrative & support services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Education & training,1,total,A1200.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Health care & social assistance,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Arts & recreation services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,total,A1200.03,15,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,619 employees,A1301,3,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,2049 employees,A1301,6,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,5099 employees,A1301,9,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,100+ employees,A1301,15,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Agriculture, forestry, & fishing",1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Agriculture,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Commercial fishing,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Forestry & logging,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Agriculture, forestry, & fishing support services",2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Mining,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Manufacturing,1,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Food, beverage, & tobacco",2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Textile, clothing, footwear, & leather",2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Wood & paper product,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Printing, publishing, & recorded media",2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Petroleum, coal, chemical, & associated product",2,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Non-metallic mineral product,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Metal product,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Transport and industrial machinery & equipment,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other machinery & equipment,2,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other manufacturing,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Electricity, gas, water, & waste services",1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Construction,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Wholesale trade,1,total,A1301,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Machinery & equipment wholesaling,2,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other wholesale trade,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Retail trade,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Accommodation & food services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Transport, postal, & warehousing",1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Information media & telecommunications,1,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Publishing,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Motion picture,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Telecommunications,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Financial & insurance services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Finance,2,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Insurance,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Auxiliary,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Rental, hiring, & real estate services",1,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Professional, scientific, & technical services",1,total,A1301,9,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Computer systems design,2,total,A1301,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other professional scientific,2,total,A1301,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Administrative & support services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Education & training,1,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Health care & social assistance,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Arts & recreation services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,total,A1301,33,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,619 employees,A1302,33,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,2049 employees,A1302,0,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,5099 employees,A1302,0,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,100+ employees,A1302,0,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Agriculture, forestry, & fishing",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Agriculture,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Commercial fishing,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Forestry & logging,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Agriculture, forestry, & fishing support services",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Mining,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Manufacturing,1,total,A1302,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Food, beverage, & tobacco",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Textile, clothing, footwear, & leather",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Wood & paper product,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Printing, publishing, & recorded media",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Petroleum, coal, chemical, & associated product",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Non-metallic mineral product,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Metal product,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Transport and industrial machinery & equipment,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other machinery & equipment,2,total,A1302,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other manufacturing,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Electricity, gas, water, & waste services",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Construction,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Wholesale trade,1,total,A1302,24,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Machinery & equipment wholesaling,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other wholesale trade,2,total,A1302,21,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Retail trade,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Accommodation & food services,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Transport, postal, & warehousing",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Information media & telecommunications,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Publishing,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Motion picture,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Telecommunications,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Financial & insurance services,1,total,A1302,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Finance,2,total,A1302,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Insurance,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Auxiliary,2,total,A1302,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Rental, hiring, & real estate services",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Professional, scientific, & technical services",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Computer systems design,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other professional scientific,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Administrative & support services,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Education & training,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Health care & social assistance,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Arts & recreation services,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other services,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,total,A1302,36,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,619 employees,A1303,6,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,2049 employees,A1303,0,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,5099 employees,A1303,0,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,100+ employees,A1303,3,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Agriculture, forestry, & fishing",1,total,A1303,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Agriculture,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Commercial fishing,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Forestry & logging,2,total,A1303,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Agriculture, forestry, & fishing support services",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Mining,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Manufacturing,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Food, beverage, & tobacco",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Textile, clothing, footwear, & leather",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Wood & paper product,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Printing, publishing, & recorded media",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Petroleum, coal, chemical, & associated product",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Non-metallic mineral product,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Metal product,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Transport and industrial machinery & equipment,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other machinery & equipment,2,total,A1303,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other manufacturing,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Electricity, gas, water, & waste services",1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Construction,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Wholesale trade,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Machinery & equipment wholesaling,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other wholesale trade,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Retail trade,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Accommodation & food services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Transport, postal, & warehousing",1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Information media & telecommunications,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Publishing,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Motion picture,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Telecommunications,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Financial & insurance services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Finance,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Insurance,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Auxiliary,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Rental, hiring, & real estate services",1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Professional, scientific, & technical services",1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Computer systems design,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other professional scientific,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Administrative & support services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Education & training,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Health care & social assistance,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Arts & recreation services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,total,A1303,9,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,619 employees,A1304,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,2049 employees,A1304,57,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,5099 employees,A1304,12,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,100+ employees,A1304,15,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Agriculture, forestry, & fishing",1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Agriculture,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Commercial fishing,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Forestry & logging,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Agriculture, forestry, & fishing support services",2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Mining,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Manufacturing,1,total,A1304,21,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Food, beverage, & tobacco",2,total,A1304,12,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Textile, clothing, footwear, & leather",2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Wood & paper product,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Printing, publishing, & recorded media",2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Petroleum, coal, chemical, & associated product",2,total,A1304,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Non-metallic mineral product,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Metal product,2,total,A1304,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Transport and industrial machinery & equipment,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other machinery & equipment,2,total,A1304,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other manufacturing,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Electricity, gas, water, & waste services",1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Construction,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Wholesale trade,1,total,A1304,12,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Machinery & equipment wholesaling,2,total,A1304,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other wholesale trade,2,total,A1304,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Retail trade,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Accommodation & food services,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Transport, postal, & warehousing",1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Information media & telecommunications,1,total,A1304,9,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Publishing,2,total,A1304,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Motion picture,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Telecommunications,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Financial & insurance services,1,total,A1304,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Finance,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Insurance,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Auxiliary,2,total,A1304,9,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Rental, hiring, & real estate services",1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Professional, scientific, & technical services",1,total,A1304,51,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Computer systems design,2,total,A1304,24,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other professional scientific,2,total,A1304,27,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Administrative & support services,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Education & training,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Health care & social assistance,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Arts & recreation services,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other services,1,total,A1304,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,total,A1304,111,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,total,0,619 employees,A1305,0,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,total,0,2049 employees,A1305,0,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,total,0,5099 employees,A1305,3,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,total,0,100+ employees,A1305,3,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Agriculture, forestry, & fishing",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Agriculture,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Commercial fishing,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Forestry & logging,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Agriculture, forestry, & fishing support services",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Mining,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Manufacturing,1,total,A1305,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Food, beverage, & tobacco",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Textile, clothing, footwear, & leather",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Wood & paper product,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Printing, publishing, & recorded media",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Petroleum, coal, chemical, & associated product",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Non-metallic mineral product,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Metal product,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Transport and industrial machinery & equipment,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Other machinery & equipment,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Other manufacturing,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Electricity, gas, water, & waste services",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Construction,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Wholesale trade,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Machinery & equipment wholesaling,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Other wholesale trade,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Retail trade,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Accommodation & food services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Transport, postal, & warehousing",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Information media & telecommunications,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Publishing,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Motion picture,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Telecommunications,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Financial & insurance services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Finance,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Insurance,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Auxiliary,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Rental, hiring, & real estate services",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,"Professional, scientific, & technical services",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Computer systems design,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Other professional scientific,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Administrative & support services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Education & training,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Health care & social assistance,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Arts & recreation services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,Other services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Joint venture,total,0,total,A1305,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,total,0,619 employees,A1306,81,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,total,0,2049 employees,A1306,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,total,0,5099 employees,A1306,6,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,total,0,100+ employees,A1306,3,,Number of businesses,1 and 2 and 3 and 4 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Agriculture, forestry, & fishing",1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Agriculture,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Commercial fishing,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Forestry & logging,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Agriculture, forestry, & fishing support services",2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Mining,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Manufacturing,1,total,A1306,9,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Food, beverage, & tobacco",2,total,A1306,9,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Textile, clothing, footwear, & leather",2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Wood & paper product,2,total,A1306,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Printing, publishing, & recorded media",2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Petroleum, coal, chemical, & associated product",2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Non-metallic mineral product,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Metal product,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Transport and industrial machinery & equipment,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Other machinery & equipment,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Other manufacturing,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Electricity, gas, water, & waste services",1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Construction,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Wholesale trade,1,total,A1306,12,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Machinery & equipment wholesaling,2,total,A1306,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Other wholesale trade,2,total,A1306,9,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Retail trade,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Accommodation & food services,1,total,A1306,72,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Transport, postal, & warehousing",1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Information media & telecommunications,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Publishing,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Motion picture,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Telecommunications,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Financial & insurance services,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Finance,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Insurance,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Auxiliary,2,total,A1306,3,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Rental, hiring, & real estate services",1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,"Professional, scientific, & technical services",1,total,A1306,9,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Computer systems design,2,total,A1306,12,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Other professional scientific,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Administrative & support services,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Education & training,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Health care & social assistance,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Arts & recreation services,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,Other services,1,total,A1306,6,,Number of businesses,1 and 2 and 3 and 6 +Method to gain overseas ownership interest or shareholding: Other methods,total,0,total,A1306,117,,Number of businesses,1 and 2 and 3 and 6 +Expenditure on design,total,0,619 employees,A1401,382649000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on design,total,0,2049 employees,A1401,357765000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on design,total,0,5099 employees,A1401,290899000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on design,total,0,100+ employees,A1401,867326000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on design,"Agriculture, forestry, & fishing",1,total,A1401,23060000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Agriculture,2,total,A1401,18321000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Commercial fishing,2,total,A1401,294000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Forestry & logging,2,total,A1401,1178000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,"Agriculture, forestry, & fishing support services",2,total,A1401,3266000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Mining,1,total,A1401,1845000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +Expenditure on design,Manufacturing,1,total,A1401,442583000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,"Food, beverage, & tobacco",2,total,A1401,109454000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,"Textile, clothing, footwear, & leather",2,total,A1401,11623000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Wood & paper product,2,total,A1401,25081000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,"Printing, publishing, & recorded media",2,total,A1401,4953000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,"Petroleum, coal, chemical, & associated product",2,total,A1401,45729000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Non-metallic mineral product,2,total,A1401,9430000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Metal product,2,total,A1401,36131000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Transport and industrial machinery & equipment,2,total,A1401,77967000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Other machinery & equipment,2,total,A1401,103015000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Other manufacturing,2,total,A1401,19198000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,"Electricity, gas, water, & waste services",1,total,A1401,33038000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +Expenditure on design,Construction,1,total,A1401,246216000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Wholesale trade,1,total,A1401,52960000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Machinery & equipment wholesaling,2,total,A1401,15223000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Other wholesale trade,2,total,A1401,37737000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Retail trade,1,total,A1401,73463000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Accommodation & food services,1,total,A1401,7262000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,"Transport, postal, & warehousing",1,total,A1401,65008000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Information media & telecommunications,1,total,A1401,74286000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Publishing,2,total,A1401,52536000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Motion picture,2,total,A1401,13807000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Telecommunications,2,total,A1401,7944000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Financial & insurance services,1,total,A1401,120851000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Finance,2,total,A1401,88962000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Insurance,2,total,A1401,12926000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Auxiliary,2,total,A1401,18963000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,"Rental, hiring, & real estate services",1,total,A1401,16743000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,"Professional, scientific, & technical services",1,total,A1401,680338000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Computer systems design,2,total,A1401,233731000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Other professional scientific,2,total,A1401,446607000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Administrative & support services,1,total,A1401,17356000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Education & training,1,total,A1401,12117000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Health care & social assistance,1,total,A1401,12805000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Arts & recreation services,1,total,A1401,13561000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,Other services,1,total,A1401,5148000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on design,total,0,total,A1401,1898640000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",total,0,619 employees,A1402,709549000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",total,0,2049 employees,A1402,868843000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",total,0,5099 employees,A1402,748143000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",total,0,100+ employees,A1402,3234118000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Agriculture, forestry, & fishing",1,total,A1402,76915000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Agriculture,2,total,A1402,22883000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Commercial fishing,2,total,A1402,10297000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Forestry & logging,2,total,A1402,4918000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Agriculture, forestry, & fishing support services",2,total,A1402,38817000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Mining,1,total,A1402,15166000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Manufacturing,1,total,A1402,513535000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Food, beverage, & tobacco",2,total,A1402,218042000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Textile, clothing, footwear, & leather",2,total,A1402,14483000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Wood & paper product,2,total,A1402,33502000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Printing, publishing, & recorded media",2,total,A1402,7440000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Petroleum, coal, chemical, & associated product",2,total,A1402,45728000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Non-metallic mineral product,2,total,A1402,15296000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Metal product,2,total,A1402,34528000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Transport and industrial machinery & equipment,2,total,A1402,87422000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Other machinery & equipment,2,total,A1402,48003000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Other manufacturing,2,total,A1402,9092000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Electricity, gas, water, & waste services",1,total,A1402,116000000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Construction,1,total,A1402,229927000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Wholesale trade,1,total,A1402,741697000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Machinery & equipment wholesaling,2,total,A1402,102537000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Other wholesale trade,2,total,A1402,639159000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Retail trade,1,total,A1402,501815000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Accommodation & food services,1,total,A1402,44293000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Transport, postal, & warehousing",1,total,A1402,230757000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Information media & telecommunications,1,total,A1402,454091000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Publishing,2,total,A1402,65287000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Motion picture,2,total,A1402,83175000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Telecommunications,2,total,A1402,305629000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Financial & insurance services,1,total,A1402,768423000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Finance,2,total,A1402,422485000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Insurance,2,total,A1402,133408000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Auxiliary,2,total,A1402,212531000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Rental, hiring, & real estate services",1,total,A1402,114382000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis","Professional, scientific, & technical services",1,total,A1402,1182756000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Computer systems design,2,total,A1402,669911000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Other professional scientific,2,total,A1402,512846000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Administrative & support services,1,total,A1402,108414000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Education & training,1,total,A1402,34960000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Health care & social assistance,1,total,A1402,335822000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Arts & recreation services,1,total,A1402,30670000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",Other services,1,total,A1402,61030000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on computer software, databases, and data analysis",total,0,total,A1402,5560654000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",total,0,619 employees,A1403,1165628000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",total,0,2049 employees,A1403,902025000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",total,0,5099 employees,A1403,715498000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",total,0,100+ employees,A1403,3309122000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Agriculture, forestry, & fishing",1,total,A1403,52571000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Agriculture,2,total,A1403,29077000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Commercial fishing,2,total,A1403,5647000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Forestry & logging,2,total,A1403,744000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Agriculture, forestry, & fishing support services",2,total,A1403,17103000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Mining,1,total,A1403,1782000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Manufacturing,1,total,A1403,1207565000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Food, beverage, & tobacco",2,total,A1403,746213000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Textile, clothing, footwear, & leather",2,total,A1403,94173000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Wood & paper product,2,total,A1403,37820000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Printing, publishing, & recorded media",2,total,A1403,4533000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Petroleum, coal, chemical, & associated product",2,total,A1403,87845000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Non-metallic mineral product,2,total,A1403,12308000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Metal product,2,total,A1403,89460000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Transport and industrial machinery & equipment,2,total,A1403,55412000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Other machinery & equipment,2,total,A1403,42657000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Other manufacturing,2,total,A1403,37142000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Electricity, gas, water, & waste services",1,total,A1403,67513000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Construction,1,total,A1403,216732000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Wholesale trade,1,total,A1403,1117961000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Machinery & equipment wholesaling,2,total,A1403,161383000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Other wholesale trade,2,total,A1403,956577000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Retail trade,1,total,A1403,823550000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Accommodation & food services,1,total,A1403,269511000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Transport, postal, & warehousing",1,total,A1403,184761000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Information media & telecommunications,1,total,A1403,350629000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Publishing,2,total,A1403,52562000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Motion picture,2,total,A1403,48340000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Telecommunications,2,total,A1403,249727000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Financial & insurance services,1,total,A1403,577839000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Finance,2,total,A1403,179970000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Insurance,2,total,A1403,86507000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Auxiliary,2,total,A1403,311361000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Rental, hiring, & real estate services",1,total,A1403,160962000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising","Professional, scientific, & technical services",1,total,A1403,586383000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Computer systems design,2,total,A1403,202890000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Other professional scientific,2,total,A1403,383493000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Administrative & support services,1,total,A1403,179508000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Education & training,1,total,A1403,38034000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Health care & social assistance,1,total,A1403,123377000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Arts & recreation services,1,total,A1403,63195000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",Other services,1,total,A1403,70402000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on marketing, brand building, and advertising",total,0,total,A1403,6092273000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",total,0,619 employees,A1404,29590000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",total,0,2049 employees,A1404,21162000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",total,0,5099 employees,A1404,19705000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",total,0,100+ employees,A1404,24251000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Agriculture, forestry, & fishing",1,total,A1404,1130000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Agriculture,2,total,A1404,751000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Commercial fishing,2,total,A1404,17000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Forestry & logging,2,total,A1404,33000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Agriculture, forestry, & fishing support services",2,total,A1404,330000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Mining,1,total,A1404,85000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Manufacturing,1,total,A1404,25124000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Food, beverage, & tobacco",2,total,A1404,5465000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Textile, clothing, footwear, & leather",2,total,A1404,906000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Wood & paper product,2,total,A1404,509000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Printing, publishing, & recorded media",2,total,A1404,90000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Petroleum, coal, chemical, & associated product",2,total,A1404,2876000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Non-metallic mineral product,2,total,A1404,859000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Metal product,2,total,A1404,1483000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Transport and industrial machinery & equipment,2,total,A1404,2800000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Other machinery & equipment,2,total,A1404,9633000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Other manufacturing,2,total,A1404,502000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Electricity, gas, water, & waste services",1,total,A1404,138000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Construction,1,total,A1404,7068000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Wholesale trade,1,total,A1404,15981000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Machinery & equipment wholesaling,2,total,A1404,1236000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Other wholesale trade,2,total,A1404,14745000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Retail trade,1,total,A1404,7436000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Accommodation & food services,1,total,A1404,1668000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Transport, postal, & warehousing",1,total,A1404,3140000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Information media & telecommunications,1,total,A1404,4945000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Publishing,2,total,A1404,4334000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Motion picture,2,total,A1404,312000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Telecommunications,2,total,A1404,299000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Financial & insurance services,1,total,A1404,754000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Finance,2,total,A1404,86000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Insurance,2,total,A1404,29000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Auxiliary,2,total,A1404,638000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Rental, hiring, & real estate services",1,total,A1404,3829000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property","Professional, scientific, & technical services",1,total,A1404,16681000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Computer systems design,2,total,A1404,4177000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Other professional scientific,2,total,A1404,12504000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Administrative & support services,1,total,A1404,1580000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Education & training,1,total,A1404,2516000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Health care & social assistance,1,total,A1404,1990000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Arts & recreation services,1,total,A1404,263000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",Other services,1,total,A1404,380000,,NZ dollar,1 and 2 and 3 and 7 and 11 +"Expenditure on registering, filing, and monitoring own intellectual property",total,0,total,A1404,94708000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,total,0,619 employees,A1405,107769000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on acquisition or intellectual property from others,total,0,2049 employees,A1405,43122000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on acquisition or intellectual property from others,total,0,5099 employees,A1405,81414000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on acquisition or intellectual property from others,total,0,100+ employees,A1405,299607000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Agriculture, forestry, & fishing",1,total,A1405,27689000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Agriculture,2,total,A1405,23380000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Commercial fishing,2,total,A1405,277000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Forestry & logging,2,total,A1405,3726000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Agriculture, forestry, & fishing support services",2,total,A1405,307000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Mining,1,total,A1405,597000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Manufacturing,1,total,A1405,43095000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Food, beverage, & tobacco",2,total,A1405,14052000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Textile, clothing, footwear, & leather",2,total,A1405,1151000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Wood & paper product,2,total,A1405,984000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Printing, publishing, & recorded media",2,total,A1405,80000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Petroleum, coal, chemical, & associated product",2,total,A1405,4942000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Non-metallic mineral product,2,total,A1405,1572000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Metal product,2,total,A1405,537000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Transport and industrial machinery & equipment,2,total,A1405,12603000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Other machinery & equipment,2,total,A1405,560000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Other manufacturing,2,total,A1405,6614000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Electricity, gas, water, & waste services",1,total,A1405,3512000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Construction,1,total,A1405,8281000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Wholesale trade,1,total,A1405,57777000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Machinery & equipment wholesaling,2,total,A1405,3948000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Other wholesale trade,2,total,A1405,53830000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Retail trade,1,total,A1405,2835000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Accommodation & food services,1,total,A1405,5808000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Transport, postal, & warehousing",1,total,A1405,9106000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Information media & telecommunications,1,total,A1405,177318000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Publishing,2,total,A1405,71730000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Motion picture,2,total,A1405,11971000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Telecommunications,2,total,A1405,93617000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Financial & insurance services,1,total,A1405,145207000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Finance,2,total,A1405,109262000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Insurance,2,total,A1405,0,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Auxiliary,2,total,A1405,35945000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Rental, hiring, & real estate services",1,total,A1405,2286000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,"Professional, scientific, & technical services",1,total,A1405,26541000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Computer systems design,2,total,A1405,12121000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Other professional scientific,2,total,A1405,14420000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Administrative & support services,1,total,A1405,6598000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Education & training,1,total,A1405,1347000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Health care & social assistance,1,total,A1405,5363000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Arts & recreation services,1,total,A1405,3956000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,Other services,1,total,A1405,4595000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on acquisition or intellectual property from others,total,0,total,A1405,531911000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,total,0,619 employees,A1406,278323000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on formal training for staff,total,0,2049 employees,A1406,233798000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on formal training for staff,total,0,5099 employees,A1406,122689000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on formal training for staff,total,0,100+ employees,A1406,373042000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 +Expenditure on formal training for staff,"Agriculture, forestry, & fishing",1,total,A1406,16580000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Agriculture,2,total,A1406,7296000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Commercial fishing,2,total,A1406,1337000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Forestry & logging,2,total,A1406,1975000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,"Agriculture, forestry, & fishing support services",2,total,A1406,5972000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Mining,1,total,A1406,7308000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +Expenditure on formal training for staff,Manufacturing,1,total,A1406,131182000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,"Food, beverage, & tobacco",2,total,A1406,29470000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,"Textile, clothing, footwear, & leather",2,total,A1406,2191000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Wood & paper product,2,total,A1406,12267000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,"Printing, publishing, & recorded media",2,total,A1406,678000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,"Petroleum, coal, chemical, & associated product",2,total,A1406,9850000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Non-metallic mineral product,2,total,A1406,3105000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Metal product,2,total,A1406,11167000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Transport and industrial machinery & equipment,2,total,A1406,43820000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Other machinery & equipment,2,total,A1406,6830000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Other manufacturing,2,total,A1406,11804000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,"Electricity, gas, water, & waste services",1,total,A1406,64185000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 +Expenditure on formal training for staff,Construction,1,total,A1406,160239000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Wholesale trade,1,total,A1406,63511000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Machinery & equipment wholesaling,2,total,A1406,12667000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Other wholesale trade,2,total,A1406,50845000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Retail trade,1,total,A1406,64283000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Accommodation & food services,1,total,A1406,29741000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,"Transport, postal, & warehousing",1,total,A1406,81056000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Information media & telecommunications,1,total,A1406,16444000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Publishing,2,total,A1406,1256000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Motion picture,2,total,A1406,3506000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Telecommunications,2,total,A1406,11683000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Financial & insurance services,1,total,A1406,30122000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Finance,2,total,A1406,11692000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Insurance,2,total,A1406,4173000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Auxiliary,2,total,A1406,14257000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,"Rental, hiring, & real estate services",1,total,A1406,22881000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,"Professional, scientific, & technical services",1,total,A1406,116861000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Computer systems design,2,total,A1406,34746000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Other professional scientific,2,total,A1406,82115000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Administrative & support services,1,total,A1406,45158000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Education & training,1,total,A1406,10835000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Health care & social assistance,1,total,A1406,123254000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Arts & recreation services,1,total,A1406,4140000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,Other services,1,total,A1406,20071000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Expenditure on formal training for staff,total,0,total,A1406,1007851000,,NZ dollar,1 and 2 and 3 and 7 and 11 +Did business undertake or fund R&D: Yes,total,0,619 employees,A1500.01,3093,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: Yes,total,0,2049 employees,A1500.01,1158,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: Yes,total,0,5099 employees,A1500.01,402,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: Yes,total,0,100+ employees,A1500.01,462,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: Yes,"Agriculture, forestry, & fishing",1,total,A1500.01,282,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Agriculture,2,total,A1500.01,183,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Commercial fishing,2,total,A1500.01,6,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Forestry & logging,2,total,A1500.01,18,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,"Agriculture, forestry, & fishing support services",2,total,A1500.01,75,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Mining,1,total,A1500.01,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business undertake or fund R&D: Yes,Manufacturing,1,total,A1500.01,1152,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,"Food, beverage, & tobacco",2,total,A1500.01,291,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,"Textile, clothing, footwear, & leather",2,total,A1500.01,66,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Wood & paper product,2,total,A1500.01,69,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,"Printing, publishing, & recorded media",2,total,A1500.01,21,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,"Petroleum, coal, chemical, & associated product",2,total,A1500.01,171,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Non-metallic mineral product,2,total,A1500.01,36,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Metal product,2,total,A1500.01,138,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Transport and industrial machinery & equipment,2,total,A1500.01,189,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Other machinery & equipment,2,total,A1500.01,93,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Other manufacturing,2,total,A1500.01,81,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,"Electricity, gas, water, & waste services",1,total,A1500.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business undertake or fund R&D: Yes,Construction,1,total,A1500.01,387,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Wholesale trade,1,total,A1500.01,477,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Machinery & equipment wholesaling,2,total,A1500.01,96,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Other wholesale trade,2,total,A1500.01,378,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Retail trade,1,total,A1500.01,507,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Accommodation & food services,1,total,A1500.01,387,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,"Transport, postal, & warehousing",1,total,A1500.01,84,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Information media & telecommunications,1,total,A1500.01,117,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Publishing,2,total,A1500.01,54,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Motion picture,2,total,A1500.01,24,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Telecommunications,2,total,A1500.01,39,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Financial & insurance services,1,total,A1500.01,75,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Finance,2,total,A1500.01,30,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Insurance,2,total,A1500.01,3,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Auxiliary,2,total,A1500.01,45,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,"Rental, hiring, & real estate services",1,total,A1500.01,69,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,"Professional, scientific, & technical services",1,total,A1500.01,1059,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Computer systems design,2,total,A1500.01,378,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Other professional scientific,2,total,A1500.01,681,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Administrative & support services,1,total,A1500.01,123,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Education & training,1,total,A1500.01,132,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Health care & social assistance,1,total,A1500.01,108,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Arts & recreation services,1,total,A1500.01,57,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,Other services,1,total,A1500.01,54,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Yes,total,0,total,A1500.01,5118,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,total,0,619 employees,A1500.02,31974,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: No,total,0,2049 employees,A1500.02,7542,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: No,total,0,5099 employees,A1500.02,2088,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: No,total,0,100+ employees,A1500.02,1617,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: No,"Agriculture, forestry, & fishing",1,total,A1500.02,3429,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Agriculture,2,total,A1500.02,2241,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Commercial fishing,2,total,A1500.02,48,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Forestry & logging,2,total,A1500.02,240,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,"Agriculture, forestry, & fishing support services",2,total,A1500.02,900,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Mining,1,total,A1500.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business undertake or fund R&D: No,Manufacturing,1,total,A1500.02,4173,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,"Food, beverage, & tobacco",2,total,A1500.02,936,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,"Textile, clothing, footwear, & leather",2,total,A1500.02,183,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Wood & paper product,2,total,A1500.02,447,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,"Printing, publishing, & recorded media",2,total,A1500.02,177,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,"Petroleum, coal, chemical, & associated product",2,total,A1500.02,267,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Non-metallic mineral product,2,total,A1500.02,165,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Metal product,2,total,A1500.02,834,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Transport and industrial machinery & equipment,2,total,A1500.02,726,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Other machinery & equipment,2,total,A1500.02,144,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Other manufacturing,2,total,A1500.02,291,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,"Electricity, gas, water, & waste services",1,total,A1500.02,177,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business undertake or fund R&D: No,Construction,1,total,A1500.02,6840,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Wholesale trade,1,total,A1500.02,2661,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Machinery & equipment wholesaling,2,total,A1500.02,849,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Other wholesale trade,2,total,A1500.02,1812,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Retail trade,1,total,A1500.02,4557,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Accommodation & food services,1,total,A1500.02,6381,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,"Transport, postal, & warehousing",1,total,A1500.02,1569,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Information media & telecommunications,1,total,A1500.02,339,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Publishing,2,total,A1500.02,132,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Motion picture,2,total,A1500.02,120,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Telecommunications,2,total,A1500.02,81,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Financial & insurance services,1,total,A1500.02,609,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Finance,2,total,A1500.02,177,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Insurance,2,total,A1500.02,33,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Auxiliary,2,total,A1500.02,402,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,"Rental, hiring, & real estate services",1,total,A1500.02,945,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,"Professional, scientific, & technical services",1,total,A1500.02,4086,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Computer systems design,2,total,A1500.02,576,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Other professional scientific,2,total,A1500.02,3513,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Administrative & support services,1,total,A1500.02,1719,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Education & training,1,total,A1500.02,1032,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Health care & social assistance,1,total,A1500.02,2778,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Arts & recreation services,1,total,A1500.02,501,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,Other services,1,total,A1500.02,1308,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: No,total,0,total,A1500.02,43221,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,total,0,619 employees,A1500.03,498,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: Don't know,total,0,2049 employees,A1500.03,93,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: Don't know,total,0,5099 employees,A1500.03,42,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: Don't know,total,0,100+ employees,A1500.03,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did business undertake or fund R&D: Don't know,"Agriculture, forestry, & fishing",1,total,A1500.03,42,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Agriculture,2,total,A1500.03,30,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Commercial fishing,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Forestry & logging,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,"Agriculture, forestry, & fishing support services",2,total,A1500.03,12,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Mining,1,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business undertake or fund R&D: Don't know,Manufacturing,1,total,A1500.03,93,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,"Food, beverage, & tobacco",2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,"Textile, clothing, footwear, & leather",2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Wood & paper product,2,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,"Printing, publishing, & recorded media",2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A1500.03,9,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Non-metallic mineral product,2,total,A1500.03,9,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Metal product,2,total,A1500.03,30,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Transport and industrial machinery & equipment,2,total,A1500.03,33,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Other machinery & equipment,2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Other manufacturing,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,"Electricity, gas, water, & waste services",1,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did business undertake or fund R&D: Don't know,Construction,1,total,A1500.03,213,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Wholesale trade,1,total,A1500.03,90,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Machinery & equipment wholesaling,2,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Other wholesale trade,2,total,A1500.03,81,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Retail trade,1,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Accommodation & food services,1,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,"Transport, postal, & warehousing",1,total,A1500.03,24,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Information media & telecommunications,1,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Publishing,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Motion picture,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Telecommunications,2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Financial & insurance services,1,total,A1500.03,9,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Finance,2,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Insurance,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Auxiliary,2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,"Rental, hiring, & real estate services",1,total,A1500.03,33,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,"Professional, scientific, & technical services",1,total,A1500.03,45,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Computer systems design,2,total,A1500.03,39,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Other professional scientific,2,total,A1500.03,9,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Administrative & support services,1,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Education & training,1,total,A1500.03,18,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Health care & social assistance,1,total,A1500.03,36,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Arts & recreation services,1,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,Other services,1,total,A1500.03,18,,Number of businesses,1 and 2 and 3 and 6 +Did business undertake or fund R&D: Don't know,total,0,total,A1500.03,654,,Number of businesses,1 and 2 and 3 and 6 +Expenditure on R&D,total,0,619 employees,A1601,420966000,,NZ dollar,1 and 2 and 3 and 4 and 7 +Expenditure on R&D,total,0,2049 employees,A1601,637121000,,NZ dollar,1 and 2 and 3 and 4 and 7 +Expenditure on R&D,total,0,5099 employees,A1601,366599000,,NZ dollar,1 and 2 and 3 and 4 and 7 +Expenditure on R&D,total,0,100+ employees,A1601,2300423000,,NZ dollar,1 and 2 and 3 and 4 and 7 +Expenditure on R&D,"Agriculture, forestry, & fishing",1,total,A1601,92113000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Agriculture,2,total,A1601,13948000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Commercial fishing,2,total,A1601,1091000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Forestry & logging,2,total,A1601,2179000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,"Agriculture, forestry, & fishing support services",2,total,A1601,74895000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Mining,1,total,A1601,24657000,,NZ dollar,1 and 2 and 3 and 5 and 7 +Expenditure on R&D,Manufacturing,1,total,A1601,892706000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,"Food, beverage, & tobacco",2,total,A1601,164679000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,"Textile, clothing, footwear, & leather",2,total,A1601,20253000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Wood & paper product,2,total,A1601,5181000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,"Printing, publishing, & recorded media",2,total,A1601,1542000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,"Petroleum, coal, chemical, & associated product",2,total,A1601,64324000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Non-metallic mineral product,2,total,A1601,21525000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Metal product,2,total,A1601,108835000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Transport and industrial machinery & equipment,2,total,A1601,70728000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Other machinery & equipment,2,total,A1601,418425000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Other manufacturing,2,total,A1601,17215000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,"Electricity, gas, water, & waste services",1,total,A1601,82437000,,NZ dollar,1 and 2 and 3 and 5 and 7 +Expenditure on R&D,Construction,1,total,A1601,44152000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Wholesale trade,1,total,A1601,213022000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Machinery & equipment wholesaling,2,total,A1601,82722000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Other wholesale trade,2,total,A1601,130300000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Retail trade,1,total,A1601,15090000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Accommodation & food services,1,total,A1601,4308000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,"Transport, postal, & warehousing",1,total,A1601,50734000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Information media & telecommunications,1,total,A1601,222571000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Publishing,2,total,A1601,101660000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Motion picture,2,total,A1601,9186000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Telecommunications,2,total,A1601,111725000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Financial & insurance services,1,total,A1601,115212000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Finance,2,total,A1601,64861000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Insurance,2,total,A1601,5122000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Auxiliary,2,total,A1601,45229000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,"Rental, hiring, & real estate services",1,total,A1601,,C,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,"Professional, scientific, & technical services",1,total,A1601,1797042000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Computer systems design,2,total,A1601,1209222000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Other professional scientific,2,total,A1601,587820000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Administrative & support services,1,total,A1601,28367000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Education & training,1,total,A1601,19546000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Health care & social assistance,1,total,A1601,7975000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Arts & recreation services,1,total,A1601,,C,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,Other services,1,total,A1601,10679000,,NZ dollar,1 and 2 and 3 and 7 +Expenditure on R&D,total,0,total,A1601,3725108000,,NZ dollar,1 and 2 and 3 and 7 +Percentage of R&D performed in-house,total,0,619 employees,A1701,63,,Average percent,1 and 2 and 3 and 4 and 9 +Percentage of R&D performed in-house,total,0,2049 employees,A1701,71,,Average percent,1 and 2 and 3 and 4 and 9 +Percentage of R&D performed in-house,total,0,5099 employees,A1701,74,,Average percent,1 and 2 and 3 and 4 and 9 +Percentage of R&D performed in-house,total,0,100+ employees,A1701,75,,Average percent,1 and 2 and 3 and 4 and 9 +Percentage of R&D performed in-house,"Agriculture, forestry, & fishing",1,total,A1701,47,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Agriculture,2,total,A1701,55,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Commercial fishing,2,total,A1701,61,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Forestry & logging,2,total,A1701,60,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,"Agriculture, forestry, & fishing support services",2,total,A1701,22,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Mining,1,total,A1701,67,,Average percent,1 and 2 and 3 and 5 and 9 +Percentage of R&D performed in-house,Manufacturing,1,total,A1701,78,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,"Food, beverage, & tobacco",2,total,A1701,67,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,"Textile, clothing, footwear, & leather",2,total,A1701,82,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Wood & paper product,2,total,A1701,78,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,"Printing, publishing, & recorded media",2,total,A1701,42,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,"Petroleum, coal, chemical, & associated product",2,total,A1701,79,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Non-metallic mineral product,2,total,A1701,68,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Metal product,2,total,A1701,77,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Transport and industrial machinery & equipment,2,total,A1701,92,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Other machinery & equipment,2,total,A1701,81,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Other manufacturing,2,total,A1701,94,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,"Electricity, gas, water, & waste services",1,total,A1701,87,,Average percent,1 and 2 and 3 and 5 and 9 +Percentage of R&D performed in-house,Construction,1,total,A1701,42,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Wholesale trade,1,total,A1701,61,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Machinery & equipment wholesaling,2,total,A1701,77,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Other wholesale trade,2,total,A1701,57,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Retail trade,1,total,A1701,43,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Accommodation & food services,1,total,A1701,70,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,"Transport, postal, & warehousing",1,total,A1701,84,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Information media & telecommunications,1,total,A1701,85,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Publishing,2,total,A1701,77,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Motion picture,2,total,A1701,91,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Telecommunications,2,total,A1701,93,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Financial & insurance services,1,total,A1701,73,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Finance,2,total,A1701,77,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Insurance,2,total,A1701,33,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Auxiliary,2,total,A1701,74,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,"Rental, hiring, & real estate services",1,total,A1701,36,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,"Professional, scientific, & technical services",1,total,A1701,84,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Computer systems design,2,total,A1701,94,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Other professional scientific,2,total,A1701,79,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Administrative & support services,1,total,A1701,70,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Education & training,1,total,A1701,54,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Health care & social assistance,1,total,A1701,64,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Arts & recreation services,1,total,A1701,38,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,Other services,1,total,A1701,20,,Average percent,1 and 2 and 3 and 9 +Percentage of R&D performed in-house,total,0,total,A1701,67,,Average percent,1 and 2 and 3 and 9 +Percentage of staff working full-time (30 or more hours),total,0,619 employees,A1801,75,,Average percent,1 and 2 and 3 and 4 and 8 +Percentage of staff working full-time (30 or more hours),total,0,2049 employees,A1801,78,,Average percent,1 and 2 and 3 and 4 and 8 +Percentage of staff working full-time (30 or more hours),total,0,5099 employees,A1801,80,,Average percent,1 and 2 and 3 and 4 and 8 +Percentage of staff working full-time (30 or more hours),total,0,100+ employees,A1801,78,,Average percent,1 and 2 and 3 and 4 and 8 +Percentage of staff working full-time (30 or more hours),"Agriculture, forestry, & fishing",1,total,A1801,75,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Agriculture,2,total,A1801,75,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Commercial fishing,2,total,A1801,78,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Forestry & logging,2,total,A1801,93,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),"Agriculture, forestry, & fishing support services",2,total,A1801,72,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Mining,1,total,A1801,90,,Average percent,1 and 2 and 3 and 5 and 8 +Percentage of staff working full-time (30 or more hours),Manufacturing,1,total,A1801,88,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),"Food, beverage, & tobacco",2,total,A1801,78,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),"Textile, clothing, footwear, & leather",2,total,A1801,86,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Wood & paper product,2,total,A1801,93,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),"Printing, publishing, & recorded media",2,total,A1801,88,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),"Petroleum, coal, chemical, & associated product",2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Non-metallic mineral product,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Metal product,2,total,A1801,93,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Transport and industrial machinery & equipment,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Other machinery & equipment,2,total,A1801,91,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Other manufacturing,2,total,A1801,87,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),"Electricity, gas, water, & waste services",1,total,A1801,89,,Average percent,1 and 2 and 3 and 5 and 8 +Percentage of staff working full-time (30 or more hours),Construction,1,total,A1801,91,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Wholesale trade,1,total,A1801,86,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Machinery & equipment wholesaling,2,total,A1801,92,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Other wholesale trade,2,total,A1801,83,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Retail trade,1,total,A1801,67,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Accommodation & food services,1,total,A1801,50,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),"Transport, postal, & warehousing",1,total,A1801,83,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Information media & telecommunications,1,total,A1801,79,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Publishing,2,total,A1801,83,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Motion picture,2,total,A1801,63,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Telecommunications,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Financial & insurance services,1,total,A1801,90,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Finance,2,total,A1801,88,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Insurance,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Auxiliary,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),"Rental, hiring, & real estate services",1,total,A1801,80,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),"Professional, scientific, & technical services",1,total,A1801,84,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Computer systems design,2,total,A1801,92,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Other professional scientific,2,total,A1801,82,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Administrative & support services,1,total,A1801,75,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Education & training,1,total,A1801,57,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Health care & social assistance,1,total,A1801,59,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Arts & recreation services,1,total,A1801,46,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),Other services,1,total,A1801,89,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working full-time (30 or more hours),total,0,total,A1801,76,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),total,0,619 employees,A1802,25,,Average percent,1 and 2 and 3 and 4 and 8 +Percentage of staff working part-time (less than 30 hours),total,0,2049 employees,A1802,22,,Average percent,1 and 2 and 3 and 4 and 8 +Percentage of staff working part-time (less than 30 hours),total,0,5099 employees,A1802,20,,Average percent,1 and 2 and 3 and 4 and 8 +Percentage of staff working part-time (less than 30 hours),total,0,100+ employees,A1802,22,,Average percent,1 and 2 and 3 and 4 and 8 +Percentage of staff working part-time (less than 30 hours),"Agriculture, forestry, & fishing",1,total,A1802,24,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Agriculture,2,total,A1802,24,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Commercial fishing,2,total,A1802,22,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Forestry & logging,2,total,A1802,7,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),"Agriculture, forestry, & fishing support services",2,total,A1802,28,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Mining,1,total,A1802,10,,Average percent,1 and 2 and 3 and 5 and 8 +Percentage of staff working part-time (less than 30 hours),Manufacturing,1,total,A1802,12,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),"Food, beverage, & tobacco",2,total,A1802,22,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),"Textile, clothing, footwear, & leather",2,total,A1802,15,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Wood & paper product,2,total,A1802,7,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),"Printing, publishing, & recorded media",2,total,A1802,12,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),"Petroleum, coal, chemical, & associated product",2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Non-metallic mineral product,2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Metal product,2,total,A1802,7,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Transport and industrial machinery & equipment,2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Other machinery & equipment,2,total,A1802,8,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Other manufacturing,2,total,A1802,13,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),"Electricity, gas, water, & waste services",1,total,A1802,10,,Average percent,1 and 2 and 3 and 5 and 8 +Percentage of staff working part-time (less than 30 hours),Construction,1,total,A1802,9,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Wholesale trade,1,total,A1802,14,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Machinery & equipment wholesaling,2,total,A1802,8,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Other wholesale trade,2,total,A1802,17,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Retail trade,1,total,A1802,33,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Accommodation & food services,1,total,A1802,50,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),"Transport, postal, & warehousing",1,total,A1802,17,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Information media & telecommunications,1,total,A1802,21,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Publishing,2,total,A1802,17,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Motion picture,2,total,A1802,37,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Telecommunications,2,total,A1802,9,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Financial & insurance services,1,total,A1802,10,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Finance,2,total,A1802,12,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Insurance,2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Auxiliary,2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),"Rental, hiring, & real estate services",1,total,A1802,20,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),"Professional, scientific, & technical services",1,total,A1802,16,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Computer systems design,2,total,A1802,8,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Other professional scientific,2,total,A1802,18,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Administrative & support services,1,total,A1802,25,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Education & training,1,total,A1802,43,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Health care & social assistance,1,total,A1802,41,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Arts & recreation services,1,total,A1802,52,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),Other services,1,total,A1802,9,,Average percent,1 and 2 and 3 and 8 +Percentage of staff working part-time (less than 30 hours),total,0,total,A1802,24,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,total,0,619 employees,A1901,70,,Average percent,1 and 2 and 3 and 4 and 8 +Approximate percentage of skilled roles in business,total,0,2049 employees,A1901,65,,Average percent,1 and 2 and 3 and 4 and 8 +Approximate percentage of skilled roles in business,total,0,5099 employees,A1901,64,,Average percent,1 and 2 and 3 and 4 and 8 +Approximate percentage of skilled roles in business,total,0,100+ employees,A1901,60,,Average percent,1 and 2 and 3 and 4 and 8 +Approximate percentage of skilled roles in business,"Agriculture, forestry, & fishing",1,total,A1901,64,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Agriculture,2,total,A1901,61,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Commercial fishing,2,total,A1901,59,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Forestry & logging,2,total,A1901,87,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,"Agriculture, forestry, & fishing support services",2,total,A1901,66,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Mining,1,total,A1901,75,,Average percent,1 and 2 and 3 and 5 and 8 +Approximate percentage of skilled roles in business,Manufacturing,1,total,A1901,66,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,"Food, beverage, & tobacco",2,total,A1901,50,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,"Textile, clothing, footwear, & leather",2,total,A1901,62,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Wood & paper product,2,total,A1901,61,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,"Printing, publishing, & recorded media",2,total,A1901,77,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,"Petroleum, coal, chemical, & associated product",2,total,A1901,63,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Non-metallic mineral product,2,total,A1901,66,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Metal product,2,total,A1901,70,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Transport and industrial machinery & equipment,2,total,A1901,83,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Other machinery & equipment,2,total,A1901,79,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Other manufacturing,2,total,A1901,69,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,"Electricity, gas, water, & waste services",1,total,A1901,66,,Average percent,1 and 2 and 3 and 5 and 8 +Approximate percentage of skilled roles in business,Construction,1,total,A1901,77,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Wholesale trade,1,total,A1901,71,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Machinery & equipment wholesaling,2,total,A1901,79,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Other wholesale trade,2,total,A1901,68,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Retail trade,1,total,A1901,57,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Accommodation & food services,1,total,A1901,48,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,"Transport, postal, & warehousing",1,total,A1901,76,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Information media & telecommunications,1,total,A1901,81,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Publishing,2,total,A1901,87,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Motion picture,2,total,A1901,68,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Telecommunications,2,total,A1901,88,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Financial & insurance services,1,total,A1901,85,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Finance,2,total,A1901,85,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Insurance,2,total,A1901,79,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Auxiliary,2,total,A1901,85,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,"Rental, hiring, & real estate services",1,total,A1901,70,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,"Professional, scientific, & technical services",1,total,A1901,89,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Computer systems design,2,total,A1901,95,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Other professional scientific,2,total,A1901,87,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Administrative & support services,1,total,A1901,60,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Education & training,1,total,A1901,78,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Health care & social assistance,1,total,A1901,72,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Arts & recreation services,1,total,A1901,62,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,Other services,1,total,A1901,81,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of skilled roles in business,total,0,total,A1901,68,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,total,0,619 employees,A1902,30,,Average percent,1 and 2 and 3 and 4 and 8 +Approximate percentage of unskilled roles in business,total,0,2049 employees,A1902,35,,Average percent,1 and 2 and 3 and 4 and 8 +Approximate percentage of unskilled roles in business,total,0,5099 employees,A1902,36,,Average percent,1 and 2 and 3 and 4 and 8 +Approximate percentage of unskilled roles in business,total,0,100+ employees,A1902,40,,Average percent,1 and 2 and 3 and 4 and 8 +Approximate percentage of unskilled roles in business,"Agriculture, forestry, & fishing",1,total,A1902,35,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Agriculture,2,total,A1902,38,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Commercial fishing,2,total,A1902,41,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Forestry & logging,2,total,A1902,13,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,"Agriculture, forestry, & fishing support services",2,total,A1902,34,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Mining,1,total,A1902,25,,Average percent,1 and 2 and 3 and 5 and 8 +Approximate percentage of unskilled roles in business,Manufacturing,1,total,A1902,34,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,"Food, beverage, & tobacco",2,total,A1902,50,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,"Textile, clothing, footwear, & leather",2,total,A1902,37,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Wood & paper product,2,total,A1902,39,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,"Printing, publishing, & recorded media",2,total,A1902,23,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,"Petroleum, coal, chemical, & associated product",2,total,A1902,37,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Non-metallic mineral product,2,total,A1902,34,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Metal product,2,total,A1902,30,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Transport and industrial machinery & equipment,2,total,A1902,17,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Other machinery & equipment,2,total,A1902,20,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Other manufacturing,2,total,A1902,31,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,"Electricity, gas, water, & waste services",1,total,A1902,33,,Average percent,1 and 2 and 3 and 5 and 8 +Approximate percentage of unskilled roles in business,Construction,1,total,A1902,23,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Wholesale trade,1,total,A1902,29,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Machinery & equipment wholesaling,2,total,A1902,21,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Other wholesale trade,2,total,A1902,33,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Retail trade,1,total,A1902,44,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Accommodation & food services,1,total,A1902,52,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,"Transport, postal, & warehousing",1,total,A1902,23,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Information media & telecommunications,1,total,A1902,19,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Publishing,2,total,A1902,13,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Motion picture,2,total,A1902,32,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Telecommunications,2,total,A1902,11,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Financial & insurance services,1,total,A1902,15,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Finance,2,total,A1902,15,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Insurance,2,total,A1902,21,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Auxiliary,2,total,A1902,15,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,"Rental, hiring, & real estate services",1,total,A1902,30,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,"Professional, scientific, & technical services",1,total,A1902,12,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Computer systems design,2,total,A1902,5,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Other professional scientific,2,total,A1902,13,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Administrative & support services,1,total,A1902,40,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Education & training,1,total,A1902,22,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Health care & social assistance,1,total,A1902,28,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Arts & recreation services,1,total,A1902,38,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,Other services,1,total,A1902,18,,Average percent,1 and 2 and 3 and 8 +Approximate percentage of unskilled roles in business,total,0,total,A1902,32,,Average percent,1 and 2 and 3 and 8 +Did this business have any vacancies: Yes,total,0,619 employees,A2000.01,23943,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did this business have any vacancies: Yes,total,0,2049 employees,A2000.01,7563,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did this business have any vacancies: Yes,total,0,5099 employees,A2000.01,2322,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did this business have any vacancies: Yes,total,0,100+ employees,A2000.01,2001,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did this business have any vacancies: Yes,"Agriculture, forestry, & fishing",1,total,A2000.01,2133,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Agriculture,2,total,A2000.01,1326,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Commercial fishing,2,total,A2000.01,30,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Forestry & logging,2,total,A2000.01,129,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,"Agriculture, forestry, & fishing support services",2,total,A2000.01,648,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Mining,1,total,A2000.01,87,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did this business have any vacancies: Yes,Manufacturing,1,total,A2000.01,3993,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,"Food, beverage, & tobacco",2,total,A2000.01,936,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,"Textile, clothing, footwear, & leather",2,total,A2000.01,192,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Wood & paper product,2,total,A2000.01,399,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,"Printing, publishing, & recorded media",2,total,A2000.01,120,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,"Petroleum, coal, chemical, & associated product",2,total,A2000.01,300,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Non-metallic mineral product,2,total,A2000.01,156,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Metal product,2,total,A2000.01,723,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Transport and industrial machinery & equipment,2,total,A2000.01,726,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Other machinery & equipment,2,total,A2000.01,192,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Other manufacturing,2,total,A2000.01,252,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,"Electricity, gas, water, & waste services",1,total,A2000.01,165,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did this business have any vacancies: Yes,Construction,1,total,A2000.01,5064,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Wholesale trade,1,total,A2000.01,2358,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Machinery & equipment wholesaling,2,total,A2000.01,699,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Other wholesale trade,2,total,A2000.01,1656,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Retail trade,1,total,A2000.01,3651,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Accommodation & food services,1,total,A2000.01,5070,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,"Transport, postal, & warehousing",1,total,A2000.01,1326,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Information media & telecommunications,1,total,A2000.01,348,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Publishing,2,total,A2000.01,141,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Motion picture,2,total,A2000.01,108,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Telecommunications,2,total,A2000.01,96,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Financial & insurance services,1,total,A2000.01,504,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Finance,2,total,A2000.01,156,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Insurance,2,total,A2000.01,33,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Auxiliary,2,total,A2000.01,321,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,"Rental, hiring, & real estate services",1,total,A2000.01,723,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,"Professional, scientific, & technical services",1,total,A2000.01,4047,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Computer systems design,2,total,A2000.01,678,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Other professional scientific,2,total,A2000.01,3372,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Administrative & support services,1,total,A2000.01,1458,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Education & training,1,total,A2000.01,942,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Health care & social assistance,1,total,A2000.01,2532,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Arts & recreation services,1,total,A2000.01,378,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,Other services,1,total,A2000.01,1041,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: Yes,total,0,total,A2000.01,35829,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,total,0,619 employees,A2000.02,11613,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did this business have any vacancies: No,total,0,2049 employees,A2000.02,1233,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did this business have any vacancies: No,total,0,5099 employees,A2000.02,210,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did this business have any vacancies: No,total,0,100+ employees,A2000.02,102,,Number of businesses,1 and 2 and 3 and 4 and 6 +Did this business have any vacancies: No,"Agriculture, forestry, & fishing",1,total,A2000.02,1620,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Agriculture,2,total,A2000.02,1131,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Commercial fishing,2,total,A2000.02,27,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Forestry & logging,2,total,A2000.02,132,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,"Agriculture, forestry, & fishing support services",2,total,A2000.02,333,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Mining,1,total,A2000.02,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did this business have any vacancies: No,Manufacturing,1,total,A2000.02,1425,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,"Food, beverage, & tobacco",2,total,A2000.02,294,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,"Textile, clothing, footwear, & leather",2,total,A2000.02,63,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Wood & paper product,2,total,A2000.02,120,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,"Printing, publishing, & recorded media",2,total,A2000.02,81,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,"Petroleum, coal, chemical, & associated product",2,total,A2000.02,147,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Non-metallic mineral product,2,total,A2000.02,54,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Metal product,2,total,A2000.02,279,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Transport and industrial machinery & equipment,2,total,A2000.02,222,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Other machinery & equipment,2,total,A2000.02,45,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Other manufacturing,2,total,A2000.02,120,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,"Electricity, gas, water, & waste services",1,total,A2000.02,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Did this business have any vacancies: No,Construction,1,total,A2000.02,2376,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Wholesale trade,1,total,A2000.02,870,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Machinery & equipment wholesaling,2,total,A2000.02,252,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Other wholesale trade,2,total,A2000.02,618,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Retail trade,1,total,A2000.02,1419,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Accommodation & food services,1,total,A2000.02,1704,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,"Transport, postal, & warehousing",1,total,A2000.02,351,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Information media & telecommunications,1,total,A2000.02,114,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Publishing,2,total,A2000.02,48,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Motion picture,2,total,A2000.02,36,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Telecommunications,2,total,A2000.02,27,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Financial & insurance services,1,total,A2000.02,189,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Finance,2,total,A2000.02,60,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Insurance,2,total,A2000.02,3,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Auxiliary,2,total,A2000.02,129,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,"Rental, hiring, & real estate services",1,total,A2000.02,321,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,"Professional, scientific, & technical services",1,total,A2000.02,1137,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Computer systems design,2,total,A2000.02,306,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Other professional scientific,2,total,A2000.02,834,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Administrative & support services,1,total,A2000.02,387,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Education & training,1,total,A2000.02,240,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Health care & social assistance,1,total,A2000.02,390,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Arts & recreation services,1,total,A2000.02,189,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,Other services,1,total,A2000.02,339,,Number of businesses,1 and 2 and 3 and 6 +Did this business have any vacancies: No,total,0,total,A2000.02,13158,,Number of businesses,1 and 2 and 3 and 6 +Number of vacancies for skilled roles,total,0,619 employees,A2101,80000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies for skilled roles,total,0,2049 employees,A2101,45000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies for skilled roles,total,0,5099 employees,A2101,28000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies for skilled roles,total,0,100+ employees,A2101,117000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies for skilled roles,"Agriculture, forestry, & fishing",1,total,A2101,8800,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Agriculture,2,total,A2101,2800,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Commercial fishing,2,total,A2101,95,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Forestry & logging,2,total,A2101,450,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,"Agriculture, forestry, & fishing support services",2,total,A2101,5500,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Mining,1,total,A2101,910,,Number of employees,1 and 2 and 3 and 5 and 10 +Number of vacancies for skilled roles,Manufacturing,1,total,A2101,30000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,"Food, beverage, & tobacco",2,total,A2101,13000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,"Textile, clothing, footwear, & leather",2,total,A2101,810,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Wood & paper product,2,total,A2101,1600,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,"Printing, publishing, & recorded media",2,total,A2101,400,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,"Petroleum, coal, chemical, & associated product",2,total,A2101,1900,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Non-metallic mineral product,2,total,A2101,1000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Metal product,2,total,A2101,3900,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Transport and industrial machinery & equipment,2,total,A2101,4500,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Other machinery & equipment,2,total,A2101,2200,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Other manufacturing,2,total,A2101,680,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,"Electricity, gas, water, & waste services",1,total,A2101,3100,,Number of employees,1 and 2 and 3 and 5 and 10 +Number of vacancies for skilled roles,Construction,1,total,A2101,26000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Wholesale trade,1,total,A2101,12000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Machinery & equipment wholesaling,2,total,A2101,3500,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Other wholesale trade,2,total,A2101,9000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Retail trade,1,total,A2101,20000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Accommodation & food services,1,total,A2101,35000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,"Transport, postal, & warehousing",1,total,A2101,20000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Information media & telecommunications,1,total,A2101,5300,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Publishing,2,total,A2101,1000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Motion picture,2,total,A2101,960,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Telecommunications,2,total,A2101,3300,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Financial & insurance services,1,total,A2101,12000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Finance,2,total,A2101,5800,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Insurance,2,total,A2101,3300,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Auxiliary,2,total,A2101,2800,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,"Rental, hiring, & real estate services",1,total,A2101,3600,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,"Professional, scientific, & technical services",1,total,A2101,37000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Computer systems design,2,total,A2101,9200,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Other professional scientific,2,total,A2101,27000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Administrative & support services,1,total,A2101,21000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Education & training,1,total,A2101,6500,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Health care & social assistance,1,total,A2101,19000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Arts & recreation services,1,total,A2101,5500,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,Other services,1,total,A2101,4900,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for skilled roles,total,0,total,A2101,271000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,total,0,619 employees,A2102,52000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies for unskilled roles,total,0,2049 employees,A2102,43000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies for unskilled roles,total,0,5099 employees,A2102,32000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies for unskilled roles,total,0,100+ employees,A2102,175000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies for unskilled roles,"Agriculture, forestry, & fishing",1,total,A2102,22000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Agriculture,2,total,A2102,12000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Commercial fishing,2,total,A2102,620,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Forestry & logging,2,total,A2102,95,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,"Agriculture, forestry, & fishing support services",2,total,A2102,9500,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Mining,1,total,A2102,280,,Number of employees,1 and 2 and 3 and 5 and 10 +Number of vacancies for unskilled roles,Manufacturing,1,total,A2102,27000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,"Food, beverage, & tobacco",2,total,A2102,16000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,"Textile, clothing, footwear, & leather",2,total,A2102,870,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Wood & paper product,2,total,A2102,2000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,"Printing, publishing, & recorded media",2,total,A2102,350,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,"Petroleum, coal, chemical, & associated product",2,total,A2102,1900,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Non-metallic mineral product,2,total,A2102,810,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Metal product,2,total,A2102,2400,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Transport and industrial machinery & equipment,2,total,A2102,1200,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Other machinery & equipment,2,total,A2102,850,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Other manufacturing,2,total,A2102,550,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,"Electricity, gas, water, & waste services",1,total,A2102,1300,,Number of employees,1 and 2 and 3 and 5 and 10 +Number of vacancies for unskilled roles,Construction,1,total,A2102,11000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Wholesale trade,1,total,A2102,13000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Machinery & equipment wholesaling,2,total,A2102,1600,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Other wholesale trade,2,total,A2102,10000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Retail trade,1,total,A2102,64000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Accommodation & food services,1,total,A2102,48000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,"Transport, postal, & warehousing",1,total,A2102,10000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Information media & telecommunications,1,total,A2102,1600,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Publishing,2,total,A2102,75,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Motion picture,2,total,A2102,340,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Telecommunications,2,total,A2102,1200,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Financial & insurance services,1,total,A2102,6400,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Finance,2,total,A2102,4400,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Insurance,2,total,A2102,970,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Auxiliary,2,total,A2102,880,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,"Rental, hiring, & real estate services",1,total,A2102,4000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,"Professional, scientific, & technical services",1,total,A2102,19000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Computer systems design,2,total,A2102,470,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Other professional scientific,2,total,A2102,19000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Administrative & support services,1,total,A2102,50000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Education & training,1,total,A2102,3500,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Health care & social assistance,1,total,A2102,13000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Arts & recreation services,1,total,A2102,5900,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,Other services,1,total,A2102,870,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies for unskilled roles,total,0,total,A2102,301000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,total,0,619 employees,A2103,131000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies in total,total,0,2049 employees,A2103,88000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies in total,total,0,5099 employees,A2103,60000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies in total,total,0,100+ employees,A2103,295000,,Number of employees,1 and 2 and 3 and 4 and 10 +Number of vacancies in total,"Agriculture, forestry, & fishing",1,total,A2103,31000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Agriculture,2,total,A2103,14000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Commercial fishing,2,total,A2103,720,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Forestry & logging,2,total,A2103,540,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,"Agriculture, forestry, & fishing support services",2,total,A2103,15000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Mining,1,total,A2103,1100,,Number of employees,1 and 2 and 3 and 5 and 10 +Number of vacancies in total,Manufacturing,1,total,A2103,57000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,"Food, beverage, & tobacco",2,total,A2103,30000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,"Textile, clothing, footwear, & leather",2,total,A2103,1700,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Wood & paper product,2,total,A2103,3600,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,"Printing, publishing, & recorded media",2,total,A2103,740,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,"Petroleum, coal, chemical, & associated product",2,total,A2103,3700,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Non-metallic mineral product,2,total,A2103,1800,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Metal product,2,total,A2103,6300,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Transport and industrial machinery & equipment,2,total,A2103,5700,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Other machinery & equipment,2,total,A2103,3000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Other manufacturing,2,total,A2103,1200,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,"Electricity, gas, water, & waste services",1,total,A2103,4400,,Number of employees,1 and 2 and 3 and 5 and 10 +Number of vacancies in total,Construction,1,total,A2103,38000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Wholesale trade,1,total,A2103,25000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Machinery & equipment wholesaling,2,total,A2103,5100,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Other wholesale trade,2,total,A2103,19000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Retail trade,1,total,A2103,85000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Accommodation & food services,1,total,A2103,83000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,"Transport, postal, & warehousing",1,total,A2103,30000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Information media & telecommunications,1,total,A2103,6900,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Publishing,2,total,A2103,1100,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Motion picture,2,total,A2103,1300,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Telecommunications,2,total,A2103,4500,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Financial & insurance services,1,total,A2103,18000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Finance,2,total,A2103,10000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Insurance,2,total,A2103,4300,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Auxiliary,2,total,A2103,3700,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,"Rental, hiring, & real estate services",1,total,A2103,7500,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,"Professional, scientific, & technical services",1,total,A2103,56000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Computer systems design,2,total,A2103,9700,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Other professional scientific,2,total,A2103,46000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Administrative & support services,1,total,A2103,74000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Education & training,1,total,A2103,10000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Health care & social assistance,1,total,A2103,33000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Arts & recreation services,1,total,A2103,11000,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,Other services,1,total,A2103,5700,,Number of employees,1 and 2 and 3 and 10 +Number of vacancies in total,total,0,total,A2103,576000,,Number of employees,1 and 2 and 3 and 10 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,619 employees,A2201.01,2013,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,2049 employees,A2201.01,588,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,5099 employees,A2201.01,126,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,100+ employees,A2201.01,84,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Agriculture, forestry, & fishing",1,total,A2201.01,255,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Agriculture,2,total,A2201.01,132,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Commercial fishing,2,total,A2201.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Forestry & logging,2,total,A2201.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Agriculture, forestry, & fishing support services",2,total,A2201.01,96,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Mining,1,total,A2201.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Manufacturing,1,total,A2201.01,258,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Food, beverage, & tobacco",2,total,A2201.01,48,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Textile, clothing, footwear, & leather",2,total,A2201.01,24,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Wood & paper product,2,total,A2201.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Printing, publishing, & recorded media",2,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Petroleum, coal, chemical, & associated product",2,total,A2201.01,21,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Non-metallic mineral product,2,total,A2201.01,12,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Metal product,2,total,A2201.01,78,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Transport and industrial machinery & equipment,2,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other machinery & equipment,2,total,A2201.01,12,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other manufacturing,2,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Electricity, gas, water, & waste services",1,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Construction,1,total,A2201.01,372,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Wholesale trade,1,total,A2201.01,207,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Machinery & equipment wholesaling,2,total,A2201.01,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other wholesale trade,2,total,A2201.01,153,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Retail trade,1,total,A2201.01,153,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Accommodation & food services,1,total,A2201.01,228,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Transport, postal, & warehousing",1,total,A2201.01,24,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Information media & telecommunications,1,total,A2201.01,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Publishing,2,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Motion picture,2,total,A2201.01,24,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Telecommunications,2,total,A2201.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Financial & insurance services,1,total,A2201.01,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Finance,2,total,A2201.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Insurance,2,total,A2201.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Auxiliary,2,total,A2201.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Rental, hiring, & real estate services",1,total,A2201.01,150,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Professional, scientific, & technical services",1,total,A2201.01,501,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Computer systems design,2,total,A2201.01,66,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other professional scientific,2,total,A2201.01,435,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Administrative & support services,1,total,A2201.01,117,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Education & training,1,total,A2201.01,84,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Health care & social assistance,1,total,A2201.01,246,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Arts & recreation services,1,total,A2201.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other services,1,total,A2201.01,63,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,total,A2201.01,2811,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,619 employees,A2201.02,7302,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,2049 employees,A2201.02,2769,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,5099 employees,A2201.02,963,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,100+ employees,A2201.02,1014,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Agriculture, forestry, & fishing",1,total,A2201.02,687,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Agriculture,2,total,A2201.02,390,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Commercial fishing,2,total,A2201.02,12,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Forestry & logging,2,total,A2201.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Agriculture, forestry, & fishing support services",2,total,A2201.02,231,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Mining,1,total,A2201.02,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Manufacturing,1,total,A2201.02,1215,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Food, beverage, & tobacco",2,total,A2201.02,348,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Textile, clothing, footwear, & leather",2,total,A2201.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Wood & paper product,2,total,A2201.02,144,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Printing, publishing, & recorded media",2,total,A2201.02,45,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Petroleum, coal, chemical, & associated product",2,total,A2201.02,96,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Non-metallic mineral product,2,total,A2201.02,48,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Metal product,2,total,A2201.02,180,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Transport and industrial machinery & equipment,2,total,A2201.02,171,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other machinery & equipment,2,total,A2201.02,72,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other manufacturing,2,total,A2201.02,57,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Electricity, gas, water, & waste services",1,total,A2201.02,66,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Construction,1,total,A2201.02,1467,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Wholesale trade,1,total,A2201.02,942,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Machinery & equipment wholesaling,2,total,A2201.02,261,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other wholesale trade,2,total,A2201.02,681,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Retail trade,1,total,A2201.02,1176,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Accommodation & food services,1,total,A2201.02,1296,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Transport, postal, & warehousing",1,total,A2201.02,585,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Information media & telecommunications,1,total,A2201.02,183,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Publishing,2,total,A2201.02,69,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Motion picture,2,total,A2201.02,57,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Telecommunications,2,total,A2201.02,57,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Financial & insurance services,1,total,A2201.02,255,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Finance,2,total,A2201.02,69,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Insurance,2,total,A2201.02,21,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Auxiliary,2,total,A2201.02,165,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Rental, hiring, & real estate services",1,total,A2201.02,321,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Professional, scientific, & technical services",1,total,A2201.02,1929,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Computer systems design,2,total,A2201.02,402,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other professional scientific,2,total,A2201.02,1530,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Administrative & support services,1,total,A2201.02,540,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Education & training,1,total,A2201.02,312,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Health care & social assistance,1,total,A2201.02,687,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Arts & recreation services,1,total,A2201.02,177,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other services,1,total,A2201.02,171,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,total,A2201.02,12051,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,619 employees,A2201.03,10617,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,2049 employees,A2201.03,3453,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,5099 employees,A2201.03,1029,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,100+ employees,A2201.03,786,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Agriculture, forestry, & fishing",1,total,A2201.03,567,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Agriculture,2,total,A2201.03,318,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Commercial fishing,2,total,A2201.03,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Forestry & logging,2,total,A2201.03,30,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Agriculture, forestry, & fishing support services",2,total,A2201.03,216,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Mining,1,total,A2201.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Manufacturing,1,total,A2201.03,1839,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Food, beverage, & tobacco",2,total,A2201.03,303,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Textile, clothing, footwear, & leather",2,total,A2201.03,75,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Wood & paper product,2,total,A2201.03,150,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Printing, publishing, & recorded media",2,total,A2201.03,36,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Petroleum, coal, chemical, & associated product",2,total,A2201.03,129,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Non-metallic mineral product,2,total,A2201.03,72,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Metal product,2,total,A2201.03,378,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Transport and industrial machinery & equipment,2,total,A2201.03,474,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other machinery & equipment,2,total,A2201.03,87,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other manufacturing,2,total,A2201.03,138,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Electricity, gas, water, & waste services",1,total,A2201.03,57,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Construction,1,total,A2201.03,2625,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Wholesale trade,1,total,A2201.03,813,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Machinery & equipment wholesaling,2,total,A2201.03,297,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other wholesale trade,2,total,A2201.03,516,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Retail trade,1,total,A2201.03,1641,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Accommodation & food services,1,total,A2201.03,2901,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Transport, postal, & warehousing",1,total,A2201.03,489,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Information media & telecommunications,1,total,A2201.03,87,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Publishing,2,total,A2201.03,39,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Motion picture,2,total,A2201.03,21,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Telecommunications,2,total,A2201.03,24,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Financial & insurance services,1,total,A2201.03,138,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Finance,2,total,A2201.03,36,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Insurance,2,total,A2201.03,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Auxiliary,2,total,A2201.03,96,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Rental, hiring, & real estate services",1,total,A2201.03,126,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Professional, scientific, & technical services",1,total,A2201.03,1359,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Computer systems design,2,total,A2201.03,192,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other professional scientific,2,total,A2201.03,1167,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Administrative & support services,1,total,A2201.03,534,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Education & training,1,total,A2201.03,438,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Health care & social assistance,1,total,A2201.03,1389,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Arts & recreation services,1,total,A2201.03,129,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other services,1,total,A2201.03,720,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,total,A2201.03,15891,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,619 employees,A2201.04,525,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,2049 employees,A2201.04,60,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,5099 employees,A2201.04,39,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,100+ employees,A2201.04,54,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Agriculture, forestry, & fishing",1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Agriculture,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Commercial fishing,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Forestry & logging,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Agriculture, forestry, & fishing support services",2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Mining,1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Manufacturing,1,total,A2201.04,90,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Food, beverage, & tobacco",2,total,A2201.04,42,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Textile, clothing, footwear, & leather",2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Wood & paper product,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Printing, publishing, & recorded media",2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Petroleum, coal, chemical, & associated product",2,total,A2201.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Non-metallic mineral product,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Metal product,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Transport and industrial machinery & equipment,2,total,A2201.04,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other machinery & equipment,2,total,A2201.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other manufacturing,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Electricity, gas, water, & waste services",1,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Construction,1,total,A2201.04,135,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Wholesale trade,1,total,A2201.04,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Machinery & equipment wholesaling,2,total,A2201.04,24,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other wholesale trade,2,total,A2201.04,30,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Retail trade,1,total,A2201.04,234,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Accommodation & food services,1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Transport, postal, & warehousing",1,total,A2201.04,30,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Information media & telecommunications,1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Publishing,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Motion picture,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Telecommunications,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Financial & insurance services,1,total,A2201.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Finance,2,total,A2201.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Insurance,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Auxiliary,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Rental, hiring, & real estate services",1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know","Professional, scientific, & technical services",1,total,A2201.04,27,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Computer systems design,2,total,A2201.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other professional scientific,2,total,A2201.04,21,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Administrative & support services,1,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Education & training,1,total,A2201.04,12,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Health care & social assistance,1,total,A2201.04,42,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Arts & recreation services,1,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other services,1,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,total,A2201.04,678,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,619 employees,A2201.05,3513,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,2049 employees,A2201.05,699,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,5099 employees,A2201.05,159,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,100+ employees,A2201.05,63,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Agriculture, forestry, & fishing",1,total,A2201.05,621,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Agriculture,2,total,A2201.05,480,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Commercial fishing,2,total,A2201.05,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Forestry & logging,2,total,A2201.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Agriculture, forestry, & fishing support services",2,total,A2201.05,117,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Mining,1,total,A2201.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Manufacturing,1,total,A2201.05,600,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Food, beverage, & tobacco",2,total,A2201.05,198,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Textile, clothing, footwear, & leather",2,total,A2201.05,39,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Wood & paper product,2,total,A2201.05,102,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Printing, publishing, & recorded media",2,total,A2201.05,15,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Petroleum, coal, chemical, & associated product",2,total,A2201.05,45,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Non-metallic mineral product,2,total,A2201.05,24,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Metal product,2,total,A2201.05,81,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Transport and industrial machinery & equipment,2,total,A2201.05,39,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other machinery & equipment,2,total,A2201.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other manufacturing,2,total,A2201.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Electricity, gas, water, & waste services",1,total,A2201.05,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Construction,1,total,A2201.05,462,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Wholesale trade,1,total,A2201.05,348,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Machinery & equipment wholesaling,2,total,A2201.05,66,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other wholesale trade,2,total,A2201.05,279,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Retail trade,1,total,A2201.05,441,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Accommodation & food services,1,total,A2201.05,657,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Transport, postal, & warehousing",1,total,A2201.05,198,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Information media & telecommunications,1,total,A2201.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Publishing,2,total,A2201.05,12,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Motion picture,2,total,A2201.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Telecommunications,2,total,A2201.05,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Financial & insurance services,1,total,A2201.05,39,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Finance,2,total,A2201.05,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Insurance,2,total,A2201.05,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Auxiliary,2,total,A2201.05,30,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Rental, hiring, & real estate services",1,total,A2201.05,120,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Professional, scientific, & technical services",1,total,A2201.05,225,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Computer systems design,2,total,A2201.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other professional scientific,2,total,A2201.05,222,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Administrative & support services,1,total,A2201.05,270,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Education & training,1,total,A2201.05,99,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Health care & social assistance,1,total,A2201.05,165,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Arts & recreation services,1,total,A2201.05,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other services,1,total,A2201.05,81,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,total,A2201.05,4437,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,619 employees,A2202.01,3177,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,2049 employees,A2202.01,1182,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,5099 employees,A2202.01,354,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,100+ employees,A2202.01,288,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Agriculture, forestry, & fishing",1,total,A2202.01,354,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Agriculture,2,total,A2202.01,201,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Commercial fishing,2,total,A2202.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Forestry & logging,2,total,A2202.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Agriculture, forestry, & fishing support services",2,total,A2202.01,135,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Mining,1,total,A2202.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Manufacturing,1,total,A2202.01,495,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Food, beverage, & tobacco",2,total,A2202.01,120,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Textile, clothing, footwear, & leather",2,total,A2202.01,39,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Wood & paper product,2,total,A2202.01,66,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Printing, publishing, & recorded media",2,total,A2202.01,36,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Petroleum, coal, chemical, & associated product",2,total,A2202.01,51,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Non-metallic mineral product,2,total,A2202.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Metal product,2,total,A2202.01,78,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Transport and industrial machinery & equipment,2,total,A2202.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other machinery & equipment,2,total,A2202.01,33,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other manufacturing,2,total,A2202.01,33,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Electricity, gas, water, & waste services",1,total,A2202.01,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Construction,1,total,A2202.01,705,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Wholesale trade,1,total,A2202.01,354,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Machinery & equipment wholesaling,2,total,A2202.01,72,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other wholesale trade,2,total,A2202.01,282,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Retail trade,1,total,A2202.01,516,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Accommodation & food services,1,total,A2202.01,684,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Transport, postal, & warehousing",1,total,A2202.01,99,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Information media & telecommunications,1,total,A2202.01,60,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Publishing,2,total,A2202.01,24,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Motion picture,2,total,A2202.01,24,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Telecommunications,2,total,A2202.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Financial & insurance services,1,total,A2202.01,51,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Finance,2,total,A2202.01,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Insurance,2,total,A2202.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Auxiliary,2,total,A2202.01,30,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Rental, hiring, & real estate services",1,total,A2202.01,99,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Professional, scientific, & technical services",1,total,A2202.01,507,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Computer systems design,2,total,A2202.01,81,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other professional scientific,2,total,A2202.01,429,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Administrative & support services,1,total,A2202.01,198,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Education & training,1,total,A2202.01,174,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Health care & social assistance,1,total,A2202.01,531,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Arts & recreation services,1,total,A2202.01,66,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other services,1,total,A2202.01,63,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,total,A2202.01,5001,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,619 employees,A2202.02,7053,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,2049 employees,A2202.02,2739,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,5099 employees,A2202.02,981,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,100+ employees,A2202.02,906,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Agriculture, forestry, & fishing",1,total,A2202.02,558,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Agriculture,2,total,A2202.02,411,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Commercial fishing,2,total,A2202.02,12,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Forestry & logging,2,total,A2202.02,15,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Agriculture, forestry, & fishing support services",2,total,A2202.02,120,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Mining,1,total,A2202.02,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Manufacturing,1,total,A2202.02,1476,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Food, beverage, & tobacco",2,total,A2202.02,456,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Textile, clothing, footwear, & leather",2,total,A2202.02,72,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Wood & paper product,2,total,A2202.02,147,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Printing, publishing, & recorded media",2,total,A2202.02,21,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Petroleum, coal, chemical, & associated product",2,total,A2202.02,132,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Non-metallic mineral product,2,total,A2202.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Metal product,2,total,A2202.02,240,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Transport and industrial machinery & equipment,2,total,A2202.02,210,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other machinery & equipment,2,total,A2202.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other manufacturing,2,total,A2202.02,87,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Electricity, gas, water, & waste services",1,total,A2202.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Construction,1,total,A2202.02,1524,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Wholesale trade,1,total,A2202.02,822,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Machinery & equipment wholesaling,2,total,A2202.02,183,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other wholesale trade,2,total,A2202.02,636,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Retail trade,1,total,A2202.02,1344,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Accommodation & food services,1,total,A2202.02,2709,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Transport, postal, & warehousing",1,total,A2202.02,387,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Information media & telecommunications,1,total,A2202.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Publishing,2,total,A2202.02,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Motion picture,2,total,A2202.02,30,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Telecommunications,2,total,A2202.02,15,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Financial & insurance services,1,total,A2202.02,96,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Finance,2,total,A2202.02,30,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Insurance,2,total,A2202.02,21,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Auxiliary,2,total,A2202.02,48,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Rental, hiring, & real estate services",1,total,A2202.02,234,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Professional, scientific, & technical services",1,total,A2202.02,561,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Computer systems design,2,total,A2202.02,57,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other professional scientific,2,total,A2202.02,504,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Administrative & support services,1,total,A2202.02,396,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Education & training,1,total,A2202.02,291,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Health care & social assistance,1,total,A2202.02,765,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Arts & recreation services,1,total,A2202.02,129,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other services,1,total,A2202.02,258,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,total,A2202.02,11682,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,619 employees,A2202.03,2769,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,2049 employees,A2202.03,1236,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,5099 employees,A2202.03,357,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,100+ employees,A2202.03,351,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Agriculture, forestry, & fishing",1,total,A2202.03,483,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Agriculture,2,total,A2202.03,339,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Commercial fishing,2,total,A2202.03,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Forestry & logging,2,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Agriculture, forestry, & fishing support services",2,total,A2202.03,129,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Mining,1,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Manufacturing,1,total,A2202.03,600,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Food, beverage, & tobacco",2,total,A2202.03,147,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Textile, clothing, footwear, & leather",2,total,A2202.03,30,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Wood & paper product,2,total,A2202.03,75,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Printing, publishing, & recorded media",2,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Petroleum, coal, chemical, & associated product",2,total,A2202.03,60,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Non-metallic mineral product,2,total,A2202.03,39,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Metal product,2,total,A2202.03,117,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Transport and industrial machinery & equipment,2,total,A2202.03,51,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other machinery & equipment,2,total,A2202.03,27,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other manufacturing,2,total,A2202.03,45,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Electricity, gas, water, & waste services",1,total,A2202.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Construction,1,total,A2202.03,570,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Wholesale trade,1,total,A2202.03,279,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Machinery & equipment wholesaling,2,total,A2202.03,42,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other wholesale trade,2,total,A2202.03,237,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Retail trade,1,total,A2202.03,570,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Accommodation & food services,1,total,A2202.03,1077,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Transport, postal, & warehousing",1,total,A2202.03,102,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Information media & telecommunications,1,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Publishing,2,total,A2202.03,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Motion picture,2,total,A2202.03,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Telecommunications,2,total,A2202.03,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Financial & insurance services,1,total,A2202.03,18,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Finance,2,total,A2202.03,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Insurance,2,total,A2202.03,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Auxiliary,2,total,A2202.03,15,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Rental, hiring, & real estate services",1,total,A2202.03,75,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Professional, scientific, & technical services",1,total,A2202.03,111,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Computer systems design,2,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other professional scientific,2,total,A2202.03,105,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Administrative & support services,1,total,A2202.03,384,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Education & training,1,total,A2202.03,99,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Health care & social assistance,1,total,A2202.03,162,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Arts & recreation services,1,total,A2202.03,51,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other services,1,total,A2202.03,69,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,total,A2202.03,4713,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,619 employees,A2202.04,753,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,2049 employees,A2202.04,57,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,5099 employees,A2202.04,51,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,100+ employees,A2202.04,63,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Agriculture, forestry, & fishing",1,total,A2202.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Agriculture,2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Commercial fishing,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Forestry & logging,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Agriculture, forestry, & fishing support services",2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Mining,1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Manufacturing,1,total,A2202.04,93,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Food, beverage, & tobacco",2,total,A2202.04,42,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Textile, clothing, footwear, & leather",2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Wood & paper product,2,total,A2202.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Printing, publishing, & recorded media",2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Petroleum, coal, chemical, & associated product",2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Non-metallic mineral product,2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Metal product,2,total,A2202.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Transport and industrial machinery & equipment,2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other machinery & equipment,2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other manufacturing,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Electricity, gas, water, & waste services",1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Construction,1,total,A2202.04,267,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Wholesale trade,1,total,A2202.04,60,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Machinery & equipment wholesaling,2,total,A2202.04,33,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other wholesale trade,2,total,A2202.04,27,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Retail trade,1,total,A2202.04,180,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Accommodation & food services,1,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Transport, postal, & warehousing",1,total,A2202.04,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Information media & telecommunications,1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Publishing,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Motion picture,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Telecommunications,2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Financial & insurance services,1,total,A2202.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Finance,2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Insurance,2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Auxiliary,2,total,A2202.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Rental, hiring, & real estate services",1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Professional, scientific, & technical services",1,total,A2202.04,63,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Computer systems design,2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other professional scientific,2,total,A2202.04,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Administrative & support services,1,total,A2202.04,39,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Education & training,1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Health care & social assistance,1,total,A2202.04,102,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Arts & recreation services,1,total,A2202.04,12,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other services,1,total,A2202.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,total,A2202.04,927,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,619 employees,A2202.05,10173,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,2049 employees,A2202.05,2355,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,5099 employees,A2202.05,582,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,100+ employees,A2202.05,393,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Agriculture, forestry, & fishing",1,total,A2202.05,729,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Agriculture,2,total,A2202.05,366,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Commercial fishing,2,total,A2202.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Forestry & logging,2,total,A2202.05,93,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Agriculture, forestry, & fishing support services",2,total,A2202.05,267,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Mining,1,total,A2202.05,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Manufacturing,1,total,A2202.05,1323,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Food, beverage, & tobacco",2,total,A2202.05,168,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Textile, clothing, footwear, & leather",2,total,A2202.05,42,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Wood & paper product,2,total,A2202.05,108,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Printing, publishing, & recorded media",2,total,A2202.05,45,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Petroleum, coal, chemical, & associated product",2,total,A2202.05,57,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Non-metallic mineral product,2,total,A2202.05,51,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Metal product,2,total,A2202.05,267,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Transport and industrial machinery & equipment,2,total,A2202.05,423,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other machinery & equipment,2,total,A2202.05,72,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other manufacturing,2,total,A2202.05,90,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Electricity, gas, water, & waste services",1,total,A2202.05,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Construction,1,total,A2202.05,1995,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Wholesale trade,1,total,A2202.05,846,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Machinery & equipment wholesaling,2,total,A2202.05,372,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other wholesale trade,2,total,A2202.05,474,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Retail trade,1,total,A2202.05,1038,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Accommodation & food services,1,total,A2202.05,615,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Transport, postal, & warehousing",1,total,A2202.05,684,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Information media & telecommunications,1,total,A2202.05,222,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Publishing,2,total,A2202.05,99,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Motion picture,2,total,A2202.05,54,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Telecommunications,2,total,A2202.05,66,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Financial & insurance services,1,total,A2202.05,315,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Finance,2,total,A2202.05,90,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Insurance,2,total,A2202.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Auxiliary,2,total,A2202.05,222,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Rental, hiring, & real estate services",1,total,A2202.05,306,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Professional, scientific, & technical services",1,total,A2202.05,2790,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Computer systems design,2,total,A2202.05,510,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other professional scientific,2,total,A2202.05,2283,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Administrative & support services,1,total,A2202.05,438,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Education & training,1,total,A2202.05,378,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Health care & social assistance,1,total,A2202.05,963,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Arts & recreation services,1,total,A2202.05,111,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other services,1,total,A2202.05,642,,Number of businesses,1 and 2 and 3 and 6 +"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,total,A2202.05,13503,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,total,0,619 employees,A2301,3024,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: changes in technology,total,0,2049 employees,A2301,801,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: changes in technology,total,0,5099 employees,A2301,267,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: changes in technology,total,0,100+ employees,A2301,327,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: changes in technology,"Agriculture, forestry, & fishing",1,total,A2301,255,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Agriculture,2,total,A2301,174,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Commercial fishing,2,total,A2301,0,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Forestry & logging,2,total,A2301,15,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,"Agriculture, forestry, & fishing support services",2,total,A2301,66,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Mining,1,total,A2301,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: changes in technology,Manufacturing,1,total,A2301,531,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,"Food, beverage, & tobacco",2,total,A2301,129,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,"Textile, clothing, footwear, & leather",2,total,A2301,33,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Wood & paper product,2,total,A2301,27,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,"Printing, publishing, & recorded media",2,total,A2301,12,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,"Petroleum, coal, chemical, & associated product",2,total,A2301,60,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Non-metallic mineral product,2,total,A2301,9,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Metal product,2,total,A2301,87,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Transport and industrial machinery & equipment,2,total,A2301,81,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Other machinery & equipment,2,total,A2301,42,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Other manufacturing,2,total,A2301,45,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,"Electricity, gas, water, & waste services",1,total,A2301,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: changes in technology,Construction,1,total,A2301,315,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Wholesale trade,1,total,A2301,510,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Machinery & equipment wholesaling,2,total,A2301,183,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Other wholesale trade,2,total,A2301,327,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Retail trade,1,total,A2301,681,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Accommodation & food services,1,total,A2301,387,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,"Transport, postal, & warehousing",1,total,A2301,102,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Information media & telecommunications,1,total,A2301,84,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Publishing,2,total,A2301,36,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Motion picture,2,total,A2301,24,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Telecommunications,2,total,A2301,21,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Financial & insurance services,1,total,A2301,75,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Finance,2,total,A2301,27,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Insurance,2,total,A2301,6,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Auxiliary,2,total,A2301,42,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,"Rental, hiring, & real estate services",1,total,A2301,120,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,"Professional, scientific, & technical services",1,total,A2301,603,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Computer systems design,2,total,A2301,144,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Other professional scientific,2,total,A2301,462,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Administrative & support services,1,total,A2301,150,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Education & training,1,total,A2301,138,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Health care & social assistance,1,total,A2301,210,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Arts & recreation services,1,total,A2301,36,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,Other services,1,total,A2301,168,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in technology,total,0,total,A2301,4419,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,total,0,619 employees,A2302,3306,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: changes in business environment,total,0,2049 employees,A2302,1056,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: changes in business environment,total,0,5099 employees,A2302,348,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: changes in business environment,total,0,100+ employees,A2302,327,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: changes in business environment,"Agriculture, forestry, & fishing",1,total,A2302,249,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Agriculture,2,total,A2302,111,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Commercial fishing,2,total,A2302,0,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Forestry & logging,2,total,A2302,24,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,"Agriculture, forestry, & fishing support services",2,total,A2302,114,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Mining,1,total,A2302,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: changes in business environment,Manufacturing,1,total,A2302,468,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,"Food, beverage, & tobacco",2,total,A2302,135,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,"Textile, clothing, footwear, & leather",2,total,A2302,27,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Wood & paper product,2,total,A2302,15,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,"Printing, publishing, & recorded media",2,total,A2302,15,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,"Petroleum, coal, chemical, & associated product",2,total,A2302,69,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Non-metallic mineral product,2,total,A2302,12,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Metal product,2,total,A2302,42,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Transport and industrial machinery & equipment,2,total,A2302,75,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Other machinery & equipment,2,total,A2302,42,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Other manufacturing,2,total,A2302,42,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,"Electricity, gas, water, & waste services",1,total,A2302,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: changes in business environment,Construction,1,total,A2302,879,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Wholesale trade,1,total,A2302,420,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Machinery & equipment wholesaling,2,total,A2302,135,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Other wholesale trade,2,total,A2302,285,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Retail trade,1,total,A2302,558,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Accommodation & food services,1,total,A2302,843,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,"Transport, postal, & warehousing",1,total,A2302,120,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Information media & telecommunications,1,total,A2302,54,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Publishing,2,total,A2302,15,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Motion picture,2,total,A2302,15,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Telecommunications,2,total,A2302,24,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Financial & insurance services,1,total,A2302,93,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Finance,2,total,A2302,27,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Insurance,2,total,A2302,9,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Auxiliary,2,total,A2302,60,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,"Rental, hiring, & real estate services",1,total,A2302,153,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,"Professional, scientific, & technical services",1,total,A2302,459,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Computer systems design,2,total,A2302,162,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Other professional scientific,2,total,A2302,297,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Administrative & support services,1,total,A2302,258,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Education & training,1,total,A2302,132,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Health care & social assistance,1,total,A2302,156,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Arts & recreation services,1,total,A2302,90,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,Other services,1,total,A2302,66,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: changes in business environment,total,0,total,A2302,5037,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,total,0,619 employees,A2303,4080,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: increased scope of roles,total,0,2049 employees,A2303,1329,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: increased scope of roles,total,0,5099 employees,A2303,447,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: increased scope of roles,total,0,100+ employees,A2303,429,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Agriculture, forestry, & fishing",1,total,A2303,312,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Agriculture,2,total,A2303,213,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Commercial fishing,2,total,A2303,0,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Forestry & logging,2,total,A2303,45,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Agriculture, forestry, & fishing support services",2,total,A2303,54,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Mining,1,total,A2303,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: increased scope of roles,Manufacturing,1,total,A2303,780,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Food, beverage, & tobacco",2,total,A2303,180,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Textile, clothing, footwear, & leather",2,total,A2303,45,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Wood & paper product,2,total,A2303,54,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Printing, publishing, & recorded media",2,total,A2303,24,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Petroleum, coal, chemical, & associated product",2,total,A2303,75,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Non-metallic mineral product,2,total,A2303,27,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Metal product,2,total,A2303,111,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Transport and industrial machinery & equipment,2,total,A2303,144,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Other machinery & equipment,2,total,A2303,51,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Other manufacturing,2,total,A2303,63,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Electricity, gas, water, & waste services",1,total,A2303,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: increased scope of roles,Construction,1,total,A2303,1173,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Wholesale trade,1,total,A2303,483,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Machinery & equipment wholesaling,2,total,A2303,162,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Other wholesale trade,2,total,A2303,321,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Retail trade,1,total,A2303,774,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Accommodation & food services,1,total,A2303,312,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Transport, postal, & warehousing",1,total,A2303,123,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Information media & telecommunications,1,total,A2303,90,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Publishing,2,total,A2303,33,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Motion picture,2,total,A2303,33,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Telecommunications,2,total,A2303,24,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Financial & insurance services,1,total,A2303,132,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Finance,2,total,A2303,45,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Insurance,2,total,A2303,9,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Auxiliary,2,total,A2303,81,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Rental, hiring, & real estate services",1,total,A2303,129,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,"Professional, scientific, & technical services",1,total,A2303,810,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Computer systems design,2,total,A2303,216,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Other professional scientific,2,total,A2303,594,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Administrative & support services,1,total,A2303,270,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Education & training,1,total,A2303,165,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Health care & social assistance,1,total,A2303,444,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Arts & recreation services,1,total,A2303,72,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,Other services,1,total,A2303,162,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: increased scope of roles,total,0,total,A2303,6285,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,total,0,619 employees,A2304,10377,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do nothave all skills: staff turnover,total,0,2049 employees,A2304,4038,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do nothave all skills: staff turnover,total,0,5099 employees,A2304,1428,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do nothave all skills: staff turnover,total,0,100+ employees,A2304,1410,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do nothave all skills: staff turnover,"Agriculture, forestry, & fishing",1,total,A2304,993,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Agriculture,2,total,A2304,660,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Commercial fishing,2,total,A2304,18,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Forestry & logging,2,total,A2304,63,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,"Agriculture, forestry, & fishing support services",2,total,A2304,252,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Mining,1,total,A2304,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do nothave all skills: staff turnover,Manufacturing,1,total,A2304,2112,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,"Food, beverage, & tobacco",2,total,A2304,588,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,"Textile, clothing, footwear, & leather",2,total,A2304,84,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Wood & paper product,2,total,A2304,225,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,"Printing, publishing, & recorded media",2,total,A2304,51,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,"Petroleum, coal, chemical, & associated product",2,total,A2304,189,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Non-metallic mineral product,2,total,A2304,66,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Metal product,2,total,A2304,405,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Transport and industrial machinery & equipment,2,total,A2304,294,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Other machinery & equipment,2,total,A2304,87,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Other manufacturing,2,total,A2304,117,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,"Electricity, gas, water, & waste services",1,total,A2304,66,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do nothave all skills: staff turnover,Construction,1,total,A2304,2340,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Wholesale trade,1,total,A2304,1140,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Machinery & equipment wholesaling,2,total,A2304,336,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Other wholesale trade,2,total,A2304,801,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Retail trade,1,total,A2304,1794,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Accommodation & food services,1,total,A2304,3336,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,"Transport, postal, & warehousing",1,total,A2304,486,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Information media & telecommunications,1,total,A2304,138,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Publishing,2,total,A2304,48,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Motion picture,2,total,A2304,48,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Telecommunications,2,total,A2304,39,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Financial & insurance services,1,total,A2304,201,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Finance,2,total,A2304,69,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Insurance,2,total,A2304,18,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Auxiliary,2,total,A2304,117,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,"Rental, hiring, & real estate services",1,total,A2304,354,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,"Professional, scientific, & technical services",1,total,A2304,1437,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Computer systems design,2,total,A2304,261,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Other professional scientific,2,total,A2304,1179,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Administrative & support services,1,total,A2304,627,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Education & training,1,total,A2304,453,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Health care & social assistance,1,total,A2304,1110,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Arts & recreation services,1,total,A2304,198,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,Other services,1,total,A2304,414,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do nothave all skills: staff turnover,total,0,total,A2304,17250,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,total,0,619 employees,A2305,12051,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: recruitment difficulties,total,0,2049 employees,A2305,4401,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: recruitment difficulties,total,0,5099 employees,A2305,1440,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: recruitment difficulties,total,0,100+ employees,A2305,1302,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Agriculture, forestry, & fishing",1,total,A2305,1110,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Agriculture,2,total,A2305,711,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Commercial fishing,2,total,A2305,12,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Forestry & logging,2,total,A2305,51,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Agriculture, forestry, & fishing support services",2,total,A2305,333,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Mining,1,total,A2305,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Manufacturing,1,total,A2305,2262,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Food, beverage, & tobacco",2,total,A2305,480,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Textile, clothing, footwear, & leather",2,total,A2305,78,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Wood & paper product,2,total,A2305,276,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Printing, publishing, & recorded media",2,total,A2305,39,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Petroleum, coal, chemical, & associated product",2,total,A2305,180,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Non-metallic mineral product,2,total,A2305,90,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Metal product,2,total,A2305,420,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Transport and industrial machinery & equipment,2,total,A2305,465,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Other machinery & equipment,2,total,A2305,105,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Other manufacturing,2,total,A2305,126,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Electricity, gas, water, & waste services",1,total,A2305,78,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Construction,1,total,A2305,2334,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Wholesale trade,1,total,A2305,1020,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Machinery & equipment wholesaling,2,total,A2305,294,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Other wholesale trade,2,total,A2305,723,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Retail trade,1,total,A2305,2148,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Accommodation & food services,1,total,A2305,4152,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Transport, postal, & warehousing",1,total,A2305,513,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Information media & telecommunications,1,total,A2305,135,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Publishing,2,total,A2305,51,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Motion picture,2,total,A2305,42,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Telecommunications,2,total,A2305,39,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Financial & insurance services,1,total,A2305,210,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Finance,2,total,A2305,63,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Insurance,2,total,A2305,18,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Auxiliary,2,total,A2305,129,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Rental, hiring, & real estate services",1,total,A2305,288,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,"Professional, scientific, & technical services",1,total,A2305,1497,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Computer systems design,2,total,A2305,261,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Other professional scientific,2,total,A2305,1239,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Administrative & support services,1,total,A2305,822,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Education & training,1,total,A2305,549,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Health care & social assistance,1,total,A2305,1176,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Arts & recreation services,1,total,A2305,195,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,Other services,1,total,A2305,651,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: recruitment difficulties,total,0,total,A2305,19194,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,total,0,619 employees,A2306,4761,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: constraints on training,total,0,2049 employees,A2306,1293,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: constraints on training,total,0,5099 employees,A2306,378,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: constraints on training,total,0,100+ employees,A2306,333,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: constraints on training,"Agriculture, forestry, & fishing",1,total,A2306,474,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Agriculture,2,total,A2306,318,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Commercial fishing,2,total,A2306,3,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Forestry & logging,2,total,A2306,33,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,"Agriculture, forestry, & fishing support services",2,total,A2306,123,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Mining,1,total,A2306,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: constraints on training,Manufacturing,1,total,A2306,669,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,"Food, beverage, & tobacco",2,total,A2306,114,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,"Textile, clothing, footwear, & leather",2,total,A2306,21,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Wood & paper product,2,total,A2306,57,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,"Printing, publishing, & recorded media",2,total,A2306,12,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,"Petroleum, coal, chemical, & associated product",2,total,A2306,60,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Non-metallic mineral product,2,total,A2306,36,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Metal product,2,total,A2306,108,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Transport and industrial machinery & equipment,2,total,A2306,165,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Other machinery & equipment,2,total,A2306,39,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Other manufacturing,2,total,A2306,57,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,"Electricity, gas, water, & waste services",1,total,A2306,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: constraints on training,Construction,1,total,A2306,1125,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Wholesale trade,1,total,A2306,369,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Machinery & equipment wholesaling,2,total,A2306,132,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Other wholesale trade,2,total,A2306,234,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Retail trade,1,total,A2306,993,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Accommodation & food services,1,total,A2306,1029,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,"Transport, postal, & warehousing",1,total,A2306,183,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Information media & telecommunications,1,total,A2306,66,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Publishing,2,total,A2306,18,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Motion picture,2,total,A2306,27,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Telecommunications,2,total,A2306,18,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Financial & insurance services,1,total,A2306,63,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Finance,2,total,A2306,15,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Insurance,2,total,A2306,3,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Auxiliary,2,total,A2306,48,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,"Rental, hiring, & real estate services",1,total,A2306,108,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,"Professional, scientific, & technical services",1,total,A2306,591,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Computer systems design,2,total,A2306,102,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Other professional scientific,2,total,A2306,492,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Administrative & support services,1,total,A2306,309,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Education & training,1,total,A2306,165,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Health care & social assistance,1,total,A2306,324,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Arts & recreation services,1,total,A2306,57,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,Other services,1,total,A2306,192,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: constraints on training,total,0,total,A2306,6765,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,total,0,619 employees,A2307,4233,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: other reasons,total,0,2049 employees,A2307,960,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: other reasons,total,0,5099 employees,A2307,354,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: other reasons,total,0,100+ employees,A2307,303,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: other reasons,"Agriculture, forestry, & fishing",1,total,A2307,621,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Agriculture,2,total,A2307,405,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Commercial fishing,2,total,A2307,12,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Forestry & logging,2,total,A2307,18,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,"Agriculture, forestry, & fishing support services",2,total,A2307,186,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Mining,1,total,A2307,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: other reasons,Manufacturing,1,total,A2307,678,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,"Food, beverage, & tobacco",2,total,A2307,153,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,"Textile, clothing, footwear, & leather",2,total,A2307,36,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Wood & paper product,2,total,A2307,81,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,"Printing, publishing, & recorded media",2,total,A2307,18,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,"Petroleum, coal, chemical, & associated product",2,total,A2307,60,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Non-metallic mineral product,2,total,A2307,27,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Metal product,2,total,A2307,159,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Transport and industrial machinery & equipment,2,total,A2307,90,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Other machinery & equipment,2,total,A2307,18,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Other manufacturing,2,total,A2307,36,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,"Electricity, gas, water, & waste services",1,total,A2307,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: other reasons,Construction,1,total,A2307,774,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Wholesale trade,1,total,A2307,324,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Machinery & equipment wholesaling,2,total,A2307,93,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Other wholesale trade,2,total,A2307,231,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Retail trade,1,total,A2307,807,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Accommodation & food services,1,total,A2307,951,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,"Transport, postal, & warehousing",1,total,A2307,156,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Information media & telecommunications,1,total,A2307,18,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Publishing,2,total,A2307,3,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Motion picture,2,total,A2307,12,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Telecommunications,2,total,A2307,0,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Financial & insurance services,1,total,A2307,63,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Finance,2,total,A2307,24,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Insurance,2,total,A2307,6,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Auxiliary,2,total,A2307,36,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,"Rental, hiring, & real estate services",1,total,A2307,81,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,"Professional, scientific, & technical services",1,total,A2307,321,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Computer systems design,2,total,A2307,75,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Other professional scientific,2,total,A2307,249,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Administrative & support services,1,total,A2307,297,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Education & training,1,total,A2307,162,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Health care & social assistance,1,total,A2307,363,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Arts & recreation services,1,total,A2307,66,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,Other services,1,total,A2307,117,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: other reasons,total,0,total,A2307,5850,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,total,0,619 employees,A2308,13110,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: all staff fully skilled,total,0,2049 employees,A2308,1989,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: all staff fully skilled,total,0,5099 employees,A2308,402,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: all staff fully skilled,total,0,100+ employees,A2308,294,,Number of businesses,1 and 2 and 3 and 4 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Agriculture, forestry, & fishing",1,total,A2308,1542,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Agriculture,2,total,A2308,1053,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Commercial fishing,2,total,A2308,30,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Forestry & logging,2,total,A2308,126,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Agriculture, forestry, & fishing support services",2,total,A2308,333,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Mining,1,total,A2308,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Manufacturing,1,total,A2308,1512,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Food, beverage, & tobacco",2,total,A2308,276,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Textile, clothing, footwear, & leather",2,total,A2308,72,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Wood & paper product,2,total,A2308,129,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Printing, publishing, & recorded media",2,total,A2308,114,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Petroleum, coal, chemical, & associated product",2,total,A2308,120,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Non-metallic mineral product,2,total,A2308,66,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Metal product,2,total,A2308,267,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Transport and industrial machinery & equipment,2,total,A2308,291,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Other machinery & equipment,2,total,A2308,63,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Other manufacturing,2,total,A2308,111,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Electricity, gas, water, & waste services",1,total,A2308,78,,Number of businesses,1 and 2 and 3 and 5 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Construction,1,total,A2308,2391,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Wholesale trade,1,total,A2308,1194,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Machinery & equipment wholesaling,2,total,A2308,384,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Other wholesale trade,2,total,A2308,810,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Retail trade,1,total,A2308,1368,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Accommodation & food services,1,total,A2308,1293,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Transport, postal, & warehousing",1,total,A2308,690,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Information media & telecommunications,1,total,A2308,201,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Publishing,2,total,A2308,87,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Motion picture,2,total,A2308,63,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Telecommunications,2,total,A2308,48,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Financial & insurance services,1,total,A2308,330,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Finance,2,total,A2308,99,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Insurance,2,total,A2308,12,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Auxiliary,2,total,A2308,222,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Rental, hiring, & real estate services",1,total,A2308,420,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,"Professional, scientific, & technical services",1,total,A2308,2196,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Computer systems design,2,total,A2308,450,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Other professional scientific,2,total,A2308,1749,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Administrative & support services,1,total,A2308,516,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Education & training,1,total,A2308,345,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Health care & social assistance,1,total,A2308,1017,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Arts & recreation services,1,total,A2308,180,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,Other services,1,total,A2308,480,,Number of businesses,1 and 2 and 3 and 6 +Main reasons employees do not have all skills: all staff fully skilled,total,0,total,A2308,15798,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,619 employees,A2401.01,14661,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,2049 employees,A2401.01,2037,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,5099 employees,A2401.01,369,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,100+ employees,A2401.01,216,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Agriculture, forestry, & fishing",1,total,A2401.01,2007,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Agriculture,2,total,A2401.01,1380,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Commercial fishing,2,total,A2401.01,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Forestry & logging,2,total,A2401.01,174,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Agriculture, forestry, & fishing support services",2,total,A2401.01,420,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Mining,1,total,A2401.01,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Manufacturing,1,total,A2401.01,2016,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Food, beverage, & tobacco",2,total,A2401.01,456,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Textile, clothing, footwear, & leather",2,total,A2401.01,123,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Wood & paper product,2,total,A2401.01,222,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Printing, publishing, & recorded media",2,total,A2401.01,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Petroleum, coal, chemical, & associated product",2,total,A2401.01,189,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Non-metallic mineral product,2,total,A2401.01,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Metal product,2,total,A2401.01,369,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Transport and industrial machinery & equipment,2,total,A2401.01,255,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other machinery & equipment,2,total,A2401.01,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other manufacturing,2,total,A2401.01,159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Electricity, gas, water, & waste services",1,total,A2401.01,69,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Construction,1,total,A2401.01,3021,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Wholesale trade,1,total,A2401.01,1203,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Machinery & equipment wholesaling,2,total,A2401.01,282,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other wholesale trade,2,total,A2401.01,918,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Retail trade,1,total,A2401.01,1530,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Accommodation & food services,1,total,A2401.01,1905,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Transport, postal, & warehousing",1,total,A2401.01,531,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Information media & telecommunications,1,total,A2401.01,189,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Publishing,2,total,A2401.01,57,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Motion picture,2,total,A2401.01,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Telecommunications,2,total,A2401.01,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Financial & insurance services,1,total,A2401.01,288,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Finance,2,total,A2401.01,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Insurance,2,total,A2401.01,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Auxiliary,2,total,A2401.01,180,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Rental, hiring, & real estate services",1,total,A2401.01,492,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Professional, scientific, & technical services",1,total,A2401.01,1896,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Computer systems design,2,total,A2401.01,345,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other professional scientific,2,total,A2401.01,1554,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Administrative & support services,1,total,A2401.01,444,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Education & training,1,total,A2401.01,309,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Health care & social assistance,1,total,A2401.01,678,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Arts & recreation services,1,total,A2401.01,204,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other services,1,total,A2401.01,447,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,total,A2401.01,17286,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,619 employees,A2401.02,12588,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,2049 employees,A2401.02,3729,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,5099 employees,A2401.02,1053,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,100+ employees,A2401.02,882,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Agriculture, forestry, & fishing",1,total,A2401.02,1083,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Agriculture,2,total,A2401.02,648,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Commercial fishing,2,total,A2401.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Forestry & logging,2,total,A2401.02,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Agriculture, forestry, & fishing support services",2,total,A2401.02,363,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Mining,1,total,A2401.02,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Manufacturing,1,total,A2401.02,1833,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Food, beverage, & tobacco",2,total,A2401.02,480,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Textile, clothing, footwear, & leather",2,total,A2401.02,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Wood & paper product,2,total,A2401.02,156,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Printing, publishing, & recorded media",2,total,A2401.02,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Petroleum, coal, chemical, & associated product",2,total,A2401.02,141,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Non-metallic mineral product,2,total,A2401.02,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Metal product,2,total,A2401.02,312,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Transport and industrial machinery & equipment,2,total,A2401.02,342,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other machinery & equipment,2,total,A2401.02,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other manufacturing,2,total,A2401.02,108,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Electricity, gas, water, & waste services",1,total,A2401.02,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Construction,1,total,A2401.02,2526,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Wholesale trade,1,total,A2401.02,1227,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Machinery & equipment wholesaling,2,total,A2401.02,354,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other wholesale trade,2,total,A2401.02,870,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Retail trade,1,total,A2401.02,2190,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Accommodation & food services,1,total,A2401.02,2607,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Transport, postal, & warehousing",1,total,A2401.02,819,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Information media & telecommunications,1,total,A2401.02,141,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Publishing,2,total,A2401.02,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Motion picture,2,total,A2401.02,33,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Telecommunications,2,total,A2401.02,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Financial & insurance services,1,total,A2401.02,282,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Finance,2,total,A2401.02,69,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Insurance,2,total,A2401.02,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Auxiliary,2,total,A2401.02,198,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Rental, hiring, & real estate services",1,total,A2401.02,342,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Professional, scientific, & technical services",1,total,A2401.02,2022,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Computer systems design,2,total,A2401.02,360,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other professional scientific,2,total,A2401.02,1665,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Administrative & support services,1,total,A2401.02,738,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Education & training,1,total,A2401.02,534,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Health care & social assistance,1,total,A2401.02,1119,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Arts & recreation services,1,total,A2401.02,174,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other services,1,total,A2401.02,489,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,total,A2401.02,18252,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,619 employees,A2401.03,6816,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,2049 employees,A2401.03,2730,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,5099 employees,A2401.03,1023,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,100+ employees,A2401.03,945,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Agriculture, forestry, & fishing",1,total,A2401.03,483,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Agriculture,2,total,A2401.03,351,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Commercial fishing,2,total,A2401.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Forestry & logging,2,total,A2401.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Agriculture, forestry, & fishing support services",2,total,A2401.03,111,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Mining,1,total,A2401.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Manufacturing,1,total,A2401.03,1314,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Food, beverage, & tobacco",2,total,A2401.03,213,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Textile, clothing, footwear, & leather",2,total,A2401.03,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Wood & paper product,2,total,A2401.03,120,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Printing, publishing, & recorded media",2,total,A2401.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2401.03,117,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Non-metallic mineral product,2,total,A2401.03,57,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Metal product,2,total,A2401.03,273,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Transport and industrial machinery & equipment,2,total,A2401.03,300,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other machinery & equipment,2,total,A2401.03,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other manufacturing,2,total,A2401.03,93,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Electricity, gas, water, & waste services",1,total,A2401.03,69,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Construction,1,total,A2401.03,1572,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Wholesale trade,1,total,A2401.03,648,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Machinery & equipment wholesaling,2,total,A2401.03,216,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other wholesale trade,2,total,A2401.03,432,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Retail trade,1,total,A2401.03,1182,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Accommodation & food services,1,total,A2401.03,2001,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Transport, postal, & warehousing",1,total,A2401.03,291,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Information media & telecommunications,1,total,A2401.03,102,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Publishing,2,total,A2401.03,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Motion picture,2,total,A2401.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Telecommunications,2,total,A2401.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Financial & insurance services,1,total,A2401.03,105,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Finance,2,total,A2401.03,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Insurance,2,total,A2401.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Auxiliary,2,total,A2401.03,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Rental, hiring, & real estate services",1,total,A2401.03,165,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Professional, scientific, & technical services",1,total,A2401.03,1083,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Computer systems design,2,total,A2401.03,249,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other professional scientific,2,total,A2401.03,837,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Administrative & support services,1,total,A2401.03,549,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Education & training,1,total,A2401.03,327,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Health care & social assistance,1,total,A2401.03,1056,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Arts & recreation services,1,total,A2401.03,165,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other services,1,total,A2401.03,381,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,total,A2401.03,11517,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,619 employees,A2402.01,27510,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,2049 employees,A2402.01,5655,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,5099 employees,A2402.01,1347,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,100+ employees,A2402.01,972,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Agriculture, forestry, & fishing",1,total,A2402.01,2421,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Agriculture,2,total,A2402.01,1578,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Commercial fishing,2,total,A2402.01,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Forestry & logging,2,total,A2402.01,237,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Agriculture, forestry, & fishing support services",2,total,A2402.01,564,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Mining,1,total,A2402.01,81,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Manufacturing,1,total,A2402.01,3855,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Food, beverage, & tobacco",2,total,A2402.01,876,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Textile, clothing, footwear, & leather",2,total,A2402.01,192,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Wood & paper product,2,total,A2402.01,375,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Printing, publishing, & recorded media",2,total,A2402.01,162,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Petroleum, coal, chemical, & associated product",2,total,A2402.01,360,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Non-metallic mineral product,2,total,A2402.01,135,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Metal product,2,total,A2402.01,702,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Transport and industrial machinery & equipment,2,total,A2402.01,588,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other machinery & equipment,2,total,A2402.01,168,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other manufacturing,2,total,A2402.01,294,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Electricity, gas, water, & waste services",1,total,A2402.01,159,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Construction,1,total,A2402.01,5652,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Wholesale trade,1,total,A2402.01,2466,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Machinery & equipment wholesaling,2,total,A2402.01,657,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other wholesale trade,2,total,A2402.01,1806,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Retail trade,1,total,A2402.01,4065,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Accommodation & food services,1,total,A2402.01,4185,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Transport, postal, & warehousing",1,total,A2402.01,1356,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Information media & telecommunications,1,total,A2402.01,345,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Publishing,2,total,A2402.01,129,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Motion picture,2,total,A2402.01,129,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Telecommunications,2,total,A2402.01,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Financial & insurance services,1,total,A2402.01,570,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Finance,2,total,A2402.01,168,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Insurance,2,total,A2402.01,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Auxiliary,2,total,A2402.01,378,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Rental, hiring, & real estate services",1,total,A2402.01,843,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done","Professional, scientific, & technical services",1,total,A2402.01,4011,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Computer systems design,2,total,A2402.01,678,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other professional scientific,2,total,A2402.01,3336,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Administrative & support services,1,total,A2402.01,1272,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Education & training,1,total,A2402.01,921,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Health care & social assistance,1,total,A2402.01,1851,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Arts & recreation services,1,total,A2402.01,474,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other services,1,total,A2402.01,948,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,total,A2402.01,35484,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,619 employees,A2402.02,4026,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,2049 employees,A2402.02,1647,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,5099 employees,A2402.02,654,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,100+ employees,A2402.02,684,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Agriculture, forestry, & fishing",1,total,A2402.02,666,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Agriculture,2,total,A2402.02,441,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Commercial fishing,2,total,A2402.02,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Forestry & logging,2,total,A2402.02,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Agriculture, forestry, & fishing support services",2,total,A2402.02,210,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Mining,1,total,A2402.02,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Manufacturing,1,total,A2402.02,744,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Food, beverage, & tobacco",2,total,A2402.02,183,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Textile, clothing, footwear, & leather",2,total,A2402.02,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Wood & paper product,2,total,A2402.02,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Printing, publishing, & recorded media",2,total,A2402.02,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Petroleum, coal, chemical, & associated product",2,total,A2402.02,57,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Non-metallic mineral product,2,total,A2402.02,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Metal product,2,total,A2402.02,147,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Transport and industrial machinery & equipment,2,total,A2402.02,135,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other machinery & equipment,2,total,A2402.02,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other manufacturing,2,total,A2402.02,33,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Electricity, gas, water, & waste services",1,total,A2402.02,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Construction,1,total,A2402.02,756,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Wholesale trade,1,total,A2402.02,396,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Machinery & equipment wholesaling,2,total,A2402.02,93,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other wholesale trade,2,total,A2402.02,303,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Retail trade,1,total,A2402.02,507,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Accommodation & food services,1,total,A2402.02,1563,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Transport, postal, & warehousing",1,total,A2402.02,216,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Information media & telecommunications,1,total,A2402.02,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Publishing,2,total,A2402.02,33,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Motion picture,2,total,A2402.02,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Telecommunications,2,total,A2402.02,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Financial & insurance services,1,total,A2402.02,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Finance,2,total,A2402.02,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Insurance,2,total,A2402.02,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Auxiliary,2,total,A2402.02,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Rental, hiring, & real estate services",1,total,A2402.02,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little","Professional, scientific, & technical services",1,total,A2402.02,633,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Computer systems design,2,total,A2402.02,180,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other professional scientific,2,total,A2402.02,456,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Administrative & support services,1,total,A2402.02,297,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Education & training,1,total,A2402.02,144,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Health care & social assistance,1,total,A2402.02,543,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Arts & recreation services,1,total,A2402.02,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other services,1,total,A2402.02,210,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,total,A2402.02,7014,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,619 employees,A2402.03,2193,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,2049 employees,A2402.03,1134,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,5099 employees,A2402.03,396,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,100+ employees,A2402.03,372,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Agriculture, forestry, & fishing",1,total,A2402.03,510,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Agriculture,2,total,A2402.03,357,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Commercial fishing,2,total,A2402.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Forestry & logging,2,total,A2402.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Agriculture, forestry, & fishing support services",2,total,A2402.03,144,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Mining,1,total,A2402.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Manufacturing,1,total,A2402.03,510,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Food, beverage, & tobacco",2,total,A2402.03,105,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Textile, clothing, footwear, & leather",2,total,A2402.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Wood & paper product,2,total,A2402.03,57,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Printing, publishing, & recorded media",2,total,A2402.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2402.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Non-metallic mineral product,2,total,A2402.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Metal product,2,total,A2402.03,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Transport and industrial machinery & equipment,2,total,A2402.03,150,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other machinery & equipment,2,total,A2402.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other manufacturing,2,total,A2402.03,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Electricity, gas, water, & waste services",1,total,A2402.03,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Construction,1,total,A2402.03,711,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Wholesale trade,1,total,A2402.03,159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Machinery & equipment wholesaling,2,total,A2402.03,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other wholesale trade,2,total,A2402.03,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Retail trade,1,total,A2402.03,219,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Accommodation & food services,1,total,A2402.03,678,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Transport, postal, & warehousing",1,total,A2402.03,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Information media & telecommunications,1,total,A2402.03,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Publishing,2,total,A2402.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Motion picture,2,total,A2402.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Telecommunications,2,total,A2402.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Financial & insurance services,1,total,A2402.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Finance,2,total,A2402.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Insurance,2,total,A2402.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Auxiliary,2,total,A2402.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Rental, hiring, & real estate services",1,total,A2402.03,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Professional, scientific, & technical services",1,total,A2402.03,312,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Computer systems design,2,total,A2402.03,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other professional scientific,2,total,A2402.03,237,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Administrative & support services,1,total,A2402.03,159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Education & training,1,total,A2402.03,90,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Health care & social assistance,1,total,A2402.03,441,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Arts & recreation services,1,total,A2402.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other services,1,total,A2402.03,123,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,total,A2402.03,4095,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,619 employees,A2403.01,30024,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,2049 employees,A2403.01,6906,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,5099 employees,A2403.01,1764,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,100+ employees,A2403.01,1383,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Agriculture, forestry, & fishing",1,total,A2403.01,3207,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Agriculture,2,total,A2403.01,2139,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Commercial fishing,2,total,A2403.01,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Forestry & logging,2,total,A2403.01,228,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Agriculture, forestry, & fishing support services",2,total,A2403.01,786,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Mining,1,total,A2403.01,93,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Manufacturing,1,total,A2403.01,4395,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Food, beverage, & tobacco",2,total,A2403.01,972,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Textile, clothing, footwear, & leather",2,total,A2403.01,222,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Wood & paper product,2,total,A2403.01,414,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Printing, publishing, & recorded media",2,total,A2403.01,174,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Petroleum, coal, chemical, & associated product",2,total,A2403.01,363,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Non-metallic mineral product,2,total,A2403.01,168,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Metal product,2,total,A2403.01,825,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Transport and industrial machinery & equipment,2,total,A2403.01,765,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Other machinery & equipment,2,total,A2403.01,168,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Other manufacturing,2,total,A2403.01,321,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Electricity, gas, water, & waste services",1,total,A2403.01,168,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Construction,1,total,A2403.01,6321,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Wholesale trade,1,total,A2403.01,2604,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Machinery & equipment wholesaling,2,total,A2403.01,726,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Other wholesale trade,2,total,A2403.01,1875,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Retail trade,1,total,A2403.01,4356,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Accommodation & food services,1,total,A2403.01,5421,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Transport, postal, & warehousing",1,total,A2403.01,1416,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Information media & telecommunications,1,total,A2403.01,285,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Publishing,2,total,A2403.01,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Motion picture,2,total,A2403.01,120,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Telecommunications,2,total,A2403.01,75,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Financial & insurance services,1,total,A2403.01,504,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Finance,2,total,A2403.01,159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Insurance,2,total,A2403.01,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Auxiliary,2,total,A2403.01,327,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Rental, hiring, & real estate services",1,total,A2403.01,879,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done","Professional, scientific, & technical services",1,total,A2403.01,4017,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Computer systems design,2,total,A2403.01,579,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Other professional scientific,2,total,A2403.01,3444,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Administrative & support services,1,total,A2403.01,1350,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Education & training,1,total,A2403.01,960,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Health care & social assistance,1,total,A2403.01,2466,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Arts & recreation services,1,total,A2403.01,432,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",Other services,1,total,A2403.01,1194,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,total,A2403.01,40074,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,619 employees,A2403.02,2955,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,2049 employees,A2403.02,1116,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,5099 employees,A2403.02,483,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,100+ employees,A2403.02,537,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Agriculture, forestry, & fishing",1,total,A2403.02,240,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Agriculture,2,total,A2403.02,135,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Commercial fishing,2,total,A2403.02,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Forestry & logging,2,total,A2403.02,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Agriculture, forestry, & fishing support services",2,total,A2403.02,93,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Mining,1,total,A2403.02,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Manufacturing,1,total,A2403.02,456,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Food, beverage, & tobacco",2,total,A2403.02,135,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Textile, clothing, footwear, & leather",2,total,A2403.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Wood & paper product,2,total,A2403.02,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Printing, publishing, & recorded media",2,total,A2403.02,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Petroleum, coal, chemical, & associated product",2,total,A2403.02,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Non-metallic mineral product,2,total,A2403.02,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Metal product,2,total,A2403.02,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Transport and industrial machinery & equipment,2,total,A2403.02,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Other machinery & equipment,2,total,A2403.02,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Other manufacturing,2,total,A2403.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Electricity, gas, water, & waste services",1,total,A2403.02,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Construction,1,total,A2403.02,522,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Wholesale trade,1,total,A2403.02,363,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Machinery & equipment wholesaling,2,total,A2403.02,111,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Other wholesale trade,2,total,A2403.02,249,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Retail trade,1,total,A2403.02,354,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Accommodation & food services,1,total,A2403.02,999,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Transport, postal, & warehousing",1,total,A2403.02,153,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Information media & telecommunications,1,total,A2403.02,117,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Publishing,2,total,A2403.02,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Motion picture,2,total,A2403.02,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Telecommunications,2,total,A2403.02,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Financial & insurance services,1,total,A2403.02,132,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Finance,2,total,A2403.02,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Insurance,2,total,A2403.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Auxiliary,2,total,A2403.02,81,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Rental, hiring, & real estate services",1,total,A2403.02,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little","Professional, scientific, & technical services",1,total,A2403.02,813,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Computer systems design,2,total,A2403.02,258,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Other professional scientific,2,total,A2403.02,558,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Administrative & support services,1,total,A2403.02,240,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Education & training,1,total,A2403.02,138,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Health care & social assistance,1,total,A2403.02,255,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Arts & recreation services,1,total,A2403.02,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",Other services,1,total,A2403.02,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,total,A2403.02,5094,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,619 employees,A2403.03,441,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,2049 employees,A2403.03,252,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,5099 employees,A2403.03,102,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,100+ employees,A2403.03,69,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Agriculture, forestry, & fishing",1,total,A2403.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Agriculture,2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Commercial fishing,2,total,A2403.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Forestry & logging,2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Agriculture, forestry, & fishing support services",2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Mining,1,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Manufacturing,1,total,A2403.03,96,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Food, beverage, & tobacco",2,total,A2403.03,33,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Textile, clothing, footwear, & leather",2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Wood & paper product,2,total,A2403.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Printing, publishing, & recorded media",2,total,A2403.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Non-metallic mineral product,2,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Metal product,2,total,A2403.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Transport and industrial machinery & equipment,2,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other machinery & equipment,2,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other manufacturing,2,total,A2403.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Electricity, gas, water, & waste services",1,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Construction,1,total,A2403.03,75,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Wholesale trade,1,total,A2403.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Machinery & equipment wholesaling,2,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other wholesale trade,2,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Retail trade,1,total,A2403.03,90,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Accommodation & food services,1,total,A2403.03,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Transport, postal, & warehousing",1,total,A2403.03,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Information media & telecommunications,1,total,A2403.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Publishing,2,total,A2403.03,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Motion picture,2,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Telecommunications,2,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Financial & insurance services,1,total,A2403.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Finance,2,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Insurance,2,total,A2403.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Auxiliary,2,total,A2403.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Rental, hiring, & real estate services",1,total,A2403.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot","Professional, scientific, & technical services",1,total,A2403.03,147,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Computer systems design,2,total,A2403.03,102,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other professional scientific,2,total,A2403.03,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Administrative & support services,1,total,A2403.03,102,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Education & training,1,total,A2403.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Health care & social assistance,1,total,A2403.03,96,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Arts & recreation services,1,total,A2403.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other services,1,total,A2403.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,total,A2403.03,870,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,619 employees,A2404.01,20829,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,2049 employees,A2404.01,4248,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,5099 employees,A2404.01,1134,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,100+ employees,A2404.01,855,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Agriculture, forestry, & fishing",1,total,A2404.01,2121,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Agriculture,2,total,A2404.01,1428,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Commercial fishing,2,total,A2404.01,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Forestry & logging,2,total,A2404.01,201,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Agriculture, forestry, & fishing support services",2,total,A2404.01,456,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Mining,1,total,A2404.01,78,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Manufacturing,1,total,A2404.01,2790,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Food, beverage, & tobacco",2,total,A2404.01,567,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Textile, clothing, footwear, & leather",2,total,A2404.01,138,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Wood & paper product,2,total,A2404.01,273,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Printing, publishing, & recorded media",2,total,A2404.01,141,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Petroleum, coal, chemical, & associated product",2,total,A2404.01,249,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Non-metallic mineral product,2,total,A2404.01,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Metal product,2,total,A2404.01,471,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Transport and industrial machinery & equipment,2,total,A2404.01,474,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other machinery & equipment,2,total,A2404.01,126,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other manufacturing,2,total,A2404.01,246,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Electricity, gas, water, & waste services",1,total,A2404.01,126,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Construction,1,total,A2404.01,4119,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Wholesale trade,1,total,A2404.01,1971,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Machinery & equipment wholesaling,2,total,A2404.01,549,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other wholesale trade,2,total,A2404.01,1422,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Retail trade,1,total,A2404.01,2601,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Accommodation & food services,1,total,A2404.01,2829,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Transport, postal, & warehousing",1,total,A2404.01,882,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Information media & telecommunications,1,total,A2404.01,306,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Publishing,2,total,A2404.01,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Motion picture,2,total,A2404.01,111,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Telecommunications,2,total,A2404.01,81,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Financial & insurance services,1,total,A2404.01,462,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Finance,2,total,A2404.01,147,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Insurance,2,total,A2404.01,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Auxiliary,2,total,A2404.01,291,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Rental, hiring, & real estate services",1,total,A2404.01,708,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Professional, scientific, & technical services",1,total,A2404.01,3585,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Computer systems design,2,total,A2404.01,675,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other professional scientific,2,total,A2404.01,2916,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Administrative & support services,1,total,A2404.01,819,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Education & training,1,total,A2404.01,645,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Health care & social assistance,1,total,A2404.01,1896,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Arts & recreation services,1,total,A2404.01,306,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other services,1,total,A2404.01,819,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,total,A2404.01,27066,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,619 employees,A2404.02,10518,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,2049 employees,A2404.02,3309,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,5099 employees,A2404.02,1008,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,100+ employees,A2404.02,972,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Agriculture, forestry, & fishing",1,total,A2404.02,1137,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Agriculture,2,total,A2404.02,711,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Commercial fishing,2,total,A2404.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Forestry & logging,2,total,A2404.02,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Agriculture, forestry, & fishing support services",2,total,A2404.02,366,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Mining,1,total,A2404.02,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Manufacturing,1,total,A2404.02,1815,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Food, beverage, & tobacco",2,total,A2404.02,465,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Textile, clothing, footwear, & leather",2,total,A2404.02,102,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Wood & paper product,2,total,A2404.02,147,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Printing, publishing, & recorded media",2,total,A2404.02,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Petroleum, coal, chemical, & associated product",2,total,A2404.02,141,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Non-metallic mineral product,2,total,A2404.02,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Metal product,2,total,A2404.02,369,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Transport and industrial machinery & equipment,2,total,A2404.02,318,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other machinery & equipment,2,total,A2404.02,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other manufacturing,2,total,A2404.02,90,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Electricity, gas, water, & waste services",1,total,A2404.02,66,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Construction,1,total,A2404.02,2508,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Wholesale trade,1,total,A2404.02,858,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Machinery & equipment wholesaling,2,total,A2404.02,267,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other wholesale trade,2,total,A2404.02,591,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Retail trade,1,total,A2404.02,1878,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Accommodation & food services,1,total,A2404.02,2559,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Transport, postal, & warehousing",1,total,A2404.02,663,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Information media & telecommunications,1,total,A2404.02,105,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Publishing,2,total,A2404.02,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Motion picture,2,total,A2404.02,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Telecommunications,2,total,A2404.02,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Financial & insurance services,1,total,A2404.02,177,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Finance,2,total,A2404.02,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Insurance,2,total,A2404.02,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Auxiliary,2,total,A2404.02,117,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Rental, hiring, & real estate services",1,total,A2404.02,234,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Professional, scientific, & technical services",1,total,A2404.02,1167,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Computer systems design,2,total,A2404.02,234,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other professional scientific,2,total,A2404.02,936,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Administrative & support services,1,total,A2404.02,732,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Education & training,1,total,A2404.02,426,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Health care & social assistance,1,total,A2404.02,807,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Arts & recreation services,1,total,A2404.02,204,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other services,1,total,A2404.02,432,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,total,A2404.02,15810,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,619 employees,A2404.03,2454,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,2049 employees,A2404.03,795,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,5099 employees,A2404.03,237,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,100+ employees,A2404.03,174,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Agriculture, forestry, & fishing",1,total,A2404.03,285,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Agriculture,2,total,A2404.03,171,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Commercial fishing,2,total,A2404.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Forestry & logging,2,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Agriculture, forestry, & fishing support services",2,total,A2404.03,105,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Mining,1,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Manufacturing,1,total,A2404.03,447,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Food, beverage, & tobacco",2,total,A2404.03,111,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Textile, clothing, footwear, & leather",2,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Wood & paper product,2,total,A2404.03,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Printing, publishing, & recorded media",2,total,A2404.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2404.03,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Non-metallic mineral product,2,total,A2404.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Metal product,2,total,A2404.03,90,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Transport and industrial machinery & equipment,2,total,A2404.03,81,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other machinery & equipment,2,total,A2404.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other manufacturing,2,total,A2404.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Electricity, gas, water, & waste services",1,total,A2404.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Construction,1,total,A2404.03,372,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Wholesale trade,1,total,A2404.03,180,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Machinery & equipment wholesaling,2,total,A2404.03,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other wholesale trade,2,total,A2404.03,123,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Retail trade,1,total,A2404.03,294,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Accommodation & food services,1,total,A2404.03,1323,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Transport, postal, & warehousing",1,total,A2404.03,75,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Information media & telecommunications,1,total,A2404.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Publishing,2,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Motion picture,2,total,A2404.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Telecommunications,2,total,A2404.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Financial & insurance services,1,total,A2404.03,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Finance,2,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Insurance,2,total,A2404.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Auxiliary,2,total,A2404.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Rental, hiring, & real estate services",1,total,A2404.03,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Professional, scientific, & technical services",1,total,A2404.03,168,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Computer systems design,2,total,A2404.03,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other professional scientific,2,total,A2404.03,144,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Administrative & support services,1,total,A2404.03,156,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Education & training,1,total,A2404.03,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Health care & social assistance,1,total,A2404.03,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Arts & recreation services,1,total,A2404.03,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other services,1,total,A2404.03,57,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,total,A2404.03,3663,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",total,0,619 employees,A2405.01,23025,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",total,0,2049 employees,A2405.01,4869,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",total,0,5099 employees,A2405.01,1089,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",total,0,100+ employees,A2405.01,777,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Agriculture, forestry, & fishing",1,total,A2405.01,1998,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Agriculture,2,total,A2405.01,1311,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Commercial fishing,2,total,A2405.01,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Forestry & logging,2,total,A2405.01,162,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Agriculture, forestry, & fishing support services",2,total,A2405.01,483,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Mining,1,total,A2405.01,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Manufacturing,1,total,A2405.01,2856,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Food, beverage, & tobacco",2,total,A2405.01,720,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Textile, clothing, footwear, & leather",2,total,A2405.01,168,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Wood & paper product,2,total,A2405.01,285,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Printing, publishing, & recorded media",2,total,A2405.01,138,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Petroleum, coal, chemical, & associated product",2,total,A2405.01,261,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Non-metallic mineral product,2,total,A2405.01,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Metal product,2,total,A2405.01,507,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Transport and industrial machinery & equipment,2,total,A2405.01,354,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Other machinery & equipment,2,total,A2405.01,120,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Other manufacturing,2,total,A2405.01,219,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Electricity, gas, water, & waste services",1,total,A2405.01,87,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Construction,1,total,A2405.01,2925,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Wholesale trade,1,total,A2405.01,2133,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Machinery & equipment wholesaling,2,total,A2405.01,567,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Other wholesale trade,2,total,A2405.01,1566,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Retail trade,1,total,A2405.01,3798,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Accommodation & food services,1,total,A2405.01,5922,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Transport, postal, & warehousing",1,total,A2405.01,891,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Information media & telecommunications,1,total,A2405.01,231,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Publishing,2,total,A2405.01,81,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Motion picture,2,total,A2405.01,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Telecommunications,2,total,A2405.01,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Financial & insurance services,1,total,A2405.01,438,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Finance,2,total,A2405.01,138,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Insurance,2,total,A2405.01,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Auxiliary,2,total,A2405.01,285,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Rental, hiring, & real estate services",1,total,A2405.01,630,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done","Professional, scientific, & technical services",1,total,A2405.01,2937,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Computer systems design,2,total,A2405.01,498,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Other professional scientific,2,total,A2405.01,2439,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Administrative & support services,1,total,A2405.01,1083,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Education & training,1,total,A2405.01,702,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Health care & social assistance,1,total,A2405.01,1863,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Arts & recreation services,1,total,A2405.01,387,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",Other services,1,total,A2405.01,828,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: Not done",total,0,total,A2405.01,29760,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",total,0,619 employees,A2405.02,8241,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",total,0,2049 employees,A2405.02,2643,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",total,0,5099 employees,A2405.02,993,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",total,0,100+ employees,A2405.02,957,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Agriculture, forestry, & fishing",1,total,A2405.02,1161,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Agriculture,2,total,A2405.02,717,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Commercial fishing,2,total,A2405.02,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Forestry & logging,2,total,A2405.02,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Agriculture, forestry, & fishing support services",2,total,A2405.02,345,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Mining,1,total,A2405.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Manufacturing,1,total,A2405.02,1677,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Food, beverage, & tobacco",2,total,A2405.02,294,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Textile, clothing, footwear, & leather",2,total,A2405.02,57,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Wood & paper product,2,total,A2405.02,126,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Printing, publishing, & recorded media",2,total,A2405.02,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Petroleum, coal, chemical, & associated product",2,total,A2405.02,156,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Non-metallic mineral product,2,total,A2405.02,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Metal product,2,total,A2405.02,348,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Transport and industrial machinery & equipment,2,total,A2405.02,411,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Other machinery & equipment,2,total,A2405.02,75,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Other manufacturing,2,total,A2405.02,81,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Electricity, gas, water, & waste services",1,total,A2405.02,81,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Construction,1,total,A2405.02,2937,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Wholesale trade,1,total,A2405.02,768,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Machinery & equipment wholesaling,2,total,A2405.02,246,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Other wholesale trade,2,total,A2405.02,519,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Retail trade,1,total,A2405.02,711,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Accommodation & food services,1,total,A2405.02,549,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Transport, postal, & warehousing",1,total,A2405.02,504,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Information media & telecommunications,1,total,A2405.02,159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Publishing,2,total,A2405.02,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Motion picture,2,total,A2405.02,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Telecommunications,2,total,A2405.02,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Financial & insurance services,1,total,A2405.02,177,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Finance,2,total,A2405.02,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Insurance,2,total,A2405.02,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Auxiliary,2,total,A2405.02,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Rental, hiring, & real estate services",1,total,A2405.02,309,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little","Professional, scientific, & technical services",1,total,A2405.02,1671,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Computer systems design,2,total,A2405.02,402,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Other professional scientific,2,total,A2405.02,1269,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Administrative & support services,1,total,A2405.02,516,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Education & training,1,total,A2405.02,303,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Health care & social assistance,1,total,A2405.02,717,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Arts & recreation services,1,total,A2405.02,132,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",Other services,1,total,A2405.02,408,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a little",total,0,total,A2405.02,12834,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,619 employees,A2405.03,2478,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,2049 employees,A2405.03,846,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,5099 employees,A2405.03,300,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,100+ employees,A2405.03,279,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Agriculture, forestry, & fishing",1,total,A2405.03,339,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Agriculture,2,total,A2405.03,249,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Commercial fishing,2,total,A2405.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Forestry & logging,2,total,A2405.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Agriculture, forestry, & fishing support services",2,total,A2405.03,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Mining,1,total,A2405.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Manufacturing,1,total,A2405.03,540,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Food, beverage, & tobacco",2,total,A2405.03,123,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Textile, clothing, footwear, & leather",2,total,A2405.03,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Wood & paper product,2,total,A2405.03,75,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Printing, publishing, & recorded media",2,total,A2405.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2405.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Non-metallic mineral product,2,total,A2405.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Metal product,2,total,A2405.03,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Transport and industrial machinery & equipment,2,total,A2405.03,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Other machinery & equipment,2,total,A2405.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Other manufacturing,2,total,A2405.03,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Electricity, gas, water, & waste services",1,total,A2405.03,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Construction,1,total,A2405.03,1260,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Wholesale trade,1,total,A2405.03,102,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Machinery & equipment wholesaling,2,total,A2405.03,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Other wholesale trade,2,total,A2405.03,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Retail trade,1,total,A2405.03,273,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Accommodation & food services,1,total,A2405.03,81,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Transport, postal, & warehousing",1,total,A2405.03,237,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Information media & telecommunications,1,total,A2405.03,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Publishing,2,total,A2405.03,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Motion picture,2,total,A2405.03,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Telecommunications,2,total,A2405.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Financial & insurance services,1,total,A2405.03,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Finance,2,total,A2405.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Insurance,2,total,A2405.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Auxiliary,2,total,A2405.03,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Rental, hiring, & real estate services",1,total,A2405.03,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot","Professional, scientific, & technical services",1,total,A2405.03,333,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Computer systems design,2,total,A2405.03,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Other professional scientific,2,total,A2405.03,285,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Administrative & support services,1,total,A2405.03,111,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Education & training,1,total,A2405.03,126,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Health care & social assistance,1,total,A2405.03,249,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Arts & recreation services,1,total,A2405.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",Other services,1,total,A2405.03,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,total,A2405.03,3903,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,619 employees,A2406.01,23220,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,2049 employees,A2406.01,4698,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,5099 employees,A2406.01,1083,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,100+ employees,A2406.01,648,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Agriculture, forestry, & fishing",1,total,A2406.01,1890,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Agriculture,2,total,A2406.01,1248,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Commercial fishing,2,total,A2406.01,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Forestry & logging,2,total,A2406.01,201,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Agriculture, forestry, & fishing support services",2,total,A2406.01,405,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Mining,1,total,A2406.01,69,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Manufacturing,1,total,A2406.01,2973,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Food, beverage, & tobacco",2,total,A2406.01,522,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Textile, clothing, footwear, & leather",2,total,A2406.01,162,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Wood & paper product,2,total,A2406.01,279,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Printing, publishing, & recorded media",2,total,A2406.01,126,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Petroleum, coal, chemical, & associated product",2,total,A2406.01,237,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Non-metallic mineral product,2,total,A2406.01,126,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Metal product,2,total,A2406.01,585,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Transport and industrial machinery & equipment,2,total,A2406.01,570,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Other machinery & equipment,2,total,A2406.01,126,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Other manufacturing,2,total,A2406.01,243,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Electricity, gas, water, & waste services",1,total,A2406.01,108,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Construction,1,total,A2406.01,4443,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Wholesale trade,1,total,A2406.01,1974,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Machinery & equipment wholesaling,2,total,A2406.01,609,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Other wholesale trade,2,total,A2406.01,1365,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Retail trade,1,total,A2406.01,3576,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Accommodation & food services,1,total,A2406.01,3756,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Transport, postal, & warehousing",1,total,A2406.01,1014,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Information media & telecommunications,1,total,A2406.01,294,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Publishing,2,total,A2406.01,123,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Motion picture,2,total,A2406.01,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Telecommunications,2,total,A2406.01,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Financial & insurance services,1,total,A2406.01,480,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Finance,2,total,A2406.01,138,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Insurance,2,total,A2406.01,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Auxiliary,2,total,A2406.01,333,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Rental, hiring, & real estate services",1,total,A2406.01,660,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done","Professional, scientific, & technical services",1,total,A2406.01,3933,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Computer systems design,2,total,A2406.01,798,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Other professional scientific,2,total,A2406.01,3138,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Administrative & support services,1,total,A2406.01,1038,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Education & training,1,total,A2406.01,567,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Health care & social assistance,1,total,A2406.01,1419,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Arts & recreation services,1,total,A2406.01,366,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",Other services,1,total,A2406.01,1089,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,total,A2406.01,29649,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,619 employees,A2406.02,8661,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,2049 employees,A2406.02,2895,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,5099 employees,A2406.02,957,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,100+ employees,A2406.02,1065,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Agriculture, forestry, & fishing",1,total,A2406.02,1392,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Agriculture,2,total,A2406.02,924,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Commercial fishing,2,total,A2406.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Forestry & logging,2,total,A2406.02,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Agriculture, forestry, & fishing support services",2,total,A2406.02,414,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Mining,1,total,A2406.02,33,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Manufacturing,1,total,A2406.02,1653,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Food, beverage, & tobacco",2,total,A2406.02,522,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Textile, clothing, footwear, & leather",2,total,A2406.02,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Wood & paper product,2,total,A2406.02,162,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Printing, publishing, & recorded media",2,total,A2406.02,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Petroleum, coal, chemical, & associated product",2,total,A2406.02,129,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Non-metallic mineral product,2,total,A2406.02,57,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Metal product,2,total,A2406.02,300,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Transport and industrial machinery & equipment,2,total,A2406.02,213,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Other machinery & equipment,2,total,A2406.02,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Other manufacturing,2,total,A2406.02,90,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Electricity, gas, water, & waste services",1,total,A2406.02,75,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Construction,1,total,A2406.02,1929,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Wholesale trade,1,total,A2406.02,873,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Machinery & equipment wholesaling,2,total,A2406.02,216,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Other wholesale trade,2,total,A2406.02,657,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Retail trade,1,total,A2406.02,1080,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Accommodation & food services,1,total,A2406.02,2373,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Transport, postal, & warehousing",1,total,A2406.02,537,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Information media & telecommunications,1,total,A2406.02,111,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Publishing,2,total,A2406.02,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Motion picture,2,total,A2406.02,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Telecommunications,2,total,A2406.02,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Financial & insurance services,1,total,A2406.02,147,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Finance,2,total,A2406.02,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Insurance,2,total,A2406.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Auxiliary,2,total,A2406.02,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Rental, hiring, & real estate services",1,total,A2406.02,294,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little","Professional, scientific, & technical services",1,total,A2406.02,810,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Computer systems design,2,total,A2406.02,120,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Other professional scientific,2,total,A2406.02,690,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Administrative & support services,1,total,A2406.02,468,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Education & training,1,total,A2406.02,414,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Health care & social assistance,1,total,A2406.02,1080,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Arts & recreation services,1,total,A2406.02,135,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",Other services,1,total,A2406.02,165,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,total,A2406.02,13578,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,619 employees,A2406.03,1878,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,2049 employees,A2406.03,780,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,5099 employees,A2406.03,336,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,100+ employees,A2406.03,312,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Agriculture, forestry, & fishing",1,total,A2406.03,291,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Agriculture,2,total,A2406.03,180,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Commercial fishing,2,total,A2406.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Forestry & logging,2,total,A2406.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Agriculture, forestry, & fishing support services",2,total,A2406.03,105,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Mining,1,total,A2406.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Manufacturing,1,total,A2406.03,420,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Food, beverage, & tobacco",2,total,A2406.03,108,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Textile, clothing, footwear, & leather",2,total,A2406.03,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Wood & paper product,2,total,A2406.03,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Printing, publishing, & recorded media",2,total,A2406.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2406.03,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Non-metallic mineral product,2,total,A2406.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Metal product,2,total,A2406.03,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Transport and industrial machinery & equipment,2,total,A2406.03,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Other machinery & equipment,2,total,A2406.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Other manufacturing,2,total,A2406.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Electricity, gas, water, & waste services",1,total,A2406.03,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Construction,1,total,A2406.03,558,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Wholesale trade,1,total,A2406.03,192,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Machinery & equipment wholesaling,2,total,A2406.03,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Other wholesale trade,2,total,A2406.03,153,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Retail trade,1,total,A2406.03,192,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Accommodation & food services,1,total,A2406.03,510,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Transport, postal, & warehousing",1,total,A2406.03,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Information media & telecommunications,1,total,A2406.03,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Publishing,2,total,A2406.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Motion picture,2,total,A2406.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Telecommunications,2,total,A2406.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Financial & insurance services,1,total,A2406.03,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Finance,2,total,A2406.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Insurance,2,total,A2406.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Auxiliary,2,total,A2406.03,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Rental, hiring, & real estate services",1,total,A2406.03,33,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot","Professional, scientific, & technical services",1,total,A2406.03,174,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Computer systems design,2,total,A2406.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Other professional scientific,2,total,A2406.03,168,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Administrative & support services,1,total,A2406.03,183,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Education & training,1,total,A2406.03,174,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Health care & social assistance,1,total,A2406.03,363,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Arts & recreation services,1,total,A2406.03,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",Other services,1,total,A2406.03,0,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,total,A2406.03,3309,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,619 employees,A2407.01,14934,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,2049 employees,A2407.01,2994,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,5099 employees,A2407.01,666,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,100+ employees,A2407.01,489,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Agriculture, forestry, & fishing",1,total,A2407.01,2046,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Agriculture,2,total,A2407.01,1317,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Commercial fishing,2,total,A2407.01,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Forestry & logging,2,total,A2407.01,174,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Agriculture, forestry, & fishing support services",2,total,A2407.01,519,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Mining,1,total,A2407.01,54,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Manufacturing,1,total,A2407.01,1773,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Food, beverage, & tobacco",2,total,A2407.01,417,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Textile, clothing, footwear, & leather",2,total,A2407.01,108,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Wood & paper product,2,total,A2407.01,162,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Printing, publishing, & recorded media",2,total,A2407.01,102,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Petroleum, coal, chemical, & associated product",2,total,A2407.01,180,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Non-metallic mineral product,2,total,A2407.01,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Metal product,2,total,A2407.01,201,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Transport and industrial machinery & equipment,2,total,A2407.01,300,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other machinery & equipment,2,total,A2407.01,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other manufacturing,2,total,A2407.01,135,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Electricity, gas, water, & waste services",1,total,A2407.01,81,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Construction,1,total,A2407.01,2784,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Wholesale trade,1,total,A2407.01,1467,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Machinery & equipment wholesaling,2,total,A2407.01,432,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other wholesale trade,2,total,A2407.01,1035,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Retail trade,1,total,A2407.01,1695,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Accommodation & food services,1,total,A2407.01,1350,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Transport, postal, & warehousing",1,total,A2407.01,720,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Information media & telecommunications,1,total,A2407.01,252,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Publishing,2,total,A2407.01,108,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Motion picture,2,total,A2407.01,69,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Telecommunications,2,total,A2407.01,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Financial & insurance services,1,total,A2407.01,378,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Finance,2,total,A2407.01,129,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Insurance,2,total,A2407.01,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Auxiliary,2,total,A2407.01,231,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Rental, hiring, & real estate services",1,total,A2407.01,603,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Professional, scientific, & technical services",1,total,A2407.01,3159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Computer systems design,2,total,A2407.01,699,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other professional scientific,2,total,A2407.01,2460,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Administrative & support services,1,total,A2407.01,741,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Education & training,1,total,A2407.01,393,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Health care & social assistance,1,total,A2407.01,840,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Arts & recreation services,1,total,A2407.01,198,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other services,1,total,A2407.01,546,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,total,A2407.01,19083,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,619 employees,A2407.02,13020,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,2049 employees,A2407.02,3891,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,5099 employees,A2407.02,1200,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,100+ employees,A2407.02,1098,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Agriculture, forestry, & fishing",1,total,A2407.02,1065,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Agriculture,2,total,A2407.02,687,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Commercial fishing,2,total,A2407.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Forestry & logging,2,total,A2407.02,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Agriculture, forestry, & fishing support services",2,total,A2407.02,297,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Mining,1,total,A2407.02,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Manufacturing,1,total,A2407.02,2262,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Food, beverage, & tobacco",2,total,A2407.02,552,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Textile, clothing, footwear, & leather",2,total,A2407.02,96,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Wood & paper product,2,total,A2407.02,216,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Printing, publishing, & recorded media",2,total,A2407.02,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Petroleum, coal, chemical, & associated product",2,total,A2407.02,162,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Non-metallic mineral product,2,total,A2407.02,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Metal product,2,total,A2407.02,501,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Transport and industrial machinery & equipment,2,total,A2407.02,339,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other machinery & equipment,2,total,A2407.02,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other manufacturing,2,total,A2407.02,156,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Electricity, gas, water, & waste services",1,total,A2407.02,90,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Construction,1,total,A2407.02,2973,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Wholesale trade,1,total,A2407.02,1269,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Machinery & equipment wholesaling,2,total,A2407.02,336,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other wholesale trade,2,total,A2407.02,930,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Retail trade,1,total,A2407.02,2166,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Accommodation & food services,1,total,A2407.02,3165,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Transport, postal, & warehousing",1,total,A2407.02,678,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Information media & telecommunications,1,total,A2407.02,132,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Publishing,2,total,A2407.02,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Motion picture,2,total,A2407.02,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Telecommunications,2,total,A2407.02,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Financial & insurance services,1,total,A2407.02,237,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Finance,2,total,A2407.02,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Insurance,2,total,A2407.02,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Auxiliary,2,total,A2407.02,165,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Rental, hiring, & real estate services",1,total,A2407.02,288,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Professional, scientific, & technical services",1,total,A2407.02,1389,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Computer systems design,2,total,A2407.02,189,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other professional scientific,2,total,A2407.02,1200,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Administrative & support services,1,total,A2407.02,684,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Education & training,1,total,A2407.02,585,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Health care & social assistance,1,total,A2407.02,1347,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Arts & recreation services,1,total,A2407.02,249,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other services,1,total,A2407.02,582,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,total,A2407.02,19212,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,619 employees,A2407.03,5928,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,2049 employees,A2407.03,1494,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,5099 employees,A2407.03,555,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,100+ employees,A2407.03,429,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Agriculture, forestry, & fishing",1,total,A2407.03,465,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Agriculture,2,total,A2407.03,348,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Commercial fishing,2,total,A2407.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Forestry & logging,2,total,A2407.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Agriculture, forestry, & fishing support services",2,total,A2407.03,102,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Mining,1,total,A2407.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Manufacturing,1,total,A2407.03,1071,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Food, beverage, & tobacco",2,total,A2407.03,198,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Textile, clothing, footwear, & leather",2,total,A2407.03,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Wood & paper product,2,total,A2407.03,108,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Printing, publishing, & recorded media",2,total,A2407.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2407.03,93,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Non-metallic mineral product,2,total,A2407.03,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Metal product,2,total,A2407.03,225,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Transport and industrial machinery & equipment,2,total,A2407.03,228,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other machinery & equipment,2,total,A2407.03,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other manufacturing,2,total,A2407.03,75,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Electricity, gas, water, & waste services",1,total,A2407.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Construction,1,total,A2407.03,1332,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Wholesale trade,1,total,A2407.03,270,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Machinery & equipment wholesaling,2,total,A2407.03,93,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other wholesale trade,2,total,A2407.03,177,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Retail trade,1,total,A2407.03,1011,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Accommodation & food services,1,total,A2407.03,2067,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Transport, postal, & warehousing",1,total,A2407.03,225,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Information media & telecommunications,1,total,A2407.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Publishing,2,total,A2407.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Motion picture,2,total,A2407.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Telecommunications,2,total,A2407.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Financial & insurance services,1,total,A2407.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Finance,2,total,A2407.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Insurance,2,total,A2407.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Auxiliary,2,total,A2407.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Rental, hiring, & real estate services",1,total,A2407.03,93,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Professional, scientific, & technical services",1,total,A2407.03,384,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Computer systems design,2,total,A2407.03,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other professional scientific,2,total,A2407.03,339,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Administrative & support services,1,total,A2407.03,288,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Education & training,1,total,A2407.03,174,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Health care & social assistance,1,total,A2407.03,660,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Arts & recreation services,1,total,A2407.03,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other services,1,total,A2407.03,165,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,total,A2407.03,8409,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,619 employees,A2408.01,7086,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,2049 employees,A2408.01,957,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,5099 employees,A2408.01,243,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,100+ employees,A2408.01,144,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Agriculture, forestry, & fishing",1,total,A2408.01,903,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Agriculture,2,total,A2408.01,606,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Commercial fishing,2,total,A2408.01,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Forestry & logging,2,total,A2408.01,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Agriculture, forestry, & fishing support services",2,total,A2408.01,207,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Mining,1,total,A2408.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Manufacturing,1,total,A2408.01,939,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Food, beverage, & tobacco",2,total,A2408.01,297,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Textile, clothing, footwear, & leather",2,total,A2408.01,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Wood & paper product,2,total,A2408.01,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Printing, publishing, & recorded media",2,total,A2408.01,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Petroleum, coal, chemical, & associated product",2,total,A2408.01,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Non-metallic mineral product,2,total,A2408.01,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Metal product,2,total,A2408.01,108,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Transport and industrial machinery & equipment,2,total,A2408.01,120,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Other machinery & equipment,2,total,A2408.01,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Other manufacturing,2,total,A2408.01,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Electricity, gas, water, & waste services",1,total,A2408.01,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Construction,1,total,A2408.01,1053,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Wholesale trade,1,total,A2408.01,534,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Machinery & equipment wholesaling,2,total,A2408.01,156,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Other wholesale trade,2,total,A2408.01,375,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Retail trade,1,total,A2408.01,1011,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Accommodation & food services,1,total,A2408.01,1062,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Transport, postal, & warehousing",1,total,A2408.01,246,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Information media & telecommunications,1,total,A2408.01,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Publishing,2,total,A2408.01,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Motion picture,2,total,A2408.01,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Telecommunications,2,total,A2408.01,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Financial & insurance services,1,total,A2408.01,159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Finance,2,total,A2408.01,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Insurance,2,total,A2408.01,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Auxiliary,2,total,A2408.01,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Rental, hiring, & real estate services",1,total,A2408.01,261,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done","Professional, scientific, & technical services",1,total,A2408.01,876,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Computer systems design,2,total,A2408.01,210,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Other professional scientific,2,total,A2408.01,666,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Administrative & support services,1,total,A2408.01,213,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Education & training,1,total,A2408.01,216,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Health care & social assistance,1,total,A2408.01,441,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Arts & recreation services,1,total,A2408.01,117,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",Other services,1,total,A2408.01,237,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,total,A2408.01,8430,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,619 employees,A2408.02,16593,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,2049 employees,A2408.02,4038,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,5099 employees,A2408.02,1155,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,100+ employees,A2408.02,1116,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Agriculture, forestry, & fishing",1,total,A2408.02,1722,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Agriculture,2,total,A2408.02,1182,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Commercial fishing,2,total,A2408.02,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Forestry & logging,2,total,A2408.02,144,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Agriculture, forestry, & fishing support services",2,total,A2408.02,375,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Mining,1,total,A2408.02,69,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Manufacturing,1,total,A2408.02,2604,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Food, beverage, & tobacco",2,total,A2408.02,573,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Textile, clothing, footwear, & leather",2,total,A2408.02,138,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Wood & paper product,2,total,A2408.02,282,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Printing, publishing, & recorded media",2,total,A2408.02,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Petroleum, coal, chemical, & associated product",2,total,A2408.02,171,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Non-metallic mineral product,2,total,A2408.02,120,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Metal product,2,total,A2408.02,555,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Transport and industrial machinery & equipment,2,total,A2408.02,423,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Other machinery & equipment,2,total,A2408.02,105,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Other manufacturing,2,total,A2408.02,153,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Electricity, gas, water, & waste services",1,total,A2408.02,102,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Construction,1,total,A2408.02,3882,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Wholesale trade,1,total,A2408.02,1641,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Machinery & equipment wholesaling,2,total,A2408.02,384,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Other wholesale trade,2,total,A2408.02,1254,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Retail trade,1,total,A2408.02,2202,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Accommodation & food services,1,total,A2408.02,2904,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Transport, postal, & warehousing",1,total,A2408.02,846,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Information media & telecommunications,1,total,A2408.02,219,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Publishing,2,total,A2408.02,75,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Motion picture,2,total,A2408.02,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Telecommunications,2,total,A2408.02,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Financial & insurance services,1,total,A2408.02,342,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Finance,2,total,A2408.02,111,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Insurance,2,total,A2408.02,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Auxiliary,2,total,A2408.02,210,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Rental, hiring, & real estate services",1,total,A2408.02,483,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little","Professional, scientific, & technical services",1,total,A2408.02,2634,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Computer systems design,2,total,A2408.02,426,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Other professional scientific,2,total,A2408.02,2211,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Administrative & support services,1,total,A2408.02,789,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Education & training,1,total,A2408.02,558,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Health care & social assistance,1,total,A2408.02,1185,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Arts & recreation services,1,total,A2408.02,246,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",Other services,1,total,A2408.02,471,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,total,A2408.02,22902,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,619 employees,A2408.03,10599,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,2049 employees,A2408.03,3582,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,5099 employees,A2408.03,1053,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,100+ employees,A2408.03,789,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Agriculture, forestry, & fishing",1,total,A2408.03,957,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Agriculture,2,total,A2408.03,564,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Commercial fishing,2,total,A2408.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Forestry & logging,2,total,A2408.03,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Agriculture, forestry, & fishing support services",2,total,A2408.03,348,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Mining,1,total,A2408.03,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Manufacturing,1,total,A2408.03,1680,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Food, beverage, & tobacco",2,total,A2408.03,333,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Textile, clothing, footwear, & leather",2,total,A2408.03,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Wood & paper product,2,total,A2408.03,159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Printing, publishing, & recorded media",2,total,A2408.03,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2408.03,150,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Non-metallic mineral product,2,total,A2408.03,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Metal product,2,total,A2408.03,285,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Transport and industrial machinery & equipment,2,total,A2408.03,351,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other machinery & equipment,2,total,A2408.03,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other manufacturing,2,total,A2408.03,141,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Electricity, gas, water, & waste services",1,total,A2408.03,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Construction,1,total,A2408.03,2274,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Wholesale trade,1,total,A2408.03,915,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Machinery & equipment wholesaling,2,total,A2408.03,333,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other wholesale trade,2,total,A2408.03,582,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Retail trade,1,total,A2408.03,1665,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Accommodation & food services,1,total,A2408.03,2706,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Transport, postal, & warehousing",1,total,A2408.03,576,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Information media & telecommunications,1,total,A2408.03,111,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Publishing,2,total,A2408.03,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Motion picture,2,total,A2408.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Telecommunications,2,total,A2408.03,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Financial & insurance services,1,total,A2408.03,168,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Finance,2,total,A2408.03,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Insurance,2,total,A2408.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Auxiliary,2,total,A2408.03,120,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Rental, hiring, & real estate services",1,total,A2408.03,255,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot","Professional, scientific, & technical services",1,total,A2408.03,1491,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Computer systems design,2,total,A2408.03,324,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other professional scientific,2,total,A2408.03,1170,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Administrative & support services,1,total,A2408.03,726,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Education & training,1,total,A2408.03,369,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Health care & social assistance,1,total,A2408.03,1248,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Arts & recreation services,1,total,A2408.03,174,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other services,1,total,A2408.03,612,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,total,A2408.03,16026,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,619 employees,A2409.01,16734,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,2049 employees,A2409.01,3315,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,5099 employees,A2409.01,819,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,100+ employees,A2409.01,552,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Agriculture, forestry, & fishing",1,total,A2409.01,1803,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Agriculture,2,total,A2409.01,1140,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Commercial fishing,2,total,A2409.01,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Forestry & logging,2,total,A2409.01,156,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Agriculture, forestry, & fishing support services",2,total,A2409.01,471,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Mining,1,total,A2409.01,66,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Manufacturing,1,total,A2409.01,2484,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Food, beverage, & tobacco",2,total,A2409.01,543,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Textile, clothing, footwear, & leather",2,total,A2409.01,135,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Wood & paper product,2,total,A2409.01,279,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Printing, publishing, & recorded media",2,total,A2409.01,126,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Petroleum, coal, chemical, & associated product",2,total,A2409.01,240,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Non-metallic mineral product,2,total,A2409.01,90,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Metal product,2,total,A2409.01,417,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Transport and industrial machinery & equipment,2,total,A2409.01,375,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other machinery & equipment,2,total,A2409.01,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other manufacturing,2,total,A2409.01,180,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Electricity, gas, water, & waste services",1,total,A2409.01,87,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Construction,1,total,A2409.01,3081,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Wholesale trade,1,total,A2409.01,1527,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Machinery & equipment wholesaling,2,total,A2409.01,423,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other wholesale trade,2,total,A2409.01,1101,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Retail trade,1,total,A2409.01,2340,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Accommodation & food services,1,total,A2409.01,2892,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Transport, postal, & warehousing",1,total,A2409.01,918,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Information media & telecommunications,1,total,A2409.01,183,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Publishing,2,total,A2409.01,69,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Motion picture,2,total,A2409.01,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Telecommunications,2,total,A2409.01,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Financial & insurance services,1,total,A2409.01,270,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Finance,2,total,A2409.01,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Insurance,2,total,A2409.01,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Auxiliary,2,total,A2409.01,168,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Rental, hiring, & real estate services",1,total,A2409.01,570,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Professional, scientific, & technical services",1,total,A2409.01,2049,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Computer systems design,2,total,A2409.01,420,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other professional scientific,2,total,A2409.01,1629,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Administrative & support services,1,total,A2409.01,615,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Education & training,1,total,A2409.01,534,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Health care & social assistance,1,total,A2409.01,1209,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Arts & recreation services,1,total,A2409.01,240,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other services,1,total,A2409.01,546,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,total,A2409.01,21420,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,619 employees,A2409.02,12909,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,2049 employees,A2409.02,3873,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,5099 employees,A2409.02,1128,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,100+ employees,A2409.02,1095,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Agriculture, forestry, & fishing",1,total,A2409.02,1164,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Agriculture,2,total,A2409.02,747,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Commercial fishing,2,total,A2409.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Forestry & logging,2,total,A2409.02,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Agriculture, forestry, & fishing support services",2,total,A2409.02,333,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Mining,1,total,A2409.02,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Manufacturing,1,total,A2409.02,1989,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Food, beverage, & tobacco",2,total,A2409.02,465,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Textile, clothing, footwear, & leather",2,total,A2409.02,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Wood & paper product,2,total,A2409.02,174,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Printing, publishing, & recorded media",2,total,A2409.02,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Petroleum, coal, chemical, & associated product",2,total,A2409.02,156,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Non-metallic mineral product,2,total,A2409.02,75,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Metal product,2,total,A2409.02,399,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Transport and industrial machinery & equipment,2,total,A2409.02,348,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other machinery & equipment,2,total,A2409.02,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other manufacturing,2,total,A2409.02,150,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Electricity, gas, water, & waste services",1,total,A2409.02,84,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Construction,1,total,A2409.02,2907,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Wholesale trade,1,total,A2409.02,1140,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Machinery & equipment wholesaling,2,total,A2409.02,315,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other wholesale trade,2,total,A2409.02,822,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Retail trade,1,total,A2409.02,1962,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Accommodation & food services,1,total,A2409.02,2820,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Transport, postal, & warehousing",1,total,A2409.02,612,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Information media & telecommunications,1,total,A2409.02,189,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Publishing,2,total,A2409.02,69,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Motion picture,2,total,A2409.02,57,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Telecommunications,2,total,A2409.02,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Financial & insurance services,1,total,A2409.02,312,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Finance,2,total,A2409.02,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Insurance,2,total,A2409.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Auxiliary,2,total,A2409.02,213,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Rental, hiring, & real estate services",1,total,A2409.02,318,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Professional, scientific, & technical services",1,total,A2409.02,2250,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Computer systems design,2,total,A2409.02,333,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other professional scientific,2,total,A2409.02,1920,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Administrative & support services,1,total,A2409.02,795,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Education & training,1,total,A2409.02,474,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Health care & social assistance,1,total,A2409.02,1119,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Arts & recreation services,1,total,A2409.02,237,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other services,1,total,A2409.02,579,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,total,A2409.02,19002,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,619 employees,A2409.03,3855,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,2049 employees,A2409.03,1185,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,5099 employees,A2409.03,441,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,100+ employees,A2409.03,360,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Agriculture, forestry, & fishing",1,total,A2409.03,498,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Agriculture,2,total,A2409.03,399,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Commercial fishing,2,total,A2409.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Forestry & logging,2,total,A2409.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Agriculture, forestry, & fishing support services",2,total,A2409.03,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Mining,1,total,A2409.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Manufacturing,1,total,A2409.03,540,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Food, beverage, & tobacco",2,total,A2409.03,132,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Textile, clothing, footwear, & leather",2,total,A2409.03,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Wood & paper product,2,total,A2409.03,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Printing, publishing, & recorded media",2,total,A2409.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2409.03,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Non-metallic mineral product,2,total,A2409.03,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Metal product,2,total,A2409.03,90,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Transport and industrial machinery & equipment,2,total,A2409.03,132,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other machinery & equipment,2,total,A2409.03,33,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other manufacturing,2,total,A2409.03,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Electricity, gas, water, & waste services",1,total,A2409.03,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Construction,1,total,A2409.03,1050,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Wholesale trade,1,total,A2409.03,327,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Machinery & equipment wholesaling,2,total,A2409.03,105,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other wholesale trade,2,total,A2409.03,219,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Retail trade,1,total,A2409.03,510,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Accommodation & food services,1,total,A2409.03,792,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Transport, postal, & warehousing",1,total,A2409.03,108,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Information media & telecommunications,1,total,A2409.03,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Publishing,2,total,A2409.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Motion picture,2,total,A2409.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Telecommunications,2,total,A2409.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Financial & insurance services,1,total,A2409.03,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Finance,2,total,A2409.03,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Insurance,2,total,A2409.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Auxiliary,2,total,A2409.03,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Rental, hiring, & real estate services",1,total,A2409.03,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Professional, scientific, & technical services",1,total,A2409.03,654,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Computer systems design,2,total,A2409.03,192,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other professional scientific,2,total,A2409.03,462,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Administrative & support services,1,total,A2409.03,246,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Education & training,1,total,A2409.03,102,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Health care & social assistance,1,total,A2409.03,492,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Arts & recreation services,1,total,A2409.03,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other services,1,total,A2409.03,183,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,total,A2409.03,5844,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,619 employees,A2410.01,13962,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,2049 employees,A2410.01,2511,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,5099 employees,A2410.01,519,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,100+ employees,A2410.01,339,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Agriculture, forestry, & fishing",1,total,A2410.01,1548,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Agriculture,2,total,A2410.01,1065,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Commercial fishing,2,total,A2410.01,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Forestry & logging,2,total,A2410.01,120,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Agriculture, forestry, & fishing support services",2,total,A2410.01,342,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Mining,1,total,A2410.01,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Manufacturing,1,total,A2410.01,1812,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Food, beverage, & tobacco",2,total,A2410.01,393,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Textile, clothing, footwear, & leather",2,total,A2410.01,123,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Wood & paper product,2,total,A2410.01,159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Printing, publishing, & recorded media",2,total,A2410.01,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Petroleum, coal, chemical, & associated product",2,total,A2410.01,180,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Non-metallic mineral product,2,total,A2410.01,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Metal product,2,total,A2410.01,312,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Transport and industrial machinery & equipment,2,total,A2410.01,273,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Other machinery & equipment,2,total,A2410.01,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Other manufacturing,2,total,A2410.01,135,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Electricity, gas, water, & waste services",1,total,A2410.01,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Construction,1,total,A2410.01,2331,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Wholesale trade,1,total,A2410.01,1245,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Machinery & equipment wholesaling,2,total,A2410.01,348,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Other wholesale trade,2,total,A2410.01,897,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Retail trade,1,total,A2410.01,2109,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Accommodation & food services,1,total,A2410.01,2031,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Transport, postal, & warehousing",1,total,A2410.01,636,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Information media & telecommunications,1,total,A2410.01,195,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Publishing,2,total,A2410.01,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Motion picture,2,total,A2410.01,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Telecommunications,2,total,A2410.01,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Financial & insurance services,1,total,A2410.01,252,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Finance,2,total,A2410.01,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Insurance,2,total,A2410.01,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Auxiliary,2,total,A2410.01,165,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Rental, hiring, & real estate services",1,total,A2410.01,492,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done","Professional, scientific, & technical services",1,total,A2410.01,2022,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Computer systems design,2,total,A2410.01,390,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Other professional scientific,2,total,A2410.01,1635,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Administrative & support services,1,total,A2410.01,525,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Education & training,1,total,A2410.01,435,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Health care & social assistance,1,total,A2410.01,954,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Arts & recreation services,1,total,A2410.01,219,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",Other services,1,total,A2410.01,408,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,total,A2410.01,17331,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,619 employees,A2410.02,15513,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,2049 employees,A2410.02,4551,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,5099 employees,A2410.02,1392,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,100+ employees,A2410.02,1293,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Agriculture, forestry, & fishing",1,total,A2410.02,1515,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Agriculture,2,total,A2410.02,933,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Commercial fishing,2,total,A2410.02,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Forestry & logging,2,total,A2410.02,105,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Agriculture, forestry, & fishing support services",2,total,A2410.02,456,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Mining,1,total,A2410.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Manufacturing,1,total,A2410.02,2613,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Food, beverage, & tobacco",2,total,A2410.02,621,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Textile, clothing, footwear, & leather",2,total,A2410.02,102,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Wood & paper product,2,total,A2410.02,252,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Printing, publishing, & recorded media",2,total,A2410.02,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Petroleum, coal, chemical, & associated product",2,total,A2410.02,222,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Non-metallic mineral product,2,total,A2410.02,111,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Metal product,2,total,A2410.02,510,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Transport and industrial machinery & equipment,2,total,A2410.02,438,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Other machinery & equipment,2,total,A2410.02,129,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Other manufacturing,2,total,A2410.02,159,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Electricity, gas, water, & waste services",1,total,A2410.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Construction,1,total,A2410.02,3768,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Wholesale trade,1,total,A2410.02,1530,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Machinery & equipment wholesaling,2,total,A2410.02,444,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Other wholesale trade,2,total,A2410.02,1086,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Retail trade,1,total,A2410.02,2148,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Accommodation & food services,1,total,A2410.02,3195,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Transport, postal, & warehousing",1,total,A2410.02,822,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Information media & telecommunications,1,total,A2410.02,195,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Publishing,2,total,A2410.02,72,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Motion picture,2,total,A2410.02,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Telecommunications,2,total,A2410.02,57,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Financial & insurance services,1,total,A2410.02,306,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Finance,2,total,A2410.02,84,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Insurance,2,total,A2410.02,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Auxiliary,2,total,A2410.02,204,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Rental, hiring, & real estate services",1,total,A2410.02,351,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little","Professional, scientific, & technical services",1,total,A2410.02,2331,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Computer systems design,2,total,A2410.02,459,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Other professional scientific,2,total,A2410.02,1875,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Administrative & support services,1,total,A2410.02,900,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Education & training,1,total,A2410.02,495,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Health care & social assistance,1,total,A2410.02,1395,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Arts & recreation services,1,total,A2410.02,267,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",Other services,1,total,A2410.02,744,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,total,A2410.02,22749,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,619 employees,A2410.03,4134,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,2049 employees,A2410.03,1290,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,5099 employees,A2410.03,480,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,100+ employees,A2410.03,387,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Agriculture, forestry, & fishing",1,total,A2410.03,441,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Agriculture,2,total,A2410.03,303,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Commercial fishing,2,total,A2410.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Forestry & logging,2,total,A2410.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Agriculture, forestry, & fishing support services",2,total,A2410.03,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Mining,1,total,A2410.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Manufacturing,1,total,A2410.03,603,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Food, beverage, & tobacco",2,total,A2410.03,126,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Textile, clothing, footwear, & leather",2,total,A2410.03,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Wood & paper product,2,total,A2410.03,75,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Printing, publishing, & recorded media",2,total,A2410.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2410.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Non-metallic mineral product,2,total,A2410.03,33,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Metal product,2,total,A2410.03,93,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Transport and industrial machinery & equipment,2,total,A2410.03,144,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Other machinery & equipment,2,total,A2410.03,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Other manufacturing,2,total,A2410.03,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Electricity, gas, water, & waste services",1,total,A2410.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Construction,1,total,A2410.03,930,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Wholesale trade,1,total,A2410.03,243,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Machinery & equipment wholesaling,2,total,A2410.03,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Other wholesale trade,2,total,A2410.03,180,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Retail trade,1,total,A2410.03,558,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Accommodation & food services,1,total,A2410.03,1269,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Transport, postal, & warehousing",1,total,A2410.03,189,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Information media & telecommunications,1,total,A2410.03,33,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Publishing,2,total,A2410.03,6,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Motion picture,2,total,A2410.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Telecommunications,2,total,A2410.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Financial & insurance services,1,total,A2410.03,96,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Finance,2,total,A2410.03,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Insurance,2,total,A2410.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Auxiliary,2,total,A2410.03,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Rental, hiring, & real estate services",1,total,A2410.03,114,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot","Professional, scientific, & technical services",1,total,A2410.03,618,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Computer systems design,2,total,A2410.03,93,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Other professional scientific,2,total,A2410.03,528,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Administrative & support services,1,total,A2410.03,264,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Education & training,1,total,A2410.03,210,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Health care & social assistance,1,total,A2410.03,498,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Arts & recreation services,1,total,A2410.03,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",Other services,1,total,A2410.03,123,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,total,A2410.03,6291,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,619 employees,A2411.01,23601,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,2049 employees,A2411.01,5349,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,5099 employees,A2411.01,1191,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,100+ employees,A2411.01,810,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Agriculture, forestry, & fishing",1,total,A2411.01,2337,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Agriculture,2,total,A2411.01,1452,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Commercial fishing,2,total,A2411.01,42,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Forestry & logging,2,total,A2411.01,192,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Agriculture, forestry, & fishing support services",2,total,A2411.01,651,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Mining,1,total,A2411.01,87,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Manufacturing,1,total,A2411.01,3135,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Food, beverage, & tobacco",2,total,A2411.01,675,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Textile, clothing, footwear, & leather",2,total,A2411.01,156,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Wood & paper product,2,total,A2411.01,297,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Printing, publishing, & recorded media",2,total,A2411.01,132,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Petroleum, coal, chemical, & associated product",2,total,A2411.01,282,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Non-metallic mineral product,2,total,A2411.01,132,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Metal product,2,total,A2411.01,576,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Transport and industrial machinery & equipment,2,total,A2411.01,549,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other machinery & equipment,2,total,A2411.01,120,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other manufacturing,2,total,A2411.01,219,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Electricity, gas, water, & waste services",1,total,A2411.01,129,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Construction,1,total,A2411.01,5223,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Wholesale trade,1,total,A2411.01,1866,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Machinery & equipment wholesaling,2,total,A2411.01,549,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other wholesale trade,2,total,A2411.01,1314,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Retail trade,1,total,A2411.01,3405,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Accommodation & food services,1,total,A2411.01,4536,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Transport, postal, & warehousing",1,total,A2411.01,1218,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Information media & telecommunications,1,total,A2411.01,249,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Publishing,2,total,A2411.01,108,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Motion picture,2,total,A2411.01,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Telecommunications,2,total,A2411.01,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Financial & insurance services,1,total,A2411.01,351,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Finance,2,total,A2411.01,99,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Insurance,2,total,A2411.01,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Auxiliary,2,total,A2411.01,237,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Rental, hiring, & real estate services",1,total,A2411.01,660,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Professional, scientific, & technical services",1,total,A2411.01,2946,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Computer systems design,2,total,A2411.01,486,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other professional scientific,2,total,A2411.01,2463,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Administrative & support services,1,total,A2411.01,1014,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Education & training,1,total,A2411.01,762,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Health care & social assistance,1,total,A2411.01,1791,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Arts & recreation services,1,total,A2411.01,327,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other services,1,total,A2411.01,906,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,total,A2411.01,30951,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,619 employees,A2411.02,7623,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,2049 employees,A2411.02,2358,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,5099 employees,A2411.02,906,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,100+ employees,A2411.02,978,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Agriculture, forestry, & fishing",1,total,A2411.02,852,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Agriculture,2,total,A2411.02,597,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Commercial fishing,2,total,A2411.02,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Forestry & logging,2,total,A2411.02,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Agriculture, forestry, & fishing support services",2,total,A2411.02,213,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Mining,1,total,A2411.02,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Manufacturing,1,total,A2411.02,1428,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Food, beverage, & tobacco",2,total,A2411.02,336,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Textile, clothing, footwear, & leather",2,total,A2411.02,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Wood & paper product,2,total,A2411.02,162,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Printing, publishing, & recorded media",2,total,A2411.02,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Petroleum, coal, chemical, & associated product",2,total,A2411.02,132,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Non-metallic mineral product,2,total,A2411.02,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Metal product,2,total,A2411.02,282,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Transport and industrial machinery & equipment,2,total,A2411.02,213,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other machinery & equipment,2,total,A2411.02,69,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other manufacturing,2,total,A2411.02,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Electricity, gas, water, & waste services",1,total,A2411.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Construction,1,total,A2411.02,1473,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Wholesale trade,1,total,A2411.02,828,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Machinery & equipment wholesaling,2,total,A2411.02,204,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other wholesale trade,2,total,A2411.02,624,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Retail trade,1,total,A2411.02,1125,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Accommodation & food services,1,total,A2411.02,1509,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Transport, postal, & warehousing",1,total,A2411.02,318,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Information media & telecommunications,1,total,A2411.02,132,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Publishing,2,total,A2411.02,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Motion picture,2,total,A2411.02,36,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Telecommunications,2,total,A2411.02,45,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Financial & insurance services,1,total,A2411.02,228,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Finance,2,total,A2411.02,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Insurance,2,total,A2411.02,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Auxiliary,2,total,A2411.02,138,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Rental, hiring, & real estate services",1,total,A2411.02,261,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Professional, scientific, & technical services",1,total,A2411.02,1509,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Computer systems design,2,total,A2411.02,342,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other professional scientific,2,total,A2411.02,1170,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Administrative & support services,1,total,A2411.02,510,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Education & training,1,total,A2411.02,288,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Health care & social assistance,1,total,A2411.02,852,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Arts & recreation services,1,total,A2411.02,177,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other services,1,total,A2411.02,291,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,total,A2411.02,11868,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,619 employees,A2411.03,2067,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,2049 employees,A2411.03,612,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,5099 employees,A2411.03,273,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,100+ employees,A2411.03,216,,Number of businesses,1 and 2 and 3 and 4 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Agriculture, forestry, & fishing",1,total,A2411.03,321,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Agriculture,2,total,A2411.03,264,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Commercial fishing,2,total,A2411.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Forestry & logging,2,total,A2411.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Agriculture, forestry, & fishing support services",2,total,A2411.03,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Mining,1,total,A2411.03,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Manufacturing,1,total,A2411.03,438,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Food, beverage, & tobacco",2,total,A2411.03,123,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Textile, clothing, footwear, & leather",2,total,A2411.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Wood & paper product,2,total,A2411.03,24,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Printing, publishing, & recorded media",2,total,A2411.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2411.03,21,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Non-metallic mineral product,2,total,A2411.03,15,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Metal product,2,total,A2411.03,48,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Transport and industrial machinery & equipment,2,total,A2411.03,93,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other machinery & equipment,2,total,A2411.03,30,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other manufacturing,2,total,A2411.03,54,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Electricity, gas, water, & waste services",1,total,A2411.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Construction,1,total,A2411.03,282,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Wholesale trade,1,total,A2411.03,264,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Machinery & equipment wholesaling,2,total,A2411.03,63,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other wholesale trade,2,total,A2411.03,201,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Retail trade,1,total,A2411.03,279,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Accommodation & food services,1,total,A2411.03,300,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Transport, postal, & warehousing",1,total,A2411.03,78,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Information media & telecommunications,1,total,A2411.03,39,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Publishing,2,total,A2411.03,12,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Motion picture,2,total,A2411.03,9,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Telecommunications,2,total,A2411.03,18,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Financial & insurance services,1,total,A2411.03,87,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Finance,2,total,A2411.03,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Insurance,2,total,A2411.03,3,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Auxiliary,2,total,A2411.03,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Rental, hiring, & real estate services",1,total,A2411.03,51,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Professional, scientific, & technical services",1,total,A2411.03,507,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Computer systems design,2,total,A2411.03,108,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other professional scientific,2,total,A2411.03,402,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Administrative & support services,1,total,A2411.03,180,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Education & training,1,total,A2411.03,66,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Health care & social assistance,1,total,A2411.03,171,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Arts & recreation services,1,total,A2411.03,27,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other services,1,total,A2411.03,60,,Number of businesses,1 and 2 and 3 and 6 +"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,total,A2411.03,3168,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,619 employees,A2501,12111,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,2049 employees,A2501,3585,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,5099 employees,A2501,1158,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,100+ employees,A2501,1002,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Agriculture, forestry, & fishing",1,total,A2501,708,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Agriculture,2,total,A2501,432,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Commercial fishing,2,total,A2501,9,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Forestry & logging,2,total,A2501,36,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Agriculture, forestry, & fishing support services",2,total,A2501,231,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Mining,1,total,A2501,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Manufacturing,1,total,A2501,2295,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Food, beverage, & tobacco",2,total,A2501,408,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Textile, clothing, footwear, & leather",2,total,A2501,93,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Wood & paper product,2,total,A2501,246,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Printing, publishing, & recorded media",2,total,A2501,54,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Petroleum, coal, chemical, & associated product",2,total,A2501,174,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Non-metallic mineral product,2,total,A2501,96,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Metal product,2,total,A2501,486,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Transport and industrial machinery & equipment,2,total,A2501,504,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Other machinery & equipment,2,total,A2501,99,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Other manufacturing,2,total,A2501,135,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Electricity, gas, water, & waste services",1,total,A2501,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Construction,1,total,A2501,3063,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Wholesale trade,1,total,A2501,870,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Machinery & equipment wholesaling,2,total,A2501,348,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Other wholesale trade,2,total,A2501,522,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Retail trade,1,total,A2501,1506,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Accommodation & food services,1,total,A2501,2835,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Transport, postal, & warehousing",1,total,A2501,525,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Information media & telecommunications,1,total,A2501,141,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Publishing,2,total,A2501,63,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Motion picture,2,total,A2501,33,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Telecommunications,2,total,A2501,45,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Financial & insurance services,1,total,A2501,198,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Finance,2,total,A2501,54,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Insurance,2,total,A2501,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Auxiliary,2,total,A2501,135,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Rental, hiring, & real estate services",1,total,A2501,309,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,"Professional, scientific, & technical services",1,total,A2501,2190,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Computer systems design,2,total,A2501,339,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Other professional scientific,2,total,A2501,1851,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Administrative & support services,1,total,A2501,699,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Education & training,1,total,A2501,294,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Health care & social assistance,1,total,A2501,1338,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Arts & recreation services,1,total,A2501,147,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,Other services,1,total,A2501,630,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,total,A2501,17853,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,619 employees,A2502,6177,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,2049 employees,A2502,1566,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,5099 employees,A2502,459,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,100+ employees,A2502,390,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Agriculture, forestry, & fishing",1,total,A2502,237,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Agriculture,2,total,A2502,87,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Commercial fishing,2,total,A2502,6,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Forestry & logging,2,total,A2502,9,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Agriculture, forestry, & fishing support services",2,total,A2502,138,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Mining,1,total,A2502,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Manufacturing,1,total,A2502,831,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Food, beverage, & tobacco",2,total,A2502,219,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Textile, clothing, footwear, & leather",2,total,A2502,30,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Wood & paper product,2,total,A2502,72,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Printing, publishing, & recorded media",2,total,A2502,0,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Petroleum, coal, chemical, & associated product",2,total,A2502,39,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Non-metallic mineral product,2,total,A2502,57,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Metal product,2,total,A2502,102,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Transport and industrial machinery & equipment,2,total,A2502,225,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other machinery & equipment,2,total,A2502,30,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other manufacturing,2,total,A2502,57,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Electricity, gas, water, & waste services",1,total,A2502,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Construction,1,total,A2502,1200,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Wholesale trade,1,total,A2502,363,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Machinery & equipment wholesaling,2,total,A2502,180,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other wholesale trade,2,total,A2502,180,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Retail trade,1,total,A2502,1047,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Accommodation & food services,1,total,A2502,2073,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Transport, postal, & warehousing",1,total,A2502,225,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Information media & telecommunications,1,total,A2502,51,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Publishing,2,total,A2502,21,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Motion picture,2,total,A2502,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Telecommunications,2,total,A2502,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Financial & insurance services,1,total,A2502,24,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Finance,2,total,A2502,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Insurance,2,total,A2502,0,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Auxiliary,2,total,A2502,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Rental, hiring, & real estate services",1,total,A2502,105,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Professional, scientific, & technical services",1,total,A2502,639,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Computer systems design,2,total,A2502,57,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other professional scientific,2,total,A2502,588,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Administrative & support services,1,total,A2502,336,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Education & training,1,total,A2502,141,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Health care & social assistance,1,total,A2502,789,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Arts & recreation services,1,total,A2502,114,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other services,1,total,A2502,375,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,total,A2502,8592,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,total,0,619 employees,A2503,14874,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,total,0,2049 employees,A2503,4677,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,total,0,5099 employees,A2503,1434,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,total,0,100+ employees,A2503,1281,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Agriculture, forestry, & fishing",1,total,A2503,1428,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Agriculture,2,total,A2503,900,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Commercial fishing,2,total,A2503,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Forestry & logging,2,total,A2503,63,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Agriculture, forestry, & fishing support services",2,total,A2503,453,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Mining,1,total,A2503,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Manufacturing,1,total,A2503,2595,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Food, beverage, & tobacco",2,total,A2503,621,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Textile, clothing, footwear, & leather",2,total,A2503,99,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Wood & paper product,2,total,A2503,270,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Printing, publishing, & recorded media",2,total,A2503,69,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Petroleum, coal, chemical, & associated product",2,total,A2503,264,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Non-metallic mineral product,2,total,A2503,111,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Metal product,2,total,A2503,504,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Transport and industrial machinery & equipment,2,total,A2503,414,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Other machinery & equipment,2,total,A2503,102,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Other manufacturing,2,total,A2503,138,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Electricity, gas, water, & waste services",1,total,A2503,81,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Construction,1,total,A2503,3171,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Wholesale trade,1,total,A2503,1224,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Machinery & equipment wholesaling,2,total,A2503,447,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Other wholesale trade,2,total,A2503,774,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Retail trade,1,total,A2503,2208,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Accommodation & food services,1,total,A2503,4314,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Transport, postal, & warehousing",1,total,A2503,924,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Information media & telecommunications,1,total,A2503,132,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Publishing,2,total,A2503,42,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Motion picture,2,total,A2503,39,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Telecommunications,2,total,A2503,48,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Financial & insurance services,1,total,A2503,210,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Finance,2,total,A2503,69,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Insurance,2,total,A2503,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Auxiliary,2,total,A2503,132,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Rental, hiring, & real estate services",1,total,A2503,306,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,"Professional, scientific, & technical services",1,total,A2503,1683,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Computer systems design,2,total,A2503,330,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Other professional scientific,2,total,A2503,1356,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Administrative & support services,1,total,A2503,882,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Education & training,1,total,A2503,582,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Health care & social assistance,1,total,A2503,1581,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Arts & recreation services,1,total,A2503,243,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,Other services,1,total,A2503,654,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased costs,total,0,total,A2503,22266,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,619 employees,A2504,20157,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,2049 employees,A2504,6225,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,5099 employees,A2504,1881,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,100+ employees,A2504,1617,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Agriculture, forestry, & fishing",1,total,A2504,1938,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Agriculture,2,total,A2504,1368,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Commercial fishing,2,total,A2504,18,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Forestry & logging,2,total,A2504,69,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Agriculture, forestry, & fishing support services",2,total,A2504,486,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Mining,1,total,A2504,66,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Manufacturing,1,total,A2504,3270,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Food, beverage, & tobacco",2,total,A2504,795,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Textile, clothing, footwear, & leather",2,total,A2504,144,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Wood & paper product,2,total,A2504,330,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Printing, publishing, & recorded media",2,total,A2504,72,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Petroleum, coal, chemical, & associated product",2,total,A2504,273,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Non-metallic mineral product,2,total,A2504,135,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Metal product,2,total,A2504,594,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Transport and industrial machinery & equipment,2,total,A2504,564,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Other machinery & equipment,2,total,A2504,138,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Other manufacturing,2,total,A2504,222,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Electricity, gas, water, & waste services",1,total,A2504,120,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Construction,1,total,A2504,4533,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Wholesale trade,1,total,A2504,1653,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Machinery & equipment wholesaling,2,total,A2504,549,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Other wholesale trade,2,total,A2504,1101,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Retail trade,1,total,A2504,3402,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Accommodation & food services,1,total,A2504,4341,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Transport, postal, & warehousing",1,total,A2504,987,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Information media & telecommunications,1,total,A2504,219,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Publishing,2,total,A2504,90,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Motion picture,2,total,A2504,66,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Telecommunications,2,total,A2504,60,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Financial & insurance services,1,total,A2504,345,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Finance,2,total,A2504,105,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Insurance,2,total,A2504,21,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Auxiliary,2,total,A2504,222,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Rental, hiring, & real estate services",1,total,A2504,459,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,"Professional, scientific, & technical services",1,total,A2504,3108,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Computer systems design,2,total,A2504,450,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Other professional scientific,2,total,A2504,2661,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Administrative & support services,1,total,A2504,1020,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Education & training,1,total,A2504,852,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Health care & social assistance,1,total,A2504,2259,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Arts & recreation services,1,total,A2504,351,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,Other services,1,total,A2504,954,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,total,A2504,29883,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,619 employees,A2505,11916,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,2049 employees,A2505,3891,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,5099 employees,A2505,1179,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,100+ employees,A2505,1005,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Agriculture, forestry, & fishing",1,total,A2505,1317,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Agriculture,2,total,A2505,885,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Commercial fishing,2,total,A2505,9,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Forestry & logging,2,total,A2505,78,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Agriculture, forestry, & fishing support services",2,total,A2505,348,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Mining,1,total,A2505,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Manufacturing,1,total,A2505,2379,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Food, beverage, & tobacco",2,total,A2505,489,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Textile, clothing, footwear, & leather",2,total,A2505,99,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Wood & paper product,2,total,A2505,243,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Printing, publishing, & recorded media",2,total,A2505,51,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Petroleum, coal, chemical, & associated product",2,total,A2505,204,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Non-metallic mineral product,2,total,A2505,135,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Metal product,2,total,A2505,441,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Transport and industrial machinery & equipment,2,total,A2505,483,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Other machinery & equipment,2,total,A2505,93,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Other manufacturing,2,total,A2505,141,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Electricity, gas, water, & waste services",1,total,A2505,75,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Construction,1,total,A2505,2850,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Wholesale trade,1,total,A2505,1053,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Machinery & equipment wholesaling,2,total,A2505,381,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Other wholesale trade,2,total,A2505,669,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Retail trade,1,total,A2505,1929,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Accommodation & food services,1,total,A2505,2748,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Transport, postal, & warehousing",1,total,A2505,558,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Information media & telecommunications,1,total,A2505,147,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Publishing,2,total,A2505,66,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Motion picture,2,total,A2505,33,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Telecommunications,2,total,A2505,42,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Financial & insurance services,1,total,A2505,153,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Finance,2,total,A2505,48,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Insurance,2,total,A2505,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Auxiliary,2,total,A2505,99,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Rental, hiring, & real estate services",1,total,A2505,255,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,"Professional, scientific, & technical services",1,total,A2505,1542,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Computer systems design,2,total,A2505,255,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Other professional scientific,2,total,A2505,1287,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Administrative & support services,1,total,A2505,720,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Education & training,1,total,A2505,279,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Health care & social assistance,1,total,A2505,1119,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Arts & recreation services,1,total,A2505,126,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,Other services,1,total,A2505,696,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,total,A2505,17997,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,619 employees,A2506,11559,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,2049 employees,A2506,3318,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,5099 employees,A2506,945,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,100+ employees,A2506,807,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Agriculture, forestry, & fishing",1,total,A2506,441,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Agriculture,2,total,A2506,246,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Commercial fishing,2,total,A2506,6,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Forestry & logging,2,total,A2506,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Agriculture, forestry, & fishing support services",2,total,A2506,177,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Mining,1,total,A2506,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Manufacturing,1,total,A2506,1815,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Food, beverage, & tobacco",2,total,A2506,441,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Textile, clothing, footwear, & leather",2,total,A2506,81,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Wood & paper product,2,total,A2506,150,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Printing, publishing, & recorded media",2,total,A2506,36,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Petroleum, coal, chemical, & associated product",2,total,A2506,123,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Non-metallic mineral product,2,total,A2506,63,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Metal product,2,total,A2506,339,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Transport and industrial machinery & equipment,2,total,A2506,366,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other machinery & equipment,2,total,A2506,87,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other manufacturing,2,total,A2506,126,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Electricity, gas, water, & waste services",1,total,A2506,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Construction,1,total,A2506,2418,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Wholesale trade,1,total,A2506,1116,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Machinery & equipment wholesaling,2,total,A2506,417,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other wholesale trade,2,total,A2506,696,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Retail trade,1,total,A2506,2313,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Accommodation & food services,1,total,A2506,3042,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Transport, postal, & warehousing",1,total,A2506,387,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Information media & telecommunications,1,total,A2506,105,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Publishing,2,total,A2506,48,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Motion picture,2,total,A2506,15,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Telecommunications,2,total,A2506,39,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Financial & insurance services,1,total,A2506,144,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Finance,2,total,A2506,39,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Insurance,2,total,A2506,3,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Auxiliary,2,total,A2506,102,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Rental, hiring, & real estate services",1,total,A2506,267,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Professional, scientific, & technical services",1,total,A2506,1632,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Computer systems design,2,total,A2506,291,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other professional scientific,2,total,A2506,1344,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Administrative & support services,1,total,A2506,819,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Education & training,1,total,A2506,300,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Health care & social assistance,1,total,A2506,855,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Arts & recreation services,1,total,A2506,216,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other services,1,total,A2506,678,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,total,A2506,16629,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,619 employees,A2507,10941,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,2049 employees,A2507,3513,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,5099 employees,A2507,1053,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,100+ employees,A2507,951,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Agriculture, forestry, & fishing",1,total,A2507,690,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Agriculture,2,total,A2507,378,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Commercial fishing,2,total,A2507,6,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Forestry & logging,2,total,A2507,21,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Agriculture, forestry, & fishing support services",2,total,A2507,282,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Mining,1,total,A2507,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Manufacturing,1,total,A2507,1629,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Food, beverage, & tobacco",2,total,A2507,252,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Textile, clothing, footwear, & leather",2,total,A2507,57,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Wood & paper product,2,total,A2507,183,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Printing, publishing, & recorded media",2,total,A2507,30,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Petroleum, coal, chemical, & associated product",2,total,A2507,129,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Non-metallic mineral product,2,total,A2507,90,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Metal product,2,total,A2507,318,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Transport and industrial machinery & equipment,2,total,A2507,366,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other machinery & equipment,2,total,A2507,60,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other manufacturing,2,total,A2507,141,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Electricity, gas, water, & waste services",1,total,A2507,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Construction,1,total,A2507,2334,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Wholesale trade,1,total,A2507,879,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Machinery & equipment wholesaling,2,total,A2507,357,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other wholesale trade,2,total,A2507,522,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Retail trade,1,total,A2507,2094,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Accommodation & food services,1,total,A2507,3279,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Transport, postal, & warehousing",1,total,A2507,546,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Information media & telecommunications,1,total,A2507,99,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Publishing,2,total,A2507,33,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Motion picture,2,total,A2507,33,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Telecommunications,2,total,A2507,30,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Financial & insurance services,1,total,A2507,165,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Finance,2,total,A2507,39,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Insurance,2,total,A2507,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Auxiliary,2,total,A2507,114,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Rental, hiring, & real estate services",1,total,A2507,246,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Professional, scientific, & technical services",1,total,A2507,1467,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Computer systems design,2,total,A2507,291,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other professional scientific,2,total,A2507,1179,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Administrative & support services,1,total,A2507,765,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Education & training,1,total,A2507,384,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Health care & social assistance,1,total,A2507,987,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Arts & recreation services,1,total,A2507,204,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other services,1,total,A2507,618,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,total,A2507,16461,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,619 employees,A2508,4227,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,2049 employees,A2508,1119,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,5099 employees,A2508,480,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,100+ employees,A2508,447,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Agriculture, forestry, & fishing",1,total,A2508,324,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Agriculture,2,total,A2508,219,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Commercial fishing,2,total,A2508,9,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Forestry & logging,2,total,A2508,24,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Agriculture, forestry, & fishing support services",2,total,A2508,72,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Mining,1,total,A2508,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Manufacturing,1,total,A2508,969,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Food, beverage, & tobacco",2,total,A2508,252,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Textile, clothing, footwear, & leather",2,total,A2508,36,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Wood & paper product,2,total,A2508,90,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Printing, publishing, & recorded media",2,total,A2508,9,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Petroleum, coal, chemical, & associated product",2,total,A2508,72,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Non-metallic mineral product,2,total,A2508,36,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Metal product,2,total,A2508,165,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Transport and industrial machinery & equipment,2,total,A2508,174,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other machinery & equipment,2,total,A2508,57,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other manufacturing,2,total,A2508,72,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Electricity, gas, water, & waste services",1,total,A2508,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Construction,1,total,A2508,540,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Wholesale trade,1,total,A2508,489,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Machinery & equipment wholesaling,2,total,A2508,192,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other wholesale trade,2,total,A2508,294,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Retail trade,1,total,A2508,936,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Accommodation & food services,1,total,A2508,600,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Transport, postal, & warehousing",1,total,A2508,189,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Information media & telecommunications,1,total,A2508,69,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Publishing,2,total,A2508,27,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Motion picture,2,total,A2508,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Telecommunications,2,total,A2508,27,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Financial & insurance services,1,total,A2508,69,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Finance,2,total,A2508,33,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Insurance,2,total,A2508,3,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Auxiliary,2,total,A2508,36,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Rental, hiring, & real estate services",1,total,A2508,123,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Professional, scientific, & technical services",1,total,A2508,729,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Computer systems design,2,total,A2508,162,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other professional scientific,2,total,A2508,567,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Administrative & support services,1,total,A2508,237,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Education & training,1,total,A2508,153,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Health care & social assistance,1,total,A2508,483,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Arts & recreation services,1,total,A2508,78,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other services,1,total,A2508,243,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,total,A2508,6273,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,619 employees,A2509,5988,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,2049 employees,A2509,1659,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,5099 employees,A2509,468,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,100+ employees,A2509,444,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Agriculture, forestry, & fishing",1,total,A2509,600,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Agriculture,2,total,A2509,414,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Commercial fishing,2,total,A2509,12,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Forestry & logging,2,total,A2509,21,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Agriculture, forestry, & fishing support services",2,total,A2509,153,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Mining,1,total,A2509,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Manufacturing,1,total,A2509,909,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Food, beverage, & tobacco",2,total,A2509,237,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Textile, clothing, footwear, & leather",2,total,A2509,42,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Wood & paper product,2,total,A2509,69,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Printing, publishing, & recorded media",2,total,A2509,9,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Petroleum, coal, chemical, & associated product",2,total,A2509,72,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Non-metallic mineral product,2,total,A2509,33,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Metal product,2,total,A2509,225,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Transport and industrial machinery & equipment,2,total,A2509,123,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Other machinery & equipment,2,total,A2509,45,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Other manufacturing,2,total,A2509,54,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Electricity, gas, water, & waste services",1,total,A2509,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Construction,1,total,A2509,1056,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Wholesale trade,1,total,A2509,342,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Machinery & equipment wholesaling,2,total,A2509,141,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Other wholesale trade,2,total,A2509,201,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Retail trade,1,total,A2509,981,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Accommodation & food services,1,total,A2509,1740,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Transport, postal, & warehousing",1,total,A2509,273,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Information media & telecommunications,1,total,A2509,42,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Publishing,2,total,A2509,18,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Motion picture,2,total,A2509,6,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Telecommunications,2,total,A2509,15,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Financial & insurance services,1,total,A2509,54,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Finance,2,total,A2509,21,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Insurance,2,total,A2509,6,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Auxiliary,2,total,A2509,30,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Rental, hiring, & real estate services",1,total,A2509,114,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,"Professional, scientific, & technical services",1,total,A2509,498,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Computer systems design,2,total,A2509,90,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Other professional scientific,2,total,A2509,411,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Administrative & support services,1,total,A2509,339,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Education & training,1,total,A2509,207,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Health care & social assistance,1,total,A2509,936,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Arts & recreation services,1,total,A2509,105,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,Other services,1,total,A2509,300,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,total,A2509,8559,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,619 employees,A2510,9270,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,2049 employees,A2510,1320,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,5099 employees,A2510,303,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,100+ employees,A2510,216,,Number of businesses,1 and 2 and 3 and 4 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Agriculture, forestry, & fishing",1,total,A2510,1302,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Agriculture,2,total,A2510,849,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Commercial fishing,2,total,A2510,33,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Forestry & logging,2,total,A2510,138,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Agriculture, forestry, & fishing support services",2,total,A2510,282,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Mining,1,total,A2510,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Manufacturing,1,total,A2510,1200,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Food, beverage, & tobacco",2,total,A2510,219,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Textile, clothing, footwear, & leather",2,total,A2510,69,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Wood & paper product,2,total,A2510,132,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Printing, publishing, & recorded media",2,total,A2510,87,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Petroleum, coal, chemical, & associated product",2,total,A2510,123,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Non-metallic mineral product,2,total,A2510,33,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Metal product,2,total,A2510,159,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Transport and industrial machinery & equipment,2,total,A2510,228,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Other machinery & equipment,2,total,A2510,57,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Other manufacturing,2,total,A2510,90,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Electricity, gas, water, & waste services",1,total,A2510,57,,Number of businesses,1 and 2 and 3 and 5 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Construction,1,total,A2510,1761,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Wholesale trade,1,total,A2510,1056,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Machinery & equipment wholesaling,2,total,A2510,267,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Other wholesale trade,2,total,A2510,786,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Retail trade,1,total,A2510,1041,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Accommodation & food services,1,total,A2510,633,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Transport, postal, & warehousing",1,total,A2510,345,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Information media & telecommunications,1,total,A2510,144,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Publishing,2,total,A2510,66,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Motion picture,2,total,A2510,48,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Telecommunications,2,total,A2510,27,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Financial & insurance services,1,total,A2510,225,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Finance,2,total,A2510,84,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Insurance,2,total,A2510,9,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Auxiliary,2,total,A2510,135,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Rental, hiring, & real estate services",1,total,A2510,438,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,"Professional, scientific, & technical services",1,total,A2510,1266,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Computer systems design,2,total,A2510,345,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Other professional scientific,2,total,A2510,924,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Administrative & support services,1,total,A2510,402,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Education & training,1,total,A2510,252,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Health care & social assistance,1,total,A2510,498,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Arts & recreation services,1,total,A2510,168,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,Other services,1,total,A2510,282,,Number of businesses,1 and 2 and 3 and 6 +Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,total,A2510,11109,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,total,0,619 employees,A2600.01,25758,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 0%,total,0,2049 employees,A2600.01,6741,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 0%,total,0,5099 employees,A2600.01,1863,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 0%,total,0,100+ employees,A2600.01,1236,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Agriculture, forestry, & fishing",1,total,A2600.01,2823,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Agriculture,2,total,A2600.01,1992,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Commercial fishing,2,total,A2600.01,39,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Forestry & logging,2,total,A2600.01,177,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Agriculture, forestry, & fishing support services",2,total,A2600.01,618,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Mining,1,total,A2600.01,93,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 0%,Manufacturing,1,total,A2600.01,3888,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Food, beverage, & tobacco",2,total,A2600.01,810,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Textile, clothing, footwear, & leather",2,total,A2600.01,195,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Wood & paper product,2,total,A2600.01,366,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Printing, publishing, & recorded media",2,total,A2600.01,168,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Petroleum, coal, chemical, & associated product",2,total,A2600.01,327,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Non-metallic mineral product,2,total,A2600.01,159,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Metal product,2,total,A2600.01,690,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Transport and industrial machinery & equipment,2,total,A2600.01,696,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Other machinery & equipment,2,total,A2600.01,174,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Other manufacturing,2,total,A2600.01,303,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Electricity, gas, water, & waste services",1,total,A2600.01,135,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 0%,Construction,1,total,A2600.01,5319,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Wholesale trade,1,total,A2600.01,2613,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Machinery & equipment wholesaling,2,total,A2600.01,858,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Other wholesale trade,2,total,A2600.01,1755,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Retail trade,1,total,A2600.01,3723,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Accommodation & food services,1,total,A2600.01,4143,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Transport, postal, & warehousing",1,total,A2600.01,1188,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Information media & telecommunications,1,total,A2600.01,357,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Publishing,2,total,A2600.01,141,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Motion picture,2,total,A2600.01,111,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Telecommunications,2,total,A2600.01,102,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Financial & insurance services,1,total,A2600.01,597,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Finance,2,total,A2600.01,168,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Insurance,2,total,A2600.01,30,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Auxiliary,2,total,A2600.01,402,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Rental, hiring, & real estate services",1,total,A2600.01,828,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,"Professional, scientific, & technical services",1,total,A2600.01,4620,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Computer systems design,2,total,A2600.01,864,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Other professional scientific,2,total,A2600.01,3759,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Administrative & support services,1,total,A2600.01,1392,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Education & training,1,total,A2600.01,816,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Health care & social assistance,1,total,A2600.01,1737,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Arts & recreation services,1,total,A2600.01,450,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,Other services,1,total,A2600.01,867,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 0%,total,0,total,A2600.01,35601,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,619 employees,A2600.02,174,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,2049 employees,A2600.02,195,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,5099 employees,A2600.02,171,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,100+ employees,A2600.02,273,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Agriculture, forestry, & fishing",1,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Agriculture,2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Commercial fishing,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Forestry & logging,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Agriculture, forestry, & fishing support services",2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Mining,1,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Manufacturing,1,total,A2600.02,180,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Food, beverage, & tobacco",2,total,A2600.02,36,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Textile, clothing, footwear, & leather",2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Wood & paper product,2,total,A2600.02,36,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Printing, publishing, & recorded media",2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Petroleum, coal, chemical, & associated product",2,total,A2600.02,24,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Non-metallic mineral product,2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Metal product,2,total,A2600.02,33,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Transport and industrial machinery & equipment,2,total,A2600.02,24,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Other machinery & equipment,2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Other manufacturing,2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Electricity, gas, water, & waste services",1,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Construction,1,total,A2600.02,30,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Wholesale trade,1,total,A2600.02,72,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Machinery & equipment wholesaling,2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Other wholesale trade,2,total,A2600.02,63,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Retail trade,1,total,A2600.02,72,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Accommodation & food services,1,total,A2600.02,87,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Transport, postal, & warehousing",1,total,A2600.02,24,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Information media & telecommunications,1,total,A2600.02,9,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Publishing,2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Motion picture,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Telecommunications,2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Financial & insurance services,1,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Finance,2,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Insurance,2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Auxiliary,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Rental, hiring, & real estate services",1,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,"Professional, scientific, & technical services",1,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Computer systems design,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Other professional scientific,2,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Administrative & support services,1,total,A2600.02,42,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Education & training,1,total,A2600.02,39,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Health care & social assistance,1,total,A2600.02,201,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Arts & recreation services,1,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,Other services,1,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,total,A2600.02,807,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,619 employees,A2600.03,333,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,2049 employees,A2600.03,222,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,5099 employees,A2600.03,108,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,100+ employees,A2600.03,243,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Agriculture, forestry, & fishing",1,total,A2600.03,12,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Agriculture,2,total,A2600.03,12,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Commercial fishing,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Forestry & logging,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Agriculture, forestry, & fishing support services",2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Mining,1,total,A2600.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Manufacturing,1,total,A2600.03,195,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Food, beverage, & tobacco",2,total,A2600.03,75,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Textile, clothing, footwear, & leather",2,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Wood & paper product,2,total,A2600.03,27,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Printing, publishing, & recorded media",2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Petroleum, coal, chemical, & associated product",2,total,A2600.03,42,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Non-metallic mineral product,2,total,A2600.03,9,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Metal product,2,total,A2600.03,21,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Transport and industrial machinery & equipment,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Other machinery & equipment,2,total,A2600.03,9,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Other manufacturing,2,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Electricity, gas, water, & waste services",1,total,A2600.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Construction,1,total,A2600.03,12,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Wholesale trade,1,total,A2600.03,18,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Machinery & equipment wholesaling,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Other wholesale trade,2,total,A2600.03,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Retail trade,1,total,A2600.03,69,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Accommodation & food services,1,total,A2600.03,117,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Transport, postal, & warehousing",1,total,A2600.03,30,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Information media & telecommunications,1,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Publishing,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Motion picture,2,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Telecommunications,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Financial & insurance services,1,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Finance,2,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Insurance,2,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Auxiliary,2,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Rental, hiring, & real estate services",1,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,"Professional, scientific, & technical services",1,total,A2600.03,9,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Computer systems design,2,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Other professional scientific,2,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Administrative & support services,1,total,A2600.03,33,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Education & training,1,total,A2600.03,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Health care & social assistance,1,total,A2600.03,348,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Arts & recreation services,1,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,Other services,1,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,total,A2600.03,906,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,619 employees,A2600.04,564,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,2049 employees,A2600.04,105,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,5099 employees,A2600.04,66,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,100+ employees,A2600.04,129,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Agriculture, forestry, & fishing",1,total,A2600.04,24,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Agriculture,2,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Commercial fishing,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Forestry & logging,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Agriculture, forestry, & fishing support services",2,total,A2600.04,18,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Mining,1,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Manufacturing,1,total,A2600.04,132,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Food, beverage, & tobacco",2,total,A2600.04,30,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Textile, clothing, footwear, & leather",2,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Wood & paper product,2,total,A2600.04,27,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Printing, publishing, & recorded media",2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Petroleum, coal, chemical, & associated product",2,total,A2600.04,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Non-metallic mineral product,2,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Metal product,2,total,A2600.04,36,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Transport and industrial machinery & equipment,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Other machinery & equipment,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Other manufacturing,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Electricity, gas, water, & waste services",1,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Construction,1,total,A2600.04,51,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Wholesale trade,1,total,A2600.04,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Machinery & equipment wholesaling,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Other wholesale trade,2,total,A2600.04,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Retail trade,1,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Accommodation & food services,1,total,A2600.04,300,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Transport, postal, & warehousing",1,total,A2600.04,36,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Information media & telecommunications,1,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Publishing,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Motion picture,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Telecommunications,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Financial & insurance services,1,total,A2600.04,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Finance,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Insurance,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Auxiliary,2,total,A2600.04,12,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Rental, hiring, & real estate services",1,total,A2600.04,18,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,"Professional, scientific, & technical services",1,total,A2600.04,24,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Computer systems design,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Other professional scientific,2,total,A2600.04,27,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Administrative & support services,1,total,A2600.04,57,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Education & training,1,total,A2600.04,66,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Health care & social assistance,1,total,A2600.04,105,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Arts & recreation services,1,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,Other services,1,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,total,A2600.04,867,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,619 employees,A2600.05,5307,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,2049 employees,A2600.05,888,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,5099 employees,A2600.05,183,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,100+ employees,A2600.05,120,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Agriculture, forestry, & fishing",1,total,A2600.05,585,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Agriculture,2,total,A2600.05,225,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Commercial fishing,2,total,A2600.05,12,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Forestry & logging,2,total,A2600.05,60,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Agriculture, forestry, & fishing support services",2,total,A2600.05,291,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Mining,1,total,A2600.05,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Manufacturing,1,total,A2600.05,660,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Food, beverage, & tobacco",2,total,A2600.05,138,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Textile, clothing, footwear, & leather",2,total,A2600.05,24,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Wood & paper product,2,total,A2600.05,60,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Printing, publishing, & recorded media",2,total,A2600.05,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Petroleum, coal, chemical, & associated product",2,total,A2600.05,21,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Non-metallic mineral product,2,total,A2600.05,27,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Metal product,2,total,A2600.05,132,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Transport and industrial machinery & equipment,2,total,A2600.05,162,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Other machinery & equipment,2,total,A2600.05,39,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Other manufacturing,2,total,A2600.05,39,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Electricity, gas, water, & waste services",1,total,A2600.05,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Construction,1,total,A2600.05,1380,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Wholesale trade,1,total,A2600.05,348,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Machinery & equipment wholesaling,2,total,A2600.05,66,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Other wholesale trade,2,total,A2600.05,282,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Retail trade,1,total,A2600.05,663,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Accommodation & food services,1,total,A2600.05,1020,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Transport, postal, & warehousing",1,total,A2600.05,189,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Information media & telecommunications,1,total,A2600.05,45,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Publishing,2,total,A2600.05,18,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Motion picture,2,total,A2600.05,21,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Telecommunications,2,total,A2600.05,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Financial & insurance services,1,total,A2600.05,27,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Finance,2,total,A2600.05,9,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Insurance,2,total,A2600.05,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Auxiliary,2,total,A2600.05,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Rental, hiring, & real estate services",1,total,A2600.05,105,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,"Professional, scientific, & technical services",1,total,A2600.05,333,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Computer systems design,2,total,A2600.05,48,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Other professional scientific,2,total,A2600.05,288,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Administrative & support services,1,total,A2600.05,189,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Education & training,1,total,A2600.05,144,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Health care & social assistance,1,total,A2600.05,258,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Arts & recreation services,1,total,A2600.05,78,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,Other services,1,total,A2600.05,414,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,total,A2600.05,6495,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,total,0,619 employees,A2600.06,3426,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: Don't know,total,0,2049 employees,A2600.06,633,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: Don't know,total,0,5099 employees,A2600.06,141,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: Don't know,total,0,100+ employees,A2600.06,108,,Number of businesses,1 and 2 and 3 and 4 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Agriculture, forestry, & fishing",1,total,A2600.06,309,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Agriculture,2,total,A2600.06,216,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Commercial fishing,2,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Forestry & logging,2,total,A2600.06,21,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Agriculture, forestry, & fishing support services",2,total,A2600.06,66,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Mining,1,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Manufacturing,1,total,A2600.06,360,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Food, beverage, & tobacco",2,total,A2600.06,141,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Textile, clothing, footwear, & leather",2,total,A2600.06,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Wood & paper product,2,total,A2600.06,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Printing, publishing, & recorded media",2,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2600.06,21,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Non-metallic mineral product,2,total,A2600.06,6,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Metal product,2,total,A2600.06,87,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Transport and industrial machinery & equipment,2,total,A2600.06,54,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Other machinery & equipment,2,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Other manufacturing,2,total,A2600.06,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Electricity, gas, water, & waste services",1,total,A2600.06,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Construction,1,total,A2600.06,648,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Wholesale trade,1,total,A2600.06,165,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Machinery & equipment wholesaling,2,total,A2600.06,18,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Other wholesale trade,2,total,A2600.06,144,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Retail trade,1,total,A2600.06,543,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Accommodation & food services,1,total,A2600.06,1104,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Transport, postal, & warehousing",1,total,A2600.06,207,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Information media & telecommunications,1,total,A2600.06,39,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Publishing,2,total,A2600.06,24,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Motion picture,2,total,A2600.06,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Telecommunications,2,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Financial & insurance services,1,total,A2600.06,33,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Finance,2,total,A2600.06,15,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Insurance,2,total,A2600.06,3,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Auxiliary,2,total,A2600.06,18,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Rental, hiring, & real estate services",1,total,A2600.06,87,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,"Professional, scientific, & technical services",1,total,A2600.06,189,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Computer systems design,2,total,A2600.06,75,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Other professional scientific,2,total,A2600.06,120,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Administrative & support services,1,total,A2600.06,129,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Education & training,1,total,A2600.06,105,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Health care & social assistance,1,total,A2600.06,243,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Arts & recreation services,1,total,A2600.06,24,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,Other services,1,total,A2600.06,96,,Number of businesses,1 and 2 and 3 and 6 +Percentage of employees covered by collective employee agreement: Don't know,total,0,total,A2600.06,4305,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,total,0,619 employees,A2701,27864,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: local area,total,0,2049 employees,A2701,6879,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: local area,total,0,5099 employees,A2701,1830,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: local area,total,0,100+ employees,A2701,1515,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: local area,"Agriculture, forestry, & fishing",1,total,A2701,1824,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Agriculture,2,total,A2701,792,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Commercial fishing,2,total,A2701,21,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Forestry & logging,2,total,A2701,198,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,"Agriculture, forestry, & fishing support services",2,total,A2701,813,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Mining,1,total,A2701,69,,Number of businesses,1 and 2 and 3 and 5 and 6 +Location of business's main competitors: local area,Manufacturing,1,total,A2701,3219,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,"Food, beverage, & tobacco",2,total,A2701,702,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,"Textile, clothing, footwear, & leather",2,total,A2701,126,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Wood & paper product,2,total,A2701,312,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,"Printing, publishing, & recorded media",2,total,A2701,144,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,"Petroleum, coal, chemical, & associated product",2,total,A2701,216,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Non-metallic mineral product,2,total,A2701,150,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Metal product,2,total,A2701,654,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Transport and industrial machinery & equipment,2,total,A2701,588,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Other machinery & equipment,2,total,A2701,105,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Other manufacturing,2,total,A2701,222,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,"Electricity, gas, water, & waste services",1,total,A2701,135,,Number of businesses,1 and 2 and 3 and 5 and 6 +Location of business's main competitors: local area,Construction,1,total,A2701,7197,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Wholesale trade,1,total,A2701,2145,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Machinery & equipment wholesaling,2,total,A2701,699,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Other wholesale trade,2,total,A2701,1443,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Retail trade,1,total,A2701,4524,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Accommodation & food services,1,total,A2701,5985,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,"Transport, postal, & warehousing",1,total,A2701,1389,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Information media & telecommunications,1,total,A2701,240,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Publishing,2,total,A2701,72,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Motion picture,2,total,A2701,99,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Telecommunications,2,total,A2701,66,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Financial & insurance services,1,total,A2701,474,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Finance,2,total,A2701,132,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Insurance,2,total,A2701,24,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Auxiliary,2,total,A2701,321,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,"Rental, hiring, & real estate services",1,total,A2701,798,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,"Professional, scientific, & technical services",1,total,A2701,3717,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Computer systems design,2,total,A2701,453,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Other professional scientific,2,total,A2701,3267,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Administrative & support services,1,total,A2701,1386,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Education & training,1,total,A2701,987,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Health care & social assistance,1,total,A2701,2337,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Arts & recreation services,1,total,A2701,405,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,Other services,1,total,A2701,1254,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: local area,total,0,total,A2701,38088,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,total,0,619 employees,A2702,10719,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: elsewhere in New Zealand,total,0,2049 employees,A2702,3138,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: elsewhere in New Zealand,total,0,5099 employees,A2702,1182,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: elsewhere in New Zealand,total,0,100+ employees,A2702,1083,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Agriculture, forestry, & fishing",1,total,A2702,1224,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Agriculture,2,total,A2702,915,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Commercial fishing,2,total,A2702,33,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Forestry & logging,2,total,A2702,81,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Agriculture, forestry, & fishing support services",2,total,A2702,195,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Mining,1,total,A2702,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Location of business's main competitors: elsewhere in New Zealand,Manufacturing,1,total,A2702,3129,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Food, beverage, & tobacco",2,total,A2702,729,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Textile, clothing, footwear, & leather",2,total,A2702,159,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Wood & paper product,2,total,A2702,288,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Printing, publishing, & recorded media",2,total,A2702,105,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Petroleum, coal, chemical, & associated product",2,total,A2702,321,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Non-metallic mineral product,2,total,A2702,99,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Metal product,2,total,A2702,525,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Transport and industrial machinery & equipment,2,total,A2702,552,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Other machinery & equipment,2,total,A2702,138,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Other manufacturing,2,total,A2702,210,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Electricity, gas, water, & waste services",1,total,A2702,75,,Number of businesses,1 and 2 and 3 and 5 and 6 +Location of business's main competitors: elsewhere in New Zealand,Construction,1,total,A2702,1263,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Wholesale trade,1,total,A2702,2106,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Machinery & equipment wholesaling,2,total,A2702,666,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Other wholesale trade,2,total,A2702,1437,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Retail trade,1,total,A2702,1788,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Accommodation & food services,1,total,A2702,498,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Transport, postal, & warehousing",1,total,A2702,606,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Information media & telecommunications,1,total,A2702,222,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Publishing,2,total,A2702,84,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Motion picture,2,total,A2702,51,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Telecommunications,2,total,A2702,84,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Financial & insurance services,1,total,A2702,411,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Finance,2,total,A2702,105,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Insurance,2,total,A2702,33,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Auxiliary,2,total,A2702,276,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Rental, hiring, & real estate services",1,total,A2702,354,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,"Professional, scientific, & technical services",1,total,A2702,2346,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Computer systems design,2,total,A2702,537,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Other professional scientific,2,total,A2702,1809,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Administrative & support services,1,total,A2702,741,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Education & training,1,total,A2702,303,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Health care & social assistance,1,total,A2702,516,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Arts & recreation services,1,total,A2702,162,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,Other services,1,total,A2702,336,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: elsewhere in New Zealand,total,0,total,A2702,16122,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,total,0,619 employees,A2703,2985,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: overseas,total,0,2049 employees,A2703,1140,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: overseas,total,0,5099 employees,A2703,459,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: overseas,total,0,100+ employees,A2703,378,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: overseas,"Agriculture, forestry, & fishing",1,total,A2703,534,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Agriculture,2,total,A2703,492,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Commercial fishing,2,total,A2703,6,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Forestry & logging,2,total,A2703,18,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,"Agriculture, forestry, & fishing support services",2,total,A2703,24,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Mining,1,total,A2703,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Location of business's main competitors: overseas,Manufacturing,1,total,A2703,1230,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,"Food, beverage, & tobacco",2,total,A2703,348,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,"Textile, clothing, footwear, & leather",2,total,A2703,81,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Wood & paper product,2,total,A2703,54,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,"Printing, publishing, & recorded media",2,total,A2703,51,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,"Petroleum, coal, chemical, & associated product",2,total,A2703,150,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Non-metallic mineral product,2,total,A2703,21,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Metal product,2,total,A2703,141,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Transport and industrial machinery & equipment,2,total,A2703,189,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Other machinery & equipment,2,total,A2703,87,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Other manufacturing,2,total,A2703,111,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,"Electricity, gas, water, & waste services",1,total,A2703,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Location of business's main competitors: overseas,Construction,1,total,A2703,150,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Wholesale trade,1,total,A2703,756,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Machinery & equipment wholesaling,2,total,A2703,219,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Other wholesale trade,2,total,A2703,534,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Retail trade,1,total,A2703,348,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Accommodation & food services,1,total,A2703,87,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,"Transport, postal, & warehousing",1,total,A2703,147,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Information media & telecommunications,1,total,A2703,177,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Publishing,2,total,A2703,96,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Motion picture,2,total,A2703,36,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Telecommunications,2,total,A2703,39,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Financial & insurance services,1,total,A2703,84,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Finance,2,total,A2703,21,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Insurance,2,total,A2703,6,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Auxiliary,2,total,A2703,57,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,"Rental, hiring, & real estate services",1,total,A2703,45,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,"Professional, scientific, & technical services",1,total,A2703,948,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Computer systems design,2,total,A2703,519,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Other professional scientific,2,total,A2703,429,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Administrative & support services,1,total,A2703,189,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Education & training,1,total,A2703,75,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Health care & social assistance,1,total,A2703,111,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Arts & recreation services,1,total,A2703,24,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,Other services,1,total,A2703,27,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: overseas,total,0,total,A2703,4965,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,total,0,619 employees,A2704,2271,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: captive market or no effective competition,total,0,2049 employees,A2704,333,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: captive market or no effective competition,total,0,5099 employees,A2704,105,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: captive market or no effective competition,total,0,100+ employees,A2704,69,,Number of businesses,1 and 2 and 3 and 4 and 6 +Location of business's main competitors: captive market or no effective competition,"Agriculture, forestry, & fishing",1,total,A2704,936,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Agriculture,2,total,A2704,822,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Commercial fishing,2,total,A2704,12,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Forestry & logging,2,total,A2704,36,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,"Agriculture, forestry, & fishing support services",2,total,A2704,66,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Mining,1,total,A2704,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Location of business's main competitors: captive market or no effective competition,Manufacturing,1,total,A2704,171,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,"Food, beverage, & tobacco",2,total,A2704,60,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,"Textile, clothing, footwear, & leather",2,total,A2704,3,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Wood & paper product,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,"Printing, publishing, & recorded media",2,total,A2704,12,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,"Petroleum, coal, chemical, & associated product",2,total,A2704,15,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Non-metallic mineral product,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Metal product,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Transport and industrial machinery & equipment,2,total,A2704,21,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Other machinery & equipment,2,total,A2704,12,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Other manufacturing,2,total,A2704,33,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,"Electricity, gas, water, & waste services",1,total,A2704,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Location of business's main competitors: captive market or no effective competition,Construction,1,total,A2704,21,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Wholesale trade,1,total,A2704,69,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Machinery & equipment wholesaling,2,total,A2704,30,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Other wholesale trade,2,total,A2704,39,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Retail trade,1,total,A2704,18,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Accommodation & food services,1,total,A2704,462,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,"Transport, postal, & warehousing",1,total,A2704,93,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Information media & telecommunications,1,total,A2704,30,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Publishing,2,total,A2704,9,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Motion picture,2,total,A2704,9,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Telecommunications,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Financial & insurance services,1,total,A2704,30,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Finance,2,total,A2704,27,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Insurance,2,total,A2704,0,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Auxiliary,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,"Rental, hiring, & real estate services",1,total,A2704,84,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,"Professional, scientific, & technical services",1,total,A2704,282,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Computer systems design,2,total,A2704,51,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Other professional scientific,2,total,A2704,234,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Administrative & support services,1,total,A2704,135,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Education & training,1,total,A2704,45,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Health care & social assistance,1,total,A2704,288,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Arts & recreation services,1,total,A2704,45,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,Other services,1,total,A2704,21,,Number of businesses,1 and 2 and 3 and 6 +Location of business's main competitors: captive market or no effective competition,total,0,total,A2704,2778,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,total,0,619 employees,A2800.01,6327,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: one or two,total,0,2049 employees,A2800.01,1311,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: one or two,total,0,5099 employees,A2800.01,378,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: one or two,total,0,100+ employees,A2800.01,285,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: one or two,"Agriculture, forestry, & fishing",1,total,A2800.01,378,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Agriculture,2,total,A2800.01,126,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Commercial fishing,2,total,A2800.01,18,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Forestry & logging,2,total,A2800.01,27,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,"Agriculture, forestry, & fishing support services",2,total,A2800.01,207,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Mining,1,total,A2800.01,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +Number of competitors: one or two,Manufacturing,1,total,A2800.01,1086,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,"Food, beverage, & tobacco",2,total,A2800.01,186,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,"Textile, clothing, footwear, & leather",2,total,A2800.01,54,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Wood & paper product,2,total,A2800.01,102,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,"Printing, publishing, & recorded media",2,total,A2800.01,45,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,"Petroleum, coal, chemical, & associated product",2,total,A2800.01,96,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Non-metallic mineral product,2,total,A2800.01,54,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Metal product,2,total,A2800.01,249,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Transport and industrial machinery & equipment,2,total,A2800.01,192,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Other machinery & equipment,2,total,A2800.01,48,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Other manufacturing,2,total,A2800.01,63,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,"Electricity, gas, water, & waste services",1,total,A2800.01,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +Number of competitors: one or two,Construction,1,total,A2800.01,1062,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Wholesale trade,1,total,A2800.01,483,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Machinery & equipment wholesaling,2,total,A2800.01,177,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Other wholesale trade,2,total,A2800.01,306,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Retail trade,1,total,A2800.01,681,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Accommodation & food services,1,total,A2800.01,1413,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,"Transport, postal, & warehousing",1,total,A2800.01,354,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Information media & telecommunications,1,total,A2800.01,120,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Publishing,2,total,A2800.01,54,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Motion picture,2,total,A2800.01,42,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Telecommunications,2,total,A2800.01,21,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Financial & insurance services,1,total,A2800.01,60,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Finance,2,total,A2800.01,12,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Insurance,2,total,A2800.01,6,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Auxiliary,2,total,A2800.01,42,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,"Rental, hiring, & real estate services",1,total,A2800.01,156,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,"Professional, scientific, & technical services",1,total,A2800.01,666,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Computer systems design,2,total,A2800.01,165,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Other professional scientific,2,total,A2800.01,504,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Administrative & support services,1,total,A2800.01,222,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Education & training,1,total,A2800.01,207,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Health care & social assistance,1,total,A2800.01,636,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Arts & recreation services,1,total,A2800.01,174,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,Other services,1,total,A2800.01,507,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: one or two,total,0,total,A2800.01,8301,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",total,0,619 employees,A2800.02,18873,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Number of competitors: many, several dominant",total,0,2049 employees,A2800.02,4881,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Number of competitors: many, several dominant",total,0,5099 employees,A2800.02,1515,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Number of competitors: many, several dominant",total,0,100+ employees,A2800.02,1362,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Number of competitors: many, several dominant","Agriculture, forestry, & fishing",1,total,A2800.02,1431,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Agriculture,2,total,A2800.02,879,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Commercial fishing,2,total,A2800.02,15,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Forestry & logging,2,total,A2800.02,117,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant","Agriculture, forestry, & fishing support services",2,total,A2800.02,423,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Mining,1,total,A2800.02,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Number of competitors: many, several dominant",Manufacturing,1,total,A2800.02,2949,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant","Food, beverage, & tobacco",2,total,A2800.02,753,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant","Textile, clothing, footwear, & leather",2,total,A2800.02,117,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Wood & paper product,2,total,A2800.02,351,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant","Printing, publishing, & recorded media",2,total,A2800.02,120,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant","Petroleum, coal, chemical, & associated product",2,total,A2800.02,219,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Non-metallic mineral product,2,total,A2800.02,105,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Metal product,2,total,A2800.02,489,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Transport and industrial machinery & equipment,2,total,A2800.02,507,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Other machinery & equipment,2,total,A2800.02,114,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Other manufacturing,2,total,A2800.02,174,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant","Electricity, gas, water, & waste services",1,total,A2800.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Number of competitors: many, several dominant",Construction,1,total,A2800.02,4416,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Wholesale trade,1,total,A2800.02,2163,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Machinery & equipment wholesaling,2,total,A2800.02,645,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Other wholesale trade,2,total,A2800.02,1518,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Retail trade,1,total,A2800.02,3468,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Accommodation & food services,1,total,A2800.02,3390,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant","Transport, postal, & warehousing",1,total,A2800.02,972,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Information media & telecommunications,1,total,A2800.02,240,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Publishing,2,total,A2800.02,93,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Motion picture,2,total,A2800.02,69,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Telecommunications,2,total,A2800.02,75,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Financial & insurance services,1,total,A2800.02,441,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Finance,2,total,A2800.02,120,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Insurance,2,total,A2800.02,30,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Auxiliary,2,total,A2800.02,294,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant","Rental, hiring, & real estate services",1,total,A2800.02,600,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant","Professional, scientific, & technical services",1,total,A2800.02,2790,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Computer systems design,2,total,A2800.02,552,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Other professional scientific,2,total,A2800.02,2241,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Administrative & support services,1,total,A2800.02,1008,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Education & training,1,total,A2800.02,576,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Health care & social assistance,1,total,A2800.02,1233,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Arts & recreation services,1,total,A2800.02,243,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",Other services,1,total,A2800.02,552,,Number of businesses,1 and 2 and 3 and 6 +"Number of competitors: many, several dominant",total,0,total,A2800.02,26634,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,total,0,619 employees,A2800.03,6588,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: many: None dominant,total,0,2049 employees,A2800.03,2076,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: many: None dominant,total,0,5099 employees,A2800.03,465,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: many: None dominant,total,0,100+ employees,A2800.03,336,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: many: None dominant,"Agriculture, forestry, & fishing",1,total,A2800.03,717,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Agriculture,2,total,A2800.03,402,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Commercial fishing,2,total,A2800.03,9,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Forestry & logging,2,total,A2800.03,69,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,"Agriculture, forestry, & fishing support services",2,total,A2800.03,240,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Mining,1,total,A2800.03,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Number of competitors: many: None dominant,Manufacturing,1,total,A2800.03,1041,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,"Food, beverage, & tobacco",2,total,A2800.03,195,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,"Textile, clothing, footwear, & leather",2,total,A2800.03,63,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Wood & paper product,2,total,A2800.03,57,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,"Printing, publishing, & recorded media",2,total,A2800.03,24,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,"Petroleum, coal, chemical, & associated product",2,total,A2800.03,99,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Non-metallic mineral product,2,total,A2800.03,45,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Metal product,2,total,A2800.03,243,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Transport and industrial machinery & equipment,2,total,A2800.03,183,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Other machinery & equipment,2,total,A2800.03,36,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Other manufacturing,2,total,A2800.03,96,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,"Electricity, gas, water, & waste services",1,total,A2800.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Number of competitors: many: None dominant,Construction,1,total,A2800.03,1467,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Wholesale trade,1,total,A2800.03,435,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Machinery & equipment wholesaling,2,total,A2800.03,96,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Other wholesale trade,2,total,A2800.03,336,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Retail trade,1,total,A2800.03,795,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Accommodation & food services,1,total,A2800.03,1365,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,"Transport, postal, & warehousing",1,total,A2800.03,204,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Information media & telecommunications,1,total,A2800.03,60,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Publishing,2,total,A2800.03,24,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Motion picture,2,total,A2800.03,21,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Telecommunications,2,total,A2800.03,12,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Financial & insurance services,1,total,A2800.03,132,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Finance,2,total,A2800.03,39,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Insurance,2,total,A2800.03,3,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Auxiliary,2,total,A2800.03,93,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,"Rental, hiring, & real estate services",1,total,A2800.03,186,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,"Professional, scientific, & technical services",1,total,A2800.03,1329,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Computer systems design,2,total,A2800.03,192,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Other professional scientific,2,total,A2800.03,1140,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Administrative & support services,1,total,A2800.03,396,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Education & training,1,total,A2800.03,336,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Health care & social assistance,1,total,A2800.03,627,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Arts & recreation services,1,total,A2800.03,90,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,Other services,1,total,A2800.03,252,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: many: None dominant,total,0,total,A2800.03,9465,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,total,0,619 employees,A2800.04,1470,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: Don't know,total,0,2049 employees,A2800.04,189,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: Don't know,total,0,5099 employees,A2800.04,66,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: Don't know,total,0,100+ employees,A2800.04,45,,Number of businesses,1 and 2 and 3 and 4 and 6 +Number of competitors: Don't know,"Agriculture, forestry, & fishing",1,total,A2800.04,291,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Agriculture,2,total,A2800.04,231,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Commercial fishing,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Forestry & logging,2,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,"Agriculture, forestry, & fishing support services",2,total,A2800.04,48,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Mining,1,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Number of competitors: Don't know,Manufacturing,1,total,A2800.04,159,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,"Food, beverage, & tobacco",2,total,A2800.04,36,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,"Textile, clothing, footwear, & leather",2,total,A2800.04,15,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Wood & paper product,2,total,A2800.04,6,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,"Printing, publishing, & recorded media",2,total,A2800.04,0,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2800.04,15,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Non-metallic mineral product,2,total,A2800.04,0,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Metal product,2,total,A2800.04,12,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Transport and industrial machinery & equipment,2,total,A2800.04,42,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Other machinery & equipment,2,total,A2800.04,24,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Other manufacturing,2,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,"Electricity, gas, water, & waste services",1,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Number of competitors: Don't know,Construction,1,total,A2800.04,474,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Wholesale trade,1,total,A2800.04,81,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Machinery & equipment wholesaling,2,total,A2800.04,6,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Other wholesale trade,2,total,A2800.04,75,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Retail trade,1,total,A2800.04,111,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Accommodation & food services,1,total,A2800.04,144,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,"Transport, postal, & warehousing",1,total,A2800.04,48,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Information media & telecommunications,1,total,A2800.04,12,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Publishing,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Motion picture,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Telecommunications,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Financial & insurance services,1,total,A2800.04,24,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Finance,2,total,A2800.04,12,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Insurance,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Auxiliary,2,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,"Rental, hiring, & real estate services",1,total,A2800.04,18,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,"Professional, scientific, & technical services",1,total,A2800.04,120,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Computer systems design,2,total,A2800.04,33,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Other professional scientific,2,total,A2800.04,87,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Administrative & support services,1,total,A2800.04,78,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Education & training,1,total,A2800.04,21,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Health care & social assistance,1,total,A2800.04,120,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Arts & recreation services,1,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,Other services,1,total,A2800.04,48,,Number of businesses,1 and 2 and 3 and 6 +Number of competitors: Don't know,total,0,total,A2800.04,1773,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,total,0,619 employees,A2901.01,4860,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs lower than competitors,total,0,2049 employees,A2901.01,951,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs lower than competitors,total,0,5099 employees,A2901.01,252,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs lower than competitors,total,0,100+ employees,A2901.01,198,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs lower than competitors,"Agriculture, forestry, & fishing",1,total,A2901.01,420,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Agriculture,2,total,A2901.01,258,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Commercial fishing,2,total,A2901.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Forestry & logging,2,total,A2901.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2901.01,135,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Mining,1,total,A2901.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Costs lower than competitors,Manufacturing,1,total,A2901.01,585,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,"Food, beverage, & tobacco",2,total,A2901.01,132,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2901.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Wood & paper product,2,total,A2901.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,"Printing, publishing, & recorded media",2,total,A2901.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2901.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Non-metallic mineral product,2,total,A2901.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Metal product,2,total,A2901.01,102,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Transport and industrial machinery & equipment,2,total,A2901.01,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Other machinery & equipment,2,total,A2901.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Other manufacturing,2,total,A2901.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,"Electricity, gas, water, & waste services",1,total,A2901.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Costs lower than competitors,Construction,1,total,A2901.01,918,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Wholesale trade,1,total,A2901.01,405,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Machinery & equipment wholesaling,2,total,A2901.01,123,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Other wholesale trade,2,total,A2901.01,282,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Retail trade,1,total,A2901.01,558,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Accommodation & food services,1,total,A2901.01,864,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,"Transport, postal, & warehousing",1,total,A2901.01,147,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Information media & telecommunications,1,total,A2901.01,102,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Publishing,2,total,A2901.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Motion picture,2,total,A2901.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Telecommunications,2,total,A2901.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Financial & insurance services,1,total,A2901.01,150,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Finance,2,total,A2901.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Insurance,2,total,A2901.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Auxiliary,2,total,A2901.01,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,"Rental, hiring, & real estate services",1,total,A2901.01,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,"Professional, scientific, & technical services",1,total,A2901.01,876,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Computer systems design,2,total,A2901.01,273,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Other professional scientific,2,total,A2901.01,606,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Administrative & support services,1,total,A2901.01,366,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Education & training,1,total,A2901.01,180,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Health care & social assistance,1,total,A2901.01,339,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Arts & recreation services,1,total,A2901.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,Other services,1,total,A2901.01,138,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs lower than competitors,total,0,total,A2901.01,6261,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,total,0,619 employees,A2901.02,18141,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs on par with competitors,total,0,2049 employees,A2901.02,4995,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs on par with competitors,total,0,5099 employees,A2901.02,1398,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs on par with competitors,total,0,100+ employees,A2901.02,1164,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs on par with competitors,"Agriculture, forestry, & fishing",1,total,A2901.02,1515,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Agriculture,2,total,A2901.02,801,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Commercial fishing,2,total,A2901.02,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Forestry & logging,2,total,A2901.02,147,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2901.02,543,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Mining,1,total,A2901.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Costs on par with competitors,Manufacturing,1,total,A2901.02,2775,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,"Food, beverage, & tobacco",2,total,A2901.02,486,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2901.02,99,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Wood & paper product,2,total,A2901.02,288,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,"Printing, publishing, & recorded media",2,total,A2901.02,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2901.02,255,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Non-metallic mineral product,2,total,A2901.02,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Metal product,2,total,A2901.02,552,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Transport and industrial machinery & equipment,2,total,A2901.02,567,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Other machinery & equipment,2,total,A2901.02,108,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Other manufacturing,2,total,A2901.02,195,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,"Electricity, gas, water, & waste services",1,total,A2901.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Costs on par with competitors,Construction,1,total,A2901.02,4443,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Wholesale trade,1,total,A2901.02,1854,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Machinery & equipment wholesaling,2,total,A2901.02,513,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Other wholesale trade,2,total,A2901.02,1338,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Retail trade,1,total,A2901.02,2520,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Accommodation & food services,1,total,A2901.02,3447,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,"Transport, postal, & warehousing",1,total,A2901.02,966,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Information media & telecommunications,1,total,A2901.02,204,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Publishing,2,total,A2901.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Motion picture,2,total,A2901.02,75,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Telecommunications,2,total,A2901.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Financial & insurance services,1,total,A2901.02,306,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Finance,2,total,A2901.02,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Insurance,2,total,A2901.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Auxiliary,2,total,A2901.02,207,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,"Rental, hiring, & real estate services",1,total,A2901.02,480,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,"Professional, scientific, & technical services",1,total,A2901.02,2778,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Computer systems design,2,total,A2901.02,387,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Other professional scientific,2,total,A2901.02,2394,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Administrative & support services,1,total,A2901.02,879,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Education & training,1,total,A2901.02,573,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Health care & social assistance,1,total,A2901.02,1683,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Arts & recreation services,1,total,A2901.02,279,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,Other services,1,total,A2901.02,825,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs on par with competitors,total,0,total,A2901.02,25698,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,total,0,619 employees,A2901.03,6510,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs higher than competitors,total,0,2049 employees,A2901.03,1698,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs higher than competitors,total,0,5099 employees,A2901.03,516,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs higher than competitors,total,0,100+ employees,A2901.03,459,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs higher than competitors,"Agriculture, forestry, & fishing",1,total,A2901.03,564,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Agriculture,2,total,A2901.03,411,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Commercial fishing,2,total,A2901.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Forestry & logging,2,total,A2901.03,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2901.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Mining,1,total,A2901.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Costs higher than competitors,Manufacturing,1,total,A2901.03,1152,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,"Food, beverage, & tobacco",2,total,A2901.03,384,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2901.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Wood & paper product,2,total,A2901.03,141,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,"Printing, publishing, & recorded media",2,total,A2901.03,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2901.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Non-metallic mineral product,2,total,A2901.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Metal product,2,total,A2901.03,180,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Transport and industrial machinery & equipment,2,total,A2901.03,108,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Other machinery & equipment,2,total,A2901.03,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Other manufacturing,2,total,A2901.03,75,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,"Electricity, gas, water, & waste services",1,total,A2901.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Costs higher than competitors,Construction,1,total,A2901.03,1254,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Wholesale trade,1,total,A2901.03,525,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Machinery & equipment wholesaling,2,total,A2901.03,150,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Other wholesale trade,2,total,A2901.03,375,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Retail trade,1,total,A2901.03,1437,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Accommodation & food services,1,total,A2901.03,1656,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,"Transport, postal, & warehousing",1,total,A2901.03,255,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Information media & telecommunications,1,total,A2901.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Publishing,2,total,A2901.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Motion picture,2,total,A2901.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Telecommunications,2,total,A2901.03,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Financial & insurance services,1,total,A2901.03,102,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Finance,2,total,A2901.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Insurance,2,total,A2901.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Auxiliary,2,total,A2901.03,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,"Rental, hiring, & real estate services",1,total,A2901.03,252,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,"Professional, scientific, & technical services",1,total,A2901.03,672,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Computer systems design,2,total,A2901.03,141,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Other professional scientific,2,total,A2901.03,534,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Administrative & support services,1,total,A2901.03,288,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Education & training,1,total,A2901.03,204,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Health care & social assistance,1,total,A2901.03,360,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Arts & recreation services,1,total,A2901.03,144,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,Other services,1,total,A2901.03,195,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs higher than competitors,total,0,total,A2901.03,9180,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,total,0,619 employees,A2901.04,3750,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs Don't know,total,0,2049 employees,A2901.04,825,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs Don't know,total,0,5099 employees,A2901.04,261,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs Don't know,total,0,100+ employees,A2901.04,204,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Costs Don't know,"Agriculture, forestry, & fishing",1,total,A2901.04,324,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Agriculture,2,total,A2901.04,165,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Commercial fishing,2,total,A2901.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Forestry & logging,2,total,A2901.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,"Agriculture, forestry, & fishing support services",2,total,A2901.04,129,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Mining,1,total,A2901.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Costs Don't know,Manufacturing,1,total,A2901.04,723,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,"Food, beverage, & tobacco",2,total,A2901.04,168,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,"Textile, clothing, footwear, & leather",2,total,A2901.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Wood & paper product,2,total,A2901.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,"Printing, publishing, & recorded media",2,total,A2901.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2901.04,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Non-metallic mineral product,2,total,A2901.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Metal product,2,total,A2901.04,159,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Transport and industrial machinery & equipment,2,total,A2901.04,138,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Other machinery & equipment,2,total,A2901.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Other manufacturing,2,total,A2901.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,"Electricity, gas, water, & waste services",1,total,A2901.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Costs Don't know,Construction,1,total,A2901.04,807,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Wholesale trade,1,total,A2901.04,378,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Machinery & equipment wholesaling,2,total,A2901.04,138,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Other wholesale trade,2,total,A2901.04,237,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Retail trade,1,total,A2901.04,537,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Accommodation & food services,1,total,A2901.04,345,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,"Transport, postal, & warehousing",1,total,A2901.04,213,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Information media & telecommunications,1,total,A2901.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Publishing,2,total,A2901.04,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Motion picture,2,total,A2901.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Telecommunications,2,total,A2901.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Financial & insurance services,1,total,A2901.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Finance,2,total,A2901.04,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Insurance,2,total,A2901.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Auxiliary,2,total,A2901.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,"Rental, hiring, & real estate services",1,total,A2901.04,117,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,"Professional, scientific, & technical services",1,total,A2901.04,579,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Computer systems design,2,total,A2901.04,141,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Other professional scientific,2,total,A2901.04,441,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Administrative & support services,1,total,A2901.04,171,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Education & training,1,total,A2901.04,183,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Health care & social assistance,1,total,A2901.04,231,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Arts & recreation services,1,total,A2901.04,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,Other services,1,total,A2901.04,201,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Costs Don't know,total,0,total,A2901.04,5040,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,total,0,619 employees,A2902.01,294,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality lower than competitors,total,0,2049 employees,A2902.01,21,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality lower than competitors,total,0,5099 employees,A2902.01,21,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality lower than competitors,total,0,100+ employees,A2902.01,6,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality lower than competitors,"Agriculture, forestry, & fishing",1,total,A2902.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Agriculture,2,total,A2902.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Commercial fishing,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Forestry & logging,2,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2902.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Mining,1,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Quality lower than competitors,Manufacturing,1,total,A2902.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,"Food, beverage, & tobacco",2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Wood & paper product,2,total,A2902.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,"Printing, publishing, & recorded media",2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2902.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Non-metallic mineral product,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Metal product,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Transport and industrial machinery & equipment,2,total,A2902.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Other machinery & equipment,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Other manufacturing,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,"Electricity, gas, water, & waste services",1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Quality lower than competitors,Construction,1,total,A2902.01,45,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Wholesale trade,1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Machinery & equipment wholesaling,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Other wholesale trade,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Retail trade,1,total,A2902.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Accommodation & food services,1,total,A2902.01,144,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,"Transport, postal, & warehousing",1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Information media & telecommunications,1,total,A2902.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Publishing,2,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Motion picture,2,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Telecommunications,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Financial & insurance services,1,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Finance,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Insurance,2,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Auxiliary,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,"Rental, hiring, & real estate services",1,total,A2902.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,"Professional, scientific, & technical services",1,total,A2902.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Computer systems design,2,total,A2902.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Other professional scientific,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Administrative & support services,1,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Education & training,1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Health care & social assistance,1,total,A2902.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Arts & recreation services,1,total,A2902.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,Other services,1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality lower than competitors,total,0,total,A2902.01,342,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,total,0,619 employees,A2902.02,10542,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality on par with competitors,total,0,2049 employees,A2902.02,2625,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality on par with competitors,total,0,5099 employees,A2902.02,792,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality on par with competitors,total,0,100+ employees,A2902.02,732,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality on par with competitors,"Agriculture, forestry, & fishing",1,total,A2902.02,1119,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Agriculture,2,total,A2902.02,687,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Commercial fishing,2,total,A2902.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Forestry & logging,2,total,A2902.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2902.02,330,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Mining,1,total,A2902.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Quality on par with competitors,Manufacturing,1,total,A2902.02,1455,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,"Food, beverage, & tobacco",2,total,A2902.02,270,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2902.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Wood & paper product,2,total,A2902.02,180,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,"Printing, publishing, & recorded media",2,total,A2902.02,72,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2902.02,156,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Non-metallic mineral product,2,total,A2902.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Metal product,2,total,A2902.02,306,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Transport and industrial machinery & equipment,2,total,A2902.02,228,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Other machinery & equipment,2,total,A2902.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Other manufacturing,2,total,A2902.02,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,"Electricity, gas, water, & waste services",1,total,A2902.02,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Quality on par with competitors,Construction,1,total,A2902.02,1995,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Wholesale trade,1,total,A2902.02,1257,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Machinery & equipment wholesaling,2,total,A2902.02,381,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Other wholesale trade,2,total,A2902.02,876,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Retail trade,1,total,A2902.02,1749,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Accommodation & food services,1,total,A2902.02,2166,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,"Transport, postal, & warehousing",1,total,A2902.02,510,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Information media & telecommunications,1,total,A2902.02,114,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Publishing,2,total,A2902.02,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Motion picture,2,total,A2902.02,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Telecommunications,2,total,A2902.02,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Financial & insurance services,1,total,A2902.02,216,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Finance,2,total,A2902.02,78,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Insurance,2,total,A2902.02,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Auxiliary,2,total,A2902.02,117,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,"Rental, hiring, & real estate services",1,total,A2902.02,207,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,"Professional, scientific, & technical services",1,total,A2902.02,1716,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Computer systems design,2,total,A2902.02,246,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Other professional scientific,2,total,A2902.02,1470,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Administrative & support services,1,total,A2902.02,456,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Education & training,1,total,A2902.02,216,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Health care & social assistance,1,total,A2902.02,855,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Arts & recreation services,1,total,A2902.02,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,Other services,1,total,A2902.02,459,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality on par with competitors,total,0,total,A2902.02,14694,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,total,0,619 employees,A2902.03,20559,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality higher than competitors,total,0,2049 employees,A2902.03,5448,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality higher than competitors,total,0,5099 employees,A2902.03,1494,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality higher than competitors,total,0,100+ employees,A2902.03,1191,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality higher than competitors,"Agriculture, forestry, & fishing",1,total,A2902.03,1455,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Agriculture,2,total,A2902.03,819,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Commercial fishing,2,total,A2902.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Forestry & logging,2,total,A2902.03,114,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2902.03,498,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Mining,1,total,A2902.03,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Quality higher than competitors,Manufacturing,1,total,A2902.03,3438,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,"Food, beverage, & tobacco",2,total,A2902.03,810,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2902.03,162,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Wood & paper product,2,total,A2902.03,315,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,"Printing, publishing, & recorded media",2,total,A2902.03,108,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2902.03,228,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Non-metallic mineral product,2,total,A2902.03,126,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Metal product,2,total,A2902.03,645,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Transport and industrial machinery & equipment,2,total,A2902.03,627,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Other machinery & equipment,2,total,A2902.03,150,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Other manufacturing,2,total,A2902.03,267,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,"Electricity, gas, water, & waste services",1,total,A2902.03,126,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Quality higher than competitors,Construction,1,total,A2902.03,5013,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Wholesale trade,1,total,A2902.03,1734,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Machinery & equipment wholesaling,2,total,A2902.03,480,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Other wholesale trade,2,total,A2902.03,1251,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Retail trade,1,total,A2902.03,3120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Accommodation & food services,1,total,A2902.03,3822,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,"Transport, postal, & warehousing",1,total,A2902.03,1002,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Information media & telecommunications,1,total,A2902.03,279,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Publishing,2,total,A2902.03,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Motion picture,2,total,A2902.03,87,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Telecommunications,2,total,A2902.03,78,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Financial & insurance services,1,total,A2902.03,378,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Finance,2,total,A2902.03,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Insurance,2,total,A2902.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Auxiliary,2,total,A2902.03,282,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,"Rental, hiring, & real estate services",1,total,A2902.03,657,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,"Professional, scientific, & technical services",1,total,A2902.03,2889,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Computer systems design,2,total,A2902.03,615,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Other professional scientific,2,total,A2902.03,2280,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Administrative & support services,1,total,A2902.03,1137,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Education & training,1,total,A2902.03,795,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Health care & social assistance,1,total,A2902.03,1584,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Arts & recreation services,1,total,A2902.03,369,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,Other services,1,total,A2902.03,837,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality higher than competitors,total,0,total,A2902.03,28692,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,total,0,619 employees,A2902.04,1881,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality Don't know,total,0,2049 employees,A2902.04,366,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality Don't know,total,0,5099 employees,A2902.04,117,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality Don't know,total,0,100+ employees,A2902.04,99,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Quality Don't know,"Agriculture, forestry, & fishing",1,total,A2902.04,210,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Agriculture,2,total,A2902.04,117,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Commercial fishing,2,total,A2902.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Forestry & logging,2,total,A2902.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,"Agriculture, forestry, & fishing support services",2,total,A2902.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Mining,1,total,A2902.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Quality Don't know,Manufacturing,1,total,A2902.04,315,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,"Food, beverage, & tobacco",2,total,A2902.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,"Textile, clothing, footwear, & leather",2,total,A2902.04,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Wood & paper product,2,total,A2902.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,"Printing, publishing, & recorded media",2,total,A2902.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2902.04,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Non-metallic mineral product,2,total,A2902.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Metal product,2,total,A2902.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Transport and industrial machinery & equipment,2,total,A2902.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Other machinery & equipment,2,total,A2902.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Other manufacturing,2,total,A2902.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,"Electricity, gas, water, & waste services",1,total,A2902.04,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Quality Don't know,Construction,1,total,A2902.04,366,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Wholesale trade,1,total,A2902.04,168,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Machinery & equipment wholesaling,2,total,A2902.04,60,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Other wholesale trade,2,total,A2902.04,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Retail trade,1,total,A2902.04,177,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Accommodation & food services,1,total,A2902.04,180,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,"Transport, postal, & warehousing",1,total,A2902.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Information media & telecommunications,1,total,A2902.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Publishing,2,total,A2902.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Motion picture,2,total,A2902.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Telecommunications,2,total,A2902.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Financial & insurance services,1,total,A2902.04,60,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Finance,2,total,A2902.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Insurance,2,total,A2902.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Auxiliary,2,total,A2902.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,"Rental, hiring, & real estate services",1,total,A2902.04,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,"Professional, scientific, & technical services",1,total,A2902.04,282,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Computer systems design,2,total,A2902.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Other professional scientific,2,total,A2902.04,222,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Administrative & support services,1,total,A2902.04,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Education & training,1,total,A2902.04,126,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Health care & social assistance,1,total,A2902.04,156,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Arts & recreation services,1,total,A2902.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,Other services,1,total,A2902.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Quality Don't know,total,0,total,A2902.04,2466,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,total,0,619 employees,A2903.01,150,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,total,0,2049 employees,A2903.01,39,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,total,0,5099 employees,A2903.01,21,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,total,0,100+ employees,A2903.01,15,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Agriculture, forestry, & fishing",1,total,A2903.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Agriculture,2,total,A2903.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Commercial fishing,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Forestry & logging,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2903.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Mining,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Manufacturing,1,total,A2903.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Food, beverage, & tobacco",2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Wood & paper product,2,total,A2903.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Printing, publishing, & recorded media",2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Non-metallic mineral product,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Metal product,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Transport and industrial machinery & equipment,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Other machinery & equipment,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Other manufacturing,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Electricity, gas, water, & waste services",1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Construction,1,total,A2903.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Wholesale trade,1,total,A2903.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Machinery & equipment wholesaling,2,total,A2903.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Other wholesale trade,2,total,A2903.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Retail trade,1,total,A2903.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Accommodation & food services,1,total,A2903.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Transport, postal, & warehousing",1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Information media & telecommunications,1,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Publishing,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Motion picture,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Telecommunications,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Financial & insurance services,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Finance,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Insurance,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Auxiliary,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Rental, hiring, & real estate services",1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,"Professional, scientific, & technical services",1,total,A2903.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Computer systems design,2,total,A2903.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Other professional scientific,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Administrative & support services,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Education & training,1,total,A2903.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Health care & social assistance,1,total,A2903.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Arts & recreation services,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,Other services,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction lower than competitors,total,0,total,A2903.01,228,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,total,0,619 employees,A2903.02,8928,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,total,0,2049 employees,A2903.02,2517,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,total,0,5099 employees,A2903.02,747,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,total,0,100+ employees,A2903.02,678,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Agriculture, forestry, & fishing",1,total,A2903.02,939,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Agriculture,2,total,A2903.02,555,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Commercial fishing,2,total,A2903.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Forestry & logging,2,total,A2903.02,99,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2903.02,270,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Mining,1,total,A2903.02,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Manufacturing,1,total,A2903.02,1365,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Food, beverage, & tobacco",2,total,A2903.02,330,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2903.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Wood & paper product,2,total,A2903.02,144,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Printing, publishing, & recorded media",2,total,A2903.02,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2903.02,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Non-metallic mineral product,2,total,A2903.02,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Metal product,2,total,A2903.02,261,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Transport and industrial machinery & equipment,2,total,A2903.02,219,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Other machinery & equipment,2,total,A2903.02,60,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Other manufacturing,2,total,A2903.02,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Electricity, gas, water, & waste services",1,total,A2903.02,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Construction,1,total,A2903.02,2103,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Wholesale trade,1,total,A2903.02,864,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Machinery & equipment wholesaling,2,total,A2903.02,189,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Other wholesale trade,2,total,A2903.02,672,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Retail trade,1,total,A2903.02,1119,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Accommodation & food services,1,total,A2903.02,1995,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Transport, postal, & warehousing",1,total,A2903.02,375,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Information media & telecommunications,1,total,A2903.02,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Publishing,2,total,A2903.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Motion picture,2,total,A2903.02,45,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Telecommunications,2,total,A2903.02,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Financial & insurance services,1,total,A2903.02,168,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Finance,2,total,A2903.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Insurance,2,total,A2903.02,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Auxiliary,2,total,A2903.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Rental, hiring, & real estate services",1,total,A2903.02,207,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,"Professional, scientific, & technical services",1,total,A2903.02,1701,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Computer systems design,2,total,A2903.02,231,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Other professional scientific,2,total,A2903.02,1473,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Administrative & support services,1,total,A2903.02,384,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Education & training,1,total,A2903.02,249,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Health care & social assistance,1,total,A2903.02,639,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Arts & recreation services,1,total,A2903.02,117,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,Other services,1,total,A2903.02,441,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction on par with competitors,total,0,total,A2903.02,12873,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,total,0,619 employees,A2903.03,21543,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,total,0,2049 employees,A2903.03,5394,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,total,0,5099 employees,A2903.03,1485,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,total,0,100+ employees,A2903.03,1179,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Agriculture, forestry, & fishing",1,total,A2903.03,1518,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Agriculture,2,total,A2903.03,870,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Commercial fishing,2,total,A2903.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Forestry & logging,2,total,A2903.03,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2903.03,528,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Mining,1,total,A2903.03,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Manufacturing,1,total,A2903.03,3351,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Food, beverage, & tobacco",2,total,A2903.03,720,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2903.03,162,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Wood & paper product,2,total,A2903.03,333,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Printing, publishing, & recorded media",2,total,A2903.03,135,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2903.03,264,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Non-metallic mineral product,2,total,A2903.03,141,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Metal product,2,total,A2903.03,633,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Transport and industrial machinery & equipment,2,total,A2903.03,606,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Other machinery & equipment,2,total,A2903.03,132,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Other manufacturing,2,total,A2903.03,219,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Electricity, gas, water, & waste services",1,total,A2903.03,126,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Construction,1,total,A2903.03,4866,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Wholesale trade,1,total,A2903.03,2001,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Machinery & equipment wholesaling,2,total,A2903.03,618,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Other wholesale trade,2,total,A2903.03,1380,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Retail trade,1,total,A2903.03,3654,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Accommodation & food services,1,total,A2903.03,3960,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Transport, postal, & warehousing",1,total,A2903.03,1116,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Information media & telecommunications,1,total,A2903.03,261,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Publishing,2,total,A2903.03,93,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Motion picture,2,total,A2903.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Telecommunications,2,total,A2903.03,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Financial & insurance services,1,total,A2903.03,408,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Finance,2,total,A2903.03,96,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Insurance,2,total,A2903.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Auxiliary,2,total,A2903.03,303,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Rental, hiring, & real estate services",1,total,A2903.03,654,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,"Professional, scientific, & technical services",1,total,A2903.03,2802,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Computer systems design,2,total,A2903.03,591,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Other professional scientific,2,total,A2903.03,2214,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Administrative & support services,1,total,A2903.03,1185,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Education & training,1,total,A2903.03,729,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Health care & social assistance,1,total,A2903.03,1728,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Arts & recreation services,1,total,A2903.03,354,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,Other services,1,total,A2903.03,837,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction higher than competitors,total,0,total,A2903.03,29604,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,total,0,619 employees,A2903.04,2688,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction Don't know,total,0,2049 employees,A2903.04,507,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction Don't know,total,0,5099 employees,A2903.04,171,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction Don't know,total,0,100+ employees,A2903.04,153,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Agriculture, forestry, & fishing",1,total,A2903.04,336,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Agriculture,2,total,A2903.04,198,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Commercial fishing,2,total,A2903.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Forestry & logging,2,total,A2903.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Agriculture, forestry, & fishing support services",2,total,A2903.04,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Mining,1,total,A2903.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Customer satisfaction Don't know,Manufacturing,1,total,A2903.04,501,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Food, beverage, & tobacco",2,total,A2903.04,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Textile, clothing, footwear, & leather",2,total,A2903.04,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Wood & paper product,2,total,A2903.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Printing, publishing, & recorded media",2,total,A2903.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2903.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Non-metallic mineral product,2,total,A2903.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Metal product,2,total,A2903.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Transport and industrial machinery & equipment,2,total,A2903.04,93,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Other machinery & equipment,2,total,A2903.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Other manufacturing,2,total,A2903.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Electricity, gas, water, & waste services",1,total,A2903.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Customer satisfaction Don't know,Construction,1,total,A2903.04,435,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Wholesale trade,1,total,A2903.04,243,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Machinery & equipment wholesaling,2,total,A2903.04,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Other wholesale trade,2,total,A2903.04,156,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Retail trade,1,total,A2903.04,312,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Accommodation & food services,1,total,A2903.04,354,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Transport, postal, & warehousing",1,total,A2903.04,93,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Information media & telecommunications,1,total,A2903.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Publishing,2,total,A2903.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Motion picture,2,total,A2903.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Telecommunications,2,total,A2903.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Financial & insurance services,1,total,A2903.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Finance,2,total,A2903.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Insurance,2,total,A2903.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Auxiliary,2,total,A2903.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Rental, hiring, & real estate services",1,total,A2903.04,99,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,"Professional, scientific, & technical services",1,total,A2903.04,384,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Computer systems design,2,total,A2903.04,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Other professional scientific,2,total,A2903.04,282,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Administrative & support services,1,total,A2903.04,138,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Education & training,1,total,A2903.04,141,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Health care & social assistance,1,total,A2903.04,198,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Arts & recreation services,1,total,A2903.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,Other services,1,total,A2903.04,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Customer satisfaction Don't know,total,0,total,A2903.04,3519,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,total,0,619 employees,A2904.01,306,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,total,0,2049 employees,A2904.01,42,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,total,0,5099 employees,A2904.01,39,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,total,0,100+ employees,A2904.01,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Agriculture, forestry, & fishing",1,total,A2904.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Agriculture,2,total,A2904.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Commercial fishing,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Forestry & logging,2,total,A2904.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2904.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Mining,1,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Manufacturing,1,total,A2904.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Food, beverage, & tobacco",2,total,A2904.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Wood & paper product,2,total,A2904.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Printing, publishing, & recorded media",2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Non-metallic mineral product,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Metal product,2,total,A2904.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Transport and industrial machinery & equipment,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Other machinery & equipment,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Other manufacturing,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Electricity, gas, water, & waste services",1,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Construction,1,total,A2904.01,45,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Wholesale trade,1,total,A2904.01,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Machinery & equipment wholesaling,2,total,A2904.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Other wholesale trade,2,total,A2904.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Retail trade,1,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Accommodation & food services,1,total,A2904.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Transport, postal, & warehousing",1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Information media & telecommunications,1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Publishing,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Motion picture,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Telecommunications,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Financial & insurance services,1,total,A2904.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Finance,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Insurance,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Auxiliary,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Rental, hiring, & real estate services",1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,"Professional, scientific, & technical services",1,total,A2904.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Computer systems design,2,total,A2904.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Other professional scientific,2,total,A2904.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Administrative & support services,1,total,A2904.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Education & training,1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Health care & social assistance,1,total,A2904.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Arts & recreation services,1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,Other services,1,total,A2904.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction lower than competitors,total,0,total,A2904.01,414,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,total,0,619 employees,A2904.02,11160,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,total,0,2049 employees,A2904.02,2979,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,total,0,5099 employees,A2904.02,1020,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,total,0,100+ employees,A2904.02,888,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Agriculture, forestry, & fishing",1,total,A2904.02,1245,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Agriculture,2,total,A2904.02,795,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Commercial fishing,2,total,A2904.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Forestry & logging,2,total,A2904.02,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2904.02,330,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Mining,1,total,A2904.02,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Manufacturing,1,total,A2904.02,1947,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Food, beverage, & tobacco",2,total,A2904.02,384,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2904.02,72,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Wood & paper product,2,total,A2904.02,198,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Printing, publishing, & recorded media",2,total,A2904.02,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2904.02,198,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Non-metallic mineral product,2,total,A2904.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Metal product,2,total,A2904.02,408,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Transport and industrial machinery & equipment,2,total,A2904.02,342,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Other machinery & equipment,2,total,A2904.02,60,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Other manufacturing,2,total,A2904.02,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Electricity, gas, water, & waste services",1,total,A2904.02,57,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Construction,1,total,A2904.02,2412,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Wholesale trade,1,total,A2904.02,1035,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Machinery & equipment wholesaling,2,total,A2904.02,261,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Other wholesale trade,2,total,A2904.02,771,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Retail trade,1,total,A2904.02,1734,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Accommodation & food services,1,total,A2904.02,2346,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Transport, postal, & warehousing",1,total,A2904.02,540,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Information media & telecommunications,1,total,A2904.02,132,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Publishing,2,total,A2904.02,45,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Motion picture,2,total,A2904.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Telecommunications,2,total,A2904.02,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Financial & insurance services,1,total,A2904.02,216,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Finance,2,total,A2904.02,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Insurance,2,total,A2904.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Auxiliary,2,total,A2904.02,141,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Rental, hiring, & real estate services",1,total,A2904.02,309,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,"Professional, scientific, & technical services",1,total,A2904.02,1800,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Computer systems design,2,total,A2904.02,270,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Other professional scientific,2,total,A2904.02,1533,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Administrative & support services,1,total,A2904.02,519,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Education & training,1,total,A2904.02,312,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Health care & social assistance,1,total,A2904.02,759,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Arts & recreation services,1,total,A2904.02,174,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,Other services,1,total,A2904.02,450,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction on par with competitors,total,0,total,A2904.02,16047,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,total,0,619 employees,A2904.03,17493,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,total,0,2049 employees,A2904.03,4539,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,total,0,5099 employees,A2904.03,1068,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,total,0,100+ employees,A2904.03,879,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Agriculture, forestry, & fishing",1,total,A2904.03,1104,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Agriculture,2,total,A2904.03,549,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Commercial fishing,2,total,A2904.03,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Forestry & logging,2,total,A2904.03,87,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2904.03,450,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Mining,1,total,A2904.03,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Manufacturing,1,total,A2904.03,2274,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Food, beverage, & tobacco",2,total,A2904.03,561,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2904.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Wood & paper product,2,total,A2904.03,219,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Printing, publishing, & recorded media",2,total,A2904.03,93,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2904.03,138,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Non-metallic mineral product,2,total,A2904.03,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Metal product,2,total,A2904.03,399,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Transport and industrial machinery & equipment,2,total,A2904.03,405,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Other machinery & equipment,2,total,A2904.03,102,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Other manufacturing,2,total,A2904.03,153,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Electricity, gas, water, & waste services",1,total,A2904.03,99,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Construction,1,total,A2904.03,4230,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Wholesale trade,1,total,A2904.03,1641,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Machinery & equipment wholesaling,2,total,A2904.03,495,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Other wholesale trade,2,total,A2904.03,1143,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Retail trade,1,total,A2904.03,2799,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Accommodation & food services,1,total,A2904.03,3282,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Transport, postal, & warehousing",1,total,A2904.03,831,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Information media & telecommunications,1,total,A2904.03,225,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Publishing,2,total,A2904.03,96,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Motion picture,2,total,A2904.03,72,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Telecommunications,2,total,A2904.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Financial & insurance services,1,total,A2904.03,339,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Finance,2,total,A2904.03,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Insurance,2,total,A2904.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Auxiliary,2,total,A2904.03,237,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Rental, hiring, & real estate services",1,total,A2904.03,510,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,"Professional, scientific, & technical services",1,total,A2904.03,2448,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Computer systems design,2,total,A2904.03,480,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Other professional scientific,2,total,A2904.03,1974,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Administrative & support services,1,total,A2904.03,1005,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Education & training,1,total,A2904.03,627,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Health care & social assistance,1,total,A2904.03,1497,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Arts & recreation services,1,total,A2904.03,273,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,Other services,1,total,A2904.03,744,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction higher than competitors,total,0,total,A2904.03,23979,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,total,0,619 employees,A2904.04,4350,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction Don't know,total,0,2049 employees,A2904.04,900,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction Don't know,total,0,5099 employees,A2904.04,294,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction Don't know,total,0,100+ employees,A2904.04,240,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Agriculture, forestry, & fishing",1,total,A2904.04,423,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Agriculture,2,total,A2904.04,264,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Commercial fishing,2,total,A2904.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Forestry & logging,2,total,A2904.04,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Agriculture, forestry, & fishing support services",2,total,A2904.04,132,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Mining,1,total,A2904.04,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Employee satisfaction Don't know,Manufacturing,1,total,A2904.04,963,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Food, beverage, & tobacco",2,total,A2904.04,207,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Textile, clothing, footwear, & leather",2,total,A2904.04,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Wood & paper product,2,total,A2904.04,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Printing, publishing, & recorded media",2,total,A2904.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2904.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Non-metallic mineral product,2,total,A2904.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Metal product,2,total,A2904.04,180,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Transport and industrial machinery & equipment,2,total,A2904.04,171,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Other machinery & equipment,2,total,A2904.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Other manufacturing,2,total,A2904.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Electricity, gas, water, & waste services",1,total,A2904.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Employee satisfaction Don't know,Construction,1,total,A2904.04,732,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Wholesale trade,1,total,A2904.04,405,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Machinery & equipment wholesaling,2,total,A2904.04,114,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Other wholesale trade,2,total,A2904.04,288,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Retail trade,1,total,A2904.04,570,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Accommodation & food services,1,total,A2904.04,603,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Transport, postal, & warehousing",1,total,A2904.04,210,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Information media & telecommunications,1,total,A2904.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Publishing,2,total,A2904.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Motion picture,2,total,A2904.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Telecommunications,2,total,A2904.04,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Financial & insurance services,1,total,A2904.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Finance,2,total,A2904.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Insurance,2,total,A2904.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Auxiliary,2,total,A2904.04,60,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Rental, hiring, & real estate services",1,total,A2904.04,141,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,"Professional, scientific, & technical services",1,total,A2904.04,636,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Computer systems design,2,total,A2904.04,174,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Other professional scientific,2,total,A2904.04,462,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Administrative & support services,1,total,A2904.04,171,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Education & training,1,total,A2904.04,201,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Health care & social assistance,1,total,A2904.04,309,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Arts & recreation services,1,total,A2904.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,Other services,1,total,A2904.04,153,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Employee satisfaction Don't know,total,0,total,A2904.04,5784,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,total,0,619 employees,A2905.01,5304,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability lower than competitors,total,0,2049 employees,A2905.01,1155,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability lower than competitors,total,0,5099 employees,A2905.01,288,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability lower than competitors,total,0,100+ employees,A2905.01,234,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability lower than competitors,"Agriculture, forestry, & fishing",1,total,A2905.01,384,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Agriculture,2,total,A2905.01,240,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Commercial fishing,2,total,A2905.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Forestry & logging,2,total,A2905.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2905.01,114,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Mining,1,total,A2905.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Profitability lower than competitors,Manufacturing,1,total,A2905.01,684,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,"Food, beverage, & tobacco",2,total,A2905.01,201,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2905.01,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Wood & paper product,2,total,A2905.01,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,"Printing, publishing, & recorded media",2,total,A2905.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2905.01,78,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Non-metallic mineral product,2,total,A2905.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Metal product,2,total,A2905.01,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Transport and industrial machinery & equipment,2,total,A2905.01,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Other machinery & equipment,2,total,A2905.01,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Other manufacturing,2,total,A2905.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,"Electricity, gas, water, & waste services",1,total,A2905.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Profitability lower than competitors,Construction,1,total,A2905.01,834,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Wholesale trade,1,total,A2905.01,396,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Machinery & equipment wholesaling,2,total,A2905.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Other wholesale trade,2,total,A2905.01,339,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Retail trade,1,total,A2905.01,981,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Accommodation & food services,1,total,A2905.01,1122,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,"Transport, postal, & warehousing",1,total,A2905.01,225,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Information media & telecommunications,1,total,A2905.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Publishing,2,total,A2905.01,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Motion picture,2,total,A2905.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Telecommunications,2,total,A2905.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Financial & insurance services,1,total,A2905.01,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Finance,2,total,A2905.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Insurance,2,total,A2905.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Auxiliary,2,total,A2905.01,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,"Rental, hiring, & real estate services",1,total,A2905.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,"Professional, scientific, & technical services",1,total,A2905.01,768,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Computer systems design,2,total,A2905.01,174,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Other professional scientific,2,total,A2905.01,597,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Administrative & support services,1,total,A2905.01,261,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Education & training,1,total,A2905.01,315,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Health care & social assistance,1,total,A2905.01,507,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Arts & recreation services,1,total,A2905.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,Other services,1,total,A2905.01,132,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability lower than competitors,total,0,total,A2905.01,6981,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,total,0,619 employees,A2905.02,14400,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability on par with competitors,total,0,2049 employees,A2905.02,3900,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability on par with competitors,total,0,5099 employees,A2905.02,1062,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability on par with competitors,total,0,100+ employees,A2905.02,969,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability on par with competitors,"Agriculture, forestry, & fishing",1,total,A2905.02,1464,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Agriculture,2,total,A2905.02,885,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Commercial fishing,2,total,A2905.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Forestry & logging,2,total,A2905.02,126,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2905.02,435,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Mining,1,total,A2905.02,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Profitability on par with competitors,Manufacturing,1,total,A2905.02,2169,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,"Food, beverage, & tobacco",2,total,A2905.02,456,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2905.02,96,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Wood & paper product,2,total,A2905.02,183,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,"Printing, publishing, & recorded media",2,total,A2905.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2905.02,165,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Non-metallic mineral product,2,total,A2905.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Metal product,2,total,A2905.02,444,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Transport and industrial machinery & equipment,2,total,A2905.02,429,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Other machinery & equipment,2,total,A2905.02,75,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Other manufacturing,2,total,A2905.02,135,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,"Electricity, gas, water, & waste services",1,total,A2905.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Profitability on par with competitors,Construction,1,total,A2905.02,3753,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Wholesale trade,1,total,A2905.02,1323,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Machinery & equipment wholesaling,2,total,A2905.02,423,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Other wholesale trade,2,total,A2905.02,897,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Retail trade,1,total,A2905.02,2148,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Accommodation & food services,1,total,A2905.02,2736,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,"Transport, postal, & warehousing",1,total,A2905.02,819,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Information media & telecommunications,1,total,A2905.02,180,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Publishing,2,total,A2905.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Motion picture,2,total,A2905.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Telecommunications,2,total,A2905.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Financial & insurance services,1,total,A2905.02,258,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Finance,2,total,A2905.02,69,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Insurance,2,total,A2905.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Auxiliary,2,total,A2905.02,177,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,"Rental, hiring, & real estate services",1,total,A2905.02,333,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,"Professional, scientific, & technical services",1,total,A2905.02,2118,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Computer systems design,2,total,A2905.02,357,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Other professional scientific,2,total,A2905.02,1764,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Administrative & support services,1,total,A2905.02,693,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Education & training,1,total,A2905.02,387,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Health care & social assistance,1,total,A2905.02,1065,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Arts & recreation services,1,total,A2905.02,240,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,Other services,1,total,A2905.02,525,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability on par with competitors,total,0,total,A2905.02,20331,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,total,0,619 employees,A2905.03,5070,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability higher than competitors,total,0,2049 employees,A2905.03,1653,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability higher than competitors,total,0,5099 employees,A2905.03,477,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability higher than competitors,total,0,100+ employees,A2905.03,411,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability higher than competitors,"Agriculture, forestry, & fishing",1,total,A2905.03,375,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Agriculture,2,total,A2905.03,186,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Commercial fishing,2,total,A2905.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Forestry & logging,2,total,A2905.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2905.03,138,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Mining,1,total,A2905.03,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Profitability higher than competitors,Manufacturing,1,total,A2905.03,738,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,"Food, beverage, & tobacco",2,total,A2905.03,159,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2905.03,45,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Wood & paper product,2,total,A2905.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,"Printing, publishing, & recorded media",2,total,A2905.03,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2905.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Non-metallic mineral product,2,total,A2905.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Metal product,2,total,A2905.03,129,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Transport and industrial machinery & equipment,2,total,A2905.03,126,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Other machinery & equipment,2,total,A2905.03,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Other manufacturing,2,total,A2905.03,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,"Electricity, gas, water, & waste services",1,total,A2905.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Profitability higher than competitors,Construction,1,total,A2905.03,1263,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Wholesale trade,1,total,A2905.03,585,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Machinery & equipment wholesaling,2,total,A2905.03,204,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Other wholesale trade,2,total,A2905.03,378,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Retail trade,1,total,A2905.03,648,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Accommodation & food services,1,total,A2905.03,1254,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,"Transport, postal, & warehousing",1,total,A2905.03,174,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Information media & telecommunications,1,total,A2905.03,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Publishing,2,total,A2905.03,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Motion picture,2,total,A2905.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Telecommunications,2,total,A2905.03,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Financial & insurance services,1,total,A2905.03,132,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Finance,2,total,A2905.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Insurance,2,total,A2905.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Auxiliary,2,total,A2905.03,96,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,"Rental, hiring, & real estate services",1,total,A2905.03,252,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,"Professional, scientific, & technical services",1,total,A2905.03,825,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Computer systems design,2,total,A2905.03,102,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Other professional scientific,2,total,A2905.03,723,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Administrative & support services,1,total,A2905.03,321,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Education & training,1,total,A2905.03,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Health care & social assistance,1,total,A2905.03,411,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Arts & recreation services,1,total,A2905.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,Other services,1,total,A2905.03,297,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability higher than competitors,total,0,total,A2905.03,7611,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,total,0,619 employees,A2905.04,8529,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability Don't know,total,0,2049 employees,A2905.04,1752,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability Don't know,total,0,5099 employees,A2905.04,597,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability Don't know,total,0,100+ employees,A2905.04,414,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Profitability Don't know,"Agriculture, forestry, & fishing",1,total,A2905.04,591,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Agriculture,2,total,A2905.04,321,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Commercial fishing,2,total,A2905.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Forestry & logging,2,total,A2905.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,"Agriculture, forestry, & fishing support services",2,total,A2905.04,231,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Mining,1,total,A2905.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Profitability Don't know,Manufacturing,1,total,A2905.04,1647,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,"Food, beverage, & tobacco",2,total,A2905.04,354,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,"Textile, clothing, footwear, & leather",2,total,A2905.04,75,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Wood & paper product,2,total,A2905.04,195,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,"Printing, publishing, & recorded media",2,total,A2905.04,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2905.04,114,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Non-metallic mineral product,2,total,A2905.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Metal product,2,total,A2905.04,339,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Transport and industrial machinery & equipment,2,total,A2905.04,255,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Other machinery & equipment,2,total,A2905.04,69,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Other manufacturing,2,total,A2905.04,129,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,"Electricity, gas, water, & waste services",1,total,A2905.04,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Profitability Don't know,Construction,1,total,A2905.04,1611,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Wholesale trade,1,total,A2905.04,858,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Machinery & equipment wholesaling,2,total,A2905.04,240,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Other wholesale trade,2,total,A2905.04,615,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Retail trade,1,total,A2905.04,1275,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Accommodation & food services,1,total,A2905.04,1200,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,"Transport, postal, & warehousing",1,total,A2905.04,363,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Information media & telecommunications,1,total,A2905.04,123,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Publishing,2,total,A2905.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Motion picture,2,total,A2905.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Telecommunications,2,total,A2905.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Financial & insurance services,1,total,A2905.04,159,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Finance,2,total,A2905.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Insurance,2,total,A2905.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Auxiliary,2,total,A2905.04,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,"Rental, hiring, & real estate services",1,total,A2905.04,303,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,"Professional, scientific, & technical services",1,total,A2905.04,1197,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Computer systems design,2,total,A2905.04,309,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Other professional scientific,2,total,A2905.04,888,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Administrative & support services,1,total,A2905.04,432,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Education & training,1,total,A2905.04,327,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Health care & social assistance,1,total,A2905.04,633,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Arts & recreation services,1,total,A2905.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,Other services,1,total,A2905.04,405,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Profitability Don't know,total,0,total,A2905.04,11292,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,total,0,619 employees,A2906.01,2082,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity lower than competitors,total,0,2049 employees,A2906.01,372,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity lower than competitors,total,0,5099 employees,A2906.01,126,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity lower than competitors,total,0,100+ employees,A2906.01,99,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity lower than competitors,"Agriculture, forestry, & fishing",1,total,A2906.01,162,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Agriculture,2,total,A2906.01,135,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Commercial fishing,2,total,A2906.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Forestry & logging,2,total,A2906.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2906.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Mining,1,total,A2906.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Productivity lower than competitors,Manufacturing,1,total,A2906.01,444,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,"Food, beverage, & tobacco",2,total,A2906.01,135,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2906.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Wood & paper product,2,total,A2906.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,"Printing, publishing, & recorded media",2,total,A2906.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2906.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Non-metallic mineral product,2,total,A2906.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Metal product,2,total,A2906.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Transport and industrial machinery & equipment,2,total,A2906.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Other machinery & equipment,2,total,A2906.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Other manufacturing,2,total,A2906.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,"Electricity, gas, water, & waste services",1,total,A2906.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Productivity lower than competitors,Construction,1,total,A2906.01,297,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Wholesale trade,1,total,A2906.01,192,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Machinery & equipment wholesaling,2,total,A2906.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Other wholesale trade,2,total,A2906.01,186,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Retail trade,1,total,A2906.01,333,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Accommodation & food services,1,total,A2906.01,597,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,"Transport, postal, & warehousing",1,total,A2906.01,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Information media & telecommunications,1,total,A2906.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Publishing,2,total,A2906.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Motion picture,2,total,A2906.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Telecommunications,2,total,A2906.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Financial & insurance services,1,total,A2906.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Finance,2,total,A2906.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Insurance,2,total,A2906.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Auxiliary,2,total,A2906.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,"Rental, hiring, & real estate services",1,total,A2906.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,"Professional, scientific, & technical services",1,total,A2906.01,246,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Computer systems design,2,total,A2906.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Other professional scientific,2,total,A2906.01,195,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Administrative & support services,1,total,A2906.01,60,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Education & training,1,total,A2906.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Health care & social assistance,1,total,A2906.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Arts & recreation services,1,total,A2906.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,Other services,1,total,A2906.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity lower than competitors,total,0,total,A2906.01,2685,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,total,0,619 employees,A2906.02,15261,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity on par with competitors,total,0,2049 employees,A2906.02,4317,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity on par with competitors,total,0,5099 employees,A2906.02,1200,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity on par with competitors,total,0,100+ employees,A2906.02,1083,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity on par with competitors,"Agriculture, forestry, & fishing",1,total,A2906.02,1437,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Agriculture,2,total,A2906.02,942,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Commercial fishing,2,total,A2906.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Forestry & logging,2,total,A2906.02,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2906.02,357,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Mining,1,total,A2906.02,54,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Productivity on par with competitors,Manufacturing,1,total,A2906.02,2355,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,"Food, beverage, & tobacco",2,total,A2906.02,507,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2906.02,102,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Wood & paper product,2,total,A2906.02,192,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,"Printing, publishing, & recorded media",2,total,A2906.02,90,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2906.02,195,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Non-metallic mineral product,2,total,A2906.02,96,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Metal product,2,total,A2906.02,498,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Transport and industrial machinery & equipment,2,total,A2906.02,447,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Other machinery & equipment,2,total,A2906.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Other manufacturing,2,total,A2906.02,141,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,"Electricity, gas, water, & waste services",1,total,A2906.02,66,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Productivity on par with competitors,Construction,1,total,A2906.02,3546,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Wholesale trade,1,total,A2906.02,1323,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Machinery & equipment wholesaling,2,total,A2906.02,435,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Other wholesale trade,2,total,A2906.02,888,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Retail trade,1,total,A2906.02,2682,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Accommodation & food services,1,total,A2906.02,3153,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,"Transport, postal, & warehousing",1,total,A2906.02,762,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Information media & telecommunications,1,total,A2906.02,159,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Publishing,2,total,A2906.02,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Motion picture,2,total,A2906.02,60,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Telecommunications,2,total,A2906.02,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Financial & insurance services,1,total,A2906.02,264,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Finance,2,total,A2906.02,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Insurance,2,total,A2906.02,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Auxiliary,2,total,A2906.02,165,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,"Rental, hiring, & real estate services",1,total,A2906.02,402,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,"Professional, scientific, & technical services",1,total,A2906.02,2550,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Computer systems design,2,total,A2906.02,390,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Other professional scientific,2,total,A2906.02,2163,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Administrative & support services,1,total,A2906.02,717,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Education & training,1,total,A2906.02,453,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Health care & social assistance,1,total,A2906.02,1155,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Arts & recreation services,1,total,A2906.02,171,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,Other services,1,total,A2906.02,597,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity on par with competitors,total,0,total,A2906.02,21861,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,total,0,619 employees,A2906.03,9213,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity higher than competitors,total,0,2049 employees,A2906.03,2298,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity higher than competitors,total,0,5099 employees,A2906.03,612,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity higher than competitors,total,0,100+ employees,A2906.03,465,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity higher than competitors,"Agriculture, forestry, & fishing",1,total,A2906.03,837,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Agriculture,2,total,A2906.03,393,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Commercial fishing,2,total,A2906.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Forestry & logging,2,total,A2906.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2906.03,357,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Mining,1,total,A2906.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Productivity higher than competitors,Manufacturing,1,total,A2906.03,1050,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,"Food, beverage, & tobacco",2,total,A2906.03,210,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2906.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Wood & paper product,2,total,A2906.03,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,"Printing, publishing, & recorded media",2,total,A2906.03,57,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2906.03,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Non-metallic mineral product,2,total,A2906.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Metal product,2,total,A2906.03,177,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Transport and industrial machinery & equipment,2,total,A2906.03,213,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Other machinery & equipment,2,total,A2906.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Other manufacturing,2,total,A2906.03,57,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,"Electricity, gas, water, & waste services",1,total,A2906.03,69,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Productivity higher than competitors,Construction,1,total,A2906.03,2394,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Wholesale trade,1,total,A2906.03,900,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Machinery & equipment wholesaling,2,total,A2906.03,240,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Other wholesale trade,2,total,A2906.03,657,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Retail trade,1,total,A2906.03,1176,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Accommodation & food services,1,total,A2906.03,1560,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,"Transport, postal, & warehousing",1,total,A2906.03,513,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Information media & telecommunications,1,total,A2906.03,147,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Publishing,2,total,A2906.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Motion picture,2,total,A2906.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Telecommunications,2,total,A2906.03,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Financial & insurance services,1,total,A2906.03,210,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Finance,2,total,A2906.03,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Insurance,2,total,A2906.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Auxiliary,2,total,A2906.03,159,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,"Rental, hiring, & real estate services",1,total,A2906.03,288,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,"Professional, scientific, & technical services",1,total,A2906.03,1107,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Computer systems design,2,total,A2906.03,258,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Other professional scientific,2,total,A2906.03,852,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Administrative & support services,1,total,A2906.03,576,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Education & training,1,total,A2906.03,306,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Health care & social assistance,1,total,A2906.03,741,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Arts & recreation services,1,total,A2906.03,222,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,Other services,1,total,A2906.03,462,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity higher than competitors,total,0,total,A2906.03,12588,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,total,0,619 employees,A2906.04,6753,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity Don't know,total,0,2049 employees,A2906.04,1470,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity Don't know,total,0,5099 employees,A2906.04,483,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity Don't know,total,0,100+ employees,A2906.04,381,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Productivity Don't know,"Agriculture, forestry, & fishing",1,total,A2906.04,381,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Agriculture,2,total,A2906.04,165,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Commercial fishing,2,total,A2906.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Forestry & logging,2,total,A2906.04,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,"Agriculture, forestry, & fishing support services",2,total,A2906.04,186,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Mining,1,total,A2906.04,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Productivity Don't know,Manufacturing,1,total,A2906.04,1386,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,"Food, beverage, & tobacco",2,total,A2906.04,318,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,"Textile, clothing, footwear, & leather",2,total,A2906.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Wood & paper product,2,total,A2906.04,141,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,"Printing, publishing, & recorded media",2,total,A2906.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2906.04,114,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Non-metallic mineral product,2,total,A2906.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Metal product,2,total,A2906.04,279,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Transport and industrial machinery & equipment,2,total,A2906.04,213,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Other machinery & equipment,2,total,A2906.04,69,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Other manufacturing,2,total,A2906.04,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,"Electricity, gas, water, & waste services",1,total,A2906.04,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Productivity Don't know,Construction,1,total,A2906.04,1182,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Wholesale trade,1,total,A2906.04,744,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Machinery & equipment wholesaling,2,total,A2906.04,243,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Other wholesale trade,2,total,A2906.04,501,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Retail trade,1,total,A2906.04,912,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Accommodation & food services,1,total,A2906.04,999,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,"Transport, postal, & warehousing",1,total,A2906.04,246,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Information media & telecommunications,1,total,A2906.04,114,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Publishing,2,total,A2906.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Motion picture,2,total,A2906.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Telecommunications,2,total,A2906.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Financial & insurance services,1,total,A2906.04,150,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Finance,2,total,A2906.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Insurance,2,total,A2906.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Auxiliary,2,total,A2906.04,102,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,"Rental, hiring, & real estate services",1,total,A2906.04,231,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,"Professional, scientific, & technical services",1,total,A2906.04,1002,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Computer systems design,2,total,A2906.04,240,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Other professional scientific,2,total,A2906.04,762,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Administrative & support services,1,total,A2906.04,351,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Education & training,1,total,A2906.04,327,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Health care & social assistance,1,total,A2906.04,669,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Arts & recreation services,1,total,A2906.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,Other services,1,total,A2906.04,261,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Productivity Don't know,total,0,total,A2906.04,9087,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,total,0,619 employees,A2907.01,894,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,total,0,2049 employees,A2907.01,195,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,total,0,5099 employees,A2907.01,57,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,total,0,100+ employees,A2907.01,42,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Agriculture, forestry, & fishing",1,total,A2907.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Agriculture,2,total,A2907.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Commercial fishing,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Forestry & logging,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2907.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Mining,1,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Manufacturing,1,total,A2907.01,93,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Food, beverage, & tobacco",2,total,A2907.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2907.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Wood & paper product,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Printing, publishing, & recorded media",2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2907.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Non-metallic mineral product,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Metal product,2,total,A2907.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Transport and industrial machinery & equipment,2,total,A2907.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Other machinery & equipment,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Other manufacturing,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Electricity, gas, water, & waste services",1,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Construction,1,total,A2907.01,174,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Wholesale trade,1,total,A2907.01,72,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Machinery & equipment wholesaling,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Other wholesale trade,2,total,A2907.01,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Retail trade,1,total,A2907.01,168,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Accommodation & food services,1,total,A2907.01,315,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Transport, postal, & warehousing",1,total,A2907.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Information media & telecommunications,1,total,A2907.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Publishing,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Motion picture,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Telecommunications,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Financial & insurance services,1,total,A2907.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Finance,2,total,A2907.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Insurance,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Auxiliary,2,total,A2907.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Rental, hiring, & real estate services",1,total,A2907.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,"Professional, scientific, & technical services",1,total,A2907.01,129,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Computer systems design,2,total,A2907.01,33,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Other professional scientific,2,total,A2907.01,99,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Administrative & support services,1,total,A2907.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Education & training,1,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Health care & social assistance,1,total,A2907.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Arts & recreation services,1,total,A2907.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,Other services,1,total,A2907.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability lower than competitors,total,0,total,A2907.01,1188,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,total,0,619 employees,A2907.02,16326,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,total,0,2049 employees,A2907.02,4317,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,total,0,5099 employees,A2907.02,1170,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,total,0,100+ employees,A2907.02,999,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Agriculture, forestry, & fishing",1,total,A2907.02,1482,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Agriculture,2,total,A2907.02,852,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Commercial fishing,2,total,A2907.02,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Forestry & logging,2,total,A2907.02,135,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2907.02,477,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Mining,1,total,A2907.02,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Manufacturing,1,total,A2907.02,2346,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Food, beverage, & tobacco",2,total,A2907.02,483,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2907.02,90,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Wood & paper product,2,total,A2907.02,234,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Printing, publishing, & recorded media",2,total,A2907.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2907.02,204,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Non-metallic mineral product,2,total,A2907.02,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Metal product,2,total,A2907.02,480,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Transport and industrial machinery & equipment,2,total,A2907.02,429,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Other machinery & equipment,2,total,A2907.02,78,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Other manufacturing,2,total,A2907.02,138,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Electricity, gas, water, & waste services",1,total,A2907.02,69,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Construction,1,total,A2907.02,3804,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Wholesale trade,1,total,A2907.02,1533,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Machinery & equipment wholesaling,2,total,A2907.02,447,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Other wholesale trade,2,total,A2907.02,1083,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Retail trade,1,total,A2907.02,2523,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Accommodation & food services,1,total,A2907.02,3276,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Transport, postal, & warehousing",1,total,A2907.02,822,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Information media & telecommunications,1,total,A2907.02,189,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Publishing,2,total,A2907.02,57,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Motion picture,2,total,A2907.02,72,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Telecommunications,2,total,A2907.02,57,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Financial & insurance services,1,total,A2907.02,273,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Finance,2,total,A2907.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Insurance,2,total,A2907.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Auxiliary,2,total,A2907.02,174,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Rental, hiring, & real estate services",1,total,A2907.02,351,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,"Professional, scientific, & technical services",1,total,A2907.02,2676,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Computer systems design,2,total,A2907.02,408,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Other professional scientific,2,total,A2907.02,2271,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Administrative & support services,1,total,A2907.02,804,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Education & training,1,total,A2907.02,489,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Health care & social assistance,1,total,A2907.02,1317,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Arts & recreation services,1,total,A2907.02,204,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,Other services,1,total,A2907.02,582,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability on par with competitors,total,0,total,A2907.02,22812,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,total,0,619 employees,A2907.03,5877,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,total,0,2049 employees,A2907.03,1746,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,total,0,5099 employees,A2907.03,567,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,total,0,100+ employees,A2907.03,519,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Agriculture, forestry, & fishing",1,total,A2907.03,750,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Agriculture,2,total,A2907.03,492,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Commercial fishing,2,total,A2907.03,15,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Forestry & logging,2,total,A2907.03,63,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2907.03,180,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Mining,1,total,A2907.03,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Manufacturing,1,total,A2907.03,1050,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Food, beverage, & tobacco",2,total,A2907.03,318,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2907.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Wood & paper product,2,total,A2907.03,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Printing, publishing, & recorded media",2,total,A2907.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2907.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Non-metallic mineral product,2,total,A2907.03,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Metal product,2,total,A2907.03,99,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Transport and industrial machinery & equipment,2,total,A2907.03,111,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Other machinery & equipment,2,total,A2907.03,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Other manufacturing,2,total,A2907.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Electricity, gas, water, & waste services",1,total,A2907.03,66,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Construction,1,total,A2907.03,1059,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Wholesale trade,1,total,A2907.03,720,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Machinery & equipment wholesaling,2,total,A2907.03,144,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Other wholesale trade,2,total,A2907.03,573,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Retail trade,1,total,A2907.03,954,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Accommodation & food services,1,total,A2907.03,1326,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Transport, postal, & warehousing",1,total,A2907.03,315,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Information media & telecommunications,1,total,A2907.03,84,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Publishing,2,total,A2907.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Motion picture,2,total,A2907.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Telecommunications,2,total,A2907.03,24,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Financial & insurance services,1,total,A2907.03,108,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Finance,2,total,A2907.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Insurance,2,total,A2907.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Auxiliary,2,total,A2907.03,78,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Rental, hiring, & real estate services",1,total,A2907.03,219,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,"Professional, scientific, & technical services",1,total,A2907.03,540,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Computer systems design,2,total,A2907.03,105,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Other professional scientific,2,total,A2907.03,438,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Administrative & support services,1,total,A2907.03,351,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Education & training,1,total,A2907.03,246,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Health care & social assistance,1,total,A2907.03,444,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Arts & recreation services,1,total,A2907.03,132,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,Other services,1,total,A2907.03,318,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability higher than competitors,total,0,total,A2907.03,8709,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,total,0,619 employees,A2907.04,10164,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability Don't know,total,0,2049 employees,A2907.04,2199,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability Don't know,total,0,5099 employees,A2907.04,630,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability Don't know,total,0,100+ employees,A2907.04,471,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Agriculture, forestry, & fishing",1,total,A2907.04,543,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Agriculture,2,total,A2907.04,279,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Commercial fishing,2,total,A2907.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Forestry & logging,2,total,A2907.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Agriculture, forestry, & fishing support services",2,total,A2907.04,237,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Mining,1,total,A2907.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Manufacturing,1,total,A2907.04,1749,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Food, beverage, & tobacco",2,total,A2907.04,354,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Textile, clothing, footwear, & leather",2,total,A2907.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Wood & paper product,2,total,A2907.04,177,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Printing, publishing, & recorded media",2,total,A2907.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2907.04,87,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Non-metallic mineral product,2,total,A2907.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Metal product,2,total,A2907.04,384,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Transport and industrial machinery & equipment,2,total,A2907.04,369,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Other machinery & equipment,2,total,A2907.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Other manufacturing,2,total,A2907.04,120,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Electricity, gas, water, & waste services",1,total,A2907.04,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Construction,1,total,A2907.04,2382,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Wholesale trade,1,total,A2907.04,834,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Machinery & equipment wholesaling,2,total,A2907.04,324,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Other wholesale trade,2,total,A2907.04,507,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Retail trade,1,total,A2907.04,1407,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Accommodation & food services,1,total,A2907.04,1395,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Transport, postal, & warehousing",1,total,A2907.04,402,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Information media & telecommunications,1,total,A2907.04,150,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Publishing,2,total,A2907.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Motion picture,2,total,A2907.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Telecommunications,2,total,A2907.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Financial & insurance services,1,total,A2907.04,249,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Finance,2,total,A2907.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Insurance,2,total,A2907.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Auxiliary,2,total,A2907.04,174,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Rental, hiring, & real estate services",1,total,A2907.04,354,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,"Professional, scientific, & technical services",1,total,A2907.04,1563,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Computer systems design,2,total,A2907.04,399,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Other professional scientific,2,total,A2907.04,1164,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Administrative & support services,1,total,A2907.04,531,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Education & training,1,total,A2907.04,399,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Health care & social assistance,1,total,A2907.04,837,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Arts & recreation services,1,total,A2907.04,159,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,Other services,1,total,A2907.04,444,,Number of businesses,1 and 2 and 3 and 6 +Business compares to competitors: Environmental Sustainability Don't know,total,0,total,A2907.04,13461,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,total,0,619 employees,A3001.01,8625,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services decreased,total,0,2049 employees,A3001.01,2061,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services decreased,total,0,5099 employees,A3001.01,519,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services decreased,total,0,100+ employees,A3001.01,381,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services decreased,"Agriculture, forestry, & fishing",1,total,A3001.01,1089,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Agriculture,2,total,A3001.01,831,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Commercial fishing,2,total,A3001.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Forestry & logging,2,total,A3001.01,69,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,"Agriculture, forestry, & fishing support services",2,total,A3001.01,177,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Mining,1,total,A3001.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business total sales of goods and services decreased,Manufacturing,1,total,A3001.01,1305,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,"Food, beverage, & tobacco",2,total,A3001.01,252,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,"Textile, clothing, footwear, & leather",2,total,A3001.01,60,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Wood & paper product,2,total,A3001.01,144,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,"Printing, publishing, & recorded media",2,total,A3001.01,33,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,"Petroleum, coal, chemical, & associated product",2,total,A3001.01,126,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Non-metallic mineral product,2,total,A3001.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Metal product,2,total,A3001.01,288,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Transport and industrial machinery & equipment,2,total,A3001.01,225,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Other machinery & equipment,2,total,A3001.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Other manufacturing,2,total,A3001.01,102,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,"Electricity, gas, water, & waste services",1,total,A3001.01,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business total sales of goods and services decreased,Construction,1,total,A3001.01,1881,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Wholesale trade,1,total,A3001.01,789,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Machinery & equipment wholesaling,2,total,A3001.01,159,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Other wholesale trade,2,total,A3001.01,630,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Retail trade,1,total,A3001.01,1656,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Accommodation & food services,1,total,A3001.01,1278,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,"Transport, postal, & warehousing",1,total,A3001.01,348,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Information media & telecommunications,1,total,A3001.01,120,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Publishing,2,total,A3001.01,60,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Motion picture,2,total,A3001.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Telecommunications,2,total,A3001.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Financial & insurance services,1,total,A3001.01,147,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Finance,2,total,A3001.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Insurance,2,total,A3001.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Auxiliary,2,total,A3001.01,105,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,"Rental, hiring, & real estate services",1,total,A3001.01,309,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,"Professional, scientific, & technical services",1,total,A3001.01,1041,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Computer systems design,2,total,A3001.01,120,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Other professional scientific,2,total,A3001.01,921,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Administrative & support services,1,total,A3001.01,390,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Education & training,1,total,A3001.01,243,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Health care & social assistance,1,total,A3001.01,564,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Arts & recreation services,1,total,A3001.01,129,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,Other services,1,total,A3001.01,231,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services decreased,total,0,total,A3001.01,11586,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,total,0,619 employees,A3001.02,8091,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services stayed the same,total,0,2049 employees,A3001.02,1581,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services stayed the same,total,0,5099 employees,A3001.02,384,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services stayed the same,total,0,100+ employees,A3001.02,252,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services stayed the same,"Agriculture, forestry, & fishing",1,total,A3001.02,888,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Agriculture,2,total,A3001.02,492,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Commercial fishing,2,total,A3001.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Forestry & logging,2,total,A3001.02,72,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,"Agriculture, forestry, & fishing support services",2,total,A3001.02,306,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Mining,1,total,A3001.02,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business total sales of goods and services stayed the same,Manufacturing,1,total,A3001.02,1041,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,"Food, beverage, & tobacco",2,total,A3001.02,246,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,"Textile, clothing, footwear, & leather",2,total,A3001.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Wood & paper product,2,total,A3001.02,147,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,"Printing, publishing, & recorded media",2,total,A3001.02,57,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,"Petroleum, coal, chemical, & associated product",2,total,A3001.02,66,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Non-metallic mineral product,2,total,A3001.02,39,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Metal product,2,total,A3001.02,207,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Transport and industrial machinery & equipment,2,total,A3001.02,123,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Other machinery & equipment,2,total,A3001.02,36,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Other manufacturing,2,total,A3001.02,69,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,"Electricity, gas, water, & waste services",1,total,A3001.02,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business total sales of goods and services stayed the same,Construction,1,total,A3001.02,1536,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Wholesale trade,1,total,A3001.02,570,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Machinery & equipment wholesaling,2,total,A3001.02,204,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Other wholesale trade,2,total,A3001.02,363,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Retail trade,1,total,A3001.02,870,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Accommodation & food services,1,total,A3001.02,1740,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,"Transport, postal, & warehousing",1,total,A3001.02,273,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Information media & telecommunications,1,total,A3001.02,78,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Publishing,2,total,A3001.02,30,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Motion picture,2,total,A3001.02,21,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Telecommunications,2,total,A3001.02,24,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Financial & insurance services,1,total,A3001.02,120,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Finance,2,total,A3001.02,60,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Insurance,2,total,A3001.02,3,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Auxiliary,2,total,A3001.02,57,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,"Rental, hiring, & real estate services",1,total,A3001.02,147,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,"Professional, scientific, & technical services",1,total,A3001.02,1101,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Computer systems design,2,total,A3001.02,186,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Other professional scientific,2,total,A3001.02,918,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Administrative & support services,1,total,A3001.02,348,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Education & training,1,total,A3001.02,363,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Health care & social assistance,1,total,A3001.02,756,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Arts & recreation services,1,total,A3001.02,84,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,Other services,1,total,A3001.02,315,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services stayed the same,total,0,total,A3001.02,10308,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,total,0,619 employees,A3001.03,17457,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services increased,total,0,2049 employees,A3001.03,4950,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services increased,total,0,5099 employees,A3001.03,1578,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services increased,total,0,100+ employees,A3001.03,1443,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services increased,"Agriculture, forestry, & fishing",1,total,A3001.03,1500,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Agriculture,2,total,A3001.03,957,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Commercial fishing,2,total,A3001.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Forestry & logging,2,total,A3001.03,102,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,"Agriculture, forestry, & fishing support services",2,total,A3001.03,414,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Mining,1,total,A3001.03,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business total sales of goods and services increased,Manufacturing,1,total,A3001.03,2985,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,"Food, beverage, & tobacco",2,total,A3001.03,732,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,"Textile, clothing, footwear, & leather",2,total,A3001.03,135,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Wood & paper product,2,total,A3001.03,228,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,"Printing, publishing, & recorded media",2,total,A3001.03,99,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,"Petroleum, coal, chemical, & associated product",2,total,A3001.03,237,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Non-metallic mineral product,2,total,A3001.03,129,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Metal product,2,total,A3001.03,483,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Transport and industrial machinery & equipment,2,total,A3001.03,582,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Other machinery & equipment,2,total,A3001.03,165,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Other manufacturing,2,total,A3001.03,198,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,"Electricity, gas, water, & waste services",1,total,A3001.03,129,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business total sales of goods and services increased,Construction,1,total,A3001.03,3717,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Wholesale trade,1,total,A3001.03,1773,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Machinery & equipment wholesaling,2,total,A3001.03,570,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Other wholesale trade,2,total,A3001.03,1203,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Retail trade,1,total,A3001.03,2490,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Accommodation & food services,1,total,A3001.03,3594,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,"Transport, postal, & warehousing",1,total,A3001.03,1005,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Information media & telecommunications,1,total,A3001.03,246,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Publishing,2,total,A3001.03,87,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Motion picture,2,total,A3001.03,84,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Telecommunications,2,total,A3001.03,72,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Financial & insurance services,1,total,A3001.03,396,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Finance,2,total,A3001.03,105,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Insurance,2,total,A3001.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Auxiliary,2,total,A3001.03,267,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,"Rental, hiring, & real estate services",1,total,A3001.03,534,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,"Professional, scientific, & technical services",1,total,A3001.03,2859,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Computer systems design,2,total,A3001.03,678,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Other professional scientific,2,total,A3001.03,2181,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Administrative & support services,1,total,A3001.03,1038,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Education & training,1,total,A3001.03,489,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Health care & social assistance,1,total,A3001.03,1494,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Arts & recreation services,1,total,A3001.03,336,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,Other services,1,total,A3001.03,771,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services increased,total,0,total,A3001.03,25431,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,total,0,619 employees,A3001.04,1341,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services Don't know,total,0,2049 employees,A3001.04,183,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services Don't know,total,0,5099 employees,A3001.04,48,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services Don't know,total,0,100+ employees,A3001.04,30,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business total sales of goods and services Don't know,"Agriculture, forestry, & fishing",1,total,A3001.04,273,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Agriculture,2,total,A3001.04,171,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Commercial fishing,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Forestry & logging,2,total,A3001.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,"Agriculture, forestry, & fishing support services",2,total,A3001.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Mining,1,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business total sales of goods and services Don't know,Manufacturing,1,total,A3001.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,"Food, beverage, & tobacco",2,total,A3001.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,"Textile, clothing, footwear, & leather",2,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Wood & paper product,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,"Printing, publishing, & recorded media",2,total,A3001.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3001.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Non-metallic mineral product,2,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Metal product,2,total,A3001.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Transport and industrial machinery & equipment,2,total,A3001.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Other machinery & equipment,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Other manufacturing,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,"Electricity, gas, water, & waste services",1,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business total sales of goods and services Don't know,Construction,1,total,A3001.04,261,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Wholesale trade,1,total,A3001.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Machinery & equipment wholesaling,2,total,A3001.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Other wholesale trade,2,total,A3001.04,75,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Retail trade,1,total,A3001.04,51,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Accommodation & food services,1,total,A3001.04,144,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,"Transport, postal, & warehousing",1,total,A3001.04,51,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Information media & telecommunications,1,total,A3001.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Publishing,2,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Motion picture,2,total,A3001.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Telecommunications,2,total,A3001.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Financial & insurance services,1,total,A3001.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Finance,2,total,A3001.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Insurance,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Auxiliary,2,total,A3001.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,"Rental, hiring, & real estate services",1,total,A3001.04,54,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,"Professional, scientific, & technical services",1,total,A3001.04,189,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Computer systems design,2,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Other professional scientific,2,total,A3001.04,186,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Administrative & support services,1,total,A3001.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Education & training,1,total,A3001.04,87,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Health care & social assistance,1,total,A3001.04,108,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Arts & recreation services,1,total,A3001.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,Other services,1,total,A3001.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business total sales of goods and services Don't know,total,0,total,A3001.04,1602,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,total,0,619 employees,A3002.01,13917,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability decreased,total,0,2049 employees,A3002.01,3921,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability decreased,total,0,5099 employees,A3002.01,1071,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability decreased,total,0,100+ employees,A3002.01,834,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability decreased,"Agriculture, forestry, & fishing",1,total,A3002.01,1872,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Agriculture,2,total,A3002.01,1374,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Commercial fishing,2,total,A3002.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Forestry & logging,2,total,A3002.01,117,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,"Agriculture, forestry, & fishing support services",2,total,A3002.01,366,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Mining,1,total,A3002.01,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business profitability decreased,Manufacturing,1,total,A3002.01,2067,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,"Food, beverage, & tobacco",2,total,A3002.01,534,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,"Textile, clothing, footwear, & leather",2,total,A3002.01,99,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Wood & paper product,2,total,A3002.01,207,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,"Printing, publishing, & recorded media",2,total,A3002.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,"Petroleum, coal, chemical, & associated product",2,total,A3002.01,207,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Non-metallic mineral product,2,total,A3002.01,63,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Metal product,2,total,A3002.01,384,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Transport and industrial machinery & equipment,2,total,A3002.01,306,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Other machinery & equipment,2,total,A3002.01,69,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Other manufacturing,2,total,A3002.01,153,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,"Electricity, gas, water, & waste services",1,total,A3002.01,72,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business profitability decreased,Construction,1,total,A3002.01,2445,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Wholesale trade,1,total,A3002.01,1329,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Machinery & equipment wholesaling,2,total,A3002.01,321,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Other wholesale trade,2,total,A3002.01,1008,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Retail trade,1,total,A3002.01,2442,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Accommodation & food services,1,total,A3002.01,3237,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,"Transport, postal, & warehousing",1,total,A3002.01,528,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Information media & telecommunications,1,total,A3002.01,165,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Publishing,2,total,A3002.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Motion picture,2,total,A3002.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Telecommunications,2,total,A3002.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Financial & insurance services,1,total,A3002.01,246,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Finance,2,total,A3002.01,69,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Insurance,2,total,A3002.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Auxiliary,2,total,A3002.01,162,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,"Rental, hiring, & real estate services",1,total,A3002.01,414,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,"Professional, scientific, & technical services",1,total,A3002.01,1728,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Computer systems design,2,total,A3002.01,261,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Other professional scientific,2,total,A3002.01,1470,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Administrative & support services,1,total,A3002.01,612,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Education & training,1,total,A3002.01,558,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Health care & social assistance,1,total,A3002.01,1269,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Arts & recreation services,1,total,A3002.01,264,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,Other services,1,total,A3002.01,435,,Number of businesses,1 and 2 and 3 and 6 +Business profitability decreased,total,0,total,A3002.01,19743,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,total,0,619 employees,A3002.02,8418,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability stayed the same,total,0,2049 employees,A3002.02,1980,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability stayed the same,total,0,5099 employees,A3002.02,444,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability stayed the same,total,0,100+ employees,A3002.02,366,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability stayed the same,"Agriculture, forestry, & fishing",1,total,A3002.02,903,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Agriculture,2,total,A3002.02,525,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Commercial fishing,2,total,A3002.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Forestry & logging,2,total,A3002.02,72,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,"Agriculture, forestry, & fishing support services",2,total,A3002.02,291,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Mining,1,total,A3002.02,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business profitability stayed the same,Manufacturing,1,total,A3002.02,1230,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,"Food, beverage, & tobacco",2,total,A3002.02,219,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,"Textile, clothing, footwear, & leather",2,total,A3002.02,54,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Wood & paper product,2,total,A3002.02,150,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,"Printing, publishing, & recorded media",2,total,A3002.02,78,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,"Petroleum, coal, chemical, & associated product",2,total,A3002.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Non-metallic mineral product,2,total,A3002.02,48,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Metal product,2,total,A3002.02,282,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Transport and industrial machinery & equipment,2,total,A3002.02,159,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Other machinery & equipment,2,total,A3002.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Other manufacturing,2,total,A3002.02,96,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,"Electricity, gas, water, & waste services",1,total,A3002.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business profitability stayed the same,Construction,1,total,A3002.02,1791,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Wholesale trade,1,total,A3002.02,603,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Machinery & equipment wholesaling,2,total,A3002.02,270,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Other wholesale trade,2,total,A3002.02,333,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Retail trade,1,total,A3002.02,1134,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Accommodation & food services,1,total,A3002.02,1521,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,"Transport, postal, & warehousing",1,total,A3002.02,360,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Information media & telecommunications,1,total,A3002.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Publishing,2,total,A3002.02,36,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Motion picture,2,total,A3002.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Telecommunications,2,total,A3002.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Financial & insurance services,1,total,A3002.02,132,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Finance,2,total,A3002.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Insurance,2,total,A3002.02,3,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Auxiliary,2,total,A3002.02,69,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,"Rental, hiring, & real estate services",1,total,A3002.02,225,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,"Professional, scientific, & technical services",1,total,A3002.02,1356,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Computer systems design,2,total,A3002.02,276,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Other professional scientific,2,total,A3002.02,1080,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Administrative & support services,1,total,A3002.02,465,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Education & training,1,total,A3002.02,261,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Health care & social assistance,1,total,A3002.02,615,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Arts & recreation services,1,total,A3002.02,81,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,Other services,1,total,A3002.02,351,,Number of businesses,1 and 2 and 3 and 6 +Business profitability stayed the same,total,0,total,A3002.02,11208,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,total,0,619 employees,A3002.03,11673,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability increased,total,0,2049 employees,A3002.03,2694,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability increased,total,0,5099 employees,A3002.03,960,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability increased,total,0,100+ employees,A3002.03,864,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability increased,"Agriculture, forestry, & fishing",1,total,A3002.03,816,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Agriculture,2,total,A3002.03,465,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Commercial fishing,2,total,A3002.03,21,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Forestry & logging,2,total,A3002.03,63,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,"Agriculture, forestry, & fishing support services",2,total,A3002.03,267,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Mining,1,total,A3002.03,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business profitability increased,Manufacturing,1,total,A3002.03,1926,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,"Food, beverage, & tobacco",2,total,A3002.03,435,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,"Textile, clothing, footwear, & leather",2,total,A3002.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Wood & paper product,2,total,A3002.03,159,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,"Printing, publishing, & recorded media",2,total,A3002.03,60,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,"Petroleum, coal, chemical, & associated product",2,total,A3002.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Non-metallic mineral product,2,total,A3002.03,90,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Metal product,2,total,A3002.03,300,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Transport and industrial machinery & equipment,2,total,A3002.03,444,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Other machinery & equipment,2,total,A3002.03,114,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Other manufacturing,2,total,A3002.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,"Electricity, gas, water, & waste services",1,total,A3002.03,78,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business profitability increased,Construction,1,total,A3002.03,2898,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Wholesale trade,1,total,A3002.03,1173,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Machinery & equipment wholesaling,2,total,A3002.03,336,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Other wholesale trade,2,total,A3002.03,834,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Retail trade,1,total,A3002.03,1320,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Accommodation & food services,1,total,A3002.03,1791,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,"Transport, postal, & warehousing",1,total,A3002.03,738,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Information media & telecommunications,1,total,A3002.03,180,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Publishing,2,total,A3002.03,63,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Motion picture,2,total,A3002.03,60,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Telecommunications,2,total,A3002.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Financial & insurance services,1,total,A3002.03,294,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Finance,2,total,A3002.03,75,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Insurance,2,total,A3002.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Auxiliary,2,total,A3002.03,204,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,"Rental, hiring, & real estate services",1,total,A3002.03,366,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,"Professional, scientific, & technical services",1,total,A3002.03,1881,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Computer systems design,2,total,A3002.03,450,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Other professional scientific,2,total,A3002.03,1434,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Administrative & support services,1,total,A3002.03,717,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Education & training,1,total,A3002.03,297,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Health care & social assistance,1,total,A3002.03,957,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Arts & recreation services,1,total,A3002.03,201,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,Other services,1,total,A3002.03,516,,Number of businesses,1 and 2 and 3 and 6 +Business profitability increased,total,0,total,A3002.03,16194,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,total,0,619 employees,A3002.04,1575,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability Don't know,total,0,2049 employees,A3002.04,195,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability Don't know,total,0,5099 employees,A3002.04,57,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability Don't know,total,0,100+ employees,A3002.04,36,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business profitability Don't know,"Agriculture, forestry, & fishing",1,total,A3002.04,162,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Agriculture,2,total,A3002.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Commercial fishing,2,total,A3002.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Forestry & logging,2,total,A3002.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,"Agriculture, forestry, & fishing support services",2,total,A3002.04,60,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Mining,1,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business profitability Don't know,Manufacturing,1,total,A3002.04,189,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,"Food, beverage, & tobacco",2,total,A3002.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,"Textile, clothing, footwear, & leather",2,total,A3002.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Wood & paper product,2,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,"Printing, publishing, & recorded media",2,total,A3002.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3002.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Non-metallic mineral product,2,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Metal product,2,total,A3002.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Transport and industrial machinery & equipment,2,total,A3002.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Other machinery & equipment,2,total,A3002.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Other manufacturing,2,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,"Electricity, gas, water, & waste services",1,total,A3002.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business profitability Don't know,Construction,1,total,A3002.04,306,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Wholesale trade,1,total,A3002.04,126,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Machinery & equipment wholesaling,2,total,A3002.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Other wholesale trade,2,total,A3002.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Retail trade,1,total,A3002.04,174,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Accommodation & food services,1,total,A3002.04,222,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,"Transport, postal, & warehousing",1,total,A3002.04,51,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Information media & telecommunications,1,total,A3002.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Publishing,2,total,A3002.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Motion picture,2,total,A3002.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Telecommunications,2,total,A3002.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Financial & insurance services,1,total,A3002.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Finance,2,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Insurance,2,total,A3002.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Auxiliary,2,total,A3002.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,"Rental, hiring, & real estate services",1,total,A3002.04,33,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,"Professional, scientific, & technical services",1,total,A3002.04,249,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Computer systems design,2,total,A3002.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Other professional scientific,2,total,A3002.04,246,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Administrative & support services,1,total,A3002.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Education & training,1,total,A3002.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Health care & social assistance,1,total,A3002.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Arts & recreation services,1,total,A3002.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,Other services,1,total,A3002.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business profitability Don't know,total,0,total,A3002.04,1866,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,total,0,619 employees,A3003.01,6564,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity decreased,total,0,2049 employees,A3003.01,1746,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity decreased,total,0,5099 employees,A3003.01,510,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity decreased,total,0,100+ employees,A3003.01,390,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity decreased,"Agriculture, forestry, & fishing",1,total,A3003.01,876,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Agriculture,2,total,A3003.01,627,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Commercial fishing,2,total,A3003.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Forestry & logging,2,total,A3003.01,69,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,"Agriculture, forestry, & fishing support services",2,total,A3003.01,171,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Mining,1,total,A3003.01,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business productivity decreased,Manufacturing,1,total,A3003.01,1095,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,"Food, beverage, & tobacco",2,total,A3003.01,309,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,"Textile, clothing, footwear, & leather",2,total,A3003.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Wood & paper product,2,total,A3003.01,114,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,"Printing, publishing, & recorded media",2,total,A3003.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,"Petroleum, coal, chemical, & associated product",2,total,A3003.01,117,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Non-metallic mineral product,2,total,A3003.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Metal product,2,total,A3003.01,183,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Transport and industrial machinery & equipment,2,total,A3003.01,177,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Other machinery & equipment,2,total,A3003.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Other manufacturing,2,total,A3003.01,60,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,"Electricity, gas, water, & waste services",1,total,A3003.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business productivity decreased,Construction,1,total,A3003.01,1776,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Wholesale trade,1,total,A3003.01,576,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Machinery & equipment wholesaling,2,total,A3003.01,147,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Other wholesale trade,2,total,A3003.01,426,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Retail trade,1,total,A3003.01,1080,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Accommodation & food services,1,total,A3003.01,1302,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,"Transport, postal, & warehousing",1,total,A3003.01,270,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Information media & telecommunications,1,total,A3003.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Publishing,2,total,A3003.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Motion picture,2,total,A3003.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Telecommunications,2,total,A3003.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Financial & insurance services,1,total,A3003.01,99,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Finance,2,total,A3003.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Insurance,2,total,A3003.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Auxiliary,2,total,A3003.01,66,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,"Rental, hiring, & real estate services",1,total,A3003.01,153,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,"Professional, scientific, & technical services",1,total,A3003.01,675,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Computer systems design,2,total,A3003.01,60,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Other professional scientific,2,total,A3003.01,618,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Administrative & support services,1,total,A3003.01,312,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Education & training,1,total,A3003.01,141,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Health care & social assistance,1,total,A3003.01,426,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Arts & recreation services,1,total,A3003.01,90,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,Other services,1,total,A3003.01,231,,Number of businesses,1 and 2 and 3 and 6 +Business productivity decreased,total,0,total,A3003.01,9213,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,total,0,619 employees,A3003.02,15813,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity stayed the same,total,0,2049 employees,A3003.02,4014,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity stayed the same,total,0,5099 employees,A3003.02,1044,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity stayed the same,total,0,100+ employees,A3003.02,879,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity stayed the same,"Agriculture, forestry, & fishing",1,total,A3003.02,1716,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Agriculture,2,total,A3003.02,1161,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Commercial fishing,2,total,A3003.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Forestry & logging,2,total,A3003.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,"Agriculture, forestry, & fishing support services",2,total,A3003.02,438,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Mining,1,total,A3003.02,57,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business productivity stayed the same,Manufacturing,1,total,A3003.02,2199,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,"Food, beverage, & tobacco",2,total,A3003.02,465,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,"Textile, clothing, footwear, & leather",2,total,A3003.02,96,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Wood & paper product,2,total,A3003.02,231,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,"Printing, publishing, & recorded media",2,total,A3003.02,90,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,"Petroleum, coal, chemical, & associated product",2,total,A3003.02,165,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Non-metallic mineral product,2,total,A3003.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Metal product,2,total,A3003.02,438,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Transport and industrial machinery & equipment,2,total,A3003.02,357,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Other machinery & equipment,2,total,A3003.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Other manufacturing,2,total,A3003.02,177,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,"Electricity, gas, water, & waste services",1,total,A3003.02,87,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business productivity stayed the same,Construction,1,total,A3003.02,3063,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Wholesale trade,1,total,A3003.02,1353,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Machinery & equipment wholesaling,2,total,A3003.02,450,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Other wholesale trade,2,total,A3003.02,903,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Retail trade,1,total,A3003.02,2373,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Accommodation & food services,1,total,A3003.02,3240,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,"Transport, postal, & warehousing",1,total,A3003.02,600,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Information media & telecommunications,1,total,A3003.02,171,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Publishing,2,total,A3003.02,54,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Motion picture,2,total,A3003.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Telecommunications,2,total,A3003.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Financial & insurance services,1,total,A3003.02,303,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Finance,2,total,A3003.02,99,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Insurance,2,total,A3003.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Auxiliary,2,total,A3003.02,186,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,"Rental, hiring, & real estate services",1,total,A3003.02,450,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,"Professional, scientific, & technical services",1,total,A3003.02,2574,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Computer systems design,2,total,A3003.02,471,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Other professional scientific,2,total,A3003.02,2106,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Administrative & support services,1,total,A3003.02,690,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Education & training,1,total,A3003.02,699,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Health care & social assistance,1,total,A3003.02,1389,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Arts & recreation services,1,total,A3003.02,231,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,Other services,1,total,A3003.02,543,,Number of businesses,1 and 2 and 3 and 6 +Business productivity stayed the same,total,0,total,A3003.02,21750,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,total,0,619 employees,A3003.03,10032,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity increased,total,0,2049 employees,A3003.03,2475,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity increased,total,0,5099 employees,A3003.03,792,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity increased,total,0,100+ employees,A3003.03,654,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity increased,"Agriculture, forestry, & fishing",1,total,A3003.03,930,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Agriculture,2,total,A3003.03,525,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Commercial fishing,2,total,A3003.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Forestry & logging,2,total,A3003.03,87,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,"Agriculture, forestry, & fishing support services",2,total,A3003.03,297,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Mining,1,total,A3003.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business productivity increased,Manufacturing,1,total,A3003.03,1800,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,"Food, beverage, & tobacco",2,total,A3003.03,357,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,"Textile, clothing, footwear, & leather",2,total,A3003.03,93,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Wood & paper product,2,total,A3003.03,174,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,"Printing, publishing, & recorded media",2,total,A3003.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,"Petroleum, coal, chemical, & associated product",2,total,A3003.03,126,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Non-metallic mineral product,2,total,A3003.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Metal product,2,total,A3003.03,321,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Transport and industrial machinery & equipment,2,total,A3003.03,363,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Other machinery & equipment,2,total,A3003.03,99,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Other manufacturing,2,total,A3003.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,"Electricity, gas, water, & waste services",1,total,A3003.03,78,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business productivity increased,Construction,1,total,A3003.03,2049,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Wholesale trade,1,total,A3003.03,1026,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Machinery & equipment wholesaling,2,total,A3003.03,270,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Other wholesale trade,2,total,A3003.03,756,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Retail trade,1,total,A3003.03,1023,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Accommodation & food services,1,total,A3003.03,1530,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,"Transport, postal, & warehousing",1,total,A3003.03,717,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Information media & telecommunications,1,total,A3003.03,186,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Publishing,2,total,A3003.03,78,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Motion picture,2,total,A3003.03,57,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Telecommunications,2,total,A3003.03,48,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Financial & insurance services,1,total,A3003.03,234,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Finance,2,total,A3003.03,63,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Insurance,2,total,A3003.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Auxiliary,2,total,A3003.03,159,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,"Rental, hiring, & real estate services",1,total,A3003.03,303,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,"Professional, scientific, & technical services",1,total,A3003.03,1578,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Computer systems design,2,total,A3003.03,399,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Other professional scientific,2,total,A3003.03,1182,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Administrative & support services,1,total,A3003.03,741,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Education & training,1,total,A3003.03,210,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Health care & social assistance,1,total,A3003.03,819,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Arts & recreation services,1,total,A3003.03,186,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,Other services,1,total,A3003.03,510,,Number of businesses,1 and 2 and 3 and 6 +Business productivity increased,total,0,total,A3003.03,13956,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,total,0,619 employees,A3003.04,3129,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity Don't know,total,0,2049 employees,A3003.04,561,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity Don't know,total,0,5099 employees,A3003.04,186,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity Don't know,total,0,100+ employees,A3003.04,180,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business productivity Don't know,"Agriculture, forestry, & fishing",1,total,A3003.04,225,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Agriculture,2,total,A3003.04,135,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Commercial fishing,2,total,A3003.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Forestry & logging,2,total,A3003.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,"Agriculture, forestry, & fishing support services",2,total,A3003.04,81,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Mining,1,total,A3003.04,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business productivity Don't know,Manufacturing,1,total,A3003.04,315,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,"Food, beverage, & tobacco",2,total,A3003.04,102,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,"Textile, clothing, footwear, & leather",2,total,A3003.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Wood & paper product,2,total,A3003.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,"Printing, publishing, & recorded media",2,total,A3003.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3003.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Non-metallic mineral product,2,total,A3003.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Metal product,2,total,A3003.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Transport and industrial machinery & equipment,2,total,A3003.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Other machinery & equipment,2,total,A3003.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Other manufacturing,2,total,A3003.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,"Electricity, gas, water, & waste services",1,total,A3003.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business productivity Don't know,Construction,1,total,A3003.04,507,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Wholesale trade,1,total,A3003.04,297,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Machinery & equipment wholesaling,2,total,A3003.04,84,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Other wholesale trade,2,total,A3003.04,210,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Retail trade,1,total,A3003.04,594,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Accommodation & food services,1,total,A3003.04,699,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,"Transport, postal, & warehousing",1,total,A3003.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Information media & telecommunications,1,total,A3003.04,60,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Publishing,2,total,A3003.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Motion picture,2,total,A3003.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Telecommunications,2,total,A3003.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Financial & insurance services,1,total,A3003.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Finance,2,total,A3003.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Insurance,2,total,A3003.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Auxiliary,2,total,A3003.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,"Rental, hiring, & real estate services",1,total,A3003.04,141,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,"Professional, scientific, & technical services",1,total,A3003.04,363,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Computer systems design,2,total,A3003.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Other professional scientific,2,total,A3003.04,303,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Administrative & support services,1,total,A3003.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Education & training,1,total,A3003.04,135,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Health care & social assistance,1,total,A3003.04,288,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Arts & recreation services,1,total,A3003.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,Other services,1,total,A3003.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business productivity Don't know,total,0,total,A3003.04,4056,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,total,0,619 employees,A3004.01,4158,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share decreased,total,0,2049 employees,A3004.01,777,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share decreased,total,0,5099 employees,A3004.01,210,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share decreased,total,0,100+ employees,A3004.01,174,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share decreased,"Agriculture, forestry, & fishing",1,total,A3004.01,486,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Agriculture,2,total,A3004.01,378,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Commercial fishing,2,total,A3004.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Forestry & logging,2,total,A3004.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,"Agriculture, forestry, & fishing support services",2,total,A3004.01,87,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Mining,1,total,A3004.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business market share decreased,Manufacturing,1,total,A3004.01,489,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,"Food, beverage, & tobacco",2,total,A3004.01,147,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,"Textile, clothing, footwear, & leather",2,total,A3004.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Wood & paper product,2,total,A3004.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,"Printing, publishing, & recorded media",2,total,A3004.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,"Petroleum, coal, chemical, & associated product",2,total,A3004.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Non-metallic mineral product,2,total,A3004.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Metal product,2,total,A3004.01,66,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Transport and industrial machinery & equipment,2,total,A3004.01,81,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Other machinery & equipment,2,total,A3004.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Other manufacturing,2,total,A3004.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,"Electricity, gas, water, & waste services",1,total,A3004.01,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business market share decreased,Construction,1,total,A3004.01,987,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Wholesale trade,1,total,A3004.01,243,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Machinery & equipment wholesaling,2,total,A3004.01,72,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Other wholesale trade,2,total,A3004.01,168,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Retail trade,1,total,A3004.01,870,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Accommodation & food services,1,total,A3004.01,897,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,"Transport, postal, & warehousing",1,total,A3004.01,171,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Information media & telecommunications,1,total,A3004.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Publishing,2,total,A3004.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Motion picture,2,total,A3004.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Telecommunications,2,total,A3004.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Financial & insurance services,1,total,A3004.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Finance,2,total,A3004.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Insurance,2,total,A3004.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Auxiliary,2,total,A3004.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,"Rental, hiring, & real estate services",1,total,A3004.01,81,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,"Professional, scientific, & technical services",1,total,A3004.01,234,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Computer systems design,2,total,A3004.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Other professional scientific,2,total,A3004.01,201,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Administrative & support services,1,total,A3004.01,201,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Education & training,1,total,A3004.01,114,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Health care & social assistance,1,total,A3004.01,282,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Arts & recreation services,1,total,A3004.01,84,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,Other services,1,total,A3004.01,69,,Number of businesses,1 and 2 and 3 and 6 +Business market share decreased,total,0,total,A3004.01,5319,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,total,0,619 employees,A3004.02,13656,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share stayed the same,total,0,2049 employees,A3004.02,3783,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share stayed the same,total,0,5099 employees,A3004.02,1095,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share stayed the same,total,0,100+ employees,A3004.02,900,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share stayed the same,"Agriculture, forestry, & fishing",1,total,A3004.02,1437,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Agriculture,2,total,A3004.02,954,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Commercial fishing,2,total,A3004.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Forestry & logging,2,total,A3004.02,117,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,"Agriculture, forestry, & fishing support services",2,total,A3004.02,333,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Mining,1,total,A3004.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business market share stayed the same,Manufacturing,1,total,A3004.02,2157,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,"Food, beverage, & tobacco",2,total,A3004.02,519,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,"Textile, clothing, footwear, & leather",2,total,A3004.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Wood & paper product,2,total,A3004.02,252,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,"Printing, publishing, & recorded media",2,total,A3004.02,90,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,"Petroleum, coal, chemical, & associated product",2,total,A3004.02,213,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Non-metallic mineral product,2,total,A3004.02,105,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Metal product,2,total,A3004.02,375,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Transport and industrial machinery & equipment,2,total,A3004.02,321,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Other machinery & equipment,2,total,A3004.02,96,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Other manufacturing,2,total,A3004.02,96,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,"Electricity, gas, water, & waste services",1,total,A3004.02,87,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business market share stayed the same,Construction,1,total,A3004.02,2445,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Wholesale trade,1,total,A3004.02,1308,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Machinery & equipment wholesaling,2,total,A3004.02,360,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Other wholesale trade,2,total,A3004.02,948,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Retail trade,1,total,A3004.02,1857,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Accommodation & food services,1,total,A3004.02,3012,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,"Transport, postal, & warehousing",1,total,A3004.02,732,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Information media & telecommunications,1,total,A3004.02,141,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Publishing,2,total,A3004.02,48,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Motion picture,2,total,A3004.02,57,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Telecommunications,2,total,A3004.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Financial & insurance services,1,total,A3004.02,285,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Finance,2,total,A3004.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Insurance,2,total,A3004.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Auxiliary,2,total,A3004.02,177,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,"Rental, hiring, & real estate services",1,total,A3004.02,372,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,"Professional, scientific, & technical services",1,total,A3004.02,2457,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Computer systems design,2,total,A3004.02,387,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Other professional scientific,2,total,A3004.02,2073,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Administrative & support services,1,total,A3004.02,645,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Education & training,1,total,A3004.02,492,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Health care & social assistance,1,total,A3004.02,1314,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Arts & recreation services,1,total,A3004.02,183,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,Other services,1,total,A3004.02,447,,Number of businesses,1 and 2 and 3 and 6 +Business market share stayed the same,total,0,total,A3004.02,19434,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,total,0,619 employees,A3004.03,6069,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share increased,total,0,2049 employees,A3004.03,1959,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share increased,total,0,5099 employees,A3004.03,618,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share increased,total,0,100+ employees,A3004.03,597,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share increased,"Agriculture, forestry, & fishing",1,total,A3004.03,357,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Agriculture,2,total,A3004.03,222,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Commercial fishing,2,total,A3004.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Forestry & logging,2,total,A3004.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,"Agriculture, forestry, & fishing support services",2,total,A3004.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Mining,1,total,A3004.03,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business market share increased,Manufacturing,1,total,A3004.03,1032,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,"Food, beverage, & tobacco",2,total,A3004.03,231,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,"Textile, clothing, footwear, & leather",2,total,A3004.03,57,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Wood & paper product,2,total,A3004.03,93,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,"Printing, publishing, & recorded media",2,total,A3004.03,48,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,"Petroleum, coal, chemical, & associated product",2,total,A3004.03,78,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Non-metallic mineral product,2,total,A3004.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Metal product,2,total,A3004.03,162,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Transport and industrial machinery & equipment,2,total,A3004.03,189,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Other machinery & equipment,2,total,A3004.03,63,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Other manufacturing,2,total,A3004.03,78,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,"Electricity, gas, water, & waste services",1,total,A3004.03,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business market share increased,Construction,1,total,A3004.03,1290,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Wholesale trade,1,total,A3004.03,786,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Machinery & equipment wholesaling,2,total,A3004.03,267,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Other wholesale trade,2,total,A3004.03,516,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Retail trade,1,total,A3004.03,717,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Accommodation & food services,1,total,A3004.03,1377,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,"Transport, postal, & warehousing",1,total,A3004.03,309,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Information media & telecommunications,1,total,A3004.03,144,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Publishing,2,total,A3004.03,66,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Motion picture,2,total,A3004.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Telecommunications,2,total,A3004.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Financial & insurance services,1,total,A3004.03,177,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Finance,2,total,A3004.03,45,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Insurance,2,total,A3004.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Auxiliary,2,total,A3004.03,123,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,"Rental, hiring, & real estate services",1,total,A3004.03,270,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,"Professional, scientific, & technical services",1,total,A3004.03,1164,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Computer systems design,2,total,A3004.03,321,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Other professional scientific,2,total,A3004.03,846,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Administrative & support services,1,total,A3004.03,477,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Education & training,1,total,A3004.03,174,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Health care & social assistance,1,total,A3004.03,372,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Arts & recreation services,1,total,A3004.03,144,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,Other services,1,total,A3004.03,378,,Number of businesses,1 and 2 and 3 and 6 +Business market share increased,total,0,total,A3004.03,9243,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,total,0,619 employees,A3004.04,11694,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share Don't know,total,0,2049 employees,A3004.04,2268,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share Don't know,total,0,5099 employees,A3004.04,612,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share Don't know,total,0,100+ employees,A3004.04,432,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business market share Don't know,"Agriculture, forestry, & fishing",1,total,A3004.04,1470,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Agriculture,2,total,A3004.04,897,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Commercial fishing,2,total,A3004.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Forestry & logging,2,total,A3004.04,117,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,"Agriculture, forestry, & fishing support services",2,total,A3004.04,444,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Mining,1,total,A3004.04,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business market share Don't know,Manufacturing,1,total,A3004.04,1752,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,"Food, beverage, & tobacco",2,total,A3004.04,348,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,"Textile, clothing, footwear, & leather",2,total,A3004.04,75,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Wood & paper product,2,total,A3004.04,123,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,"Printing, publishing, & recorded media",2,total,A3004.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3004.04,117,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Non-metallic mineral product,2,total,A3004.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Metal product,2,total,A3004.04,396,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Transport and industrial machinery & equipment,2,total,A3004.04,354,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Other machinery & equipment,2,total,A3004.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Other manufacturing,2,total,A3004.04,165,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,"Electricity, gas, water, & waste services",1,total,A3004.04,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business market share Don't know,Construction,1,total,A3004.04,2718,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Wholesale trade,1,total,A3004.04,894,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Machinery & equipment wholesaling,2,total,A3004.04,252,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Other wholesale trade,2,total,A3004.04,639,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Retail trade,1,total,A3004.04,1626,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Accommodation & food services,1,total,A3004.04,1491,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,"Transport, postal, & warehousing",1,total,A3004.04,462,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Information media & telecommunications,1,total,A3004.04,135,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Publishing,2,total,A3004.04,69,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Motion picture,2,total,A3004.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Telecommunications,2,total,A3004.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Financial & insurance services,1,total,A3004.04,189,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Finance,2,total,A3004.04,54,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Insurance,2,total,A3004.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Auxiliary,2,total,A3004.04,129,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,"Rental, hiring, & real estate services",1,total,A3004.04,321,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,"Professional, scientific, & technical services",1,total,A3004.04,1332,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Computer systems design,2,total,A3004.04,249,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Other professional scientific,2,total,A3004.04,1086,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Administrative & support services,1,total,A3004.04,519,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Education & training,1,total,A3004.04,402,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Health care & social assistance,1,total,A3004.04,951,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Arts & recreation services,1,total,A3004.04,150,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,Other services,1,total,A3004.04,489,,Number of businesses,1 and 2 and 3 and 6 +Business market share Don't know,total,0,total,A3004.04,15009,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",total,0,619 employees,A3101.01,6651,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: decrease",total,0,2049 employees,A3101.01,1797,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: decrease",total,0,5099 employees,A3101.01,447,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: decrease",total,0,100+ employees,A3101.01,336,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: decrease","Agriculture, forestry, & fishing",1,total,A3101.01,882,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Agriculture,2,total,A3101.01,612,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Commercial fishing,2,total,A3101.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Forestry & logging,2,total,A3101.01,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease","Agriculture, forestry, & fishing support services",2,total,A3101.01,183,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Mining,1,total,A3101.01,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: decrease",Manufacturing,1,total,A3101.01,1290,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease","Food, beverage, & tobacco",2,total,A3101.01,159,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease","Textile, clothing, footwear, & leather",2,total,A3101.01,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Wood & paper product,2,total,A3101.01,204,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease","Printing, publishing, & recorded media",2,total,A3101.01,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease","Petroleum, coal, chemical, & associated product",2,total,A3101.01,111,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Non-metallic mineral product,2,total,A3101.01,78,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Metal product,2,total,A3101.01,309,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Transport and industrial machinery & equipment,2,total,A3101.01,234,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Other machinery & equipment,2,total,A3101.01,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Other manufacturing,2,total,A3101.01,93,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease","Electricity, gas, water, & waste services",1,total,A3101.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: decrease",Construction,1,total,A3101.01,1503,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Wholesale trade,1,total,A3101.01,579,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Machinery & equipment wholesaling,2,total,A3101.01,210,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Other wholesale trade,2,total,A3101.01,366,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Retail trade,1,total,A3101.01,1236,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Accommodation & food services,1,total,A3101.01,1299,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease","Transport, postal, & warehousing",1,total,A3101.01,396,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Information media & telecommunications,1,total,A3101.01,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Publishing,2,total,A3101.01,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Motion picture,2,total,A3101.01,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Telecommunications,2,total,A3101.01,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Financial & insurance services,1,total,A3101.01,48,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Finance,2,total,A3101.01,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Insurance,2,total,A3101.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Auxiliary,2,total,A3101.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease","Rental, hiring, & real estate services",1,total,A3101.01,162,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease","Professional, scientific, & technical services",1,total,A3101.01,954,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Computer systems design,2,total,A3101.01,78,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Other professional scientific,2,total,A3101.01,879,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Administrative & support services,1,total,A3101.01,273,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Education & training,1,total,A3101.01,81,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Health care & social assistance,1,total,A3101.01,165,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Arts & recreation services,1,total,A3101.01,66,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",Other services,1,total,A3101.01,165,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: decrease",total,0,total,A3101.01,9231,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",total,0,619 employees,A3101.02,11493,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: stay the same",total,0,2049 employees,A3101.02,2307,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: stay the same",total,0,5099 employees,A3101.02,690,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: stay the same",total,0,100+ employees,A3101.02,528,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: stay the same","Agriculture, forestry, & fishing",1,total,A3101.02,1389,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Agriculture,2,total,A3101.02,897,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Commercial fishing,2,total,A3101.02,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Forestry & logging,2,total,A3101.02,96,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same","Agriculture, forestry, & fishing support services",2,total,A3101.02,363,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Mining,1,total,A3101.02,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: stay the same",Manufacturing,1,total,A3101.02,1281,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same","Food, beverage, & tobacco",2,total,A3101.02,291,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same","Textile, clothing, footwear, & leather",2,total,A3101.02,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Wood & paper product,2,total,A3101.02,129,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same","Printing, publishing, & recorded media",2,total,A3101.02,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same","Petroleum, coal, chemical, & associated product",2,total,A3101.02,96,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Non-metallic mineral product,2,total,A3101.02,48,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Metal product,2,total,A3101.02,231,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Transport and industrial machinery & equipment,2,total,A3101.02,237,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Other machinery & equipment,2,total,A3101.02,42,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Other manufacturing,2,total,A3101.02,75,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same","Electricity, gas, water, & waste services",1,total,A3101.02,54,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: stay the same",Construction,1,total,A3101.02,2646,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Wholesale trade,1,total,A3101.02,1032,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Machinery & equipment wholesaling,2,total,A3101.02,297,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Other wholesale trade,2,total,A3101.02,735,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Retail trade,1,total,A3101.02,1668,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Accommodation & food services,1,total,A3101.02,2325,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same","Transport, postal, & warehousing",1,total,A3101.02,348,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Information media & telecommunications,1,total,A3101.02,117,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Publishing,2,total,A3101.02,48,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Motion picture,2,total,A3101.02,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Telecommunications,2,total,A3101.02,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Financial & insurance services,1,total,A3101.02,201,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Finance,2,total,A3101.02,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Insurance,2,total,A3101.02,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Auxiliary,2,total,A3101.02,123,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same","Rental, hiring, & real estate services",1,total,A3101.02,258,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same","Professional, scientific, & technical services",1,total,A3101.02,1374,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Computer systems design,2,total,A3101.02,186,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Other professional scientific,2,total,A3101.02,1188,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Administrative & support services,1,total,A3101.02,525,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Education & training,1,total,A3101.02,372,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Health care & social assistance,1,total,A3101.02,741,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Arts & recreation services,1,total,A3101.02,195,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",Other services,1,total,A3101.02,435,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: stay the same",total,0,total,A3101.02,15018,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",total,0,619 employees,A3101.03,12051,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: increase a little",total,0,2049 employees,A3101.03,3627,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: increase a little",total,0,5099 employees,A3101.03,1056,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: increase a little",total,0,100+ employees,A3101.03,990,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: increase a little","Agriculture, forestry, & fishing",1,total,A3101.03,933,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Agriculture,2,total,A3101.03,579,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Commercial fishing,2,total,A3101.03,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Forestry & logging,2,total,A3101.03,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little","Agriculture, forestry, & fishing support services",2,total,A3101.03,303,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Mining,1,total,A3101.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: increase a little",Manufacturing,1,total,A3101.03,2067,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little","Food, beverage, & tobacco",2,total,A3101.03,600,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little","Textile, clothing, footwear, & leather",2,total,A3101.03,90,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Wood & paper product,2,total,A3101.03,150,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little","Printing, publishing, & recorded media",2,total,A3101.03,81,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3101.03,147,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Non-metallic mineral product,2,total,A3101.03,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Metal product,2,total,A3101.03,339,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Transport and industrial machinery & equipment,2,total,A3101.03,345,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Other machinery & equipment,2,total,A3101.03,114,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Other manufacturing,2,total,A3101.03,132,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little","Electricity, gas, water, & waste services",1,total,A3101.03,93,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: increase a little",Construction,1,total,A3101.03,2091,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Wholesale trade,1,total,A3101.03,1272,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Machinery & equipment wholesaling,2,total,A3101.03,387,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Other wholesale trade,2,total,A3101.03,882,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Retail trade,1,total,A3101.03,1716,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Accommodation & food services,1,total,A3101.03,2427,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little","Transport, postal, & warehousing",1,total,A3101.03,660,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Information media & telecommunications,1,total,A3101.03,156,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Publishing,2,total,A3101.03,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Motion picture,2,total,A3101.03,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Telecommunications,2,total,A3101.03,48,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Financial & insurance services,1,total,A3101.03,345,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Finance,2,total,A3101.03,93,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Insurance,2,total,A3101.03,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Auxiliary,2,total,A3101.03,237,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little","Rental, hiring, & real estate services",1,total,A3101.03,498,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little","Professional, scientific, & technical services",1,total,A3101.03,2178,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Computer systems design,2,total,A3101.03,456,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Other professional scientific,2,total,A3101.03,1722,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Administrative & support services,1,total,A3101.03,705,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Education & training,1,total,A3101.03,516,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Health care & social assistance,1,total,A3101.03,1266,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Arts & recreation services,1,total,A3101.03,207,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",Other services,1,total,A3101.03,555,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a little",total,0,total,A3101.03,17724,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",total,0,619 employees,A3101.04,2922,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: increase a lot",total,0,2049 employees,A3101.04,777,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: increase a lot",total,0,5099 employees,A3101.04,240,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: increase a lot",total,0,100+ employees,A3101.04,171,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: increase a lot","Agriculture, forestry, & fishing",1,total,A3101.04,270,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Agriculture,2,total,A3101.04,192,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Commercial fishing,2,total,A3101.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Forestry & logging,2,total,A3101.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3101.04,66,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Mining,1,total,A3101.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: increase a lot",Manufacturing,1,total,A3101.04,411,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot","Food, beverage, & tobacco",2,total,A3101.04,114,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot","Textile, clothing, footwear, & leather",2,total,A3101.04,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Wood & paper product,2,total,A3101.04,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot","Printing, publishing, & recorded media",2,total,A3101.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3101.04,66,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Non-metallic mineral product,2,total,A3101.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Metal product,2,total,A3101.04,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Transport and industrial machinery & equipment,2,total,A3101.04,57,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Other machinery & equipment,2,total,A3101.04,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Other manufacturing,2,total,A3101.04,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot","Electricity, gas, water, & waste services",1,total,A3101.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: increase a lot",Construction,1,total,A3101.04,630,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Wholesale trade,1,total,A3101.04,168,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Machinery & equipment wholesaling,2,total,A3101.04,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Other wholesale trade,2,total,A3101.04,144,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Retail trade,1,total,A3101.04,276,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Accommodation & food services,1,total,A3101.04,345,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot","Transport, postal, & warehousing",1,total,A3101.04,138,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Information media & telecommunications,1,total,A3101.04,81,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Publishing,2,total,A3101.04,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Motion picture,2,total,A3101.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Telecommunications,2,total,A3101.04,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Financial & insurance services,1,total,A3101.04,60,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Finance,2,total,A3101.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Insurance,2,total,A3101.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Auxiliary,2,total,A3101.04,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot","Rental, hiring, & real estate services",1,total,A3101.04,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot","Professional, scientific, & technical services",1,total,A3101.04,519,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Computer systems design,2,total,A3101.04,228,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Other professional scientific,2,total,A3101.04,294,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Administrative & support services,1,total,A3101.04,267,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Education & training,1,total,A3101.04,111,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Health care & social assistance,1,total,A3101.04,561,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Arts & recreation services,1,total,A3101.04,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",Other services,1,total,A3101.04,138,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: increase a lot",total,0,total,A3101.04,4113,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",total,0,619 employees,A3101.05,2451,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: Don't know",total,0,2049 employees,A3101.05,285,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: Don't know",total,0,5099 employees,A3101.05,96,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: Don't know",total,0,100+ employees,A3101.05,78,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, demand for goods and services: Don't know","Agriculture, forestry, & fishing",1,total,A3101.05,279,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Agriculture,2,total,A3101.05,174,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Commercial fishing,2,total,A3101.05,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Forestry & logging,2,total,A3101.05,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know","Agriculture, forestry, & fishing support services",2,total,A3101.05,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Mining,1,total,A3101.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: Don't know",Manufacturing,1,total,A3101.05,369,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know","Food, beverage, & tobacco",2,total,A3101.05,66,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know","Textile, clothing, footwear, & leather",2,total,A3101.05,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Wood & paper product,2,total,A3101.05,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know","Printing, publishing, & recorded media",2,total,A3101.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3101.05,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Non-metallic mineral product,2,total,A3101.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Metal product,2,total,A3101.05,102,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Transport and industrial machinery & equipment,2,total,A3101.05,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Other machinery & equipment,2,total,A3101.05,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Other manufacturing,2,total,A3101.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know","Electricity, gas, water, & waste services",1,total,A3101.05,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, demand for goods and services: Don't know",Construction,1,total,A3101.05,570,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Wholesale trade,1,total,A3101.05,177,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Machinery & equipment wholesaling,2,total,A3101.05,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Other wholesale trade,2,total,A3101.05,144,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Retail trade,1,total,A3101.05,174,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Accommodation & food services,1,total,A3101.05,378,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know","Transport, postal, & warehousing",1,total,A3101.05,132,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Information media & telecommunications,1,total,A3101.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Publishing,2,total,A3101.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Motion picture,2,total,A3101.05,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Telecommunications,2,total,A3101.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Financial & insurance services,1,total,A3101.05,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Finance,2,total,A3101.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Insurance,2,total,A3101.05,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Auxiliary,2,total,A3101.05,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know","Rental, hiring, & real estate services",1,total,A3101.05,75,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know","Professional, scientific, & technical services",1,total,A3101.05,165,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Computer systems design,2,total,A3101.05,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Other professional scientific,2,total,A3101.05,123,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Administrative & support services,1,total,A3101.05,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Education & training,1,total,A3101.05,105,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Health care & social assistance,1,total,A3101.05,186,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Arts & recreation services,1,total,A3101.05,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",Other services,1,total,A3101.05,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, demand for goods and services: Don't know",total,0,total,A3101.05,2913,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",total,0,619 employees,A3102.01,510,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: decrease",total,0,2049 employees,A3102.01,60,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: decrease",total,0,5099 employees,A3102.01,6,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: decrease",total,0,100+ employees,A3102.01,12,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: decrease","Agriculture, forestry, & fishing",1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Agriculture,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Commercial fishing,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Forestry & logging,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease","Agriculture, forestry, & fishing support services",2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Mining,1,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: decrease",Manufacturing,1,total,A3102.01,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease","Food, beverage, & tobacco",2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease","Textile, clothing, footwear, & leather",2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Wood & paper product,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease","Printing, publishing, & recorded media",2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease","Petroleum, coal, chemical, & associated product",2,total,A3102.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Non-metallic mineral product,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Metal product,2,total,A3102.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Transport and industrial machinery & equipment,2,total,A3102.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Other machinery & equipment,2,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Other manufacturing,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease","Electricity, gas, water, & waste services",1,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: decrease",Construction,1,total,A3102.01,57,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Wholesale trade,1,total,A3102.01,42,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Machinery & equipment wholesaling,2,total,A3102.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Other wholesale trade,2,total,A3102.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Retail trade,1,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Accommodation & food services,1,total,A3102.01,300,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease","Transport, postal, & warehousing",1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Information media & telecommunications,1,total,A3102.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Publishing,2,total,A3102.01,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Motion picture,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Telecommunications,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Financial & insurance services,1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Finance,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Insurance,2,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Auxiliary,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease","Rental, hiring, & real estate services",1,total,A3102.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease","Professional, scientific, & technical services",1,total,A3102.01,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Computer systems design,2,total,A3102.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Other professional scientific,2,total,A3102.01,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Administrative & support services,1,total,A3102.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Education & training,1,total,A3102.01,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Health care & social assistance,1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Arts & recreation services,1,total,A3102.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",Other services,1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: decrease",total,0,total,A3102.01,591,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",total,0,619 employees,A3102.02,5253,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: stay the same",total,0,2049 employees,A3102.02,855,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: stay the same",total,0,5099 employees,A3102.02,183,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: stay the same",total,0,100+ employees,A3102.02,108,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: stay the same","Agriculture, forestry, & fishing",1,total,A3102.02,612,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Agriculture,2,total,A3102.02,363,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Commercial fishing,2,total,A3102.02,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Forestry & logging,2,total,A3102.02,66,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same","Agriculture, forestry, & fishing support services",2,total,A3102.02,165,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Mining,1,total,A3102.02,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: stay the same",Manufacturing,1,total,A3102.02,774,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same","Food, beverage, & tobacco",2,total,A3102.02,111,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same","Textile, clothing, footwear, & leather",2,total,A3102.02,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Wood & paper product,2,total,A3102.02,138,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same","Printing, publishing, & recorded media",2,total,A3102.02,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same","Petroleum, coal, chemical, & associated product",2,total,A3102.02,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Non-metallic mineral product,2,total,A3102.02,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Metal product,2,total,A3102.02,165,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Transport and industrial machinery & equipment,2,total,A3102.02,159,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Other machinery & equipment,2,total,A3102.02,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Other manufacturing,2,total,A3102.02,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same","Electricity, gas, water, & waste services",1,total,A3102.02,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: stay the same",Construction,1,total,A3102.02,1230,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Wholesale trade,1,total,A3102.02,354,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Machinery & equipment wholesaling,2,total,A3102.02,102,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Other wholesale trade,2,total,A3102.02,249,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Retail trade,1,total,A3102.02,507,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Accommodation & food services,1,total,A3102.02,1314,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same","Transport, postal, & warehousing",1,total,A3102.02,216,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Information media & telecommunications,1,total,A3102.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Publishing,2,total,A3102.02,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Motion picture,2,total,A3102.02,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Telecommunications,2,total,A3102.02,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Financial & insurance services,1,total,A3102.02,81,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Finance,2,total,A3102.02,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Insurance,2,total,A3102.02,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Auxiliary,2,total,A3102.02,48,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same","Rental, hiring, & real estate services",1,total,A3102.02,150,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same","Professional, scientific, & technical services",1,total,A3102.02,390,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Computer systems design,2,total,A3102.02,81,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Other professional scientific,2,total,A3102.02,312,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Administrative & support services,1,total,A3102.02,288,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Education & training,1,total,A3102.02,105,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Health care & social assistance,1,total,A3102.02,159,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Arts & recreation services,1,total,A3102.02,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",Other services,1,total,A3102.02,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: stay the same",total,0,total,A3102.02,6399,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",total,0,619 employees,A3102.03,21351,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: increase a little",total,0,2049 employees,A3102.03,5373,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: increase a little",total,0,5099 employees,A3102.03,1632,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: increase a little",total,0,100+ employees,A3102.03,1350,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: increase a little","Agriculture, forestry, & fishing",1,total,A3102.03,2103,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Agriculture,2,total,A3102.03,1353,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Commercial fishing,2,total,A3102.03,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Forestry & logging,2,total,A3102.03,171,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little","Agriculture, forestry, & fishing support services",2,total,A3102.03,546,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Mining,1,total,A3102.03,84,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: increase a little",Manufacturing,1,total,A3102.03,3258,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little","Food, beverage, & tobacco",2,total,A3102.03,774,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little","Textile, clothing, footwear, & leather",2,total,A3102.03,174,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Wood & paper product,2,total,A3102.03,294,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little","Printing, publishing, & recorded media",2,total,A3102.03,129,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3102.03,270,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Non-metallic mineral product,2,total,A3102.03,141,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Metal product,2,total,A3102.03,564,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Transport and industrial machinery & equipment,2,total,A3102.03,537,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Other machinery & equipment,2,total,A3102.03,153,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Other manufacturing,2,total,A3102.03,222,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little","Electricity, gas, water, & waste services",1,total,A3102.03,132,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: increase a little",Construction,1,total,A3102.03,4758,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Wholesale trade,1,total,A3102.03,2124,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Machinery & equipment wholesaling,2,total,A3102.03,630,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Other wholesale trade,2,total,A3102.03,1491,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Retail trade,1,total,A3102.03,3471,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Accommodation & food services,1,total,A3102.03,3246,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little","Transport, postal, & warehousing",1,total,A3102.03,1071,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Information media & telecommunications,1,total,A3102.03,300,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Publishing,2,total,A3102.03,132,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Motion picture,2,total,A3102.03,90,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Telecommunications,2,total,A3102.03,75,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Financial & insurance services,1,total,A3102.03,498,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Finance,2,total,A3102.03,147,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Insurance,2,total,A3102.03,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Auxiliary,2,total,A3102.03,324,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little","Rental, hiring, & real estate services",1,total,A3102.03,726,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little","Professional, scientific, & technical services",1,total,A3102.03,3525,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Computer systems design,2,total,A3102.03,660,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Other professional scientific,2,total,A3102.03,2868,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Administrative & support services,1,total,A3102.03,1068,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Education & training,1,total,A3102.03,462,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Health care & social assistance,1,total,A3102.03,1617,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Arts & recreation services,1,total,A3102.03,351,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",Other services,1,total,A3102.03,909,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a little",total,0,total,A3102.03,29709,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",total,0,619 employees,A3102.04,7074,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: increase a lot",total,0,2049 employees,A3102.04,2361,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: increase a lot",total,0,5099 employees,A3102.04,657,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: increase a lot",total,0,100+ employees,A3102.04,585,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Agriculture, forestry, & fishing",1,total,A3102.04,831,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Agriculture,2,total,A3102.04,573,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Commercial fishing,2,total,A3102.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Forestry & logging,2,total,A3102.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3102.04,240,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Mining,1,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Manufacturing,1,total,A3102.04,1089,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Food, beverage, & tobacco",2,total,A3102.04,270,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Textile, clothing, footwear, & leather",2,total,A3102.04,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Wood & paper product,2,total,A3102.04,75,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Printing, publishing, & recorded media",2,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3102.04,114,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Non-metallic mineral product,2,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Metal product,2,total,A3102.04,219,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Transport and industrial machinery & equipment,2,total,A3102.04,183,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Other machinery & equipment,2,total,A3102.04,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Other manufacturing,2,total,A3102.04,75,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Electricity, gas, water, & waste services",1,total,A3102.04,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Construction,1,total,A3102.04,1065,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Wholesale trade,1,total,A3102.04,594,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Machinery & equipment wholesaling,2,total,A3102.04,171,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Other wholesale trade,2,total,A3102.04,423,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Retail trade,1,total,A3102.04,1080,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Accommodation & food services,1,total,A3102.04,1764,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Transport, postal, & warehousing",1,total,A3102.04,354,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Information media & telecommunications,1,total,A3102.04,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Publishing,2,total,A3102.04,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Motion picture,2,total,A3102.04,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Telecommunications,2,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Financial & insurance services,1,total,A3102.04,84,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Finance,2,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Insurance,2,total,A3102.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Auxiliary,2,total,A3102.04,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Rental, hiring, & real estate services",1,total,A3102.04,126,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot","Professional, scientific, & technical services",1,total,A3102.04,1080,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Computer systems design,2,total,A3102.04,219,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Other professional scientific,2,total,A3102.04,867,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Administrative & support services,1,total,A3102.04,438,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Education & training,1,total,A3102.04,540,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Health care & social assistance,1,total,A3102.04,1059,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Arts & recreation services,1,total,A3102.04,138,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",Other services,1,total,A3102.04,288,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: increase a lot",total,0,total,A3102.04,10677,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",total,0,619 employees,A3102.05,1464,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: Don't know",total,0,2049 employees,A3102.05,144,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: Don't know",total,0,5099 employees,A3102.05,51,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: Don't know",total,0,100+ employees,A3102.05,48,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, wage rates and salaries: Don't know","Agriculture, forestry, & fishing",1,total,A3102.05,237,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Agriculture,2,total,A3102.05,192,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Commercial fishing,2,total,A3102.05,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Forestry & logging,2,total,A3102.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know","Agriculture, forestry, & fishing support services",2,total,A3102.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Mining,1,total,A3102.05,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: Don't know",Manufacturing,1,total,A3102.05,264,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know","Food, beverage, & tobacco",2,total,A3102.05,75,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know","Textile, clothing, footwear, & leather",2,total,A3102.05,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Wood & paper product,2,total,A3102.05,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know","Printing, publishing, & recorded media",2,total,A3102.05,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3102.05,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Non-metallic mineral product,2,total,A3102.05,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Metal product,2,total,A3102.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Transport and industrial machinery & equipment,2,total,A3102.05,60,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Other machinery & equipment,2,total,A3102.05,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Other manufacturing,2,total,A3102.05,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know","Electricity, gas, water, & waste services",1,total,A3102.05,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, wage rates and salaries: Don't know",Construction,1,total,A3102.05,330,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Wholesale trade,1,total,A3102.05,114,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Machinery & equipment wholesaling,2,total,A3102.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Other wholesale trade,2,total,A3102.05,93,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Retail trade,1,total,A3102.05,60,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Accommodation & food services,1,total,A3102.05,150,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know","Transport, postal, & warehousing",1,total,A3102.05,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Information media & telecommunications,1,total,A3102.05,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Publishing,2,total,A3102.05,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Motion picture,2,total,A3102.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Telecommunications,2,total,A3102.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Financial & insurance services,1,total,A3102.05,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Finance,2,total,A3102.05,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Insurance,2,total,A3102.05,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Auxiliary,2,total,A3102.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know","Rental, hiring, & real estate services",1,total,A3102.05,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know","Professional, scientific, & technical services",1,total,A3102.05,123,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Computer systems design,2,total,A3102.05,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Other professional scientific,2,total,A3102.05,96,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Administrative & support services,1,total,A3102.05,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Education & training,1,total,A3102.05,66,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Health care & social assistance,1,total,A3102.05,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Arts & recreation services,1,total,A3102.05,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",Other services,1,total,A3102.05,99,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, wage rates and salaries: Don't know",total,0,total,A3102.05,1704,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",total,0,619 employees,A3103.01,1557,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",total,0,2049 employees,A3103.01,291,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",total,0,5099 employees,A3103.01,87,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",total,0,100+ employees,A3103.01,69,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Agriculture, forestry, & fishing",1,total,A3103.01,765,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Agriculture,2,total,A3103.01,702,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Commercial fishing,2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Forestry & logging,2,total,A3103.01,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Agriculture, forestry, & fishing support services",2,total,A3103.01,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Mining,1,total,A3103.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Manufacturing,1,total,A3103.01,141,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Food, beverage, & tobacco",2,total,A3103.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Textile, clothing, footwear, & leather",2,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Wood & paper product,2,total,A3103.01,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Printing, publishing, & recorded media",2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Petroleum, coal, chemical, & associated product",2,total,A3103.01,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Non-metallic mineral product,2,total,A3103.01,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Metal product,2,total,A3103.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Transport and industrial machinery & equipment,2,total,A3103.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Other machinery & equipment,2,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Other manufacturing,2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Electricity, gas, water, & waste services",1,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Construction,1,total,A3103.01,195,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Wholesale trade,1,total,A3103.01,195,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Machinery & equipment wholesaling,2,total,A3103.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Other wholesale trade,2,total,A3103.01,189,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Retail trade,1,total,A3103.01,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Accommodation & food services,1,total,A3103.01,375,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Transport, postal, & warehousing",1,total,A3103.01,60,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Information media & telecommunications,1,total,A3103.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Publishing,2,total,A3103.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Motion picture,2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Telecommunications,2,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Financial & insurance services,1,total,A3103.01,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Finance,2,total,A3103.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Insurance,2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Auxiliary,2,total,A3103.01,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Rental, hiring, & real estate services",1,total,A3103.01,66,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease","Professional, scientific, & technical services",1,total,A3103.01,66,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Computer systems design,2,total,A3103.01,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Other professional scientific,2,total,A3103.01,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Administrative & support services,1,total,A3103.01,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Education & training,1,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Health care & social assistance,1,total,A3103.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Arts & recreation services,1,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",Other services,1,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: decrease",total,0,total,A3103.01,2004,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",total,0,619 employees,A3103.02,6561,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",total,0,2049 employees,A3103.02,1392,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",total,0,5099 employees,A3103.02,396,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",total,0,100+ employees,A3103.02,282,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Agriculture, forestry, & fishing",1,total,A3103.02,885,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Agriculture,2,total,A3103.02,531,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Commercial fishing,2,total,A3103.02,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Forestry & logging,2,total,A3103.02,78,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Agriculture, forestry, & fishing support services",2,total,A3103.02,246,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Mining,1,total,A3103.02,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Manufacturing,1,total,A3103.02,849,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Food, beverage, & tobacco",2,total,A3103.02,153,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Textile, clothing, footwear, & leather",2,total,A3103.02,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Wood & paper product,2,total,A3103.02,159,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Printing, publishing, & recorded media",2,total,A3103.02,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Petroleum, coal, chemical, & associated product",2,total,A3103.02,48,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Non-metallic mineral product,2,total,A3103.02,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Metal product,2,total,A3103.02,162,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Transport and industrial machinery & equipment,2,total,A3103.02,156,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Other machinery & equipment,2,total,A3103.02,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Other manufacturing,2,total,A3103.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Electricity, gas, water, & waste services",1,total,A3103.02,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Construction,1,total,A3103.02,1224,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Wholesale trade,1,total,A3103.02,519,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Machinery & equipment wholesaling,2,total,A3103.02,111,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Other wholesale trade,2,total,A3103.02,405,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Retail trade,1,total,A3103.02,801,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Accommodation & food services,1,total,A3103.02,735,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Transport, postal, & warehousing",1,total,A3103.02,237,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Information media & telecommunications,1,total,A3103.02,117,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Publishing,2,total,A3103.02,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Motion picture,2,total,A3103.02,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Telecommunications,2,total,A3103.02,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Financial & insurance services,1,total,A3103.02,237,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Finance,2,total,A3103.02,78,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Insurance,2,total,A3103.02,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Auxiliary,2,total,A3103.02,153,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Rental, hiring, & real estate services",1,total,A3103.02,318,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same","Professional, scientific, & technical services",1,total,A3103.02,1065,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Computer systems design,2,total,A3103.02,261,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Other professional scientific,2,total,A3103.02,810,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Administrative & support services,1,total,A3103.02,390,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Education & training,1,total,A3103.02,258,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Health care & social assistance,1,total,A3103.02,597,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Arts & recreation services,1,total,A3103.02,159,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",Other services,1,total,A3103.02,186,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: stay the same",total,0,total,A3103.02,8631,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",total,0,619 employees,A3103.03,19578,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",total,0,2049 employees,A3103.03,5406,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",total,0,5099 employees,A3103.03,1581,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",total,0,100+ employees,A3103.03,1374,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Agriculture, forestry, & fishing",1,total,A3103.03,1236,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Agriculture,2,total,A3103.03,612,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Commercial fishing,2,total,A3103.03,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Forestry & logging,2,total,A3103.03,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Agriculture, forestry, & fishing support services",2,total,A3103.03,531,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Mining,1,total,A3103.03,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Manufacturing,1,total,A3103.03,3453,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Food, beverage, & tobacco",2,total,A3103.03,825,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Textile, clothing, footwear, & leather",2,total,A3103.03,177,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Wood & paper product,2,total,A3103.03,273,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Printing, publishing, & recorded media",2,total,A3103.03,147,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3103.03,294,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Non-metallic mineral product,2,total,A3103.03,132,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Metal product,2,total,A3103.03,645,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Transport and industrial machinery & equipment,2,total,A3103.03,528,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Other machinery & equipment,2,total,A3103.03,168,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Other manufacturing,2,total,A3103.03,264,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Electricity, gas, water, & waste services",1,total,A3103.03,126,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Construction,1,total,A3103.03,4302,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Wholesale trade,1,total,A3103.03,2034,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Machinery & equipment wholesaling,2,total,A3103.03,696,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Other wholesale trade,2,total,A3103.03,1335,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Retail trade,1,total,A3103.03,2910,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Accommodation & food services,1,total,A3103.03,3645,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Transport, postal, & warehousing",1,total,A3103.03,1101,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Information media & telecommunications,1,total,A3103.03,270,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Publishing,2,total,A3103.03,120,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Motion picture,2,total,A3103.03,84,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Telecommunications,2,total,A3103.03,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Financial & insurance services,1,total,A3103.03,273,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Finance,2,total,A3103.03,90,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Insurance,2,total,A3103.03,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Auxiliary,2,total,A3103.03,162,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Rental, hiring, & real estate services",1,total,A3103.03,480,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little","Professional, scientific, & technical services",1,total,A3103.03,3411,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Computer systems design,2,total,A3103.03,576,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Other professional scientific,2,total,A3103.03,2835,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Administrative & support services,1,total,A3103.03,1074,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Education & training,1,total,A3103.03,726,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Health care & social assistance,1,total,A3103.03,1749,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Arts & recreation services,1,total,A3103.03,318,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",Other services,1,total,A3103.03,762,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a little",total,0,total,A3103.03,27945,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,619 employees,A3103.04,5142,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,2049 employees,A3103.04,1260,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,5099 employees,A3103.04,351,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,100+ employees,A3103.04,273,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Agriculture, forestry, & fishing",1,total,A3103.04,264,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Agriculture,2,total,A3103.04,219,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Commercial fishing,2,total,A3103.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Forestry & logging,2,total,A3103.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3103.04,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Mining,1,total,A3103.04,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Manufacturing,1,total,A3103.04,705,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Food, beverage, & tobacco",2,total,A3103.04,186,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Textile, clothing, footwear, & leather",2,total,A3103.04,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Wood & paper product,2,total,A3103.04,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Printing, publishing, & recorded media",2,total,A3103.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3103.04,57,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Non-metallic mineral product,2,total,A3103.04,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Metal product,2,total,A3103.04,111,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Transport and industrial machinery & equipment,2,total,A3103.04,174,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Other machinery & equipment,2,total,A3103.04,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Other manufacturing,2,total,A3103.04,42,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Electricity, gas, water, & waste services",1,total,A3103.04,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Construction,1,total,A3103.04,1014,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Wholesale trade,1,total,A3103.04,369,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Machinery & equipment wholesaling,2,total,A3103.04,90,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Other wholesale trade,2,total,A3103.04,279,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Retail trade,1,total,A3103.04,1149,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Accommodation & food services,1,total,A3103.04,1785,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Transport, postal, & warehousing",1,total,A3103.04,129,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Information media & telecommunications,1,total,A3103.04,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Publishing,2,total,A3103.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Motion picture,2,total,A3103.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Telecommunications,2,total,A3103.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Financial & insurance services,1,total,A3103.04,105,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Finance,2,total,A3103.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Insurance,2,total,A3103.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Auxiliary,2,total,A3103.04,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Rental, hiring, & real estate services",1,total,A3103.04,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot","Professional, scientific, & technical services",1,total,A3103.04,384,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Computer systems design,2,total,A3103.04,90,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Other professional scientific,2,total,A3103.04,300,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Administrative & support services,1,total,A3103.04,273,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Education & training,1,total,A3103.04,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Health care & social assistance,1,total,A3103.04,249,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Arts & recreation services,1,total,A3103.04,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",Other services,1,total,A3103.04,330,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,total,A3103.04,7029,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",total,0,619 employees,A3103.05,2739,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",total,0,2049 employees,A3103.05,441,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",total,0,5099 employees,A3103.05,114,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",total,0,100+ employees,A3103.05,102,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Agriculture, forestry, & fishing",1,total,A3103.05,603,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Agriculture,2,total,A3103.05,390,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Commercial fishing,2,total,A3103.05,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Forestry & logging,2,total,A3103.05,75,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Agriculture, forestry, & fishing support services",2,total,A3103.05,138,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Mining,1,total,A3103.05,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Manufacturing,1,total,A3103.05,279,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Food, beverage, & tobacco",2,total,A3103.05,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Textile, clothing, footwear, & leather",2,total,A3103.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Wood & paper product,2,total,A3103.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Printing, publishing, & recorded media",2,total,A3103.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3103.05,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Non-metallic mineral product,2,total,A3103.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Metal product,2,total,A3103.05,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Transport and industrial machinery & equipment,2,total,A3103.05,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Other machinery & equipment,2,total,A3103.05,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Other manufacturing,2,total,A3103.05,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Electricity, gas, water, & waste services",1,total,A3103.05,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Construction,1,total,A3103.05,702,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Wholesale trade,1,total,A3103.05,111,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Machinery & equipment wholesaling,2,total,A3103.05,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Other wholesale trade,2,total,A3103.05,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Retail trade,1,total,A3103.05,180,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Accommodation & food services,1,total,A3103.05,234,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Transport, postal, & warehousing",1,total,A3103.05,147,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Information media & telecommunications,1,total,A3103.05,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Publishing,2,total,A3103.05,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Motion picture,2,total,A3103.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Telecommunications,2,total,A3103.05,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Financial & insurance services,1,total,A3103.05,57,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Finance,2,total,A3103.05,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Insurance,2,total,A3103.05,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Auxiliary,2,total,A3103.05,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Rental, hiring, & real estate services",1,total,A3103.05,111,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know","Professional, scientific, & technical services",1,total,A3103.05,261,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Computer systems design,2,total,A3103.05,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Other professional scientific,2,total,A3103.05,213,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Administrative & support services,1,total,A3103.05,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Education & training,1,total,A3103.05,120,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Health care & social assistance,1,total,A3103.05,315,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Arts & recreation services,1,total,A3103.05,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",Other services,1,total,A3103.05,102,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services sold by business: Don't know",total,0,total,A3103.05,3399,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",total,0,619 employees,A3104.01,633,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: decrease",total,0,2049 employees,A3104.01,111,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: decrease",total,0,5099 employees,A3104.01,33,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: decrease",total,0,100+ employees,A3104.01,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Agriculture, forestry, & fishing",1,total,A3104.01,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Agriculture,2,total,A3104.01,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Commercial fishing,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Forestry & logging,2,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Agriculture, forestry, & fishing support services",2,total,A3104.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Mining,1,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Manufacturing,1,total,A3104.01,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Food, beverage, & tobacco",2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Textile, clothing, footwear, & leather",2,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Wood & paper product,2,total,A3104.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Printing, publishing, & recorded media",2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Petroleum, coal, chemical, & associated product",2,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Non-metallic mineral product,2,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Metal product,2,total,A3104.01,48,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Transport and industrial machinery & equipment,2,total,A3104.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Other machinery & equipment,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Other manufacturing,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Electricity, gas, water, & waste services",1,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Construction,1,total,A3104.01,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Wholesale trade,1,total,A3104.01,60,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Machinery & equipment wholesaling,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Other wholesale trade,2,total,A3104.01,57,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Retail trade,1,total,A3104.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Accommodation & food services,1,total,A3104.01,327,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Transport, postal, & warehousing",1,total,A3104.01,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Information media & telecommunications,1,total,A3104.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Publishing,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Motion picture,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Telecommunications,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Financial & insurance services,1,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Finance,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Insurance,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Auxiliary,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Rental, hiring, & real estate services",1,total,A3104.01,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease","Professional, scientific, & technical services",1,total,A3104.01,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Computer systems design,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Other professional scientific,2,total,A3104.01,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Administrative & support services,1,total,A3104.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Education & training,1,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Health care & social assistance,1,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Arts & recreation services,1,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",Other services,1,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: decrease",total,0,total,A3104.01,801,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",total,0,619 employees,A3104.02,3189,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",total,0,2049 employees,A3104.02,558,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",total,0,5099 employees,A3104.02,171,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",total,0,100+ employees,A3104.02,114,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Agriculture, forestry, & fishing",1,total,A3104.02,306,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Agriculture,2,total,A3104.02,99,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Commercial fishing,2,total,A3104.02,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Forestry & logging,2,total,A3104.02,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Agriculture, forestry, & fishing support services",2,total,A3104.02,174,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Mining,1,total,A3104.02,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Manufacturing,1,total,A3104.02,366,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Food, beverage, & tobacco",2,total,A3104.02,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Textile, clothing, footwear, & leather",2,total,A3104.02,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Wood & paper product,2,total,A3104.02,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Printing, publishing, & recorded media",2,total,A3104.02,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Petroleum, coal, chemical, & associated product",2,total,A3104.02,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Non-metallic mineral product,2,total,A3104.02,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Metal product,2,total,A3104.02,105,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Transport and industrial machinery & equipment,2,total,A3104.02,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Other machinery & equipment,2,total,A3104.02,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Other manufacturing,2,total,A3104.02,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Electricity, gas, water, & waste services",1,total,A3104.02,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Construction,1,total,A3104.02,699,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Wholesale trade,1,total,A3104.02,162,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Machinery & equipment wholesaling,2,total,A3104.02,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Other wholesale trade,2,total,A3104.02,90,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Retail trade,1,total,A3104.02,459,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Accommodation & food services,1,total,A3104.02,537,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Transport, postal, & warehousing",1,total,A3104.02,108,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Information media & telecommunications,1,total,A3104.02,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Publishing,2,total,A3104.02,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Motion picture,2,total,A3104.02,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Telecommunications,2,total,A3104.02,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Financial & insurance services,1,total,A3104.02,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Finance,2,total,A3104.02,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Insurance,2,total,A3104.02,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Auxiliary,2,total,A3104.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Rental, hiring, & real estate services",1,total,A3104.02,96,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane","Professional, scientific, & technical services",1,total,A3104.02,552,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Computer systems design,2,total,A3104.02,114,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Other professional scientific,2,total,A3104.02,438,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Administrative & support services,1,total,A3104.02,237,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Education & training,1,total,A3104.02,57,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Health care & social assistance,1,total,A3104.02,231,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Arts & recreation services,1,total,A3104.02,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",Other services,1,total,A3104.02,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: stay the sane",total,0,total,A3104.02,4032,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",total,0,619 employees,A3104.03,17790,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",total,0,2049 employees,A3104.03,4878,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",total,0,5099 employees,A3104.03,1443,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",total,0,100+ employees,A3104.03,1224,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Agriculture, forestry, & fishing",1,total,A3104.03,1647,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Agriculture,2,total,A3104.03,1083,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Commercial fishing,2,total,A3104.03,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Forestry & logging,2,total,A3104.03,129,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Agriculture, forestry, & fishing support services",2,total,A3104.03,408,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Mining,1,total,A3104.03,57,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Manufacturing,1,total,A3104.03,2871,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Food, beverage, & tobacco",2,total,A3104.03,591,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Textile, clothing, footwear, & leather",2,total,A3104.03,123,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Wood & paper product,2,total,A3104.03,279,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Printing, publishing, & recorded media",2,total,A3104.03,126,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3104.03,243,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Non-metallic mineral product,2,total,A3104.03,129,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Metal product,2,total,A3104.03,477,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Transport and industrial machinery & equipment,2,total,A3104.03,537,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Other machinery & equipment,2,total,A3104.03,153,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Other manufacturing,2,total,A3104.03,213,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Electricity, gas, water, & waste services",1,total,A3104.03,99,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Construction,1,total,A3104.03,3960,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Wholesale trade,1,total,A3104.03,1851,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Machinery & equipment wholesaling,2,total,A3104.03,534,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Other wholesale trade,2,total,A3104.03,1317,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Retail trade,1,total,A3104.03,2841,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Accommodation & food services,1,total,A3104.03,2628,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Transport, postal, & warehousing",1,total,A3104.03,849,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Information media & telecommunications,1,total,A3104.03,264,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Publishing,2,total,A3104.03,111,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Motion picture,2,total,A3104.03,81,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Telecommunications,2,total,A3104.03,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Financial & insurance services,1,total,A3104.03,432,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Finance,2,total,A3104.03,132,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Insurance,2,total,A3104.03,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Auxiliary,2,total,A3104.03,288,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Rental, hiring, & real estate services",1,total,A3104.03,660,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little","Professional, scientific, & technical services",1,total,A3104.03,3117,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Computer systems design,2,total,A3104.03,690,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Other professional scientific,2,total,A3104.03,2427,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Administrative & support services,1,total,A3104.03,1011,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Education & training,1,total,A3104.03,606,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Health care & social assistance,1,total,A3104.03,1431,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Arts & recreation services,1,total,A3104.03,330,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",Other services,1,total,A3104.03,675,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a little",total,0,total,A3104.03,25335,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",total,0,619 employees,A3104.04,11637,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",total,0,2049 employees,A3104.04,2913,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",total,0,5099 employees,A3104.04,798,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",total,0,100+ employees,A3104.04,660,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Agriculture, forestry, & fishing",1,total,A3104.04,1395,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Agriculture,2,total,A3104.04,996,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Commercial fishing,2,total,A3104.04,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Forestry & logging,2,total,A3104.04,75,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3104.04,309,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Mining,1,total,A3104.04,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Manufacturing,1,total,A3104.04,1809,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Food, beverage, & tobacco",2,total,A3104.04,543,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Textile, clothing, footwear, & leather",2,total,A3104.04,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Wood & paper product,2,total,A3104.04,162,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Printing, publishing, & recorded media",2,total,A3104.04,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3104.04,150,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Non-metallic mineral product,2,total,A3104.04,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Metal product,2,total,A3104.04,315,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Transport and industrial machinery & equipment,2,total,A3104.04,276,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Other machinery & equipment,2,total,A3104.04,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Other manufacturing,2,total,A3104.04,108,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Electricity, gas, water, & waste services",1,total,A3104.04,81,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Construction,1,total,A3104.04,2127,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Wholesale trade,1,total,A3104.04,909,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Machinery & equipment wholesaling,2,total,A3104.04,276,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Other wholesale trade,2,total,A3104.04,630,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Retail trade,1,total,A3104.04,1638,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Accommodation & food services,1,total,A3104.04,2907,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Transport, postal, & warehousing",1,total,A3104.04,600,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Information media & telecommunications,1,total,A3104.04,117,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Publishing,2,total,A3104.04,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Motion picture,2,total,A3104.04,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Telecommunications,2,total,A3104.04,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Financial & insurance services,1,total,A3104.04,123,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Finance,2,total,A3104.04,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Insurance,2,total,A3104.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Auxiliary,2,total,A3104.04,81,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Rental, hiring, & real estate services",1,total,A3104.04,222,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot","Professional, scientific, & technical services",1,total,A3104.04,1260,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Computer systems design,2,total,A3104.04,117,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Other professional scientific,2,total,A3104.04,1143,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Administrative & support services,1,total,A3104.04,501,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Education & training,1,total,A3104.04,426,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Health care & social assistance,1,total,A3104.04,1122,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Arts & recreation services,1,total,A3104.04,159,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",Other services,1,total,A3104.04,564,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: increase a lot",total,0,total,A3104.04,16008,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",total,0,619 employees,A3104.05,2370,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",total,0,2049 employees,A3104.05,333,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",total,0,5099 employees,A3104.05,87,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",total,0,100+ employees,A3104.05,81,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Agriculture, forestry, & fishing",1,total,A3104.05,336,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Agriculture,2,total,A3104.05,222,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Commercial fishing,2,total,A3104.05,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Forestry & logging,2,total,A3104.05,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Agriculture, forestry, & fishing support services",2,total,A3104.05,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Mining,1,total,A3104.05,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Manufacturing,1,total,A3104.05,285,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Food, beverage, & tobacco",2,total,A3104.05,60,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Textile, clothing, footwear, & leather",2,total,A3104.05,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Wood & paper product,2,total,A3104.05,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Printing, publishing, & recorded media",2,total,A3104.05,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3104.05,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Non-metallic mineral product,2,total,A3104.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Metal product,2,total,A3104.05,60,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Transport and industrial machinery & equipment,2,total,A3104.05,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Other machinery & equipment,2,total,A3104.05,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Other manufacturing,2,total,A3104.05,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Electricity, gas, water, & waste services",1,total,A3104.05,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Construction,1,total,A3104.05,567,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Wholesale trade,1,total,A3104.05,249,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Machinery & equipment wholesaling,2,total,A3104.05,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Other wholesale trade,2,total,A3104.05,177,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Retail trade,1,total,A3104.05,177,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Accommodation & food services,1,total,A3104.05,375,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Transport, postal, & warehousing",1,total,A3104.05,96,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Information media & telecommunications,1,total,A3104.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Publishing,2,total,A3104.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Motion picture,2,total,A3104.05,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Telecommunications,2,total,A3104.05,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Financial & insurance services,1,total,A3104.05,42,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Finance,2,total,A3104.05,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Insurance,2,total,A3104.05,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Auxiliary,2,total,A3104.05,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Rental, hiring, & real estate services",1,total,A3104.05,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know","Professional, scientific, & technical services",1,total,A3104.05,213,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Computer systems design,2,total,A3104.05,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Other professional scientific,2,total,A3104.05,144,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Administrative & support services,1,total,A3104.05,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Education & training,1,total,A3104.05,93,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Health care & social assistance,1,total,A3104.05,135,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Arts & recreation services,1,total,A3104.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",Other services,1,total,A3104.05,105,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, price of key goods and services used by business: Don't know",total,0,total,A3104.05,2871,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",total,0,619 employees,A3105.01,3993,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: decrease",total,0,2049 employees,A3105.01,972,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: decrease",total,0,5099 employees,A3105.01,276,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: decrease",total,0,100+ employees,A3105.01,231,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: decrease","Agriculture, forestry, & fishing",1,total,A3105.01,363,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Agriculture,2,total,A3105.01,237,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Commercial fishing,2,total,A3105.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Forestry & logging,2,total,A3105.01,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease","Agriculture, forestry, & fishing support services",2,total,A3105.01,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Mining,1,total,A3105.01,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: decrease",Manufacturing,1,total,A3105.01,660,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease","Food, beverage, & tobacco",2,total,A3105.01,96,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease","Textile, clothing, footwear, & leather",2,total,A3105.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Wood & paper product,2,total,A3105.01,84,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease","Printing, publishing, & recorded media",2,total,A3105.01,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease","Petroleum, coal, chemical, & associated product",2,total,A3105.01,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Non-metallic mineral product,2,total,A3105.01,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Metal product,2,total,A3105.01,165,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Transport and industrial machinery & equipment,2,total,A3105.01,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Other machinery & equipment,2,total,A3105.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Other manufacturing,2,total,A3105.01,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease","Electricity, gas, water, & waste services",1,total,A3105.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: decrease",Construction,1,total,A3105.01,1296,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Wholesale trade,1,total,A3105.01,270,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Machinery & equipment wholesaling,2,total,A3105.01,75,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Other wholesale trade,2,total,A3105.01,192,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Retail trade,1,total,A3105.01,471,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Accommodation & food services,1,total,A3105.01,939,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease","Transport, postal, & warehousing",1,total,A3105.01,306,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Information media & telecommunications,1,total,A3105.01,57,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Publishing,2,total,A3105.01,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Motion picture,2,total,A3105.01,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Telecommunications,2,total,A3105.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Financial & insurance services,1,total,A3105.01,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Finance,2,total,A3105.01,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Insurance,2,total,A3105.01,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Auxiliary,2,total,A3105.01,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease","Rental, hiring, & real estate services",1,total,A3105.01,111,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease","Professional, scientific, & technical services",1,total,A3105.01,369,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Computer systems design,2,total,A3105.01,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Other professional scientific,2,total,A3105.01,339,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Administrative & support services,1,total,A3105.01,120,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Education & training,1,total,A3105.01,138,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Health care & social assistance,1,total,A3105.01,207,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Arts & recreation services,1,total,A3105.01,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",Other services,1,total,A3105.01,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: decrease",total,0,total,A3105.01,5469,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",total,0,619 employees,A3105.02,15018,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: stay the same",total,0,2049 employees,A3105.02,3468,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: stay the same",total,0,5099 employees,A3105.02,966,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: stay the same",total,0,100+ employees,A3105.02,789,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: stay the same","Agriculture, forestry, & fishing",1,total,A3105.02,1893,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Agriculture,2,total,A3105.02,1299,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Commercial fishing,2,total,A3105.02,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Forestry & logging,2,total,A3105.02,135,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same","Agriculture, forestry, & fishing support services",2,total,A3105.02,423,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Mining,1,total,A3105.02,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: stay the same",Manufacturing,1,total,A3105.02,2331,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same","Food, beverage, & tobacco",2,total,A3105.02,450,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same","Textile, clothing, footwear, & leather",2,total,A3105.02,132,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Wood & paper product,2,total,A3105.02,303,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same","Printing, publishing, & recorded media",2,total,A3105.02,90,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same","Petroleum, coal, chemical, & associated product",2,total,A3105.02,210,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Non-metallic mineral product,2,total,A3105.02,105,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Metal product,2,total,A3105.02,435,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Transport and industrial machinery & equipment,2,total,A3105.02,366,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Other machinery & equipment,2,total,A3105.02,117,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Other manufacturing,2,total,A3105.02,120,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same","Electricity, gas, water, & waste services",1,total,A3105.02,78,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: stay the same",Construction,1,total,A3105.02,2460,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Wholesale trade,1,total,A3105.02,1692,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Machinery & equipment wholesaling,2,total,A3105.02,480,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Other wholesale trade,2,total,A3105.02,1212,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Retail trade,1,total,A3105.02,2541,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Accommodation & food services,1,total,A3105.02,2772,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same","Transport, postal, & warehousing",1,total,A3105.02,654,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Information media & telecommunications,1,total,A3105.02,180,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Publishing,2,total,A3105.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Motion picture,2,total,A3105.02,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Telecommunications,2,total,A3105.02,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Financial & insurance services,1,total,A3105.02,255,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Finance,2,total,A3105.02,105,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Insurance,2,total,A3105.02,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Auxiliary,2,total,A3105.02,138,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same","Rental, hiring, & real estate services",1,total,A3105.02,417,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same","Professional, scientific, & technical services",1,total,A3105.02,2094,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Computer systems design,2,total,A3105.02,318,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Other professional scientific,2,total,A3105.02,1779,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Administrative & support services,1,total,A3105.02,669,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Education & training,1,total,A3105.02,393,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Health care & social assistance,1,total,A3105.02,999,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Arts & recreation services,1,total,A3105.02,282,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",Other services,1,total,A3105.02,468,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: stay the same",total,0,total,A3105.02,20241,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",total,0,619 employees,A3105.03,9534,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: increase a little",total,0,2049 employees,A3105.03,2862,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: increase a little",total,0,5099 employees,A3105.03,900,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: increase a little",total,0,100+ employees,A3105.03,807,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: increase a little","Agriculture, forestry, & fishing",1,total,A3105.03,888,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Agriculture,2,total,A3105.03,519,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Commercial fishing,2,total,A3105.03,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Forestry & logging,2,total,A3105.03,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little","Agriculture, forestry, & fishing support services",2,total,A3105.03,327,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Mining,1,total,A3105.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: increase a little",Manufacturing,1,total,A3105.03,1425,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little","Food, beverage, & tobacco",2,total,A3105.03,372,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little","Textile, clothing, footwear, & leather",2,total,A3105.03,42,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Wood & paper product,2,total,A3105.03,90,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little","Printing, publishing, & recorded media",2,total,A3105.03,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3105.03,96,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Non-metallic mineral product,2,total,A3105.03,45,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Metal product,2,total,A3105.03,231,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Transport and industrial machinery & equipment,2,total,A3105.03,339,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Other machinery & equipment,2,total,A3105.03,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Other manufacturing,2,total,A3105.03,120,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little","Electricity, gas, water, & waste services",1,total,A3105.03,78,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: increase a little",Construction,1,total,A3105.03,2133,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Wholesale trade,1,total,A3105.03,765,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Machinery & equipment wholesaling,2,total,A3105.03,282,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Other wholesale trade,2,total,A3105.03,480,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Retail trade,1,total,A3105.03,1203,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Accommodation & food services,1,total,A3105.03,1782,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little","Transport, postal, & warehousing",1,total,A3105.03,531,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Information media & telecommunications,1,total,A3105.03,126,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Publishing,2,total,A3105.03,51,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Motion picture,2,total,A3105.03,33,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Telecommunications,2,total,A3105.03,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Financial & insurance services,1,total,A3105.03,270,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Finance,2,total,A3105.03,54,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Insurance,2,total,A3105.03,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Auxiliary,2,total,A3105.03,207,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little","Rental, hiring, & real estate services",1,total,A3105.03,342,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little","Professional, scientific, & technical services",1,total,A3105.03,1815,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Computer systems design,2,total,A3105.03,420,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Other professional scientific,2,total,A3105.03,1398,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Administrative & support services,1,total,A3105.03,618,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Education & training,1,total,A3105.03,375,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Health care & social assistance,1,total,A3105.03,1140,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Arts & recreation services,1,total,A3105.03,141,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",Other services,1,total,A3105.03,429,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a little",total,0,total,A3105.03,14103,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",total,0,619 employees,A3105.04,1653,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: increase a lot",total,0,2049 employees,A3105.04,486,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: increase a lot",total,0,5099 employees,A3105.04,159,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: increase a lot",total,0,100+ employees,A3105.04,105,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: increase a lot","Agriculture, forestry, & fishing",1,total,A3105.04,105,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Agriculture,2,total,A3105.04,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Commercial fishing,2,total,A3105.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Forestry & logging,2,total,A3105.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3105.04,42,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Mining,1,total,A3105.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: increase a lot",Manufacturing,1,total,A3105.04,171,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot","Food, beverage, & tobacco",2,total,A3105.04,63,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot","Textile, clothing, footwear, & leather",2,total,A3105.04,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Wood & paper product,2,total,A3105.04,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot","Printing, publishing, & recorded media",2,total,A3105.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3105.04,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Non-metallic mineral product,2,total,A3105.04,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Metal product,2,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Transport and industrial machinery & equipment,2,total,A3105.04,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Other machinery & equipment,2,total,A3105.04,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Other manufacturing,2,total,A3105.04,12,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot","Electricity, gas, water, & waste services",1,total,A3105.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: increase a lot",Construction,1,total,A3105.04,366,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Wholesale trade,1,total,A3105.04,93,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Machinery & equipment wholesaling,2,total,A3105.04,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Other wholesale trade,2,total,A3105.04,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Retail trade,1,total,A3105.04,180,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Accommodation & food services,1,total,A3105.04,600,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot","Transport, postal, & warehousing",1,total,A3105.04,39,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Information media & telecommunications,1,total,A3105.04,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Publishing,2,total,A3105.04,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Motion picture,2,total,A3105.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Telecommunications,2,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Financial & insurance services,1,total,A3105.04,9,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Finance,2,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Insurance,2,total,A3105.04,3,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Auxiliary,2,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot","Rental, hiring, & real estate services",1,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot","Professional, scientific, & technical services",1,total,A3105.04,306,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Computer systems design,2,total,A3105.04,84,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Other professional scientific,2,total,A3105.04,225,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Administrative & support services,1,total,A3105.04,225,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Education & training,1,total,A3105.04,57,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Health care & social assistance,1,total,A3105.04,117,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Arts & recreation services,1,total,A3105.04,18,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",Other services,1,total,A3105.04,60,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: increase a lot",total,0,total,A3105.04,2403,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",total,0,619 employees,A3105.05,5370,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: Don't know",total,0,2049 employees,A3105.05,1002,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: Don't know",total,0,5099 employees,A3105.05,234,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: Don't know",total,0,100+ employees,A3105.05,177,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Change next financial year, total employment in industry: Don't know","Agriculture, forestry, & fishing",1,total,A3105.05,507,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Agriculture,2,total,A3105.05,333,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Commercial fishing,2,total,A3105.05,0,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Forestry & logging,2,total,A3105.05,48,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know","Agriculture, forestry, & fishing support services",2,total,A3105.05,126,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Mining,1,total,A3105.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: Don't know",Manufacturing,1,total,A3105.05,825,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know","Food, beverage, & tobacco",2,total,A3105.05,252,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know","Textile, clothing, footwear, & leather",2,total,A3105.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Wood & paper product,2,total,A3105.05,24,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know","Printing, publishing, & recorded media",2,total,A3105.05,27,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3105.05,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Non-metallic mineral product,2,total,A3105.05,21,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Metal product,2,total,A3105.05,159,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Transport and industrial machinery & equipment,2,total,A3105.05,123,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Other machinery & equipment,2,total,A3105.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Other manufacturing,2,total,A3105.05,72,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know","Electricity, gas, water, & waste services",1,total,A3105.05,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Change next financial year, total employment in industry: Don't know",Construction,1,total,A3105.05,1185,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Wholesale trade,1,total,A3105.05,411,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Machinery & equipment wholesaling,2,total,A3105.05,90,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Other wholesale trade,2,total,A3105.05,321,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Retail trade,1,total,A3105.05,675,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Accommodation & food services,1,total,A3105.05,681,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know","Transport, postal, & warehousing",1,total,A3105.05,147,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Information media & telecommunications,1,total,A3105.05,69,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Publishing,2,total,A3105.05,36,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Motion picture,2,total,A3105.05,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Telecommunications,2,total,A3105.05,15,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Financial & insurance services,1,total,A3105.05,123,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Finance,2,total,A3105.05,30,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Insurance,2,total,A3105.05,6,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Auxiliary,2,total,A3105.05,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know","Rental, hiring, & real estate services",1,total,A3105.05,171,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know","Professional, scientific, & technical services",1,total,A3105.05,606,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Computer systems design,2,total,A3105.05,138,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Other professional scientific,2,total,A3105.05,471,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Administrative & support services,1,total,A3105.05,204,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Education & training,1,total,A3105.05,222,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Health care & social assistance,1,total,A3105.05,459,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Arts & recreation services,1,total,A3105.05,87,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",Other services,1,total,A3105.05,363,,Number of businesses,1 and 2 and 3 and 6 +"Change next financial year, total employment in industry: Don't know",total,0,total,A3105.05,6783,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,619 employees,A3200.01,7491,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,2049 employees,A3200.01,2397,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,5099 employees,A3200.01,681,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,100+ employees,A3200.01,609,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Agriculture, forestry, & fishing",1,total,A3200.01,495,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Agriculture,2,total,A3200.01,306,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Commercial fishing,2,total,A3200.01,6,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Forestry & logging,2,total,A3200.01,36,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Agriculture, forestry, & fishing support services",2,total,A3200.01,147,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Mining,1,total,A3200.01,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Manufacturing,1,total,A3200.01,1566,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Food, beverage, & tobacco",2,total,A3200.01,402,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Textile, clothing, footwear, & leather",2,total,A3200.01,75,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Wood & paper product,2,total,A3200.01,117,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Printing, publishing, & recorded media",2,total,A3200.01,45,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Petroleum, coal, chemical, & associated product",2,total,A3200.01,105,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Non-metallic mineral product,2,total,A3200.01,54,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Metal product,2,total,A3200.01,261,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Transport and industrial machinery & equipment,2,total,A3200.01,279,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Other machinery & equipment,2,total,A3200.01,96,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Other manufacturing,2,total,A3200.01,129,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Electricity, gas, water, & waste services",1,total,A3200.01,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Construction,1,total,A3200.01,1041,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Wholesale trade,1,total,A3200.01,942,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Machinery & equipment wholesaling,2,total,A3200.01,267,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Other wholesale trade,2,total,A3200.01,672,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Retail trade,1,total,A3200.01,1284,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Accommodation & food services,1,total,A3200.01,1302,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Transport, postal, & warehousing",1,total,A3200.01,378,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Information media & telecommunications,1,total,A3200.01,207,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Publishing,2,total,A3200.01,96,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Motion picture,2,total,A3200.01,48,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Telecommunications,2,total,A3200.01,60,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Financial & insurance services,1,total,A3200.01,183,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Finance,2,total,A3200.01,63,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Insurance,2,total,A3200.01,9,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Auxiliary,2,total,A3200.01,111,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Rental, hiring, & real estate services",1,total,A3200.01,222,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes","Professional, scientific, & technical services",1,total,A3200.01,1422,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Computer systems design,2,total,A3200.01,435,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Other professional scientific,2,total,A3200.01,987,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Administrative & support services,1,total,A3200.01,537,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Education & training,1,total,A3200.01,324,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Health care & social assistance,1,total,A3200.01,729,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Arts & recreation services,1,total,A3200.01,171,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",Other services,1,total,A3200.01,306,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,total,A3200.01,11181,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",total,0,619 employees,A3200.02,25653,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",total,0,2049 employees,A3200.02,6015,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",total,0,5099 employees,A3200.02,1749,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",total,0,100+ employees,A3200.02,1389,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Agriculture, forestry, & fishing",1,total,A3200.02,3027,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Agriculture,2,total,A3200.02,1992,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Commercial fishing,2,total,A3200.02,48,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Forestry & logging,2,total,A3200.02,201,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Agriculture, forestry, & fishing support services",2,total,A3200.02,786,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Mining,1,total,A3200.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Manufacturing,1,total,A3200.02,3570,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Food, beverage, & tobacco",2,total,A3200.02,747,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Textile, clothing, footwear, & leather",2,total,A3200.02,159,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Wood & paper product,2,total,A3200.02,399,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Printing, publishing, & recorded media",2,total,A3200.02,150,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Petroleum, coal, chemical, & associated product",2,total,A3200.02,309,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Non-metallic mineral product,2,total,A3200.02,153,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Metal product,2,total,A3200.02,684,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Transport and industrial machinery & equipment,2,total,A3200.02,612,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Other machinery & equipment,2,total,A3200.02,120,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Other manufacturing,2,total,A3200.02,237,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Electricity, gas, water, & waste services",1,total,A3200.02,141,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Construction,1,total,A3200.02,5835,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Wholesale trade,1,total,A3200.02,2088,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Machinery & equipment wholesaling,2,total,A3200.02,633,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Other wholesale trade,2,total,A3200.02,1452,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Retail trade,1,total,A3200.02,3570,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Accommodation & food services,1,total,A3200.02,4746,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Transport, postal, & warehousing",1,total,A3200.02,1242,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Information media & telecommunications,1,total,A3200.02,231,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Publishing,2,total,A3200.02,84,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Motion picture,2,total,A3200.02,90,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Telecommunications,2,total,A3200.02,54,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Financial & insurance services,1,total,A3200.02,489,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Finance,2,total,A3200.02,141,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Insurance,2,total,A3200.02,27,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Auxiliary,2,total,A3200.02,327,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Rental, hiring, & real estate services",1,total,A3200.02,774,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No","Professional, scientific, & technical services",1,total,A3200.02,3555,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Computer systems design,2,total,A3200.02,477,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Other professional scientific,2,total,A3200.02,3078,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Administrative & support services,1,total,A3200.02,1239,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Education & training,1,total,A3200.02,843,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Health care & social assistance,1,total,A3200.02,1977,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Arts & recreation services,1,total,A3200.02,381,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",Other services,1,total,A3200.02,987,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: No",total,0,total,A3200.02,34809,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,619 employees,A3200.03,2424,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,2049 employees,A3200.03,381,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,5099 employees,A3200.03,102,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,100+ employees,A3200.03,102,,Number of businesses,1 and 2 and 3 and 4 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Agriculture, forestry, & fishing",1,total,A3200.03,228,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Agriculture,2,total,A3200.03,153,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Commercial fishing,2,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Forestry & logging,2,total,A3200.03,21,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Agriculture, forestry, & fishing support services",2,total,A3200.03,51,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Mining,1,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Manufacturing,1,total,A3200.03,270,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Food, beverage, & tobacco",2,total,A3200.03,69,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Textile, clothing, footwear, & leather",2,total,A3200.03,18,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Wood & paper product,2,total,A3200.03,0,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Printing, publishing, & recorded media",2,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3200.03,36,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Non-metallic mineral product,2,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Metal product,2,total,A3200.03,57,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Transport and industrial machinery & equipment,2,total,A3200.03,57,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Other machinery & equipment,2,total,A3200.03,21,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Other manufacturing,2,total,A3200.03,6,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Electricity, gas, water, & waste services",1,total,A3200.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Construction,1,total,A3200.03,564,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Wholesale trade,1,total,A3200.03,201,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Machinery & equipment wholesaling,2,total,A3200.03,54,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Other wholesale trade,2,total,A3200.03,147,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Retail trade,1,total,A3200.03,219,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Accommodation & food services,1,total,A3200.03,723,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Transport, postal, & warehousing",1,total,A3200.03,57,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Information media & telecommunications,1,total,A3200.03,21,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Publishing,2,total,A3200.03,6,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Motion picture,2,total,A3200.03,6,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Telecommunications,2,total,A3200.03,9,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Financial & insurance services,1,total,A3200.03,21,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Finance,2,total,A3200.03,9,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Insurance,2,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Auxiliary,2,total,A3200.03,12,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Rental, hiring, & real estate services",1,total,A3200.03,48,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know","Professional, scientific, & technical services",1,total,A3200.03,216,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Computer systems design,2,total,A3200.03,78,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Other professional scientific,2,total,A3200.03,141,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Administrative & support services,1,total,A3200.03,69,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Education & training,1,total,A3200.03,18,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Health care & social assistance,1,total,A3200.03,216,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Arts & recreation services,1,total,A3200.03,12,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",Other services,1,total,A3200.03,105,,Number of businesses,1 and 2 and 3 and 6 +"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,total,A3200.03,3006,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,total,0,619 employees,A3300.01,732,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology over 10 years behind best available,total,0,2049 employees,A3300.01,192,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology over 10 years behind best available,total,0,5099 employees,A3300.01,84,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology over 10 years behind best available,total,0,100+ employees,A3300.01,63,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology over 10 years behind best available,"Agriculture, forestry, & fishing",1,total,A3300.01,78,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Agriculture,2,total,A3300.01,72,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Commercial fishing,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Forestry & logging,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,"Agriculture, forestry, & fishing support services",2,total,A3300.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Mining,1,total,A3300.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology over 10 years behind best available,Manufacturing,1,total,A3300.01,435,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,"Food, beverage, & tobacco",2,total,A3300.01,111,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,"Textile, clothing, footwear, & leather",2,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Wood & paper product,2,total,A3300.01,87,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,"Printing, publishing, & recorded media",2,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Non-metallic mineral product,2,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Metal product,2,total,A3300.01,96,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Transport and industrial machinery & equipment,2,total,A3300.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Other machinery & equipment,2,total,A3300.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Other manufacturing,2,total,A3300.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,"Electricity, gas, water, & waste services",1,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology over 10 years behind best available,Construction,1,total,A3300.01,93,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Wholesale trade,1,total,A3300.01,60,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Machinery & equipment wholesaling,2,total,A3300.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Other wholesale trade,2,total,A3300.01,57,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Retail trade,1,total,A3300.01,135,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Accommodation & food services,1,total,A3300.01,87,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,"Transport, postal, & warehousing",1,total,A3300.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Information media & telecommunications,1,total,A3300.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Publishing,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Motion picture,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Telecommunications,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Financial & insurance services,1,total,A3300.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Finance,2,total,A3300.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Insurance,2,total,A3300.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Auxiliary,2,total,A3300.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,"Rental, hiring, & real estate services",1,total,A3300.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,"Professional, scientific, & technical services",1,total,A3300.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Computer systems design,2,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Other professional scientific,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Administrative & support services,1,total,A3300.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Education & training,1,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Health care & social assistance,1,total,A3300.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Arts & recreation services,1,total,A3300.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,Other services,1,total,A3300.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business core technology over 10 years behind best available,total,0,total,A3300.01,1071,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,total,0,619 employees,A3300.02,2595,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology between 4 - 10 years behind best available,total,0,2049 employees,A3300.02,735,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology between 4 - 10 years behind best available,total,0,5099 employees,A3300.02,234,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology between 4 - 10 years behind best available,total,0,100+ employees,A3300.02,213,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology between 4 - 10 years behind best available,"Agriculture, forestry, & fishing",1,total,A3300.02,357,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Agriculture,2,total,A3300.02,264,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Commercial fishing,2,total,A3300.02,6,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Forestry & logging,2,total,A3300.02,9,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,"Agriculture, forestry, & fishing support services",2,total,A3300.02,75,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Mining,1,total,A3300.02,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology between 4 - 10 years behind best available,Manufacturing,1,total,A3300.02,792,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,"Food, beverage, & tobacco",2,total,A3300.02,156,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,"Textile, clothing, footwear, & leather",2,total,A3300.02,45,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Wood & paper product,2,total,A3300.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,"Printing, publishing, & recorded media",2,total,A3300.02,39,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Non-metallic mineral product,2,total,A3300.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Metal product,2,total,A3300.02,171,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Transport and industrial machinery & equipment,2,total,A3300.02,114,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Other machinery & equipment,2,total,A3300.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Other manufacturing,2,total,A3300.02,45,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,"Electricity, gas, water, & waste services",1,total,A3300.02,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology between 4 - 10 years behind best available,Construction,1,total,A3300.02,219,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Wholesale trade,1,total,A3300.02,336,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Machinery & equipment wholesaling,2,total,A3300.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Other wholesale trade,2,total,A3300.02,282,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Retail trade,1,total,A3300.02,360,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Accommodation & food services,1,total,A3300.02,753,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,"Transport, postal, & warehousing",1,total,A3300.02,264,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Information media & telecommunications,1,total,A3300.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Publishing,2,total,A3300.02,12,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Motion picture,2,total,A3300.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Telecommunications,2,total,A3300.02,3,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Financial & insurance services,1,total,A3300.02,42,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Finance,2,total,A3300.02,15,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Insurance,2,total,A3300.02,6,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Auxiliary,2,total,A3300.02,24,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,"Rental, hiring, & real estate services",1,total,A3300.02,54,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,"Professional, scientific, & technical services",1,total,A3300.02,174,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Computer systems design,2,total,A3300.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Other professional scientific,2,total,A3300.02,150,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Administrative & support services,1,total,A3300.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Education & training,1,total,A3300.02,42,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Health care & social assistance,1,total,A3300.02,72,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Arts & recreation services,1,total,A3300.02,51,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,Other services,1,total,A3300.02,114,,Number of businesses,1 and 2 and 3 and 6 +Business core technology between 4 - 10 years behind best available,total,0,total,A3300.02,3780,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,total,0,619 employees,A3300.03,5703,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology up to 4 years behind best available,total,0,2049 employees,A3300.03,1692,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology up to 4 years behind best available,total,0,5099 employees,A3300.03,492,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology up to 4 years behind best available,total,0,100+ employees,A3300.03,513,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology up to 4 years behind best available,"Agriculture, forestry, & fishing",1,total,A3300.03,615,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Agriculture,2,total,A3300.03,480,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Commercial fishing,2,total,A3300.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Forestry & logging,2,total,A3300.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,"Agriculture, forestry, & fishing support services",2,total,A3300.03,75,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Mining,1,total,A3300.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology up to 4 years behind best available,Manufacturing,1,total,A3300.03,1200,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,"Food, beverage, & tobacco",2,total,A3300.03,339,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,"Textile, clothing, footwear, & leather",2,total,A3300.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Wood & paper product,2,total,A3300.03,117,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,"Printing, publishing, & recorded media",2,total,A3300.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.03,99,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Non-metallic mineral product,2,total,A3300.03,51,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Metal product,2,total,A3300.03,189,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Transport and industrial machinery & equipment,2,total,A3300.03,210,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Other machinery & equipment,2,total,A3300.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Other manufacturing,2,total,A3300.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,"Electricity, gas, water, & waste services",1,total,A3300.03,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology up to 4 years behind best available,Construction,1,total,A3300.03,870,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Wholesale trade,1,total,A3300.03,645,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Machinery & equipment wholesaling,2,total,A3300.03,174,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Other wholesale trade,2,total,A3300.03,471,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Retail trade,1,total,A3300.03,999,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Accommodation & food services,1,total,A3300.03,1371,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,"Transport, postal, & warehousing",1,total,A3300.03,333,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Information media & telecommunications,1,total,A3300.03,78,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Publishing,2,total,A3300.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Motion picture,2,total,A3300.03,30,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Telecommunications,2,total,A3300.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Financial & insurance services,1,total,A3300.03,114,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Finance,2,total,A3300.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Insurance,2,total,A3300.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Auxiliary,2,total,A3300.03,63,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,"Rental, hiring, & real estate services",1,total,A3300.03,180,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,"Professional, scientific, & technical services",1,total,A3300.03,744,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Computer systems design,2,total,A3300.03,105,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Other professional scientific,2,total,A3300.03,642,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Administrative & support services,1,total,A3300.03,180,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Education & training,1,total,A3300.03,174,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Health care & social assistance,1,total,A3300.03,468,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Arts & recreation services,1,total,A3300.03,72,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,Other services,1,total,A3300.03,279,,Number of businesses,1 and 2 and 3 and 6 +Business core technology up to 4 years behind best available,total,0,total,A3300.03,8400,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,total,0,619 employees,A3300.04,16359,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology is fully up to date with best available,total,0,2049 employees,A3300.04,4320,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology is fully up to date with best available,total,0,5099 employees,A3300.04,1272,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology is fully up to date with best available,total,0,100+ employees,A3300.04,927,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology is fully up to date with best available,"Agriculture, forestry, & fishing",1,total,A3300.04,1797,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Agriculture,2,total,A3300.04,1002,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Commercial fishing,2,total,A3300.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Forestry & logging,2,total,A3300.04,168,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,"Agriculture, forestry, & fishing support services",2,total,A3300.04,600,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Mining,1,total,A3300.04,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology is fully up to date with best available,Manufacturing,1,total,A3300.04,1875,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,"Food, beverage, & tobacco",2,total,A3300.04,387,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,"Textile, clothing, footwear, & leather",2,total,A3300.04,87,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Wood & paper product,2,total,A3300.04,186,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,"Printing, publishing, & recorded media",2,total,A3300.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.04,114,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Non-metallic mineral product,2,total,A3300.04,81,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Metal product,2,total,A3300.04,357,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Transport and industrial machinery & equipment,2,total,A3300.04,336,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Other machinery & equipment,2,total,A3300.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Other manufacturing,2,total,A3300.04,156,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,"Electricity, gas, water, & waste services",1,total,A3300.04,90,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology is fully up to date with best available,Construction,1,total,A3300.04,3672,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Wholesale trade,1,total,A3300.04,1368,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Machinery & equipment wholesaling,2,total,A3300.04,477,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Other wholesale trade,2,total,A3300.04,888,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Retail trade,1,total,A3300.04,2385,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Accommodation & food services,1,total,A3300.04,2514,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,"Transport, postal, & warehousing",1,total,A3300.04,780,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Information media & telecommunications,1,total,A3300.04,243,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Publishing,2,total,A3300.04,102,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Motion picture,2,total,A3300.04,69,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Telecommunications,2,total,A3300.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Financial & insurance services,1,total,A3300.04,327,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Finance,2,total,A3300.04,102,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Insurance,2,total,A3300.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Auxiliary,2,total,A3300.04,210,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,"Rental, hiring, & real estate services",1,total,A3300.04,489,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,"Professional, scientific, & technical services",1,total,A3300.04,3048,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Computer systems design,2,total,A3300.04,627,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Other professional scientific,2,total,A3300.04,2427,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Administrative & support services,1,total,A3300.04,1062,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Education & training,1,total,A3300.04,600,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Health care & social assistance,1,total,A3300.04,1707,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Arts & recreation services,1,total,A3300.04,300,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,Other services,1,total,A3300.04,570,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is fully up to date with best available,total,0,total,A3300.04,22878,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,total,0,619 employees,A3300.05,1968,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology is ahead of best available,total,0,2049 employees,A3300.05,483,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology is ahead of best available,total,0,5099 employees,A3300.05,126,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology is ahead of best available,total,0,100+ employees,A3300.05,120,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technology is ahead of best available,"Agriculture, forestry, & fishing",1,total,A3300.05,168,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Agriculture,2,total,A3300.05,135,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Commercial fishing,2,total,A3300.05,0,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Forestry & logging,2,total,A3300.05,3,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,"Agriculture, forestry, & fishing support services",2,total,A3300.05,30,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Mining,1,total,A3300.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology is ahead of best available,Manufacturing,1,total,A3300.05,228,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,"Food, beverage, & tobacco",2,total,A3300.05,15,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,"Textile, clothing, footwear, & leather",2,total,A3300.05,21,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Wood & paper product,2,total,A3300.05,24,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,"Printing, publishing, & recorded media",2,total,A3300.05,9,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.05,21,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Non-metallic mineral product,2,total,A3300.05,12,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Metal product,2,total,A3300.05,33,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Transport and industrial machinery & equipment,2,total,A3300.05,63,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Other machinery & equipment,2,total,A3300.05,27,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Other manufacturing,2,total,A3300.05,6,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,"Electricity, gas, water, & waste services",1,total,A3300.05,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technology is ahead of best available,Construction,1,total,A3300.05,384,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Wholesale trade,1,total,A3300.05,180,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Machinery & equipment wholesaling,2,total,A3300.05,111,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Other wholesale trade,2,total,A3300.05,66,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Retail trade,1,total,A3300.05,144,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Accommodation & food services,1,total,A3300.05,222,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,"Transport, postal, & warehousing",1,total,A3300.05,36,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Information media & telecommunications,1,total,A3300.05,69,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Publishing,2,total,A3300.05,24,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Motion picture,2,total,A3300.05,24,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Telecommunications,2,total,A3300.05,18,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Financial & insurance services,1,total,A3300.05,87,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Finance,2,total,A3300.05,12,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Insurance,2,total,A3300.05,0,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Auxiliary,2,total,A3300.05,75,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,"Rental, hiring, & real estate services",1,total,A3300.05,27,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,"Professional, scientific, & technical services",1,total,A3300.05,642,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Computer systems design,2,total,A3300.05,144,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Other professional scientific,2,total,A3300.05,501,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Administrative & support services,1,total,A3300.05,126,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Education & training,1,total,A3300.05,120,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Health care & social assistance,1,total,A3300.05,165,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Arts & recreation services,1,total,A3300.05,42,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,Other services,1,total,A3300.05,30,,Number of businesses,1 and 2 and 3 and 6 +Business core technology is ahead of best available,total,0,total,A3300.05,2700,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,total,0,619 employees,A3300.06,8298,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technolog: Don't know years behind best available,total,0,2049 employees,A3300.06,1377,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technolog: Don't know years behind best available,total,0,5099 employees,A3300.06,327,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technolog: Don't know years behind best available,total,0,100+ employees,A3300.06,270,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business core technolog: Don't know years behind best available,"Agriculture, forestry, & fishing",1,total,A3300.06,765,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Agriculture,2,total,A3300.06,522,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Commercial fishing,2,total,A3300.06,15,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Forestry & logging,2,total,A3300.06,24,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,"Agriculture, forestry, & fishing support services",2,total,A3300.06,204,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Mining,1,total,A3300.06,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technolog: Don't know years behind best available,Manufacturing,1,total,A3300.06,894,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,"Food, beverage, & tobacco",2,total,A3300.06,225,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,"Textile, clothing, footwear, & leather",2,total,A3300.06,54,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Wood & paper product,2,total,A3300.06,24,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,"Printing, publishing, & recorded media",2,total,A3300.06,24,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.06,81,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Non-metallic mineral product,2,total,A3300.06,33,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Metal product,2,total,A3300.06,156,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Transport and industrial machinery & equipment,2,total,A3300.06,183,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Other machinery & equipment,2,total,A3300.06,48,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Other manufacturing,2,total,A3300.06,72,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,"Electricity, gas, water, & waste services",1,total,A3300.06,33,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business core technolog: Don't know years behind best available,Construction,1,total,A3300.06,2202,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Wholesale trade,1,total,A3300.06,642,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Machinery & equipment wholesaling,2,total,A3300.06,135,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Other wholesale trade,2,total,A3300.06,507,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Retail trade,1,total,A3300.06,1047,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Accommodation & food services,1,total,A3300.06,1827,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,"Transport, postal, & warehousing",1,total,A3300.06,276,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Information media & telecommunications,1,total,A3300.06,39,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Publishing,2,total,A3300.06,15,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Motion picture,2,total,A3300.06,9,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Telecommunications,2,total,A3300.06,12,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Financial & insurance services,1,total,A3300.06,105,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Finance,2,total,A3300.06,39,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Insurance,2,total,A3300.06,3,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Auxiliary,2,total,A3300.06,66,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,"Rental, hiring, & real estate services",1,total,A3300.06,267,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,"Professional, scientific, & technical services",1,total,A3300.06,597,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Computer systems design,2,total,A3300.06,87,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Other professional scientific,2,total,A3300.06,513,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Administrative & support services,1,total,A3300.06,372,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Education & training,1,total,A3300.06,252,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Health care & social assistance,1,total,A3300.06,486,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Arts & recreation services,1,total,A3300.06,81,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,Other services,1,total,A3300.06,351,,Number of businesses,1 and 2 and 3 and 6 +Business core technolog: Don't know years behind best available,total,0,total,A3300.06,10272,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,total,0,619 employees,A3400.01,12393,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: Not at all,total,0,2049 employees,A3400.01,2319,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: Not at all,total,0,5099 employees,A3400.01,564,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: Not at all,total,0,100+ employees,A3400.01,312,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: Not at all,"Agriculture, forestry, & fishing",1,total,A3400.01,1404,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Agriculture,2,total,A3400.01,900,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Commercial fishing,2,total,A3400.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Forestry & logging,2,total,A3400.01,105,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,"Agriculture, forestry, & fishing support services",2,total,A3400.01,378,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Mining,1,total,A3400.01,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: Not at all,Manufacturing,1,total,A3400.01,1866,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,"Food, beverage, & tobacco",2,total,A3400.01,402,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,"Textile, clothing, footwear, & leather",2,total,A3400.01,99,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Wood & paper product,2,total,A3400.01,219,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,"Printing, publishing, & recorded media",2,total,A3400.01,57,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,"Petroleum, coal, chemical, & associated product",2,total,A3400.01,171,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Non-metallic mineral product,2,total,A3400.01,81,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Metal product,2,total,A3400.01,339,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Transport and industrial machinery & equipment,2,total,A3400.01,288,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Other machinery & equipment,2,total,A3400.01,63,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Other manufacturing,2,total,A3400.01,147,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,"Electricity, gas, water, & waste services",1,total,A3400.01,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: Not at all,Construction,1,total,A3400.01,2943,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Wholesale trade,1,total,A3400.01,858,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Machinery & equipment wholesaling,2,total,A3400.01,180,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Other wholesale trade,2,total,A3400.01,678,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Retail trade,1,total,A3400.01,1701,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Accommodation & food services,1,total,A3400.01,2523,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,"Transport, postal, & warehousing",1,total,A3400.01,510,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Information media & telecommunications,1,total,A3400.01,69,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Publishing,2,total,A3400.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Motion picture,2,total,A3400.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Telecommunications,2,total,A3400.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Financial & insurance services,1,total,A3400.01,135,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Finance,2,total,A3400.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Insurance,2,total,A3400.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Auxiliary,2,total,A3400.01,93,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,"Rental, hiring, & real estate services",1,total,A3400.01,258,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,"Professional, scientific, & technical services",1,total,A3400.01,1143,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Computer systems design,2,total,A3400.01,96,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Other professional scientific,2,total,A3400.01,1050,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Administrative & support services,1,total,A3400.01,519,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Education & training,1,total,A3400.01,315,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Health care & social assistance,1,total,A3400.01,795,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Arts & recreation services,1,total,A3400.01,153,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,Other services,1,total,A3400.01,291,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Not at all,total,0,total,A3400.01,15588,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,total,0,619 employees,A3400.02,17748,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: to a minor degree,total,0,2049 employees,A3400.02,5097,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: to a minor degree,total,0,5099 employees,A3400.02,1572,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: to a minor degree,total,0,100+ employees,A3400.02,1437,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: to a minor degree,"Agriculture, forestry, & fishing",1,total,A3400.02,1797,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Agriculture,2,total,A3400.02,1176,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Commercial fishing,2,total,A3400.02,30,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Forestry & logging,2,total,A3400.02,120,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,"Agriculture, forestry, & fishing support services",2,total,A3400.02,471,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Mining,1,total,A3400.02,57,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: to a minor degree,Manufacturing,1,total,A3400.02,2859,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,"Food, beverage, & tobacco",2,total,A3400.02,627,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,"Textile, clothing, footwear, & leather",2,total,A3400.02,111,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Wood & paper product,2,total,A3400.02,261,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,"Printing, publishing, & recorded media",2,total,A3400.02,117,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,"Petroleum, coal, chemical, & associated product",2,total,A3400.02,243,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Non-metallic mineral product,2,total,A3400.02,105,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Metal product,2,total,A3400.02,525,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Transport and industrial machinery & equipment,2,total,A3400.02,552,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Other machinery & equipment,2,total,A3400.02,144,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Other manufacturing,2,total,A3400.02,174,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,"Electricity, gas, water, & waste services",1,total,A3400.02,126,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: to a minor degree,Construction,1,total,A3400.02,3501,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Wholesale trade,1,total,A3400.02,1770,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Machinery & equipment wholesaling,2,total,A3400.02,633,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Other wholesale trade,2,total,A3400.02,1134,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Retail trade,1,total,A3400.02,2538,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Accommodation & food services,1,total,A3400.02,3351,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,"Transport, postal, & warehousing",1,total,A3400.02,954,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Information media & telecommunications,1,total,A3400.02,282,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Publishing,2,total,A3400.02,111,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Motion picture,2,total,A3400.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Telecommunications,2,total,A3400.02,75,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Financial & insurance services,1,total,A3400.02,417,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Finance,2,total,A3400.02,123,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Insurance,2,total,A3400.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Auxiliary,2,total,A3400.02,270,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,"Rental, hiring, & real estate services",1,total,A3400.02,597,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,"Professional, scientific, & technical services",1,total,A3400.02,3141,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Computer systems design,2,total,A3400.02,627,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Other professional scientific,2,total,A3400.02,2517,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Administrative & support services,1,total,A3400.02,891,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Education & training,1,total,A3400.02,624,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Health care & social assistance,1,total,A3400.02,1752,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Arts & recreation services,1,total,A3400.02,315,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,Other services,1,total,A3400.02,876,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a minor degree,total,0,total,A3400.02,25854,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,total,0,619 employees,A3400.03,2712,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: to a major degree,total,0,2049 employees,A3400.03,948,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: to a major degree,total,0,5099 employees,A3400.03,306,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: to a major degree,total,0,100+ employees,A3400.03,270,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: to a major degree,"Agriculture, forestry, & fishing",1,total,A3400.03,237,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Agriculture,2,total,A3400.03,180,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Commercial fishing,2,total,A3400.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Forestry & logging,2,total,A3400.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,"Agriculture, forestry, & fishing support services",2,total,A3400.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Mining,1,total,A3400.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: to a major degree,Manufacturing,1,total,A3400.03,387,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,"Food, beverage, & tobacco",2,total,A3400.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,"Textile, clothing, footwear, & leather",2,total,A3400.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Wood & paper product,2,total,A3400.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,"Printing, publishing, & recorded media",2,total,A3400.03,15,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,"Petroleum, coal, chemical, & associated product",2,total,A3400.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Non-metallic mineral product,2,total,A3400.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Metal product,2,total,A3400.03,57,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Transport and industrial machinery & equipment,2,total,A3400.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Other machinery & equipment,2,total,A3400.03,15,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Other manufacturing,2,total,A3400.03,45,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,"Electricity, gas, water, & waste services",1,total,A3400.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: to a major degree,Construction,1,total,A3400.03,585,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Wholesale trade,1,total,A3400.03,336,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Machinery & equipment wholesaling,2,total,A3400.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Other wholesale trade,2,total,A3400.03,267,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Retail trade,1,total,A3400.03,474,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Accommodation & food services,1,total,A3400.03,288,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,"Transport, postal, & warehousing",1,total,A3400.03,129,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Information media & telecommunications,1,total,A3400.03,84,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Publishing,2,total,A3400.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Motion picture,2,total,A3400.03,21,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Telecommunications,2,total,A3400.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Financial & insurance services,1,total,A3400.03,111,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Finance,2,total,A3400.03,36,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Insurance,2,total,A3400.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Auxiliary,2,total,A3400.03,72,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,"Rental, hiring, & real estate services",1,total,A3400.03,111,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,"Professional, scientific, & technical services",1,total,A3400.03,708,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Computer systems design,2,total,A3400.03,216,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Other professional scientific,2,total,A3400.03,495,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Administrative & support services,1,total,A3400.03,261,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Education & training,1,total,A3400.03,126,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Health care & social assistance,1,total,A3400.03,246,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Arts & recreation services,1,total,A3400.03,60,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,Other services,1,total,A3400.03,60,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: to a major degree,total,0,total,A3400.03,4236,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,total,0,619 employees,A3400.04,237,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: completely,total,0,2049 employees,A3400.04,42,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: completely,total,0,5099 employees,A3400.04,15,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: completely,total,0,100+ employees,A3400.04,12,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: completely,"Agriculture, forestry, & fishing",1,total,A3400.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Agriculture,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Commercial fishing,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Forestry & logging,2,total,A3400.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,"Agriculture, forestry, & fishing support services",2,total,A3400.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Mining,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: completely,Manufacturing,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,"Food, beverage, & tobacco",2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,"Textile, clothing, footwear, & leather",2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Wood & paper product,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,"Printing, publishing, & recorded media",2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,"Petroleum, coal, chemical, & associated product",2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Non-metallic mineral product,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Metal product,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Transport and industrial machinery & equipment,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Other machinery & equipment,2,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Other manufacturing,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,"Electricity, gas, water, & waste services",1,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: completely,Construction,1,total,A3400.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Wholesale trade,1,total,A3400.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Machinery & equipment wholesaling,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Other wholesale trade,2,total,A3400.04,24,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Retail trade,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Accommodation & food services,1,total,A3400.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,"Transport, postal, & warehousing",1,total,A3400.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Information media & telecommunications,1,total,A3400.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Publishing,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Motion picture,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Telecommunications,2,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Financial & insurance services,1,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Finance,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Insurance,2,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Auxiliary,2,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,"Rental, hiring, & real estate services",1,total,A3400.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,"Professional, scientific, & technical services",1,total,A3400.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Computer systems design,2,total,A3400.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Other professional scientific,2,total,A3400.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Administrative & support services,1,total,A3400.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Education & training,1,total,A3400.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Health care & social assistance,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Arts & recreation services,1,total,A3400.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,Other services,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: completely,total,0,total,A3400.04,309,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,total,0,619 employees,A3400.05,2616,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: Don't know,total,0,2049 employees,A3400.05,384,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: Don't know,total,0,5099 employees,A3400.05,78,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: Don't know,total,0,100+ employees,A3400.05,75,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business technology changed: Don't know,"Agriculture, forestry, & fishing",1,total,A3400.05,303,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Agriculture,2,total,A3400.05,198,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Commercial fishing,2,total,A3400.05,3,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Forestry & logging,2,total,A3400.05,12,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3400.05,90,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Mining,1,total,A3400.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: Don't know,Manufacturing,1,total,A3400.05,300,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,"Food, beverage, & tobacco",2,total,A3400.05,81,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,"Textile, clothing, footwear, & leather",2,total,A3400.05,15,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Wood & paper product,2,total,A3400.05,0,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,"Printing, publishing, & recorded media",2,total,A3400.05,9,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3400.05,24,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Non-metallic mineral product,2,total,A3400.05,9,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Metal product,2,total,A3400.05,78,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Transport and industrial machinery & equipment,2,total,A3400.05,63,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Other machinery & equipment,2,total,A3400.05,15,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Other manufacturing,2,total,A3400.05,6,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,"Electricity, gas, water, & waste services",1,total,A3400.05,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business technology changed: Don't know,Construction,1,total,A3400.05,408,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Wholesale trade,1,total,A3400.05,240,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Machinery & equipment wholesaling,2,total,A3400.05,69,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Other wholesale trade,2,total,A3400.05,168,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Retail trade,1,total,A3400.05,360,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Accommodation & food services,1,total,A3400.05,684,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,"Transport, postal, & warehousing",1,total,A3400.05,57,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Information media & telecommunications,1,total,A3400.05,18,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Publishing,2,total,A3400.05,6,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Motion picture,2,total,A3400.05,3,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Telecommunications,2,total,A3400.05,9,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Financial & insurance services,1,total,A3400.05,21,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Finance,2,total,A3400.05,12,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Insurance,2,total,A3400.05,3,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Auxiliary,2,total,A3400.05,12,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,"Rental, hiring, & real estate services",1,total,A3400.05,57,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,"Professional, scientific, & technical services",1,total,A3400.05,153,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Computer systems design,2,total,A3400.05,36,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Other professional scientific,2,total,A3400.05,120,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Administrative & support services,1,total,A3400.05,102,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Education & training,1,total,A3400.05,111,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Health care & social assistance,1,total,A3400.05,129,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Arts & recreation services,1,total,A3400.05,30,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,Other services,1,total,A3400.05,153,,Number of businesses,1 and 2 and 3 and 6 +Business technology changed: Don't know,total,0,total,A3400.05,3156,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,total,0,619 employees,A3501.01,10647,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: bad,total,0,2049 employees,A3501.01,2874,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: bad,total,0,5099 employees,A3501.01,861,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: bad,total,0,100+ employees,A3501.01,660,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: bad,"Agriculture, forestry, & fishing",1,total,A3501.01,1050,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Agriculture,2,total,A3501.01,720,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Commercial fishing,2,total,A3501.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Forestry & logging,2,total,A3501.01,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,"Agriculture, forestry, & fishing support services",2,total,A3501.01,240,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Mining,1,total,A3501.01,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's transport infrastructure: bad,Manufacturing,1,total,A3501.01,1527,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,"Food, beverage, & tobacco",2,total,A3501.01,438,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,"Textile, clothing, footwear, & leather",2,total,A3501.01,90,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Wood & paper product,2,total,A3501.01,162,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,"Printing, publishing, & recorded media",2,total,A3501.01,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,"Petroleum, coal, chemical, & associated product",2,total,A3501.01,111,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Non-metallic mineral product,2,total,A3501.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Metal product,2,total,A3501.01,219,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Transport and industrial machinery & equipment,2,total,A3501.01,252,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Other machinery & equipment,2,total,A3501.01,66,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Other manufacturing,2,total,A3501.01,69,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,"Electricity, gas, water, & waste services",1,total,A3501.01,81,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's transport infrastructure: bad,Construction,1,total,A3501.01,2610,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Wholesale trade,1,total,A3501.01,1110,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Machinery & equipment wholesaling,2,total,A3501.01,390,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Other wholesale trade,2,total,A3501.01,717,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Retail trade,1,total,A3501.01,1374,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Accommodation & food services,1,total,A3501.01,1842,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,"Transport, postal, & warehousing",1,total,A3501.01,675,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Information media & telecommunications,1,total,A3501.01,147,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Publishing,2,total,A3501.01,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Motion picture,2,total,A3501.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Telecommunications,2,total,A3501.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Financial & insurance services,1,total,A3501.01,216,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Finance,2,total,A3501.01,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Insurance,2,total,A3501.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Auxiliary,2,total,A3501.01,135,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,"Rental, hiring, & real estate services",1,total,A3501.01,420,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,"Professional, scientific, & technical services",1,total,A3501.01,1785,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Computer systems design,2,total,A3501.01,264,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Other professional scientific,2,total,A3501.01,1524,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Administrative & support services,1,total,A3501.01,606,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Education & training,1,total,A3501.01,321,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Health care & social assistance,1,total,A3501.01,621,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Arts & recreation services,1,total,A3501.01,186,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,Other services,1,total,A3501.01,417,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: bad,total,0,total,A3501.01,15042,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,total,0,619 employees,A3501.02,12894,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: neither bad or good,total,0,2049 employees,A3501.02,3231,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: neither bad or good,total,0,5099 employees,A3501.02,861,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: neither bad or good,total,0,100+ employees,A3501.02,759,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3501.02,1365,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Agriculture,2,total,A3501.02,813,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Commercial fishing,2,total,A3501.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Forestry & logging,2,total,A3501.02,141,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3501.02,381,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Mining,1,total,A3501.02,54,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's transport infrastructure: neither bad or good,Manufacturing,1,total,A3501.02,1797,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,"Food, beverage, & tobacco",2,total,A3501.02,393,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3501.02,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Wood & paper product,2,total,A3501.02,147,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,"Printing, publishing, & recorded media",2,total,A3501.02,66,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3501.02,129,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Non-metallic mineral product,2,total,A3501.02,75,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Metal product,2,total,A3501.02,357,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Transport and industrial machinery & equipment,2,total,A3501.02,306,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Other machinery & equipment,2,total,A3501.02,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Other manufacturing,2,total,A3501.02,162,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3501.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's transport infrastructure: neither bad or good,Construction,1,total,A3501.02,2529,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Wholesale trade,1,total,A3501.02,1359,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Machinery & equipment wholesaling,2,total,A3501.02,318,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Other wholesale trade,2,total,A3501.02,1041,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Retail trade,1,total,A3501.02,1935,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Accommodation & food services,1,total,A3501.02,2646,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,"Transport, postal, & warehousing",1,total,A3501.02,585,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Information media & telecommunications,1,total,A3501.02,138,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Publishing,2,total,A3501.02,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Motion picture,2,total,A3501.02,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Telecommunications,2,total,A3501.02,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Financial & insurance services,1,total,A3501.02,246,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Finance,2,total,A3501.02,60,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Insurance,2,total,A3501.02,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Auxiliary,2,total,A3501.02,171,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,"Rental, hiring, & real estate services",1,total,A3501.02,342,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,"Professional, scientific, & technical services",1,total,A3501.02,1854,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Computer systems design,2,total,A3501.02,348,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Other professional scientific,2,total,A3501.02,1509,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Administrative & support services,1,total,A3501.02,678,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Education & training,1,total,A3501.02,375,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Health care & social assistance,1,total,A3501.02,1110,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Arts & recreation services,1,total,A3501.02,195,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,Other services,1,total,A3501.02,465,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: neither bad or good,total,0,total,A3501.02,17745,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,total,0,619 employees,A3501.03,10116,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: good,total,0,2049 employees,A3501.03,2475,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: good,total,0,5099 employees,A3501.03,699,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: good,total,0,100+ employees,A3501.03,609,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: good,"Agriculture, forestry, & fishing",1,total,A3501.03,1086,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Agriculture,2,total,A3501.03,756,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Commercial fishing,2,total,A3501.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Forestry & logging,2,total,A3501.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,"Agriculture, forestry, & fishing support services",2,total,A3501.03,282,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Mining,1,total,A3501.03,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's transport infrastructure: good,Manufacturing,1,total,A3501.03,1821,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,"Food, beverage, & tobacco",2,total,A3501.03,324,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,"Textile, clothing, footwear, & leather",2,total,A3501.03,66,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Wood & paper product,2,total,A3501.03,210,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,"Printing, publishing, & recorded media",2,total,A3501.03,66,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,"Petroleum, coal, chemical, & associated product",2,total,A3501.03,192,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Non-metallic mineral product,2,total,A3501.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Metal product,2,total,A3501.03,381,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Transport and industrial machinery & equipment,2,total,A3501.03,330,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Other machinery & equipment,2,total,A3501.03,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Other manufacturing,2,total,A3501.03,135,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,"Electricity, gas, water, & waste services",1,total,A3501.03,54,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's transport infrastructure: good,Construction,1,total,A3501.03,1995,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Wholesale trade,1,total,A3501.03,681,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Machinery & equipment wholesaling,2,total,A3501.03,225,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Other wholesale trade,2,total,A3501.03,453,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Retail trade,1,total,A3501.03,1686,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Accommodation & food services,1,total,A3501.03,1884,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,"Transport, postal, & warehousing",1,total,A3501.03,369,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Information media & telecommunications,1,total,A3501.03,156,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Publishing,2,total,A3501.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Motion picture,2,total,A3501.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Telecommunications,2,total,A3501.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Financial & insurance services,1,total,A3501.03,186,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Finance,2,total,A3501.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Insurance,2,total,A3501.03,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Auxiliary,2,total,A3501.03,117,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,"Rental, hiring, & real estate services",1,total,A3501.03,267,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,"Professional, scientific, & technical services",1,total,A3501.03,1299,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Computer systems design,2,total,A3501.03,303,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Other professional scientific,2,total,A3501.03,999,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Administrative & support services,1,total,A3501.03,462,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Education & training,1,total,A3501.03,390,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Health care & social assistance,1,total,A3501.03,1020,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Arts & recreation services,1,total,A3501.03,135,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,Other services,1,total,A3501.03,387,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: good,total,0,total,A3501.03,13899,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,total,0,619 employees,A3501.04,1908,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: Don't know,total,0,2049 employees,A3501.04,213,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: Don't know,total,0,5099 employees,A3501.04,111,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: Don't know,total,0,100+ employees,A3501.04,75,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's transport infrastructure: Don't know,"Agriculture, forestry, & fishing",1,total,A3501.04,252,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Agriculture,2,total,A3501.04,168,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Commercial fishing,2,total,A3501.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Forestry & logging,2,total,A3501.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3501.04,84,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Mining,1,total,A3501.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's transport infrastructure: Don't know,Manufacturing,1,total,A3501.04,270,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,"Food, beverage, & tobacco",2,total,A3501.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,"Textile, clothing, footwear, & leather",2,total,A3501.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Wood & paper product,2,total,A3501.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,"Printing, publishing, & recorded media",2,total,A3501.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Non-metallic mineral product,2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Metal product,2,total,A3501.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Transport and industrial machinery & equipment,2,total,A3501.04,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Other machinery & equipment,2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Other manufacturing,2,total,A3501.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,"Electricity, gas, water, & waste services",1,total,A3501.04,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's transport infrastructure: Don't know,Construction,1,total,A3501.04,303,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Wholesale trade,1,total,A3501.04,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Machinery & equipment wholesaling,2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Other wholesale trade,2,total,A3501.04,60,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Retail trade,1,total,A3501.04,75,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Accommodation & food services,1,total,A3501.04,399,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,"Transport, postal, & warehousing",1,total,A3501.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Information media & telecommunications,1,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Publishing,2,total,A3501.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Motion picture,2,total,A3501.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Telecommunications,2,total,A3501.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Financial & insurance services,1,total,A3501.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Finance,2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Insurance,2,total,A3501.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Auxiliary,2,total,A3501.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,"Rental, hiring, & real estate services",1,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,"Professional, scientific, & technical services",1,total,A3501.04,252,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Computer systems design,2,total,A3501.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Other professional scientific,2,total,A3501.04,177,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Administrative & support services,1,total,A3501.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Education & training,1,total,A3501.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Health care & social assistance,1,total,A3501.04,168,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Arts & recreation services,1,total,A3501.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,Other services,1,total,A3501.04,108,,Number of businesses,1 and 2 and 3 and 6 +Business location's transport infrastructure: Don't know,total,0,total,A3501.04,2304,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,total,0,619 employees,A3502.01,4050,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: bad,total,0,2049 employees,A3502.01,897,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: bad,total,0,5099 employees,A3502.01,207,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: bad,total,0,100+ employees,A3502.01,99,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: bad,"Agriculture, forestry, & fishing",1,total,A3502.01,1455,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Agriculture,2,total,A3502.01,1041,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Commercial fishing,2,total,A3502.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Forestry & logging,2,total,A3502.01,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,"Agriculture, forestry, & fishing support services",2,total,A3502.01,327,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Mining,1,total,A3502.01,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's ICT: bad,Manufacturing,1,total,A3502.01,465,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,"Food, beverage, & tobacco",2,total,A3502.01,183,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,"Textile, clothing, footwear, & leather",2,total,A3502.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Wood & paper product,2,total,A3502.01,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,"Printing, publishing, & recorded media",2,total,A3502.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,"Petroleum, coal, chemical, & associated product",2,total,A3502.01,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Non-metallic mineral product,2,total,A3502.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Metal product,2,total,A3502.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Transport and industrial machinery & equipment,2,total,A3502.01,90,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Other machinery & equipment,2,total,A3502.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Other manufacturing,2,total,A3502.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,"Electricity, gas, water, & waste services",1,total,A3502.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's ICT: bad,Construction,1,total,A3502.01,978,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Wholesale trade,1,total,A3502.01,225,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Machinery & equipment wholesaling,2,total,A3502.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Other wholesale trade,2,total,A3502.01,168,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Retail trade,1,total,A3502.01,285,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Accommodation & food services,1,total,A3502.01,627,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,"Transport, postal, & warehousing",1,total,A3502.01,225,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Information media & telecommunications,1,total,A3502.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Publishing,2,total,A3502.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Motion picture,2,total,A3502.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Telecommunications,2,total,A3502.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Financial & insurance services,1,total,A3502.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Finance,2,total,A3502.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Insurance,2,total,A3502.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Auxiliary,2,total,A3502.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,"Rental, hiring, & real estate services",1,total,A3502.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,"Professional, scientific, & technical services",1,total,A3502.01,249,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Computer systems design,2,total,A3502.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Other professional scientific,2,total,A3502.01,240,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Administrative & support services,1,total,A3502.01,120,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Education & training,1,total,A3502.01,90,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Health care & social assistance,1,total,A3502.01,141,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Arts & recreation services,1,total,A3502.01,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,Other services,1,total,A3502.01,132,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: bad,total,0,total,A3502.01,5250,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,total,0,619 employees,A3502.02,9333,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: neither bad or good,total,0,2049 employees,A3502.02,2223,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: neither bad or good,total,0,5099 employees,A3502.02,612,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: neither bad or good,total,0,100+ employees,A3502.02,528,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3502.02,1077,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Agriculture,2,total,A3502.02,630,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Commercial fishing,2,total,A3502.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Forestry & logging,2,total,A3502.02,117,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3502.02,306,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Mining,1,total,A3502.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's ICT: neither bad or good,Manufacturing,1,total,A3502.02,1290,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,"Food, beverage, & tobacco",2,total,A3502.02,324,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3502.02,60,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Wood & paper product,2,total,A3502.02,138,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,"Printing, publishing, & recorded media",2,total,A3502.02,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3502.02,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Non-metallic mineral product,2,total,A3502.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Metal product,2,total,A3502.02,207,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Transport and industrial machinery & equipment,2,total,A3502.02,207,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Other machinery & equipment,2,total,A3502.02,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Other manufacturing,2,total,A3502.02,108,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3502.02,69,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's ICT: neither bad or good,Construction,1,total,A3502.02,2112,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Wholesale trade,1,total,A3502.02,765,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Machinery & equipment wholesaling,2,total,A3502.02,249,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Other wholesale trade,2,total,A3502.02,516,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Retail trade,1,total,A3502.02,1557,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Accommodation & food services,1,total,A3502.02,1809,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,"Transport, postal, & warehousing",1,total,A3502.02,501,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Information media & telecommunications,1,total,A3502.02,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Publishing,2,total,A3502.02,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Motion picture,2,total,A3502.02,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Telecommunications,2,total,A3502.02,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Financial & insurance services,1,total,A3502.02,123,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Finance,2,total,A3502.02,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Insurance,2,total,A3502.02,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Auxiliary,2,total,A3502.02,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,"Rental, hiring, & real estate services",1,total,A3502.02,357,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,"Professional, scientific, & technical services",1,total,A3502.02,918,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Computer systems design,2,total,A3502.02,126,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Other professional scientific,2,total,A3502.02,795,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Administrative & support services,1,total,A3502.02,528,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Education & training,1,total,A3502.02,321,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Health care & social assistance,1,total,A3502.02,660,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Arts & recreation services,1,total,A3502.02,153,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,Other services,1,total,A3502.02,324,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: neither bad or good,total,0,total,A3502.02,12696,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,total,0,619 employees,A3502.03,20853,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: good,total,0,2049 employees,A3502.03,5514,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: good,total,0,5099 employees,A3502.03,1653,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: good,total,0,100+ employees,A3502.03,1413,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: good,"Agriculture, forestry, & fishing",1,total,A3502.03,1089,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Agriculture,2,total,A3502.03,699,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Commercial fishing,2,total,A3502.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Forestry & logging,2,total,A3502.03,66,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,"Agriculture, forestry, & fishing support services",2,total,A3502.03,312,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Mining,1,total,A3502.03,36,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's ICT: good,Manufacturing,1,total,A3502.03,3432,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,"Food, beverage, & tobacco",2,total,A3502.03,675,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,"Textile, clothing, footwear, & leather",2,total,A3502.03,171,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Wood & paper product,2,total,A3502.03,348,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,"Printing, publishing, & recorded media",2,total,A3502.03,138,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,"Petroleum, coal, chemical, & associated product",2,total,A3502.03,303,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Non-metallic mineral product,2,total,A3502.03,102,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Metal product,2,total,A3502.03,684,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Transport and industrial machinery & equipment,2,total,A3502.03,612,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Other machinery & equipment,2,total,A3502.03,162,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Other manufacturing,2,total,A3502.03,234,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,"Electricity, gas, water, & waste services",1,total,A3502.03,108,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's ICT: good,Construction,1,total,A3502.03,4236,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Wholesale trade,1,total,A3502.03,2175,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Machinery & equipment wholesaling,2,total,A3502.03,645,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Other wholesale trade,2,total,A3502.03,1527,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Retail trade,1,total,A3502.03,3108,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Accommodation & food services,1,total,A3502.03,4017,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,"Transport, postal, & warehousing",1,total,A3502.03,909,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Information media & telecommunications,1,total,A3502.03,339,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Publishing,2,total,A3502.03,141,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Motion picture,2,total,A3502.03,93,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Telecommunications,2,total,A3502.03,105,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Financial & insurance services,1,total,A3502.03,531,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Finance,2,total,A3502.03,150,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Insurance,2,total,A3502.03,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Auxiliary,2,total,A3502.03,354,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,"Rental, hiring, & real estate services",1,total,A3502.03,597,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,"Professional, scientific, & technical services",1,total,A3502.03,3846,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Computer systems design,2,total,A3502.03,798,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Other professional scientific,2,total,A3502.03,3051,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Administrative & support services,1,total,A3502.03,1125,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Education & training,1,total,A3502.03,702,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Health care & social assistance,1,total,A3502.03,2010,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Arts & recreation services,1,total,A3502.03,321,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,Other services,1,total,A3502.03,846,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: good,total,0,total,A3502.03,29433,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,total,0,619 employees,A3502.04,1353,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: Don't know,total,0,2049 employees,A3502.04,156,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: Don't know,total,0,5099 employees,A3502.04,60,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: Don't know,total,0,100+ employees,A3502.04,66,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's ICT: Don't know,"Agriculture, forestry, & fishing",1,total,A3502.04,132,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Agriculture,2,total,A3502.04,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Commercial fishing,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Forestry & logging,2,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3502.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Mining,1,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's ICT: Don't know,Manufacturing,1,total,A3502.04,231,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,"Food, beverage, & tobacco",2,total,A3502.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,"Textile, clothing, footwear, & leather",2,total,A3502.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Wood & paper product,2,total,A3502.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,"Printing, publishing, & recorded media",2,total,A3502.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3502.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Non-metallic mineral product,2,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Metal product,2,total,A3502.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Transport and industrial machinery & equipment,2,total,A3502.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Other machinery & equipment,2,total,A3502.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Other manufacturing,2,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,"Electricity, gas, water, & waste services",1,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's ICT: Don't know,Construction,1,total,A3502.04,114,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Wholesale trade,1,total,A3502.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Machinery & equipment wholesaling,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Other wholesale trade,2,total,A3502.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Retail trade,1,total,A3502.04,120,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Accommodation & food services,1,total,A3502.04,321,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,"Transport, postal, & warehousing",1,total,A3502.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Information media & telecommunications,1,total,A3502.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Publishing,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Motion picture,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Telecommunications,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Financial & insurance services,1,total,A3502.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Finance,2,total,A3502.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Insurance,2,total,A3502.04,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Auxiliary,2,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,"Rental, hiring, & real estate services",1,total,A3502.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,"Professional, scientific, & technical services",1,total,A3502.04,201,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Computer systems design,2,total,A3502.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Other professional scientific,2,total,A3502.04,147,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Administrative & support services,1,total,A3502.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Education & training,1,total,A3502.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Health care & social assistance,1,total,A3502.04,108,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Arts & recreation services,1,total,A3502.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,Other services,1,total,A3502.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's ICT: Don't know,total,0,total,A3502.04,1635,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,total,0,619 employees,A3503.01,4395,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: bad,total,0,2049 employees,A3503.01,909,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: bad,total,0,5099 employees,A3503.01,267,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: bad,total,0,100+ employees,A3503.01,207,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: bad,"Agriculture, forestry, & fishing",1,total,A3503.01,501,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Agriculture,2,total,A3503.01,354,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Commercial fishing,2,total,A3503.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Forestry & logging,2,total,A3503.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,"Agriculture, forestry, & fishing support services",2,total,A3503.01,108,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Mining,1,total,A3503.01,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's water and waste infrastructure: bad,Manufacturing,1,total,A3503.01,600,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,"Food, beverage, & tobacco",2,total,A3503.01,219,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,"Textile, clothing, footwear, & leather",2,total,A3503.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Wood & paper product,2,total,A3503.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,"Printing, publishing, & recorded media",2,total,A3503.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,"Petroleum, coal, chemical, & associated product",2,total,A3503.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Non-metallic mineral product,2,total,A3503.01,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Metal product,2,total,A3503.01,93,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Transport and industrial machinery & equipment,2,total,A3503.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Other machinery & equipment,2,total,A3503.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Other manufacturing,2,total,A3503.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,"Electricity, gas, water, & waste services",1,total,A3503.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's water and waste infrastructure: bad,Construction,1,total,A3503.01,945,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Wholesale trade,1,total,A3503.01,309,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Machinery & equipment wholesaling,2,total,A3503.01,126,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Other wholesale trade,2,total,A3503.01,183,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Retail trade,1,total,A3503.01,636,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Accommodation & food services,1,total,A3503.01,945,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,"Transport, postal, & warehousing",1,total,A3503.01,165,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Information media & telecommunications,1,total,A3503.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Publishing,2,total,A3503.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Motion picture,2,total,A3503.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Telecommunications,2,total,A3503.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Financial & insurance services,1,total,A3503.01,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Finance,2,total,A3503.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Insurance,2,total,A3503.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Auxiliary,2,total,A3503.01,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,"Rental, hiring, & real estate services",1,total,A3503.01,168,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,"Professional, scientific, & technical services",1,total,A3503.01,645,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Computer systems design,2,total,A3503.01,120,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Other professional scientific,2,total,A3503.01,528,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Administrative & support services,1,total,A3503.01,201,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Education & training,1,total,A3503.01,105,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Health care & social assistance,1,total,A3503.01,216,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Arts & recreation services,1,total,A3503.01,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,Other services,1,total,A3503.01,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: bad,total,0,total,A3503.01,5778,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,total,0,619 employees,A3503.02,11175,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: neither bad or good,total,0,2049 employees,A3503.02,2874,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: neither bad or good,total,0,5099 employees,A3503.02,831,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: neither bad or good,total,0,100+ employees,A3503.02,714,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3503.02,1599,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Agriculture,2,total,A3503.02,1017,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Commercial fishing,2,total,A3503.02,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Forestry & logging,2,total,A3503.02,132,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3503.02,420,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Mining,1,total,A3503.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's water and waste infrastructure: neither bad or good,Manufacturing,1,total,A3503.02,1617,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,"Food, beverage, & tobacco",2,total,A3503.02,330,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3503.02,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Wood & paper product,2,total,A3503.02,213,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,"Printing, publishing, & recorded media",2,total,A3503.02,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3503.02,132,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Non-metallic mineral product,2,total,A3503.02,90,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Metal product,2,total,A3503.02,267,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Transport and industrial machinery & equipment,2,total,A3503.02,222,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Other machinery & equipment,2,total,A3503.02,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Other manufacturing,2,total,A3503.02,129,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3503.02,81,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's water and waste infrastructure: neither bad or good,Construction,1,total,A3503.02,2463,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Wholesale trade,1,total,A3503.02,1239,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Machinery & equipment wholesaling,2,total,A3503.02,342,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Other wholesale trade,2,total,A3503.02,894,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Retail trade,1,total,A3503.02,1560,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Accommodation & food services,1,total,A3503.02,1788,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,"Transport, postal, & warehousing",1,total,A3503.02,651,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Information media & telecommunications,1,total,A3503.02,150,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Publishing,2,total,A3503.02,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Motion picture,2,total,A3503.02,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Telecommunications,2,total,A3503.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Financial & insurance services,1,total,A3503.02,219,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Finance,2,total,A3503.02,69,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Insurance,2,total,A3503.02,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Auxiliary,2,total,A3503.02,144,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,"Rental, hiring, & real estate services",1,total,A3503.02,336,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,"Professional, scientific, & technical services",1,total,A3503.02,1512,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Computer systems design,2,total,A3503.02,270,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Other professional scientific,2,total,A3503.02,1245,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Administrative & support services,1,total,A3503.02,630,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Education & training,1,total,A3503.02,258,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Health care & social assistance,1,total,A3503.02,789,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Arts & recreation services,1,total,A3503.02,168,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,Other services,1,total,A3503.02,468,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: neither bad or good,total,0,total,A3503.02,15594,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,total,0,619 employees,A3503.03,17118,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: good,total,0,2049 employees,A3503.03,4545,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: good,total,0,5099 employees,A3503.03,1293,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: good,total,0,100+ employees,A3503.03,1053,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: good,"Agriculture, forestry, & fishing",1,total,A3503.03,1161,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Agriculture,2,total,A3503.03,762,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Commercial fishing,2,total,A3503.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Forestry & logging,2,total,A3503.03,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,"Agriculture, forestry, & fishing support services",2,total,A3503.03,324,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Mining,1,total,A3503.03,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's water and waste infrastructure: good,Manufacturing,1,total,A3503.03,2784,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,"Food, beverage, & tobacco",2,total,A3503.03,561,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,"Textile, clothing, footwear, & leather",2,total,A3503.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Wood & paper product,2,total,A3503.03,252,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,"Printing, publishing, & recorded media",2,total,A3503.03,96,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,"Petroleum, coal, chemical, & associated product",2,total,A3503.03,261,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Non-metallic mineral product,2,total,A3503.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Metal product,2,total,A3503.03,519,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Transport and industrial machinery & equipment,2,total,A3503.03,585,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Other machinery & equipment,2,total,A3503.03,135,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Other manufacturing,2,total,A3503.03,180,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,"Electricity, gas, water, & waste services",1,total,A3503.03,84,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's water and waste infrastructure: good,Construction,1,total,A3503.03,3525,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Wholesale trade,1,total,A3503.03,1563,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Machinery & equipment wholesaling,2,total,A3503.03,459,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Other wholesale trade,2,total,A3503.03,1101,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Retail trade,1,total,A3503.03,2589,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Accommodation & food services,1,total,A3503.03,3642,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,"Transport, postal, & warehousing",1,total,A3503.03,765,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Information media & telecommunications,1,total,A3503.03,234,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Publishing,2,total,A3503.03,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Motion picture,2,total,A3503.03,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Telecommunications,2,total,A3503.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Financial & insurance services,1,total,A3503.03,363,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Finance,2,total,A3503.03,111,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Insurance,2,total,A3503.03,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Auxiliary,2,total,A3503.03,231,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,"Rental, hiring, & real estate services",1,total,A3503.03,489,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,"Professional, scientific, & technical services",1,total,A3503.03,2574,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Computer systems design,2,total,A3503.03,495,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Other professional scientific,2,total,A3503.03,2082,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Administrative & support services,1,total,A3503.03,807,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Education & training,1,total,A3503.03,678,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Health care & social assistance,1,total,A3503.03,1746,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Arts & recreation services,1,total,A3503.03,270,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,Other services,1,total,A3503.03,681,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: good,total,0,total,A3503.03,24009,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,total,0,619 employees,A3503.04,2877,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: Don't know,total,0,2049 employees,A3503.04,465,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: Don't know,total,0,5099 employees,A3503.04,138,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: Don't know,total,0,100+ employees,A3503.04,132,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's water and waste infrastructure: Don't know,"Agriculture, forestry, & fishing",1,total,A3503.04,495,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Agriculture,2,total,A3503.04,321,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Commercial fishing,2,total,A3503.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Forestry & logging,2,total,A3503.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3503.04,132,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Mining,1,total,A3503.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's water and waste infrastructure: Don't know,Manufacturing,1,total,A3503.04,417,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,"Food, beverage, & tobacco",2,total,A3503.04,120,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,"Textile, clothing, footwear, & leather",2,total,A3503.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Wood & paper product,2,total,A3503.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,"Printing, publishing, & recorded media",2,total,A3503.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3503.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Non-metallic mineral product,2,total,A3503.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Metal product,2,total,A3503.04,117,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Transport and industrial machinery & equipment,2,total,A3503.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Other machinery & equipment,2,total,A3503.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Other manufacturing,2,total,A3503.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,"Electricity, gas, water, & waste services",1,total,A3503.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's water and waste infrastructure: Don't know,Construction,1,total,A3503.04,507,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Wholesale trade,1,total,A3503.04,117,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Machinery & equipment wholesaling,2,total,A3503.04,24,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Other wholesale trade,2,total,A3503.04,93,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Retail trade,1,total,A3503.04,282,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Accommodation & food services,1,total,A3503.04,396,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,"Transport, postal, & warehousing",1,total,A3503.04,93,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Information media & telecommunications,1,total,A3503.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Publishing,2,total,A3503.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Motion picture,2,total,A3503.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Telecommunications,2,total,A3503.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Financial & insurance services,1,total,A3503.04,51,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Finance,2,total,A3503.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Insurance,2,total,A3503.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Auxiliary,2,total,A3503.04,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,"Rental, hiring, & real estate services",1,total,A3503.04,51,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,"Professional, scientific, & technical services",1,total,A3503.04,459,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Computer systems design,2,total,A3503.04,108,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Other professional scientific,2,total,A3503.04,354,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Administrative & support services,1,total,A3503.04,204,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Education & training,1,total,A3503.04,144,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Health care & social assistance,1,total,A3503.04,168,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Arts & recreation services,1,total,A3503.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,Other services,1,total,A3503.04,132,,Number of businesses,1 and 2 and 3 and 6 +Business location's water and waste infrastructure: Don't know,total,0,total,A3503.04,3612,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,total,0,619 employees,A3504.01,8946,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: bad,total,0,2049 employees,A3504.01,2139,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: bad,total,0,5099 employees,A3504.01,621,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: bad,total,0,100+ employees,A3504.01,441,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: bad,"Agriculture, forestry, & fishing",1,total,A3504.01,1071,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Agriculture,2,total,A3504.01,825,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Commercial fishing,2,total,A3504.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Forestry & logging,2,total,A3504.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,"Agriculture, forestry, & fishing support services",2,total,A3504.01,183,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Mining,1,total,A3504.01,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's local body planning and regulatory processes: bad,Manufacturing,1,total,A3504.01,1398,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,"Food, beverage, & tobacco",2,total,A3504.01,363,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,"Textile, clothing, footwear, & leather",2,total,A3504.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Wood & paper product,2,total,A3504.01,150,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,"Printing, publishing, & recorded media",2,total,A3504.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,"Petroleum, coal, chemical, & associated product",2,total,A3504.01,87,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Non-metallic mineral product,2,total,A3504.01,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Metal product,2,total,A3504.01,246,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Transport and industrial machinery & equipment,2,total,A3504.01,225,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Other machinery & equipment,2,total,A3504.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Other manufacturing,2,total,A3504.01,114,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,"Electricity, gas, water, & waste services",1,total,A3504.01,57,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's local body planning and regulatory processes: bad,Construction,1,total,A3504.01,2004,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Wholesale trade,1,total,A3504.01,774,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Machinery & equipment wholesaling,2,total,A3504.01,300,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Other wholesale trade,2,total,A3504.01,471,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Retail trade,1,total,A3504.01,1251,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Accommodation & food services,1,total,A3504.01,1746,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,"Transport, postal, & warehousing",1,total,A3504.01,393,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Information media & telecommunications,1,total,A3504.01,87,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Publishing,2,total,A3504.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Motion picture,2,total,A3504.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Telecommunications,2,total,A3504.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Financial & insurance services,1,total,A3504.01,162,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Finance,2,total,A3504.01,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Insurance,2,total,A3504.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Auxiliary,2,total,A3504.01,117,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,"Rental, hiring, & real estate services",1,total,A3504.01,333,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,"Professional, scientific, & technical services",1,total,A3504.01,1284,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Computer systems design,2,total,A3504.01,177,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Other professional scientific,2,total,A3504.01,1110,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Administrative & support services,1,total,A3504.01,426,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Education & training,1,total,A3504.01,174,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Health care & social assistance,1,total,A3504.01,453,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Arts & recreation services,1,total,A3504.01,135,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,Other services,1,total,A3504.01,345,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: bad,total,0,total,A3504.01,12147,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,total,0,619 employees,A3504.02,12525,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: neither bad or good,total,0,2049 employees,A3504.02,3288,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: neither bad or good,total,0,5099 employees,A3504.02,957,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: neither bad or good,total,0,100+ employees,A3504.02,879,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3504.02,1602,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Agriculture,2,total,A3504.02,1014,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Commercial fishing,2,total,A3504.02,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Forestry & logging,2,total,A3504.02,114,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3504.02,453,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Mining,1,total,A3504.02,54,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Manufacturing,1,total,A3504.02,1866,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Food, beverage, & tobacco",2,total,A3504.02,414,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3504.02,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Wood & paper product,2,total,A3504.02,240,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Printing, publishing, & recorded media",2,total,A3504.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3504.02,159,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Non-metallic mineral product,2,total,A3504.02,84,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Metal product,2,total,A3504.02,348,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Transport and industrial machinery & equipment,2,total,A3504.02,297,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Other machinery & equipment,2,total,A3504.02,84,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Other manufacturing,2,total,A3504.02,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3504.02,87,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Construction,1,total,A3504.02,2997,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Wholesale trade,1,total,A3504.02,1281,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Machinery & equipment wholesaling,2,total,A3504.02,261,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Other wholesale trade,2,total,A3504.02,1020,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Retail trade,1,total,A3504.02,1644,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Accommodation & food services,1,total,A3504.02,2052,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Transport, postal, & warehousing",1,total,A3504.02,798,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Information media & telecommunications,1,total,A3504.02,138,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Publishing,2,total,A3504.02,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Motion picture,2,total,A3504.02,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Telecommunications,2,total,A3504.02,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Financial & insurance services,1,total,A3504.02,231,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Finance,2,total,A3504.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Insurance,2,total,A3504.02,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Auxiliary,2,total,A3504.02,132,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Rental, hiring, & real estate services",1,total,A3504.02,342,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,"Professional, scientific, & technical services",1,total,A3504.02,1905,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Computer systems design,2,total,A3504.02,291,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Other professional scientific,2,total,A3504.02,1617,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Administrative & support services,1,total,A3504.02,597,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Education & training,1,total,A3504.02,405,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Health care & social assistance,1,total,A3504.02,930,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Arts & recreation services,1,total,A3504.02,204,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,Other services,1,total,A3504.02,510,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: neither bad or good,total,0,total,A3504.02,17649,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,total,0,619 employees,A3504.03,6813,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: good,total,0,2049 employees,A3504.03,1854,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: good,total,0,5099 employees,A3504.03,567,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: good,total,0,100+ employees,A3504.03,504,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: good,"Agriculture, forestry, & fishing",1,total,A3504.03,477,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Agriculture,2,total,A3504.03,279,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Commercial fishing,2,total,A3504.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Forestry & logging,2,total,A3504.03,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,"Agriculture, forestry, & fishing support services",2,total,A3504.03,165,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Mining,1,total,A3504.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's local body planning and regulatory processes: good,Manufacturing,1,total,A3504.03,930,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,"Food, beverage, & tobacco",2,total,A3504.03,231,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,"Textile, clothing, footwear, & leather",2,total,A3504.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Wood & paper product,2,total,A3504.03,105,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,"Printing, publishing, & recorded media",2,total,A3504.03,24,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,"Petroleum, coal, chemical, & associated product",2,total,A3504.03,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Non-metallic mineral product,2,total,A3504.03,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Metal product,2,total,A3504.03,144,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Transport and industrial machinery & equipment,2,total,A3504.03,156,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Other machinery & equipment,2,total,A3504.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Other manufacturing,2,total,A3504.03,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,"Electricity, gas, water, & waste services",1,total,A3504.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's local body planning and regulatory processes: good,Construction,1,total,A3504.03,1116,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Wholesale trade,1,total,A3504.03,615,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Machinery & equipment wholesaling,2,total,A3504.03,243,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Other wholesale trade,2,total,A3504.03,372,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Retail trade,1,total,A3504.03,1008,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Accommodation & food services,1,total,A3504.03,1965,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,"Transport, postal, & warehousing",1,total,A3504.03,249,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Information media & telecommunications,1,total,A3504.03,123,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Publishing,2,total,A3504.03,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Motion picture,2,total,A3504.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Telecommunications,2,total,A3504.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Financial & insurance services,1,total,A3504.03,138,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Finance,2,total,A3504.03,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Insurance,2,total,A3504.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Auxiliary,2,total,A3504.03,96,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,"Rental, hiring, & real estate services",1,total,A3504.03,249,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,"Professional, scientific, & technical services",1,total,A3504.03,948,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Computer systems design,2,total,A3504.03,228,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Other professional scientific,2,total,A3504.03,723,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Administrative & support services,1,total,A3504.03,348,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Education & training,1,total,A3504.03,285,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Health care & social assistance,1,total,A3504.03,891,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Arts & recreation services,1,total,A3504.03,126,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,Other services,1,total,A3504.03,216,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: good,total,0,total,A3504.03,9741,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,total,0,619 employees,A3504.04,7293,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: Don't know,total,0,2049 employees,A3504.04,1506,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: Don't know,total,0,5099 employees,A3504.04,387,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: Don't know,total,0,100+ employees,A3504.04,279,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's local body planning and regulatory processes: Don't know,"Agriculture, forestry, & fishing",1,total,A3504.04,606,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Agriculture,2,total,A3504.04,333,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Commercial fishing,2,total,A3504.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Forestry & logging,2,total,A3504.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3504.04,192,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Mining,1,total,A3504.04,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's local body planning and regulatory processes: Don't know,Manufacturing,1,total,A3504.04,1227,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,"Food, beverage, & tobacco",2,total,A3504.04,225,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,"Textile, clothing, footwear, & leather",2,total,A3504.04,87,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Wood & paper product,2,total,A3504.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,"Printing, publishing, & recorded media",2,total,A3504.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3504.04,102,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Non-metallic mineral product,2,total,A3504.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Metal product,2,total,A3504.04,261,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Transport and industrial machinery & equipment,2,total,A3504.04,267,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Other machinery & equipment,2,total,A3504.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Other manufacturing,2,total,A3504.04,111,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,"Electricity, gas, water, & waste services",1,total,A3504.04,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's local body planning and regulatory processes: Don't know,Construction,1,total,A3504.04,1323,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Wholesale trade,1,total,A3504.04,561,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Machinery & equipment wholesaling,2,total,A3504.04,147,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Other wholesale trade,2,total,A3504.04,411,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Retail trade,1,total,A3504.04,1164,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Accommodation & food services,1,total,A3504.04,1008,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,"Transport, postal, & warehousing",1,total,A3504.04,234,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Information media & telecommunications,1,total,A3504.04,111,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Publishing,2,total,A3504.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Motion picture,2,total,A3504.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Telecommunications,2,total,A3504.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Financial & insurance services,1,total,A3504.04,159,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Finance,2,total,A3504.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Insurance,2,total,A3504.04,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Auxiliary,2,total,A3504.04,105,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,"Rental, hiring, & real estate services",1,total,A3504.04,120,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,"Professional, scientific, & technical services",1,total,A3504.04,1053,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Computer systems design,2,total,A3504.04,300,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Other professional scientific,2,total,A3504.04,759,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Administrative & support services,1,total,A3504.04,471,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Education & training,1,total,A3504.04,318,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Health care & social assistance,1,total,A3504.04,645,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Arts & recreation services,1,total,A3504.04,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,Other services,1,total,A3504.04,309,,Number of businesses,1 and 2 and 3 and 6 +Business location's local body planning and regulatory processes: Don't know,total,0,total,A3504.04,9465,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,total,0,619 employees,A3505.01,13125,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: bad,total,0,2049 employees,A3505.01,3609,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: bad,total,0,5099 employees,A3505.01,978,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: bad,total,0,100+ employees,A3505.01,693,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: bad,"Agriculture, forestry, & fishing",1,total,A3505.01,1374,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Agriculture,2,total,A3505.01,909,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Commercial fishing,2,total,A3505.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Forestry & logging,2,total,A3505.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,"Agriculture, forestry, & fishing support services",2,total,A3505.01,366,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Mining,1,total,A3505.01,45,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's skilled labour market: bad,Manufacturing,1,total,A3505.01,2304,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,"Food, beverage, & tobacco",2,total,A3505.01,438,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,"Textile, clothing, footwear, & leather",2,total,A3505.01,93,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Wood & paper product,2,total,A3505.01,249,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,"Printing, publishing, & recorded media",2,total,A3505.01,51,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,"Petroleum, coal, chemical, & associated product",2,total,A3505.01,153,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Non-metallic mineral product,2,total,A3505.01,93,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Metal product,2,total,A3505.01,456,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Transport and industrial machinery & equipment,2,total,A3505.01,507,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Other machinery & equipment,2,total,A3505.01,90,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Other manufacturing,2,total,A3505.01,171,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,"Electricity, gas, water, & waste services",1,total,A3505.01,78,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's skilled labour market: bad,Construction,1,total,A3505.01,3057,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Wholesale trade,1,total,A3505.01,1002,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Machinery & equipment wholesaling,2,total,A3505.01,339,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Other wholesale trade,2,total,A3505.01,663,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Retail trade,1,total,A3505.01,1686,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Accommodation & food services,1,total,A3505.01,3153,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,"Transport, postal, & warehousing",1,total,A3505.01,789,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Information media & telecommunications,1,total,A3505.01,87,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Publishing,2,total,A3505.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Motion picture,2,total,A3505.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Telecommunications,2,total,A3505.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Financial & insurance services,1,total,A3505.01,138,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Finance,2,total,A3505.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Insurance,2,total,A3505.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Auxiliary,2,total,A3505.01,102,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,"Rental, hiring, & real estate services",1,total,A3505.01,246,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,"Professional, scientific, & technical services",1,total,A3505.01,1263,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Computer systems design,2,total,A3505.01,198,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Other professional scientific,2,total,A3505.01,1068,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Administrative & support services,1,total,A3505.01,624,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Education & training,1,total,A3505.01,417,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Health care & social assistance,1,total,A3505.01,1149,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Arts & recreation services,1,total,A3505.01,180,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,Other services,1,total,A3505.01,810,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: bad,total,0,total,A3505.01,18408,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,total,0,619 employees,A3505.02,13290,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: neither bad or good,total,0,2049 employees,A3505.02,3297,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: neither bad or good,total,0,5099 employees,A3505.02,963,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: neither bad or good,total,0,100+ employees,A3505.02,858,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3505.02,1473,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Agriculture,2,total,A3505.02,990,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Commercial fishing,2,total,A3505.02,24,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Forestry & logging,2,total,A3505.02,120,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3505.02,342,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Mining,1,total,A3505.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's skilled labour market: neither bad or good,Manufacturing,1,total,A3505.02,1929,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,"Food, beverage, & tobacco",2,total,A3505.02,456,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3505.02,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Wood & paper product,2,total,A3505.02,180,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,"Printing, publishing, & recorded media",2,total,A3505.02,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3505.02,165,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Non-metallic mineral product,2,total,A3505.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Metal product,2,total,A3505.02,360,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Transport and industrial machinery & equipment,2,total,A3505.02,297,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Other machinery & equipment,2,total,A3505.02,87,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Other manufacturing,2,total,A3505.02,132,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3505.02,87,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's skilled labour market: neither bad or good,Construction,1,total,A3505.02,2796,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Wholesale trade,1,total,A3505.02,1377,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Machinery & equipment wholesaling,2,total,A3505.02,339,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Other wholesale trade,2,total,A3505.02,1038,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Retail trade,1,total,A3505.02,2190,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Accommodation & food services,1,total,A3505.02,2283,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,"Transport, postal, & warehousing",1,total,A3505.02,558,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Information media & telecommunications,1,total,A3505.02,177,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Publishing,2,total,A3505.02,75,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Motion picture,2,total,A3505.02,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Telecommunications,2,total,A3505.02,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Financial & insurance services,1,total,A3505.02,255,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Finance,2,total,A3505.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Insurance,2,total,A3505.02,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Auxiliary,2,total,A3505.02,150,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,"Rental, hiring, & real estate services",1,total,A3505.02,480,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,"Professional, scientific, & technical services",1,total,A3505.02,2310,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Computer systems design,2,total,A3505.02,429,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Other professional scientific,2,total,A3505.02,1884,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Administrative & support services,1,total,A3505.02,660,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Education & training,1,total,A3505.02,414,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Health care & social assistance,1,total,A3505.02,870,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Arts & recreation services,1,total,A3505.02,183,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,Other services,1,total,A3505.02,297,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: neither bad or good,total,0,total,A3505.02,18414,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,total,0,619 employees,A3505.03,5691,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: good,total,0,2049 employees,A3505.03,1431,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: good,total,0,5099 employees,A3505.03,477,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: good,total,0,100+ employees,A3505.03,441,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: good,"Agriculture, forestry, & fishing",1,total,A3505.03,558,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Agriculture,2,total,A3505.03,336,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Commercial fishing,2,total,A3505.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Forestry & logging,2,total,A3505.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,"Agriculture, forestry, & fishing support services",2,total,A3505.03,174,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Mining,1,total,A3505.03,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's skilled labour market: good,Manufacturing,1,total,A3505.03,567,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,"Food, beverage, & tobacco",2,total,A3505.03,180,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,"Textile, clothing, footwear, & leather",2,total,A3505.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Wood & paper product,2,total,A3505.03,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,"Printing, publishing, & recorded media",2,total,A3505.03,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,"Petroleum, coal, chemical, & associated product",2,total,A3505.03,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Non-metallic mineral product,2,total,A3505.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Metal product,2,total,A3505.03,84,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Transport and industrial machinery & equipment,2,total,A3505.03,60,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Other machinery & equipment,2,total,A3505.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Other manufacturing,2,total,A3505.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,"Electricity, gas, water, & waste services",1,total,A3505.03,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's skilled labour market: good,Construction,1,total,A3505.03,1026,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Wholesale trade,1,total,A3505.03,627,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Machinery & equipment wholesaling,2,total,A3505.03,192,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Other wholesale trade,2,total,A3505.03,435,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Retail trade,1,total,A3505.03,627,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Accommodation & food services,1,total,A3505.03,945,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,"Transport, postal, & warehousing",1,total,A3505.03,174,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Information media & telecommunications,1,total,A3505.03,156,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Publishing,2,total,A3505.03,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Motion picture,2,total,A3505.03,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Telecommunications,2,total,A3505.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Financial & insurance services,1,total,A3505.03,252,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Finance,2,total,A3505.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Insurance,2,total,A3505.03,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Auxiliary,2,total,A3505.03,171,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,"Rental, hiring, & real estate services",1,total,A3505.03,216,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,"Professional, scientific, & technical services",1,total,A3505.03,1311,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Computer systems design,2,total,A3505.03,297,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Other professional scientific,2,total,A3505.03,1014,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Administrative & support services,1,total,A3505.03,384,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Education & training,1,total,A3505.03,252,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Health care & social assistance,1,total,A3505.03,573,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Arts & recreation services,1,total,A3505.03,147,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,Other services,1,total,A3505.03,174,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: good,total,0,total,A3505.03,8037,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,total,0,619 employees,A3505.04,3600,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: Don't know,total,0,2049 employees,A3505.04,456,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: Don't know,total,0,5099 employees,A3505.04,114,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: Don't know,total,0,100+ employees,A3505.04,108,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's skilled labour market: Don't know,"Agriculture, forestry, & fishing",1,total,A3505.04,348,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Agriculture,2,total,A3505.04,219,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Commercial fishing,2,total,A3505.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Forestry & logging,2,total,A3505.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3505.04,102,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Mining,1,total,A3505.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's skilled labour market: Don't know,Manufacturing,1,total,A3505.04,621,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,"Food, beverage, & tobacco",2,total,A3505.04,156,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,"Textile, clothing, footwear, & leather",2,total,A3505.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Wood & paper product,2,total,A3505.04,51,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,"Printing, publishing, & recorded media",2,total,A3505.04,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3505.04,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Non-metallic mineral product,2,total,A3505.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Metal product,2,total,A3505.04,102,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Transport and industrial machinery & equipment,2,total,A3505.04,84,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Other machinery & equipment,2,total,A3505.04,24,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Other manufacturing,2,total,A3505.04,51,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,"Electricity, gas, water, & waste services",1,total,A3505.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's skilled labour market: Don't know,Construction,1,total,A3505.04,564,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Wholesale trade,1,total,A3505.04,219,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Machinery & equipment wholesaling,2,total,A3505.04,84,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Other wholesale trade,2,total,A3505.04,135,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Retail trade,1,total,A3505.04,567,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Accommodation & food services,1,total,A3505.04,534,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,"Transport, postal, & warehousing",1,total,A3505.04,156,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Information media & telecommunications,1,total,A3505.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Publishing,2,total,A3505.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Motion picture,2,total,A3505.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Telecommunications,2,total,A3505.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Financial & insurance services,1,total,A3505.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Finance,2,total,A3505.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Insurance,2,total,A3505.04,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Auxiliary,2,total,A3505.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,"Rental, hiring, & real estate services",1,total,A3505.04,105,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,"Professional, scientific, & technical services",1,total,A3505.04,306,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Computer systems design,2,total,A3505.04,69,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Other professional scientific,2,total,A3505.04,240,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Administrative & support services,1,total,A3505.04,171,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Education & training,1,total,A3505.04,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Health care & social assistance,1,total,A3505.04,330,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Arts & recreation services,1,total,A3505.04,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,Other services,1,total,A3505.04,96,,Number of businesses,1 and 2 and 3 and 6 +Business location's skilled labour market: Don't know,total,0,total,A3505.04,4281,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,total,0,619 employees,A3506.01,6222,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: bad,total,0,2049 employees,A3506.01,1974,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: bad,total,0,5099 employees,A3506.01,561,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: bad,total,0,100+ employees,A3506.01,462,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: bad,"Agriculture, forestry, & fishing",1,total,A3506.01,843,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Agriculture,2,total,A3506.01,543,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Commercial fishing,2,total,A3506.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Forestry & logging,2,total,A3506.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,"Agriculture, forestry, & fishing support services",2,total,A3506.01,246,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Mining,1,total,A3506.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's unskilled labour market: bad,Manufacturing,1,total,A3506.01,1371,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,"Food, beverage, & tobacco",2,total,A3506.01,312,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,"Textile, clothing, footwear, & leather",2,total,A3506.01,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Wood & paper product,2,total,A3506.01,144,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,"Printing, publishing, & recorded media",2,total,A3506.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,"Petroleum, coal, chemical, & associated product",2,total,A3506.01,126,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Non-metallic mineral product,2,total,A3506.01,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Metal product,2,total,A3506.01,288,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Transport and industrial machinery & equipment,2,total,A3506.01,201,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Other machinery & equipment,2,total,A3506.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Other manufacturing,2,total,A3506.01,105,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,"Electricity, gas, water, & waste services",1,total,A3506.01,57,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's unskilled labour market: bad,Construction,1,total,A3506.01,1224,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Wholesale trade,1,total,A3506.01,600,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Machinery & equipment wholesaling,2,total,A3506.01,159,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Other wholesale trade,2,total,A3506.01,438,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Retail trade,1,total,A3506.01,879,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Accommodation & food services,1,total,A3506.01,1887,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,"Transport, postal, & warehousing",1,total,A3506.01,408,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Information media & telecommunications,1,total,A3506.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Publishing,2,total,A3506.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Motion picture,2,total,A3506.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Telecommunications,2,total,A3506.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Financial & insurance services,1,total,A3506.01,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Finance,2,total,A3506.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Insurance,2,total,A3506.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Auxiliary,2,total,A3506.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,"Rental, hiring, & real estate services",1,total,A3506.01,156,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,"Professional, scientific, & technical services",1,total,A3506.01,462,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Computer systems design,2,total,A3506.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Other professional scientific,2,total,A3506.01,444,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Administrative & support services,1,total,A3506.01,450,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Education & training,1,total,A3506.01,123,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Health care & social assistance,1,total,A3506.01,312,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Arts & recreation services,1,total,A3506.01,87,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,Other services,1,total,A3506.01,255,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: bad,total,0,total,A3506.01,9222,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,total,0,619 employees,A3506.02,14979,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: neither bad or good,total,0,2049 employees,A3506.02,3939,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: neither bad or good,total,0,5099 employees,A3506.02,1179,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: neither bad or good,total,0,100+ employees,A3506.02,975,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3506.02,1605,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Agriculture,2,total,A3506.02,1086,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Commercial fishing,2,total,A3506.02,24,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Forestry & logging,2,total,A3506.02,141,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3506.02,354,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Mining,1,total,A3506.02,72,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's unskilled labour market: neither bad or good,Manufacturing,1,total,A3506.02,2430,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,"Food, beverage, & tobacco",2,total,A3506.02,525,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3506.02,102,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Wood & paper product,2,total,A3506.02,231,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,"Printing, publishing, & recorded media",2,total,A3506.02,102,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3506.02,174,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Non-metallic mineral product,2,total,A3506.02,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Metal product,2,total,A3506.02,471,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Transport and industrial machinery & equipment,2,total,A3506.02,435,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Other machinery & equipment,2,total,A3506.02,111,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Other manufacturing,2,total,A3506.02,174,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3506.02,99,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's unskilled labour market: neither bad or good,Construction,1,total,A3506.02,3582,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Wholesale trade,1,total,A3506.02,1524,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Machinery & equipment wholesaling,2,total,A3506.02,357,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Other wholesale trade,2,total,A3506.02,1167,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Retail trade,1,total,A3506.02,2136,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Accommodation & food services,1,total,A3506.02,2760,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,"Transport, postal, & warehousing",1,total,A3506.02,723,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Information media & telecommunications,1,total,A3506.02,159,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Publishing,2,total,A3506.02,60,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Motion picture,2,total,A3506.02,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Telecommunications,2,total,A3506.02,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Financial & insurance services,1,total,A3506.02,255,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Finance,2,total,A3506.02,90,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Insurance,2,total,A3506.02,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Auxiliary,2,total,A3506.02,156,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,"Rental, hiring, & real estate services",1,total,A3506.02,414,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,"Professional, scientific, & technical services",1,total,A3506.02,1872,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Computer systems design,2,total,A3506.02,282,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Other professional scientific,2,total,A3506.02,1593,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Administrative & support services,1,total,A3506.02,675,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Education & training,1,total,A3506.02,561,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Health care & social assistance,1,total,A3506.02,1362,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Arts & recreation services,1,total,A3506.02,264,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,Other services,1,total,A3506.02,576,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: neither bad or good,total,0,total,A3506.02,21072,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,total,0,619 employees,A3506.03,6117,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: good,total,0,2049 employees,A3506.03,1593,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: good,total,0,5099 employees,A3506.03,453,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: good,total,0,100+ employees,A3506.03,384,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: good,"Agriculture, forestry, & fishing",1,total,A3506.03,765,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Agriculture,2,total,A3506.03,522,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Commercial fishing,2,total,A3506.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Forestry & logging,2,total,A3506.03,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,"Agriculture, forestry, & fishing support services",2,total,A3506.03,204,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Mining,1,total,A3506.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's unskilled labour market: good,Manufacturing,1,total,A3506.03,750,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,"Food, beverage, & tobacco",2,total,A3506.03,228,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,"Textile, clothing, footwear, & leather",2,total,A3506.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Wood & paper product,2,total,A3506.03,96,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,"Printing, publishing, & recorded media",2,total,A3506.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,"Petroleum, coal, chemical, & associated product",2,total,A3506.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Non-metallic mineral product,2,total,A3506.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Metal product,2,total,A3506.03,102,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Transport and industrial machinery & equipment,2,total,A3506.03,87,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Other machinery & equipment,2,total,A3506.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Other manufacturing,2,total,A3506.03,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,"Electricity, gas, water, & waste services",1,total,A3506.03,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's unskilled labour market: good,Construction,1,total,A3506.03,1302,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Wholesale trade,1,total,A3506.03,534,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Machinery & equipment wholesaling,2,total,A3506.03,147,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Other wholesale trade,2,total,A3506.03,387,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Retail trade,1,total,A3506.03,903,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Accommodation & food services,1,total,A3506.03,1206,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,"Transport, postal, & warehousing",1,total,A3506.03,216,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Information media & telecommunications,1,total,A3506.03,123,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Publishing,2,total,A3506.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Motion picture,2,total,A3506.03,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Telecommunications,2,total,A3506.03,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Financial & insurance services,1,total,A3506.03,168,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Finance,2,total,A3506.03,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Insurance,2,total,A3506.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Auxiliary,2,total,A3506.03,108,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,"Rental, hiring, & real estate services",1,total,A3506.03,255,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,"Professional, scientific, & technical services",1,total,A3506.03,738,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Computer systems design,2,total,A3506.03,144,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Other professional scientific,2,total,A3506.03,597,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Administrative & support services,1,total,A3506.03,381,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Education & training,1,total,A3506.03,198,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Health care & social assistance,1,total,A3506.03,633,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Arts & recreation services,1,total,A3506.03,138,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,Other services,1,total,A3506.03,198,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: good,total,0,total,A3506.03,8547,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,total,0,619 employees,A3506.04,8256,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: Don't know,total,0,2049 employees,A3506.04,1284,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: Don't know,total,0,5099 employees,A3506.04,339,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: Don't know,total,0,100+ employees,A3506.04,279,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's unskilled labour market: Don't know,"Agriculture, forestry, & fishing",1,total,A3506.04,543,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Agriculture,2,total,A3506.04,300,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Commercial fishing,2,total,A3506.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Forestry & logging,2,total,A3506.04,51,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3506.04,186,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Mining,1,total,A3506.04,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's unskilled labour market: Don't know,Manufacturing,1,total,A3506.04,867,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,"Food, beverage, & tobacco",2,total,A3506.04,165,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,"Textile, clothing, footwear, & leather",2,total,A3506.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Wood & paper product,2,total,A3506.04,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,"Printing, publishing, & recorded media",2,total,A3506.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3506.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Non-metallic mineral product,2,total,A3506.04,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Metal product,2,total,A3506.04,138,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Transport and industrial machinery & equipment,2,total,A3506.04,222,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Other machinery & equipment,2,total,A3506.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Other manufacturing,2,total,A3506.04,60,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,"Electricity, gas, water, & waste services",1,total,A3506.04,30,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's unskilled labour market: Don't know,Construction,1,total,A3506.04,1332,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Wholesale trade,1,total,A3506.04,573,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Machinery & equipment wholesaling,2,total,A3506.04,288,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Other wholesale trade,2,total,A3506.04,282,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Retail trade,1,total,A3506.04,1149,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Accommodation & food services,1,total,A3506.04,921,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,"Transport, postal, & warehousing",1,total,A3506.04,327,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Information media & telecommunications,1,total,A3506.04,150,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Publishing,2,total,A3506.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Motion picture,2,total,A3506.04,36,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Telecommunications,2,total,A3506.04,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Financial & insurance services,1,total,A3506.04,222,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Finance,2,total,A3506.04,66,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Insurance,2,total,A3506.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Auxiliary,2,total,A3506.04,150,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,"Rental, hiring, & real estate services",1,total,A3506.04,222,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,"Professional, scientific, & technical services",1,total,A3506.04,2115,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Computer systems design,2,total,A3506.04,543,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Other professional scientific,2,total,A3506.04,1572,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Administrative & support services,1,total,A3506.04,333,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Education & training,1,total,A3506.04,303,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Health care & social assistance,1,total,A3506.04,612,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Arts & recreation services,1,total,A3506.04,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,Other services,1,total,A3506.04,354,,Number of businesses,1 and 2 and 3 and 6 +Business location's unskilled labour market: Don't know,total,0,total,A3506.04,10158,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,total,0,619 employees,A3507.01,1974,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: bad,total,0,2049 employees,A3507.01,207,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: bad,total,0,5099 employees,A3507.01,54,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: bad,total,0,100+ employees,A3507.01,33,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: bad,"Agriculture, forestry, & fishing",1,total,A3507.01,150,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Agriculture,2,total,A3507.01,126,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Commercial fishing,2,total,A3507.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Forestry & logging,2,total,A3507.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,"Agriculture, forestry, & fishing support services",2,total,A3507.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Mining,1,total,A3507.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's business networks: bad,Manufacturing,1,total,A3507.01,159,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,"Food, beverage, & tobacco",2,total,A3507.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,"Textile, clothing, footwear, & leather",2,total,A3507.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Wood & paper product,2,total,A3507.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,"Printing, publishing, & recorded media",2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,"Petroleum, coal, chemical, & associated product",2,total,A3507.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Non-metallic mineral product,2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Metal product,2,total,A3507.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Transport and industrial machinery & equipment,2,total,A3507.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Other machinery & equipment,2,total,A3507.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Other manufacturing,2,total,A3507.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,"Electricity, gas, water, & waste services",1,total,A3507.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's business networks: bad,Construction,1,total,A3507.01,300,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Wholesale trade,1,total,A3507.01,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Machinery & equipment wholesaling,2,total,A3507.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Other wholesale trade,2,total,A3507.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Retail trade,1,total,A3507.01,336,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Accommodation & food services,1,total,A3507.01,693,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,"Transport, postal, & warehousing",1,total,A3507.01,66,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Information media & telecommunications,1,total,A3507.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Publishing,2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Motion picture,2,total,A3507.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Telecommunications,2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Financial & insurance services,1,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Finance,2,total,A3507.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Insurance,2,total,A3507.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Auxiliary,2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,"Rental, hiring, & real estate services",1,total,A3507.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,"Professional, scientific, & technical services",1,total,A3507.01,138,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Computer systems design,2,total,A3507.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Other professional scientific,2,total,A3507.01,102,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Administrative & support services,1,total,A3507.01,84,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Education & training,1,total,A3507.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Health care & social assistance,1,total,A3507.01,114,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Arts & recreation services,1,total,A3507.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,Other services,1,total,A3507.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: bad,total,0,total,A3507.01,2271,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,total,0,619 employees,A3507.02,12945,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: neither bad or good,total,0,2049 employees,A3507.02,3540,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: neither bad or good,total,0,5099 employees,A3507.02,978,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: neither bad or good,total,0,100+ employees,A3507.02,765,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3507.02,1581,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Agriculture,2,total,A3507.02,1020,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Commercial fishing,2,total,A3507.02,27,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Forestry & logging,2,total,A3507.02,144,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3507.02,390,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Mining,1,total,A3507.02,63,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's business networks: neither bad or good,Manufacturing,1,total,A3507.02,1947,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,"Food, beverage, & tobacco",2,total,A3507.02,459,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3507.02,75,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Wood & paper product,2,total,A3507.02,231,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,"Printing, publishing, & recorded media",2,total,A3507.02,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3507.02,156,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Non-metallic mineral product,2,total,A3507.02,84,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Metal product,2,total,A3507.02,336,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Transport and industrial machinery & equipment,2,total,A3507.02,309,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Other machinery & equipment,2,total,A3507.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Other manufacturing,2,total,A3507.02,123,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3507.02,84,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's business networks: neither bad or good,Construction,1,total,A3507.02,2781,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Wholesale trade,1,total,A3507.02,1341,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Machinery & equipment wholesaling,2,total,A3507.02,345,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Other wholesale trade,2,total,A3507.02,996,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Retail trade,1,total,A3507.02,2046,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Accommodation & food services,1,total,A3507.02,2808,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,"Transport, postal, & warehousing",1,total,A3507.02,609,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Information media & telecommunications,1,total,A3507.02,144,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Publishing,2,total,A3507.02,60,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Motion picture,2,total,A3507.02,48,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Telecommunications,2,total,A3507.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Financial & insurance services,1,total,A3507.02,168,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Finance,2,total,A3507.02,69,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Insurance,2,total,A3507.02,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Auxiliary,2,total,A3507.02,96,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,"Rental, hiring, & real estate services",1,total,A3507.02,363,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,"Professional, scientific, & technical services",1,total,A3507.02,1515,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Computer systems design,2,total,A3507.02,300,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Other professional scientific,2,total,A3507.02,1218,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Administrative & support services,1,total,A3507.02,594,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Education & training,1,total,A3507.02,402,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Health care & social assistance,1,total,A3507.02,1089,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Arts & recreation services,1,total,A3507.02,165,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,Other services,1,total,A3507.02,516,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: neither bad or good,total,0,total,A3507.02,18228,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,total,0,619 employees,A3507.03,14244,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: good,total,0,2049 employees,A3507.03,3762,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: good,total,0,5099 employees,A3507.03,1209,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: good,total,0,100+ employees,A3507.03,1083,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: good,"Agriculture, forestry, & fishing",1,total,A3507.03,1413,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Agriculture,2,total,A3507.03,1008,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Commercial fishing,2,total,A3507.03,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Forestry & logging,2,total,A3507.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,"Agriculture, forestry, & fishing support services",2,total,A3507.03,330,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Mining,1,total,A3507.03,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's business networks: good,Manufacturing,1,total,A3507.03,2217,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,"Food, beverage, & tobacco",2,total,A3507.03,492,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,"Textile, clothing, footwear, & leather",2,total,A3507.03,108,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Wood & paper product,2,total,A3507.03,195,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,"Printing, publishing, & recorded media",2,total,A3507.03,78,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,"Petroleum, coal, chemical, & associated product",2,total,A3507.03,216,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Non-metallic mineral product,2,total,A3507.03,87,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Metal product,2,total,A3507.03,447,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Transport and industrial machinery & equipment,2,total,A3507.03,354,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Other machinery & equipment,2,total,A3507.03,96,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Other manufacturing,2,total,A3507.03,144,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,"Electricity, gas, water, & waste services",1,total,A3507.03,78,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's business networks: good,Construction,1,total,A3507.03,3051,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Wholesale trade,1,total,A3507.03,1407,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Machinery & equipment wholesaling,2,total,A3507.03,471,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Other wholesale trade,2,total,A3507.03,936,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Retail trade,1,total,A3507.03,1941,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Accommodation & food services,1,total,A3507.03,2310,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,"Transport, postal, & warehousing",1,total,A3507.03,711,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Information media & telecommunications,1,total,A3507.03,249,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Publishing,2,total,A3507.03,105,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Motion picture,2,total,A3507.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Telecommunications,2,total,A3507.03,69,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Financial & insurance services,1,total,A3507.03,429,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Finance,2,total,A3507.03,120,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Insurance,2,total,A3507.03,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Auxiliary,2,total,A3507.03,288,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,"Rental, hiring, & real estate services",1,total,A3507.03,480,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,"Professional, scientific, & technical services",1,total,A3507.03,2751,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Computer systems design,2,total,A3507.03,492,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Other professional scientific,2,total,A3507.03,2259,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Administrative & support services,1,total,A3507.03,837,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Education & training,1,total,A3507.03,492,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Health care & social assistance,1,total,A3507.03,1098,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Arts & recreation services,1,total,A3507.03,270,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,Other services,1,total,A3507.03,522,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: good,total,0,total,A3507.03,20298,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,total,0,619 employees,A3507.04,6402,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: Don't know,total,0,2049 employees,A3507.04,1281,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: Don't know,total,0,5099 employees,A3507.04,291,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: Don't know,total,0,100+ employees,A3507.04,222,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business location's business networks: Don't know,"Agriculture, forestry, & fishing",1,total,A3507.04,603,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Agriculture,2,total,A3507.04,297,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Commercial fishing,2,total,A3507.04,6,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Forestry & logging,2,total,A3507.04,54,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3507.04,246,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Mining,1,total,A3507.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's business networks: Don't know,Manufacturing,1,total,A3507.04,1098,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,"Food, beverage, & tobacco",2,total,A3507.04,231,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,"Textile, clothing, footwear, & leather",2,total,A3507.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Wood & paper product,2,total,A3507.04,72,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,"Printing, publishing, & recorded media",2,total,A3507.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3507.04,69,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Non-metallic mineral product,2,total,A3507.04,39,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Metal product,2,total,A3507.04,207,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Transport and industrial machinery & equipment,2,total,A3507.04,249,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Other machinery & equipment,2,total,A3507.04,45,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Other manufacturing,2,total,A3507.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,"Electricity, gas, water, & waste services",1,total,A3507.04,39,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business location's business networks: Don't know,Construction,1,total,A3507.04,1308,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Wholesale trade,1,total,A3507.04,402,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Machinery & equipment wholesaling,2,total,A3507.04,114,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Other wholesale trade,2,total,A3507.04,288,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Retail trade,1,total,A3507.04,747,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Accommodation & food services,1,total,A3507.04,960,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,"Transport, postal, & warehousing",1,total,A3507.04,291,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Information media & telecommunications,1,total,A3507.04,57,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Publishing,2,total,A3507.04,18,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Motion picture,2,total,A3507.04,21,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Telecommunications,2,total,A3507.04,15,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Financial & insurance services,1,total,A3507.04,90,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Finance,2,total,A3507.04,24,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Insurance,2,total,A3507.04,9,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Auxiliary,2,total,A3507.04,63,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,"Rental, hiring, & real estate services",1,total,A3507.04,171,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,"Professional, scientific, & technical services",1,total,A3507.04,786,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Computer systems design,2,total,A3507.04,159,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Other professional scientific,2,total,A3507.04,627,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Administrative & support services,1,total,A3507.04,327,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Education & training,1,total,A3507.04,249,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Health care & social assistance,1,total,A3507.04,621,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Arts & recreation services,1,total,A3507.04,99,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,Other services,1,total,A3507.04,327,,Number of businesses,1 and 2 and 3 and 6 +Business location's business networks: Don't know,total,0,total,A3507.04,8196,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,total,0,619 employees,A3600.01,510,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: Yes,total,0,2049 employees,A3600.01,285,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: Yes,total,0,5099 employees,A3600.01,123,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: Yes,total,0,100+ employees,A3600.01,141,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: Yes,"Agriculture, forestry, & fishing",1,total,A3600.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Agriculture,2,total,A3600.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Commercial fishing,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Forestry & logging,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,"Agriculture, forestry, & fishing support services",2,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Mining,1,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business merged with other business: Yes,Manufacturing,1,total,A3600.01,84,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,"Food, beverage, & tobacco",2,total,A3600.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,"Textile, clothing, footwear, & leather",2,total,A3600.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Wood & paper product,2,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,"Printing, publishing, & recorded media",2,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,"Petroleum, coal, chemical, & associated product",2,total,A3600.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Non-metallic mineral product,2,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Metal product,2,total,A3600.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Transport and industrial machinery & equipment,2,total,A3600.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Other machinery & equipment,2,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Other manufacturing,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,"Electricity, gas, water, & waste services",1,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business merged with other business: Yes,Construction,1,total,A3600.01,177,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Wholesale trade,1,total,A3600.01,96,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Machinery & equipment wholesaling,2,total,A3600.01,30,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Other wholesale trade,2,total,A3600.01,63,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Retail trade,1,total,A3600.01,36,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Accommodation & food services,1,total,A3600.01,93,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,"Transport, postal, & warehousing",1,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Information media & telecommunications,1,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Publishing,2,total,A3600.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Motion picture,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Telecommunications,2,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Financial & insurance services,1,total,A3600.01,57,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Finance,2,total,A3600.01,15,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Insurance,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Auxiliary,2,total,A3600.01,45,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,"Rental, hiring, & real estate services",1,total,A3600.01,66,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,"Professional, scientific, & technical services",1,total,A3600.01,201,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Computer systems design,2,total,A3600.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Other professional scientific,2,total,A3600.01,150,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Administrative & support services,1,total,A3600.01,24,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Education & training,1,total,A3600.01,9,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Health care & social assistance,1,total,A3600.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Arts & recreation services,1,total,A3600.01,6,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,Other services,1,total,A3600.01,39,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Yes,total,0,total,A3600.01,1059,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,total,0,619 employees,A3600.02,34662,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: No,total,0,2049 employees,A3600.02,8472,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: No,total,0,5099 employees,A3600.02,2394,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: No,total,0,100+ employees,A3600.02,1944,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: No,"Agriculture, forestry, & fishing",1,total,A3600.02,3702,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Agriculture,2,total,A3600.02,2418,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Commercial fishing,2,total,A3600.02,57,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Forestry & logging,2,total,A3600.02,255,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,"Agriculture, forestry, & fishing support services",2,total,A3600.02,972,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Mining,1,total,A3600.02,117,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business merged with other business: No,Manufacturing,1,total,A3600.02,5298,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,"Food, beverage, & tobacco",2,total,A3600.02,1209,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,"Textile, clothing, footwear, & leather",2,total,A3600.02,240,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Wood & paper product,2,total,A3600.02,513,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,"Printing, publishing, & recorded media",2,total,A3600.02,192,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,"Petroleum, coal, chemical, & associated product",2,total,A3600.02,426,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Non-metallic mineral product,2,total,A3600.02,207,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Metal product,2,total,A3600.02,990,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Transport and industrial machinery & equipment,2,total,A3600.02,927,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Other machinery & equipment,2,total,A3600.02,222,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Other manufacturing,2,total,A3600.02,372,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,"Electricity, gas, water, & waste services",1,total,A3600.02,195,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business merged with other business: No,Construction,1,total,A3600.02,7245,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Wholesale trade,1,total,A3600.02,3099,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Machinery & equipment wholesaling,2,total,A3600.02,921,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Other wholesale trade,2,total,A3600.02,2178,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Retail trade,1,total,A3600.02,5031,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Accommodation & food services,1,total,A3600.02,6465,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,"Transport, postal, & warehousing",1,total,A3600.02,1644,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Information media & telecommunications,1,total,A3600.02,447,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Publishing,2,total,A3600.02,183,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Motion picture,2,total,A3600.02,144,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Telecommunications,2,total,A3600.02,117,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Financial & insurance services,1,total,A3600.02,630,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Finance,2,total,A3600.02,195,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Insurance,2,total,A3600.02,36,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Auxiliary,2,total,A3600.02,402,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,"Rental, hiring, & real estate services",1,total,A3600.02,978,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,"Professional, scientific, & technical services",1,total,A3600.02,4938,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Computer systems design,2,total,A3600.02,936,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Other professional scientific,2,total,A3600.02,4005,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Administrative & support services,1,total,A3600.02,1812,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Education & training,1,total,A3600.02,1173,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Health care & social assistance,1,total,A3600.02,2811,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Arts & recreation services,1,total,A3600.02,561,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,Other services,1,total,A3600.02,1323,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: No,total,0,total,A3600.02,47475,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,total,0,619 employees,A3600.03,393,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: Don't know,total,0,2049 employees,A3600.03,33,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: Don't know,total,0,5099 employees,A3600.03,12,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: Don't know,total,0,100+ employees,A3600.03,15,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business merged with other business: Don't know,"Agriculture, forestry, & fishing",1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Agriculture,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Commercial fishing,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Forestry & logging,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Mining,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business merged with other business: Don't know,Manufacturing,1,total,A3600.03,36,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,"Food, beverage, & tobacco",2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,"Textile, clothing, footwear, & leather",2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Wood & paper product,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,"Printing, publishing, & recorded media",2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3600.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Non-metallic mineral product,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Metal product,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Transport and industrial machinery & equipment,2,total,A3600.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Other machinery & equipment,2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Other manufacturing,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,"Electricity, gas, water, & waste services",1,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business merged with other business: Don't know,Construction,1,total,A3600.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Wholesale trade,1,total,A3600.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Machinery & equipment wholesaling,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Other wholesale trade,2,total,A3600.03,30,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Retail trade,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Accommodation & food services,1,total,A3600.03,216,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,"Transport, postal, & warehousing",1,total,A3600.03,21,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Information media & telecommunications,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Publishing,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Motion picture,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Telecommunications,2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Financial & insurance services,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Finance,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Insurance,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Auxiliary,2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,"Rental, hiring, & real estate services",1,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,"Professional, scientific, & technical services",1,total,A3600.03,48,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Computer systems design,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Other professional scientific,2,total,A3600.03,51,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Administrative & support services,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Education & training,1,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Health care & social assistance,1,total,A3600.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Arts & recreation services,1,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,Other services,1,total,A3600.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business merged with other business: Don't know,total,0,total,A3600.03,456,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,total,0,619 employees,A3700.01,9279,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: Yes,total,0,2049 employees,A3700.01,2622,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: Yes,total,0,5099 employees,A3700.01,765,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: Yes,total,0,100+ employees,A3700.01,630,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: Yes,"Agriculture, forestry, & fishing",1,total,A3700.01,1440,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Agriculture,2,total,A3700.01,891,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Commercial fishing,2,total,A3700.01,18,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Forestry & logging,2,total,A3700.01,138,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,"Agriculture, forestry, & fishing support services",2,total,A3700.01,393,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Mining,1,total,A3700.01,42,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business requested debt or equity finance: Yes,Manufacturing,1,total,A3700.01,1557,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,"Food, beverage, & tobacco",2,total,A3700.01,432,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,"Textile, clothing, footwear, & leather",2,total,A3700.01,75,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Wood & paper product,2,total,A3700.01,135,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,"Printing, publishing, & recorded media",2,total,A3700.01,42,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,"Petroleum, coal, chemical, & associated product",2,total,A3700.01,117,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Non-metallic mineral product,2,total,A3700.01,48,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Metal product,2,total,A3700.01,279,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Transport and industrial machinery & equipment,2,total,A3700.01,252,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Other machinery & equipment,2,total,A3700.01,54,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Other manufacturing,2,total,A3700.01,117,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,"Electricity, gas, water, & waste services",1,total,A3700.01,84,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business requested debt or equity finance: Yes,Construction,1,total,A3700.01,2568,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Wholesale trade,1,total,A3700.01,900,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Machinery & equipment wholesaling,2,total,A3700.01,249,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Other wholesale trade,2,total,A3700.01,648,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Retail trade,1,total,A3700.01,1107,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Accommodation & food services,1,total,A3700.01,1557,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,"Transport, postal, & warehousing",1,total,A3700.01,546,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Information media & telecommunications,1,total,A3700.01,111,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Publishing,2,total,A3700.01,60,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Motion picture,2,total,A3700.01,21,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Telecommunications,2,total,A3700.01,27,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Financial & insurance services,1,total,A3700.01,168,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Finance,2,total,A3700.01,87,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Insurance,2,total,A3700.01,3,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Auxiliary,2,total,A3700.01,81,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,"Rental, hiring, & real estate services",1,total,A3700.01,318,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,"Professional, scientific, & technical services",1,total,A3700.01,1260,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Computer systems design,2,total,A3700.01,231,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Other professional scientific,2,total,A3700.01,1029,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Administrative & support services,1,total,A3700.01,357,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Education & training,1,total,A3700.01,255,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Health care & social assistance,1,total,A3700.01,630,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Arts & recreation services,1,total,A3700.01,129,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,Other services,1,total,A3700.01,267,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Yes,total,0,total,A3700.01,13296,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,total,0,619 employees,A3700.02,25479,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: No,total,0,2049 employees,A3700.02,6024,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: No,total,0,5099 employees,A3700.02,1701,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: No,total,0,100+ employees,A3700.02,1416,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: No,"Agriculture, forestry, & fishing",1,total,A3700.02,2256,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Agriculture,2,total,A3700.02,1533,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Commercial fishing,2,total,A3700.02,39,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Forestry & logging,2,total,A3700.02,120,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,"Agriculture, forestry, & fishing support services",2,total,A3700.02,564,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Mining,1,total,A3700.02,81,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business requested debt or equity finance: No,Manufacturing,1,total,A3700.02,3759,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,"Food, beverage, & tobacco",2,total,A3700.02,783,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,"Textile, clothing, footwear, & leather",2,total,A3700.02,177,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Wood & paper product,2,total,A3700.02,378,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,"Printing, publishing, & recorded media",2,total,A3700.02,156,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,"Petroleum, coal, chemical, & associated product",2,total,A3700.02,321,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Non-metallic mineral product,2,total,A3700.02,156,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Metal product,2,total,A3700.02,711,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Transport and industrial machinery & equipment,2,total,A3700.02,651,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Other machinery & equipment,2,total,A3700.02,174,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Other manufacturing,2,total,A3700.02,255,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,"Electricity, gas, water, & waste services",1,total,A3700.02,120,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business requested debt or equity finance: No,Construction,1,total,A3700.02,4746,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Wholesale trade,1,total,A3700.02,2238,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Machinery & equipment wholesaling,2,total,A3700.02,666,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Other wholesale trade,2,total,A3700.02,1569,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Retail trade,1,total,A3700.02,3861,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Accommodation & food services,1,total,A3700.02,4971,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,"Transport, postal, & warehousing",1,total,A3700.02,1107,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Information media & telecommunications,1,total,A3700.02,342,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Publishing,2,total,A3700.02,123,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Motion picture,2,total,A3700.02,123,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Telecommunications,2,total,A3700.02,93,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Financial & insurance services,1,total,A3700.02,513,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Finance,2,total,A3700.02,123,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Insurance,2,total,A3700.02,33,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Auxiliary,2,total,A3700.02,357,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,"Rental, hiring, & real estate services",1,total,A3700.02,702,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,"Professional, scientific, & technical services",1,total,A3700.02,3849,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Computer systems design,2,total,A3700.02,732,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Other professional scientific,2,total,A3700.02,3120,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Administrative & support services,1,total,A3700.02,1458,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Education & training,1,total,A3700.02,915,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Health care & social assistance,1,total,A3700.02,2214,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Arts & recreation services,1,total,A3700.02,429,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,Other services,1,total,A3700.02,1050,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: No,total,0,total,A3700.02,34623,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,total,0,619 employees,A3700.03,732,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: Don't know,total,0,2049 employees,A3700.03,150,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: Don't know,total,0,5099 employees,A3700.03,66,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: Don't know,total,0,100+ employees,A3700.03,57,,Number of businesses,1 and 2 and 3 and 4 and 6 +Business requested debt or equity finance: Don't know,"Agriculture, forestry, & fishing",1,total,A3700.03,60,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Agriculture,2,total,A3700.03,33,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Commercial fishing,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Forestry & logging,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3700.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Mining,1,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business requested debt or equity finance: Don't know,Manufacturing,1,total,A3700.03,102,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,"Food, beverage, & tobacco",2,total,A3700.03,18,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,"Textile, clothing, footwear, & leather",2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Wood & paper product,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,"Printing, publishing, & recorded media",2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3700.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Non-metallic mineral product,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Metal product,2,total,A3700.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Transport and industrial machinery & equipment,2,total,A3700.03,42,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Other machinery & equipment,2,total,A3700.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Other manufacturing,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,"Electricity, gas, water, & waste services",1,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Business requested debt or equity finance: Don't know,Construction,1,total,A3700.03,123,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Wholesale trade,1,total,A3700.03,93,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Machinery & equipment wholesaling,2,total,A3700.03,36,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Other wholesale trade,2,total,A3700.03,54,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Retail trade,1,total,A3700.03,102,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Accommodation & food services,1,total,A3700.03,174,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,"Transport, postal, & warehousing",1,total,A3700.03,24,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Information media & telecommunications,1,total,A3700.03,6,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Publishing,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Motion picture,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Telecommunications,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Financial & insurance services,1,total,A3700.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Finance,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Insurance,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Auxiliary,2,total,A3700.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,"Rental, hiring, & real estate services",1,total,A3700.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,"Professional, scientific, & technical services",1,total,A3700.03,81,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Computer systems design,2,total,A3700.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Other professional scientific,2,total,A3700.03,57,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Administrative & support services,1,total,A3700.03,27,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Education & training,1,total,A3700.03,12,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Health care & social assistance,1,total,A3700.03,78,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Arts & recreation services,1,total,A3700.03,9,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,Other services,1,total,A3700.03,66,,Number of businesses,1 and 2 and 3 and 6 +Business requested debt or equity finance: Don't know,total,0,total,A3700.03,1005,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,total,0,619 employees,A3801,6483,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Available on acceptable terms,total,0,2049 employees,A3801,1932,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Available on acceptable terms,total,0,5099 employees,A3801,603,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Available on acceptable terms,total,0,100+ employees,A3801,516,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Available on acceptable terms,"Agriculture, forestry, & fishing",1,total,A3801,1200,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Agriculture,2,total,A3801,744,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Commercial fishing,2,total,A3801,15,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Forestry & logging,2,total,A3801,123,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,"Agriculture, forestry, & fishing support services",2,total,A3801,318,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Mining,1,total,A3801,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Available on acceptable terms,Manufacturing,1,total,A3801,1029,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,"Food, beverage, & tobacco",2,total,A3801,243,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,"Textile, clothing, footwear, & leather",2,total,A3801,60,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Wood & paper product,2,total,A3801,102,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,"Printing, publishing, & recorded media",2,total,A3801,30,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,"Petroleum, coal, chemical, & associated product",2,total,A3801,81,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Non-metallic mineral product,2,total,A3801,33,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Metal product,2,total,A3801,174,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Transport and industrial machinery & equipment,2,total,A3801,177,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Other machinery & equipment,2,total,A3801,48,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Other manufacturing,2,total,A3801,84,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,"Electricity, gas, water, & waste services",1,total,A3801,69,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Available on acceptable terms,Construction,1,total,A3801,1917,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Wholesale trade,1,total,A3801,729,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Machinery & equipment wholesaling,2,total,A3801,192,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Other wholesale trade,2,total,A3801,537,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Retail trade,1,total,A3801,900,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Accommodation & food services,1,total,A3801,714,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,"Transport, postal, & warehousing",1,total,A3801,447,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Information media & telecommunications,1,total,A3801,72,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Publishing,2,total,A3801,36,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Motion picture,2,total,A3801,18,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Telecommunications,2,total,A3801,18,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Financial & insurance services,1,total,A3801,123,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Finance,2,total,A3801,63,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Insurance,2,total,A3801,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Auxiliary,2,total,A3801,60,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,"Rental, hiring, & real estate services",1,total,A3801,234,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,"Professional, scientific, & technical services",1,total,A3801,972,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Computer systems design,2,total,A3801,150,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Other professional scientific,2,total,A3801,825,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Administrative & support services,1,total,A3801,273,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Education & training,1,total,A3801,153,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Health care & social assistance,1,total,A3801,351,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Arts & recreation services,1,total,A3801,93,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,Other services,1,total,A3801,222,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on acceptable terms,total,0,total,A3801,9537,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,total,0,619 employees,A3802,1131,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Available on unacceptable terms,total,0,2049 employees,A3802,339,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Available on unacceptable terms,total,0,5099 employees,A3802,66,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Available on unacceptable terms,total,0,100+ employees,A3802,36,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Available on unacceptable terms,"Agriculture, forestry, & fishing",1,total,A3802,132,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Agriculture,2,total,A3802,72,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Commercial fishing,2,total,A3802,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Forestry & logging,2,total,A3802,12,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,"Agriculture, forestry, & fishing support services",2,total,A3802,45,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Mining,1,total,A3802,12,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Available on unacceptable terms,Manufacturing,1,total,A3802,189,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,"Food, beverage, & tobacco",2,total,A3802,57,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,"Textile, clothing, footwear, & leather",2,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Wood & paper product,2,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,"Printing, publishing, & recorded media",2,total,A3802,12,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,"Petroleum, coal, chemical, & associated product",2,total,A3802,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Non-metallic mineral product,2,total,A3802,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Metal product,2,total,A3802,51,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Transport and industrial machinery & equipment,2,total,A3802,39,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Other machinery & equipment,2,total,A3802,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Other manufacturing,2,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,"Electricity, gas, water, & waste services",1,total,A3802,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Available on unacceptable terms,Construction,1,total,A3802,276,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Wholesale trade,1,total,A3802,63,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Machinery & equipment wholesaling,2,total,A3802,18,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Other wholesale trade,2,total,A3802,45,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Retail trade,1,total,A3802,111,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Accommodation & food services,1,total,A3802,330,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,"Transport, postal, & warehousing",1,total,A3802,48,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Information media & telecommunications,1,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Publishing,2,total,A3802,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Motion picture,2,total,A3802,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Telecommunications,2,total,A3802,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Financial & insurance services,1,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Finance,2,total,A3802,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Insurance,2,total,A3802,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Auxiliary,2,total,A3802,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,"Rental, hiring, & real estate services",1,total,A3802,30,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,"Professional, scientific, & technical services",1,total,A3802,108,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Computer systems design,2,total,A3802,21,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Other professional scientific,2,total,A3802,90,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Administrative & support services,1,total,A3802,60,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Education & training,1,total,A3802,51,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Health care & social assistance,1,total,A3802,72,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Arts & recreation services,1,total,A3802,18,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,Other services,1,total,A3802,39,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Available on unacceptable terms,total,0,total,A3802,1572,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,total,0,619 employees,A3803,543,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Unavailable,total,0,2049 employees,A3803,141,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Unavailable,total,0,5099 employees,A3803,21,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Unavailable,total,0,100+ employees,A3803,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Unavailable,"Agriculture, forestry, & fishing",1,total,A3803,63,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Agriculture,2,total,A3803,39,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Commercial fishing,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Forestry & logging,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,"Agriculture, forestry, & fishing support services",2,total,A3803,24,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Mining,1,total,A3803,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Unavailable,Manufacturing,1,total,A3803,102,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,"Food, beverage, & tobacco",2,total,A3803,54,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,"Textile, clothing, footwear, & leather",2,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Wood & paper product,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,"Printing, publishing, & recorded media",2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,"Petroleum, coal, chemical, & associated product",2,total,A3803,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Non-metallic mineral product,2,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Metal product,2,total,A3803,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Transport and industrial machinery & equipment,2,total,A3803,18,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Other machinery & equipment,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Other manufacturing,2,total,A3803,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,"Electricity, gas, water, & waste services",1,total,A3803,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Unavailable,Construction,1,total,A3803,135,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Wholesale trade,1,total,A3803,39,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Machinery & equipment wholesaling,2,total,A3803,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Other wholesale trade,2,total,A3803,33,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Retail trade,1,total,A3803,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Accommodation & food services,1,total,A3803,222,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,"Transport, postal, & warehousing",1,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Information media & telecommunications,1,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Publishing,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Motion picture,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Telecommunications,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Financial & insurance services,1,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Finance,2,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Insurance,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Auxiliary,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,"Rental, hiring, & real estate services",1,total,A3803,15,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,"Professional, scientific, & technical services",1,total,A3803,51,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Computer systems design,2,total,A3803,24,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Other professional scientific,2,total,A3803,27,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Administrative & support services,1,total,A3803,21,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Education & training,1,total,A3803,21,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Health care & social assistance,1,total,A3803,30,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Arts & recreation services,1,total,A3803,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,Other services,1,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Unavailable,total,0,total,A3803,729,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,total,0,619 employees,A3804,474,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Don't know,total,0,2049 employees,A3804,63,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Don't know,total,0,5099 employees,A3804,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Don't know,total,0,100+ employees,A3804,30,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Don't know,"Agriculture, forestry, & fishing",1,total,A3804,12,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Agriculture,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Commercial fishing,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Forestry & logging,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3804,12,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Mining,1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Don't know,Manufacturing,1,total,A3804,75,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,"Food, beverage, & tobacco",2,total,A3804,21,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,"Textile, clothing, footwear, & leather",2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Wood & paper product,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,"Printing, publishing, & recorded media",2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3804,21,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Non-metallic mineral product,2,total,A3804,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Metal product,2,total,A3804,12,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Transport and industrial machinery & equipment,2,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Other machinery & equipment,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Other manufacturing,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,"Electricity, gas, water, & waste services",1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Don't know,Construction,1,total,A3804,153,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Wholesale trade,1,total,A3804,39,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Machinery & equipment wholesaling,2,total,A3804,15,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Other wholesale trade,2,total,A3804,24,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Retail trade,1,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Accommodation & food services,1,total,A3804,147,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,"Transport, postal, & warehousing",1,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Information media & telecommunications,1,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Publishing,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Motion picture,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Telecommunications,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Financial & insurance services,1,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Finance,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Insurance,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Auxiliary,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,"Rental, hiring, & real estate services",1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,"Professional, scientific, & technical services",1,total,A3804,51,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Computer systems design,2,total,A3804,15,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Other professional scientific,2,total,A3804,39,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Administrative & support services,1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Education & training,1,total,A3804,12,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Health care & social assistance,1,total,A3804,45,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Arts & recreation services,1,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,Other services,1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Don't know,total,0,total,A3804,591,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,total,0,619 employees,A3805,885,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Did Not,total,0,2049 employees,A3805,249,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Did Not,total,0,5099 employees,A3805,66,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Did Not,total,0,100+ employees,A3805,36,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested debt finance: Did Not,"Agriculture, forestry, & fishing",1,total,A3805,54,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Agriculture,2,total,A3805,27,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Commercial fishing,2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Forestry & logging,2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,"Agriculture, forestry, & fishing support services",2,total,A3805,24,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Mining,1,total,A3805,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Did Not,Manufacturing,1,total,A3805,174,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,"Food, beverage, & tobacco",2,total,A3805,57,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,"Textile, clothing, footwear, & leather",2,total,A3805,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Wood & paper product,2,total,A3805,27,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,"Printing, publishing, & recorded media",2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,"Petroleum, coal, chemical, & associated product",2,total,A3805,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Non-metallic mineral product,2,total,A3805,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Metal product,2,total,A3805,39,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Transport and industrial machinery & equipment,2,total,A3805,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Other machinery & equipment,2,total,A3805,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Other manufacturing,2,total,A3805,21,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,"Electricity, gas, water, & waste services",1,total,A3805,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested debt finance: Did Not,Construction,1,total,A3805,108,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Wholesale trade,1,total,A3805,45,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Machinery & equipment wholesaling,2,total,A3805,33,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Other wholesale trade,2,total,A3805,9,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Retail trade,1,total,A3805,81,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Accommodation & food services,1,total,A3805,288,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,"Transport, postal, & warehousing",1,total,A3805,39,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Information media & telecommunications,1,total,A3805,21,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Publishing,2,total,A3805,15,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Motion picture,2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Telecommunications,2,total,A3805,3,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Financial & insurance services,1,total,A3805,21,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Finance,2,total,A3805,12,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Insurance,2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Auxiliary,2,total,A3805,12,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,"Rental, hiring, & real estate services",1,total,A3805,54,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,"Professional, scientific, & technical services",1,total,A3805,135,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Computer systems design,2,total,A3805,36,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Other professional scientific,2,total,A3805,102,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Administrative & support services,1,total,A3805,12,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Education & training,1,total,A3805,24,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Health care & social assistance,1,total,A3805,141,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Arts & recreation services,1,total,A3805,6,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,Other services,1,total,A3805,15,,Number of businesses,1 and 2 and 3 and 6 +Requested debt finance: Did Not,total,0,total,A3805,1236,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,total,0,619 employees,A3901,2688,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Available on acceptable terms,total,0,2049 employees,A3901,858,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Available on acceptable terms,total,0,5099 employees,A3901,243,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Available on acceptable terms,total,0,100+ employees,A3901,168,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Available on acceptable terms,"Agriculture, forestry, & fishing",1,total,A3901,597,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Agriculture,2,total,A3901,402,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Commercial fishing,2,total,A3901,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Forestry & logging,2,total,A3901,51,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,"Agriculture, forestry, & fishing support services",2,total,A3901,144,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Mining,1,total,A3901,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Available on acceptable terms,Manufacturing,1,total,A3901,498,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,"Food, beverage, & tobacco",2,total,A3901,162,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,"Textile, clothing, footwear, & leather",2,total,A3901,21,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Wood & paper product,2,total,A3901,48,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,"Printing, publishing, & recorded media",2,total,A3901,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,"Petroleum, coal, chemical, & associated product",2,total,A3901,27,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Non-metallic mineral product,2,total,A3901,21,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Metal product,2,total,A3901,93,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Transport and industrial machinery & equipment,2,total,A3901,69,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Other machinery & equipment,2,total,A3901,24,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Other manufacturing,2,total,A3901,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,"Electricity, gas, water, & waste services",1,total,A3901,27,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Available on acceptable terms,Construction,1,total,A3901,672,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Wholesale trade,1,total,A3901,258,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Machinery & equipment wholesaling,2,total,A3901,60,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Other wholesale trade,2,total,A3901,195,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Retail trade,1,total,A3901,324,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Accommodation & food services,1,total,A3901,435,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,"Transport, postal, & warehousing",1,total,A3901,135,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Information media & telecommunications,1,total,A3901,24,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Publishing,2,total,A3901,12,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Motion picture,2,total,A3901,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Telecommunications,2,total,A3901,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Financial & insurance services,1,total,A3901,54,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Finance,2,total,A3901,24,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Insurance,2,total,A3901,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Auxiliary,2,total,A3901,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,"Rental, hiring, & real estate services",1,total,A3901,123,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,"Professional, scientific, & technical services",1,total,A3901,339,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Computer systems design,2,total,A3901,81,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Other professional scientific,2,total,A3901,261,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Administrative & support services,1,total,A3901,93,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Education & training,1,total,A3901,24,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Health care & social assistance,1,total,A3901,189,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Arts & recreation services,1,total,A3901,15,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,Other services,1,total,A3901,132,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on acceptable terms,total,0,total,A3901,3957,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,total,0,619 employees,A3902,759,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Available on unacceptable terms,total,0,2049 employees,A3902,141,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Available on unacceptable terms,total,0,5099 employees,A3902,30,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Available on unacceptable terms,total,0,100+ employees,A3902,12,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Available on unacceptable terms,"Agriculture, forestry, & fishing",1,total,A3902,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Agriculture,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Commercial fishing,2,total,A3902,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Forestry & logging,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,"Agriculture, forestry, & fishing support services",2,total,A3902,24,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Mining,1,total,A3902,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Available on unacceptable terms,Manufacturing,1,total,A3902,84,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,"Food, beverage, & tobacco",2,total,A3902,42,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,"Textile, clothing, footwear, & leather",2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Wood & paper product,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,"Printing, publishing, & recorded media",2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,"Petroleum, coal, chemical, & associated product",2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Non-metallic mineral product,2,total,A3902,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Metal product,2,total,A3902,24,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Transport and industrial machinery & equipment,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Other machinery & equipment,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Other manufacturing,2,total,A3902,9,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,"Electricity, gas, water, & waste services",1,total,A3902,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Available on unacceptable terms,Construction,1,total,A3902,234,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Wholesale trade,1,total,A3902,48,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Machinery & equipment wholesaling,2,total,A3902,15,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Other wholesale trade,2,total,A3902,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Retail trade,1,total,A3902,69,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Accommodation & food services,1,total,A3902,162,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,"Transport, postal, & warehousing",1,total,A3902,75,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Information media & telecommunications,1,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Publishing,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Motion picture,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Telecommunications,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Financial & insurance services,1,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Finance,2,total,A3902,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Insurance,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Auxiliary,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,"Rental, hiring, & real estate services",1,total,A3902,18,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,"Professional, scientific, & technical services",1,total,A3902,81,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Computer systems design,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Other professional scientific,2,total,A3902,75,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Administrative & support services,1,total,A3902,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Education & training,1,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Health care & social assistance,1,total,A3902,39,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Arts & recreation services,1,total,A3902,18,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,Other services,1,total,A3902,21,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Available on unacceptable terms,total,0,total,A3902,942,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,total,0,619 employees,A3903,408,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Unavailable,total,0,2049 employees,A3903,168,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Unavailable,total,0,5099 employees,A3903,30,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Unavailable,total,0,100+ employees,A3903,12,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Unavailable,"Agriculture, forestry, & fishing",1,total,A3903,39,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Agriculture,2,total,A3903,30,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Commercial fishing,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Forestry & logging,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,"Agriculture, forestry, & fishing support services",2,total,A3903,9,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Mining,1,total,A3903,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Unavailable,Manufacturing,1,total,A3903,66,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,"Food, beverage, & tobacco",2,total,A3903,42,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,"Textile, clothing, footwear, & leather",2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Wood & paper product,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,"Printing, publishing, & recorded media",2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,"Petroleum, coal, chemical, & associated product",2,total,A3903,9,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Non-metallic mineral product,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Metal product,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Transport and industrial machinery & equipment,2,total,A3903,9,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Other machinery & equipment,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Other manufacturing,2,total,A3903,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,"Electricity, gas, water, & waste services",1,total,A3903,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Unavailable,Construction,1,total,A3903,90,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Wholesale trade,1,total,A3903,48,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Machinery & equipment wholesaling,2,total,A3903,12,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Other wholesale trade,2,total,A3903,36,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Retail trade,1,total,A3903,30,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Accommodation & food services,1,total,A3903,222,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,"Transport, postal, & warehousing",1,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Information media & telecommunications,1,total,A3903,9,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Publishing,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Motion picture,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Telecommunications,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Financial & insurance services,1,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Finance,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Insurance,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Auxiliary,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,"Rental, hiring, & real estate services",1,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,"Professional, scientific, & technical services",1,total,A3903,15,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Computer systems design,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Other professional scientific,2,total,A3903,15,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Administrative & support services,1,total,A3903,15,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Education & training,1,total,A3903,18,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Health care & social assistance,1,total,A3903,42,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Arts & recreation services,1,total,A3903,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,Other services,1,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Unavailable,total,0,total,A3903,618,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,total,0,619 employees,A3904,771,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Don't know,total,0,2049 employees,A3904,120,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Don't know,total,0,5099 employees,A3904,36,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Don't know,total,0,100+ employees,A3904,33,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Don't know,"Agriculture, forestry, & fishing",1,total,A3904,24,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Agriculture,2,total,A3904,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Commercial fishing,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Forestry & logging,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3904,18,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Mining,1,total,A3904,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Don't know,Manufacturing,1,total,A3904,114,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,"Food, beverage, & tobacco",2,total,A3904,30,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,"Textile, clothing, footwear, & leather",2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Wood & paper product,2,total,A3904,12,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,"Printing, publishing, & recorded media",2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3904,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Non-metallic mineral product,2,total,A3904,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Metal product,2,total,A3904,9,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Transport and industrial machinery & equipment,2,total,A3904,12,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Other machinery & equipment,2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Other manufacturing,2,total,A3904,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,"Electricity, gas, water, & waste services",1,total,A3904,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Don't know,Construction,1,total,A3904,282,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Wholesale trade,1,total,A3904,84,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Machinery & equipment wholesaling,2,total,A3904,21,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Other wholesale trade,2,total,A3904,60,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Retail trade,1,total,A3904,60,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Accommodation & food services,1,total,A3904,156,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,"Transport, postal, & warehousing",1,total,A3904,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Information media & telecommunications,1,total,A3904,9,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Publishing,2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Motion picture,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Telecommunications,2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Financial & insurance services,1,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Finance,2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Insurance,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Auxiliary,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,"Rental, hiring, & real estate services",1,total,A3904,15,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,"Professional, scientific, & technical services",1,total,A3904,27,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Computer systems design,2,total,A3904,24,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Other professional scientific,2,total,A3904,6,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Administrative & support services,1,total,A3904,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Education & training,1,total,A3904,27,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Health care & social assistance,1,total,A3904,75,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Arts & recreation services,1,total,A3904,9,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,Other services,1,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Don't know,total,0,total,A3904,960,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,total,0,619 employees,A3905,4764,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Did Not,total,0,2049 employees,A3905,1368,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Did Not,total,0,5099 employees,A3905,444,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Did Not,total,0,100+ employees,A3905,414,,Number of businesses,1 and 2 and 3 and 4 and 6 +Requested equity finance: Did Not,"Agriculture, forestry, & fishing",1,total,A3905,750,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Agriculture,2,total,A3905,447,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Commercial fishing,2,total,A3905,15,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Forestry & logging,2,total,A3905,81,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,"Agriculture, forestry, & fishing support services",2,total,A3905,210,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Mining,1,total,A3905,24,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Did Not,Manufacturing,1,total,A3905,804,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,"Food, beverage, & tobacco",2,total,A3905,159,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,"Textile, clothing, footwear, & leather",2,total,A3905,48,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Wood & paper product,2,total,A3905,72,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,"Printing, publishing, & recorded media",2,total,A3905,36,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,"Petroleum, coal, chemical, & associated product",2,total,A3905,54,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Non-metallic mineral product,2,total,A3905,21,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Metal product,2,total,A3905,150,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Transport and industrial machinery & equipment,2,total,A3905,162,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Other machinery & equipment,2,total,A3905,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Other manufacturing,2,total,A3905,69,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,"Electricity, gas, water, & waste services",1,total,A3905,51,,Number of businesses,1 and 2 and 3 and 5 and 6 +Requested equity finance: Did Not,Construction,1,total,A3905,1305,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Wholesale trade,1,total,A3905,507,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Machinery & equipment wholesaling,2,total,A3905,159,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Other wholesale trade,2,total,A3905,348,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Retail trade,1,total,A3905,639,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Accommodation & food services,1,total,A3905,582,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,"Transport, postal, & warehousing",1,total,A3905,303,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Information media & telecommunications,1,total,A3905,66,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Publishing,2,total,A3905,33,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Motion picture,2,total,A3905,15,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Telecommunications,2,total,A3905,15,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Financial & insurance services,1,total,A3905,99,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Finance,2,total,A3905,54,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Insurance,2,total,A3905,3,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Auxiliary,2,total,A3905,45,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,"Rental, hiring, & real estate services",1,total,A3905,177,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,"Professional, scientific, & technical services",1,total,A3905,807,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Computer systems design,2,total,A3905,129,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Other professional scientific,2,total,A3905,681,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Administrative & support services,1,total,A3905,186,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Education & training,1,total,A3905,189,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Health care & social assistance,1,total,A3905,288,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Arts & recreation services,1,total,A3905,84,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,Other services,1,total,A3905,126,,Number of businesses,1 and 2 and 3 and 6 +Requested equity finance: Did Not,total,0,total,A3905,6993,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,total,0,619 employees,A4100.01,1605,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: Yes,total,0,2049 employees,A4100.01,462,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: Yes,total,0,5099 employees,A4100.01,111,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: Yes,total,0,100+ employees,A4100.01,63,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: Yes,"Agriculture, forestry, & fishing",1,total,A4100.01,381,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Agriculture,2,total,A4100.01,189,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Commercial fishing,2,total,A4100.01,15,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Forestry & logging,2,total,A4100.01,54,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,"Agriculture, forestry, & fishing support services",2,total,A4100.01,123,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Mining,1,total,A4100.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Maori business: Yes,Manufacturing,1,total,A4100.01,180,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,"Food, beverage, & tobacco",2,total,A4100.01,48,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,"Textile, clothing, footwear, & leather",2,total,A4100.01,9,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Wood & paper product,2,total,A4100.01,27,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,"Printing, publishing, & recorded media",2,total,A4100.01,9,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,"Petroleum, coal, chemical, & associated product",2,total,A4100.01,3,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Non-metallic mineral product,2,total,A4100.01,12,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Metal product,2,total,A4100.01,30,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Transport and industrial machinery & equipment,2,total,A4100.01,12,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Other machinery & equipment,2,total,A4100.01,12,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Other manufacturing,2,total,A4100.01,18,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,"Electricity, gas, water, & waste services",1,total,A4100.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Maori business: Yes,Construction,1,total,A4100.01,384,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Wholesale trade,1,total,A4100.01,114,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Machinery & equipment wholesaling,2,total,A4100.01,15,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Other wholesale trade,2,total,A4100.01,96,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Retail trade,1,total,A4100.01,87,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Accommodation & food services,1,total,A4100.01,255,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,"Transport, postal, & warehousing",1,total,A4100.01,87,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Information media & telecommunications,1,total,A4100.01,15,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Publishing,2,total,A4100.01,3,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Motion picture,2,total,A4100.01,9,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Telecommunications,2,total,A4100.01,3,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Financial & insurance services,1,total,A4100.01,24,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Finance,2,total,A4100.01,6,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Insurance,2,total,A4100.01,0,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Auxiliary,2,total,A4100.01,21,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,"Rental, hiring, & real estate services",1,total,A4100.01,42,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,"Professional, scientific, & technical services",1,total,A4100.01,198,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Computer systems design,2,total,A4100.01,33,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Other professional scientific,2,total,A4100.01,168,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Administrative & support services,1,total,A4100.01,129,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Education & training,1,total,A4100.01,120,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Health care & social assistance,1,total,A4100.01,132,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Arts & recreation services,1,total,A4100.01,30,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,Other services,1,total,A4100.01,48,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Yes,total,0,total,A4100.01,2244,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,total,0,619 employees,A4100.02,32604,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: No,total,0,2049 employees,A4100.02,8124,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: No,total,0,5099 employees,A4100.02,2358,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: No,total,0,100+ employees,A4100.02,1998,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: No,"Agriculture, forestry, & fishing",1,total,A4100.02,3309,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Agriculture,2,total,A4100.02,2223,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Commercial fishing,2,total,A4100.02,39,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Forestry & logging,2,total,A4100.02,201,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,"Agriculture, forestry, & fishing support services",2,total,A4100.02,846,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Mining,1,total,A4100.02,114,,Number of businesses,1 and 2 and 3 and 5 and 6 +Maori business: No,Manufacturing,1,total,A4100.02,5034,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,"Food, beverage, & tobacco",2,total,A4100.02,1146,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,"Textile, clothing, footwear, & leather",2,total,A4100.02,234,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Wood & paper product,2,total,A4100.02,468,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,"Printing, publishing, & recorded media",2,total,A4100.02,189,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,"Petroleum, coal, chemical, & associated product",2,total,A4100.02,429,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Non-metallic mineral product,2,total,A4100.02,195,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Metal product,2,total,A4100.02,942,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Transport and industrial machinery & equipment,2,total,A4100.02,888,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Other machinery & equipment,2,total,A4100.02,216,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Other manufacturing,2,total,A4100.02,327,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,"Electricity, gas, water, & waste services",1,total,A4100.02,195,,Number of businesses,1 and 2 and 3 and 5 and 6 +Maori business: No,Construction,1,total,A4100.02,6885,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Wholesale trade,1,total,A4100.02,2964,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Machinery & equipment wholesaling,2,total,A4100.02,900,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Other wholesale trade,2,total,A4100.02,2064,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Retail trade,1,total,A4100.02,4758,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Accommodation & food services,1,total,A4100.02,6120,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,"Transport, postal, & warehousing",1,total,A4100.02,1566,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Information media & telecommunications,1,total,A4100.02,426,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Publishing,2,total,A4100.02,177,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Motion picture,2,total,A4100.02,129,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Telecommunications,2,total,A4100.02,120,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Financial & insurance services,1,total,A4100.02,642,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Finance,2,total,A4100.02,201,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Insurance,2,total,A4100.02,36,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Auxiliary,2,total,A4100.02,411,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,"Rental, hiring, & real estate services",1,total,A4100.02,984,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,"Professional, scientific, & technical services",1,total,A4100.02,4917,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Computer systems design,2,total,A4100.02,948,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Other professional scientific,2,total,A4100.02,3972,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Administrative & support services,1,total,A4100.02,1689,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Education & training,1,total,A4100.02,1026,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Health care & social assistance,1,total,A4100.02,2652,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Arts & recreation services,1,total,A4100.02,528,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,Other services,1,total,A4100.02,1263,,Number of businesses,1 and 2 and 3 and 6 +Maori business: No,total,0,total,A4100.02,45084,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,total,0,619 employees,A4100.03,903,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: Don't know,total,0,2049 employees,A4100.03,177,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: Don't know,total,0,5099 employees,A4100.03,48,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: Don't know,total,0,100+ employees,A4100.03,30,,Number of businesses,1 and 2 and 3 and 4 and 6 +Maori business: Don't know,"Agriculture, forestry, & fishing",1,total,A4100.03,27,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Agriculture,2,total,A4100.03,15,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Commercial fishing,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Forestry & logging,2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,"Agriculture, forestry, & fishing support services",2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Mining,1,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Maori business: Don't know,Manufacturing,1,total,A4100.03,162,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,"Food, beverage, & tobacco",2,total,A4100.03,24,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,"Textile, clothing, footwear, & leather",2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Wood & paper product,2,total,A4100.03,21,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,"Printing, publishing, & recorded media",2,total,A4100.03,0,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A4100.03,12,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Non-metallic mineral product,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Metal product,2,total,A4100.03,27,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Transport and industrial machinery & equipment,2,total,A4100.03,48,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Other machinery & equipment,2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Other manufacturing,2,total,A4100.03,15,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,"Electricity, gas, water, & waste services",1,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Maori business: Don't know,Construction,1,total,A4100.03,111,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Wholesale trade,1,total,A4100.03,141,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Machinery & equipment wholesaling,2,total,A4100.03,33,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Other wholesale trade,2,total,A4100.03,105,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Retail trade,1,total,A4100.03,168,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Accommodation & food services,1,total,A4100.03,108,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,"Transport, postal, & warehousing",1,total,A4100.03,21,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Information media & telecommunications,1,total,A4100.03,15,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Publishing,2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Motion picture,2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Telecommunications,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Financial & insurance services,1,total,A4100.03,18,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Finance,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Insurance,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Auxiliary,2,total,A4100.03,12,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,"Rental, hiring, & real estate services",1,total,A4100.03,48,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,"Professional, scientific, & technical services",1,total,A4100.03,48,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Computer systems design,2,total,A4100.03,9,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Other professional scientific,2,total,A4100.03,42,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Administrative & support services,1,total,A4100.03,24,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Education & training,1,total,A4100.03,36,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Health care & social assistance,1,total,A4100.03,108,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Arts & recreation services,1,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,Other services,1,total,A4100.03,105,,Number of businesses,1 and 2 and 3 and 6 +Maori business: Don't know,total,0,total,A4100.03,1155,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,total,0,619 employees,A4200.01,3978,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: Yes,total,0,2049 employees,A4200.01,1020,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: Yes,total,0,5099 employees,A4200.01,252,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: Yes,total,0,100+ employees,A4200.01,162,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: Yes,"Agriculture, forestry, & fishing",1,total,A4200.01,609,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Agriculture,2,total,A4200.01,273,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Commercial fishing,2,total,A4200.01,21,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Forestry & logging,2,total,A4200.01,93,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,"Agriculture, forestry, & fishing support services",2,total,A4200.01,222,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Mining,1,total,A4200.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Owners are of Maori descend: Yes,Manufacturing,1,total,A4200.01,459,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,"Food, beverage, & tobacco",2,total,A4200.01,87,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,"Textile, clothing, footwear, & leather",2,total,A4200.01,18,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Wood & paper product,2,total,A4200.01,69,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,"Printing, publishing, & recorded media",2,total,A4200.01,24,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,"Petroleum, coal, chemical, & associated product",2,total,A4200.01,9,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Non-metallic mineral product,2,total,A4200.01,15,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Metal product,2,total,A4200.01,108,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Transport and industrial machinery & equipment,2,total,A4200.01,81,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Other machinery & equipment,2,total,A4200.01,15,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Other manufacturing,2,total,A4200.01,36,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,"Electricity, gas, water, & waste services",1,total,A4200.01,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Owners are of Maori descend: Yes,Construction,1,total,A4200.01,999,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Wholesale trade,1,total,A4200.01,291,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Machinery & equipment wholesaling,2,total,A4200.01,72,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Other wholesale trade,2,total,A4200.01,216,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Retail trade,1,total,A4200.01,504,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Accommodation & food services,1,total,A4200.01,360,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,"Transport, postal, & warehousing",1,total,A4200.01,315,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Information media & telecommunications,1,total,A4200.01,51,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Publishing,2,total,A4200.01,18,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Motion picture,2,total,A4200.01,21,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Telecommunications,2,total,A4200.01,6,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Financial & insurance services,1,total,A4200.01,66,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Finance,2,total,A4200.01,15,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Insurance,2,total,A4200.01,3,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Auxiliary,2,total,A4200.01,51,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,"Rental, hiring, & real estate services",1,total,A4200.01,159,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,"Professional, scientific, & technical services",1,total,A4200.01,609,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Computer systems design,2,total,A4200.01,84,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Other professional scientific,2,total,A4200.01,528,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Administrative & support services,1,total,A4200.01,222,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Education & training,1,total,A4200.01,213,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Health care & social assistance,1,total,A4200.01,285,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Arts & recreation services,1,total,A4200.01,93,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,Other services,1,total,A4200.01,147,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Yes,total,0,total,A4200.01,5412,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,total,0,619 employees,A4200.02,28329,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: No,total,0,2049 employees,A4200.02,6993,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: No,total,0,5099 employees,A4200.02,1959,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: No,total,0,100+ employees,A4200.02,1614,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: No,"Agriculture, forestry, & fishing",1,total,A4200.02,2970,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Agriculture,2,total,A4200.02,2097,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Commercial fishing,2,total,A4200.02,30,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Forestry & logging,2,total,A4200.02,153,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,"Agriculture, forestry, & fishing support services",2,total,A4200.02,690,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Mining,1,total,A4200.02,99,,Number of businesses,1 and 2 and 3 and 5 and 6 +Owners are of Maori descend: No,Manufacturing,1,total,A4200.02,4398,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,"Food, beverage, & tobacco",2,total,A4200.02,1041,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,"Textile, clothing, footwear, & leather",2,total,A4200.02,216,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Wood & paper product,2,total,A4200.02,396,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,"Printing, publishing, & recorded media",2,total,A4200.02,153,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,"Petroleum, coal, chemical, & associated product",2,total,A4200.02,399,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Non-metallic mineral product,2,total,A4200.02,177,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Metal product,2,total,A4200.02,801,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Transport and industrial machinery & equipment,2,total,A4200.02,735,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Other machinery & equipment,2,total,A4200.02,180,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Other manufacturing,2,total,A4200.02,300,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,"Electricity, gas, water, & waste services",1,total,A4200.02,168,,Number of businesses,1 and 2 and 3 and 5 and 6 +Owners are of Maori descend: No,Construction,1,total,A4200.02,5673,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Wholesale trade,1,total,A4200.02,2535,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Machinery & equipment wholesaling,2,total,A4200.02,696,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Other wholesale trade,2,total,A4200.02,1839,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Retail trade,1,total,A4200.02,4194,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Accommodation & food services,1,total,A4200.02,5574,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,"Transport, postal, & warehousing",1,total,A4200.02,1257,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Information media & telecommunications,1,total,A4200.02,354,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Publishing,2,total,A4200.02,144,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Motion picture,2,total,A4200.02,111,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Telecommunications,2,total,A4200.02,93,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Financial & insurance services,1,total,A4200.02,543,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Finance,2,total,A4200.02,153,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Insurance,2,total,A4200.02,30,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Auxiliary,2,total,A4200.02,360,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,"Rental, hiring, & real estate services",1,total,A4200.02,750,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,"Professional, scientific, & technical services",1,total,A4200.02,4071,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Computer systems design,2,total,A4200.02,786,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Other professional scientific,2,total,A4200.02,3288,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Administrative & support services,1,total,A4200.02,1458,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Education & training,1,total,A4200.02,879,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Health care & social assistance,1,total,A4200.02,2385,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Arts & recreation services,1,total,A4200.02,435,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,Other services,1,total,A4200.02,1143,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: No,total,0,total,A4200.02,38895,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,total,0,619 employees,A4200.03,2787,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: Don't know,total,0,2049 employees,A4200.03,699,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: Don't know,total,0,5099 employees,A4200.03,294,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: Don't know,total,0,100+ employees,A4200.03,288,,Number of businesses,1 and 2 and 3 and 4 and 6 +Owners are of Maori descend: Don't know,"Agriculture, forestry, & fishing",1,total,A4200.03,138,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Agriculture,2,total,A4200.03,57,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Commercial fishing,2,total,A4200.03,9,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Forestry & logging,2,total,A4200.03,9,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,"Agriculture, forestry, & fishing support services",2,total,A4200.03,66,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Mining,1,total,A4200.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 +Owners are of Maori descend: Don't know,Manufacturing,1,total,A4200.03,486,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,"Food, beverage, & tobacco",2,total,A4200.03,87,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,"Textile, clothing, footwear, & leather",2,total,A4200.03,15,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Wood & paper product,2,total,A4200.03,51,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,"Printing, publishing, & recorded media",2,total,A4200.03,21,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A4200.03,36,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Non-metallic mineral product,2,total,A4200.03,18,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Metal product,2,total,A4200.03,72,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Transport and industrial machinery & equipment,2,total,A4200.03,126,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Other machinery & equipment,2,total,A4200.03,36,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Other manufacturing,2,total,A4200.03,21,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,"Electricity, gas, water, & waste services",1,total,A4200.03,21,,Number of businesses,1 and 2 and 3 and 5 and 6 +Owners are of Maori descend: Don't know,Construction,1,total,A4200.03,639,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Wholesale trade,1,total,A4200.03,336,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Machinery & equipment wholesaling,2,total,A4200.03,153,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Other wholesale trade,2,total,A4200.03,180,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Retail trade,1,total,A4200.03,306,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Accommodation & food services,1,total,A4200.03,681,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,"Transport, postal, & warehousing",1,total,A4200.03,99,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Information media & telecommunications,1,total,A4200.03,48,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Publishing,2,total,A4200.03,21,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Motion picture,2,total,A4200.03,6,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Telecommunications,2,total,A4200.03,18,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Financial & insurance services,1,total,A4200.03,75,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Finance,2,total,A4200.03,39,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Insurance,2,total,A4200.03,3,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Auxiliary,2,total,A4200.03,33,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,"Rental, hiring, & real estate services",1,total,A4200.03,135,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,"Professional, scientific, & technical services",1,total,A4200.03,492,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Computer systems design,2,total,A4200.03,105,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Other professional scientific,2,total,A4200.03,390,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Administrative & support services,1,total,A4200.03,129,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Education & training,1,total,A4200.03,81,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Health care & social assistance,1,total,A4200.03,231,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Arts & recreation services,1,total,A4200.03,36,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,Other services,1,total,A4200.03,108,,Number of businesses,1 and 2 and 3 and 6 +Owners are of Maori descend: Don't know,total,0,total,A4200.03,4068,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,total,0,619 employees,A4300.01,2802,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: half or more,total,0,2049 employees,A4300.01,645,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: half or more,total,0,5099 employees,A4300.01,114,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: half or more,total,0,100+ employees,A4300.01,60,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: half or more,"Agriculture, forestry, & fishing",1,total,A4300.01,504,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Agriculture,2,total,A4300.01,222,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Commercial fishing,2,total,A4300.01,15,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Forestry & logging,2,total,A4300.01,81,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,"Agriculture, forestry, & fishing support services",2,total,A4300.01,186,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Mining,1,total,A4300.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Share of business owned by Maori descend: half or more,Manufacturing,1,total,A4300.01,300,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,"Food, beverage, & tobacco",2,total,A4300.01,63,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,"Textile, clothing, footwear, & leather",2,total,A4300.01,12,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Wood & paper product,2,total,A4300.01,45,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,"Printing, publishing, & recorded media",2,total,A4300.01,15,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,"Petroleum, coal, chemical, & associated product",2,total,A4300.01,9,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Non-metallic mineral product,2,total,A4300.01,12,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Metal product,2,total,A4300.01,69,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Transport and industrial machinery & equipment,2,total,A4300.01,60,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Other machinery & equipment,2,total,A4300.01,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Other manufacturing,2,total,A4300.01,15,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,"Electricity, gas, water, & waste services",1,total,A4300.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 +Share of business owned by Maori descend: half or more,Construction,1,total,A4300.01,621,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Wholesale trade,1,total,A4300.01,156,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Machinery & equipment wholesaling,2,total,A4300.01,66,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Other wholesale trade,2,total,A4300.01,87,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Retail trade,1,total,A4300.01,387,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Accommodation & food services,1,total,A4300.01,282,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,"Transport, postal, & warehousing",1,total,A4300.01,225,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Information media & telecommunications,1,total,A4300.01,21,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Publishing,2,total,A4300.01,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Motion picture,2,total,A4300.01,12,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Telecommunications,2,total,A4300.01,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Financial & insurance services,1,total,A4300.01,30,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Finance,2,total,A4300.01,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Insurance,2,total,A4300.01,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Auxiliary,2,total,A4300.01,24,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,"Rental, hiring, & real estate services",1,total,A4300.01,96,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,"Professional, scientific, & technical services",1,total,A4300.01,261,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Computer systems design,2,total,A4300.01,39,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Other professional scientific,2,total,A4300.01,225,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Administrative & support services,1,total,A4300.01,168,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Education & training,1,total,A4300.01,168,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Health care & social assistance,1,total,A4300.01,189,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Arts & recreation services,1,total,A4300.01,60,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,Other services,1,total,A4300.01,135,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: half or more,total,0,total,A4300.01,3624,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,total,0,619 employees,A4300.02,1050,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: less than a half,total,0,2049 employees,A4300.02,345,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: less than a half,total,0,5099 employees,A4300.02,126,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: less than a half,total,0,100+ employees,A4300.02,84,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: less than a half,"Agriculture, forestry, & fishing",1,total,A4300.02,84,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Agriculture,2,total,A4300.02,45,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Commercial fishing,2,total,A4300.02,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Forestry & logging,2,total,A4300.02,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,"Agriculture, forestry, & fishing support services",2,total,A4300.02,30,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Mining,1,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Share of business owned by Maori descend: less than a half,Manufacturing,1,total,A4300.02,135,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,"Food, beverage, & tobacco",2,total,A4300.02,24,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,"Textile, clothing, footwear, & leather",2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Wood & paper product,2,total,A4300.02,15,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,"Printing, publishing, & recorded media",2,total,A4300.02,9,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,"Petroleum, coal, chemical, & associated product",2,total,A4300.02,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Non-metallic mineral product,2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Metal product,2,total,A4300.02,33,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Transport and industrial machinery & equipment,2,total,A4300.02,18,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Other machinery & equipment,2,total,A4300.02,9,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Other manufacturing,2,total,A4300.02,18,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,"Electricity, gas, water, & waste services",1,total,A4300.02,6,,Number of businesses,1 and 2 and 3 and 5 and 6 +Share of business owned by Maori descend: less than a half,Construction,1,total,A4300.02,333,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Wholesale trade,1,total,A4300.02,78,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Machinery & equipment wholesaling,2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Other wholesale trade,2,total,A4300.02,72,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Retail trade,1,total,A4300.02,117,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Accommodation & food services,1,total,A4300.02,75,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,"Transport, postal, & warehousing",1,total,A4300.02,87,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Information media & telecommunications,1,total,A4300.02,27,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Publishing,2,total,A4300.02,15,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Motion picture,2,total,A4300.02,9,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Telecommunications,2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Financial & insurance services,1,total,A4300.02,24,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Finance,2,total,A4300.02,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Insurance,2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Auxiliary,2,total,A4300.02,18,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,"Rental, hiring, & real estate services",1,total,A4300.02,57,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,"Professional, scientific, & technical services",1,total,A4300.02,342,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Computer systems design,2,total,A4300.02,45,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Other professional scientific,2,total,A4300.02,300,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Administrative & support services,1,total,A4300.02,42,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Education & training,1,total,A4300.02,33,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Health care & social assistance,1,total,A4300.02,93,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Arts & recreation services,1,total,A4300.02,30,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,Other services,1,total,A4300.02,27,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: less than a half,total,0,total,A4300.02,1605,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,total,0,619 employees,A4300.03,159,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: Don't know,total,0,2049 employees,A4300.03,24,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: Don't know,total,0,5099 employees,A4300.03,15,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: Don't know,total,0,100+ employees,A4300.03,21,,Number of businesses,1 and 2 and 3 and 4 and 6 +Share of business owned by Maori descend: Don't know,"Agriculture, forestry, & fishing",1,total,A4300.03,18,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Agriculture,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Commercial fishing,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Forestry & logging,2,total,A4300.03,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,"Agriculture, forestry, & fishing support services",2,total,A4300.03,12,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Mining,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 +Share of business owned by Maori descend: Don't know,Manufacturing,1,total,A4300.03,21,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,"Food, beverage, & tobacco",2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,"Textile, clothing, footwear, & leather",2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Wood & paper product,2,total,A4300.03,12,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,"Printing, publishing, & recorded media",2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Non-metallic mineral product,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Metal product,2,total,A4300.03,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Transport and industrial machinery & equipment,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Other machinery & equipment,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Other manufacturing,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,"Electricity, gas, water, & waste services",1,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 +Share of business owned by Maori descend: Don't know,Construction,1,total,A4300.03,48,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Wholesale trade,1,total,A4300.03,60,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Machinery & equipment wholesaling,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Other wholesale trade,2,total,A4300.03,54,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Retail trade,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Accommodation & food services,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,"Transport, postal, & warehousing",1,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Information media & telecommunications,1,total,A4300.03,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Publishing,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Motion picture,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Telecommunications,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Financial & insurance services,1,total,A4300.03,9,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Finance,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Insurance,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Auxiliary,2,total,A4300.03,9,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,"Rental, hiring, & real estate services",1,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,"Professional, scientific, & technical services",1,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Computer systems design,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Other professional scientific,2,total,A4300.03,6,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Administrative & support services,1,total,A4300.03,9,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Education & training,1,total,A4300.03,12,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Health care & social assistance,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Arts & recreation services,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,Other services,1,total,A4300.03,15,,Number of businesses,1 and 2 and 3 and 6 +Share of business owned by Maori descend: Don't know,total,0,total,A4300.03,219,,Number of businesses,1 and 2 and 3 and 6 From 1e42be5512d3a84f2208f46ade0a98b895977468 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Sat, 22 Nov 2025 15:18:47 +0530 Subject: [PATCH 082/120] access clearing in cookie --- src/auth/auth.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 05f5461..8986447 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -294,12 +294,18 @@ export const logout = async (req: Request, res: Response) => { return res.status(200).json({ success: true, message: "Logged out" }); } const hashed = hashToken(refreToken); + await refreshModel.deleteOne({ tokenhash: hashed }); res.clearCookie("refreshToken", { httpOnly: true, secure: false, sameSite: "strict", }); + res.clearCookie("accessToken", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); return res.status(200).json({ sccess: true, message: "Logged out successfully" }); } catch (err) { console.log("error in logout"); From e8a6d99226347745cae87b0820f7a732e29d7749 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 22 Nov 2025 15:46:18 +0530 Subject: [PATCH 083/120] full working --- src/app.ts | 12 ++++++------ src/controllers/uploadController.ts | 1 - src/middlewares/tokenCheck.ts | 7 ++++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app.ts b/src/app.ts index 89e9ef5..000f16f 100644 --- a/src/app.ts +++ b/src/app.ts @@ -17,7 +17,7 @@ import mcpClient from './services/mcpClient.ts'; import chatRouter from "./routes/chatRoutes.ts" const app = express(); -app.use(express.json({limit:"50mb"})); +app.use(express.json({ limit: "50mb" })); app.use(express.urlencoded({ extended: true })); app.use(passport.initialize()); app.use(cookieParser()); @@ -43,22 +43,22 @@ app.use( app.use('/payment/webhook', express.raw({ type: 'application/json' })); //middleware -app.use("/upload", uploadRouter,fileSizeCheck) +app.use("/upload", uploadRouter, fileSizeCheck) app.use("/user", userRouter) app.use("/auth", authRouter) app.use("/payment", paymentRouter) -app.use("/chat",chatRouter); +app.use("/chat", chatRouter); // admin routes -app.use("/admin/dashboard",adminrouter) -app.use('/admin/dashboard',insightsRouter) +app.use("/admin/dashboard", adminrouter) +app.use('/admin/dashboard', insightsRouter) // TODO: Where is 404 route // TODO: Helth check route ? is server active ?. is mongodb connected proplery. //listening // TODO: use .env for urls -app.listen(process.env.PORT, async() => { +app.listen(process.env.PORT, async () => { await connection(); await mcpClient.connect(); console.log(` Server running on http://localhost:${process.env.PORT}`); diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index b07296a..9cbff16 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -53,7 +53,6 @@ export const fileParsing = async (req: Request, res: Response) => { }; const authedReq = req as AuthedRequest; const userId = authedReq.user?.userId; - console.log(userId) const dataset = await createDatasetWithRows( results, userId as string || null, diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index 00ca54e..e60fd9a 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -6,7 +6,8 @@ import chartModel from '../model/chart'; import guestModel from '../model/guest'; interface JwtPayload { - id: string; + id:string; + userId: string; } interface UserPayload { @@ -23,7 +24,7 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction console.log('Checking whether user is logged in or guest'); const authedReq = req as AuthedRequest; const authHeader = req.headers.authorization; - + if (authHeader?.startsWith('Bearer ')) { const token = authHeader.split(' ')[1]; @@ -31,7 +32,7 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction token, process.env.JWT_SECRET as string ) as JwtPayload; - console.log(decoded) + authedReq.user = { userId: decoded.id, isGuest: false, From b96f028975aebb64cf0fb27fb7d329667c487371 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 22 Nov 2025 16:00:20 +0530 Subject: [PATCH 084/120] all done --- .env | 2 +- src/auth/auth.ts | 49 +- src/controllers/chatController.ts | 3 +- src/middlewares/tokenCheck.ts | 51 +- src/routes/uploadRouter.ts | 3 +- ...ations-survey-2023-business-operations.csv | 11986 ---------------- 6 files changed, 63 insertions(+), 12031 deletions(-) delete mode 100644 uploads/1763803894376_952428976_business-operations-survey-2023-business-operations.csv diff --git a/.env b/.env index 5b4874d..d65df02 100644 --- a/.env +++ b/.env @@ -20,7 +20,7 @@ EMAIL_PASS = lhubgdnbvmfrzjcj SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo -MAX_FILE_SIZE = 50 * 1024 * 1024; +MAX_FILE_SIZE =50 * 1024 * 1024; GEMINI_API_KEY =AIzaSyBkUAGwR5nE36CFk1cGPw6bOlSl4OQK1Ro,AIzaSyD_UUtu-zR4CUwOB3Z7xyLMmcl1ooiPxJ8,AIzaSyBnhzklFEmwqi1YkmrNqVSKrZTO9ljUJo4,AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU GEMINI_API_LIGHT_KEY =AIzaSyC_YEplnqKTokFHMkL0QxQDd98M05JGzG8 diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 2019bda..70b6966 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -67,13 +67,13 @@ export const loginCheck = async (req: Request, res: Response) => { const hashed = hashToken(refreshToken); await refreshModel.findOneAndUpdate( - {userId: user._id,}, + { userId: user._id, }, { userId: user._id, tokenhash: hashed, expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), }, - { upsert: true,}, + { upsert: true, }, ); res.cookie('refreshToken', refreshToken, { @@ -242,26 +242,33 @@ export const googleCallback = (req: Request, res: Response) => { res.redirect(`${frontendURL}/auth/callback?token=${token}`); }; -export const logout = async(req:Request,res:Response)=>{ - try{ - const refreToken = req.cookies.refreshToken; - if(!refreToken){ - return res.status(200).json({success:true,message :"Logged out"}) - } - const hashed = hashToken(refreToken); - await refreshModel.deleteOne({tokenhash:hashed}) - res.clearCookie("refreshToken",{ - httpOnly:true, - secure:false, - sameSite:"strict" - }) - return res.status(200).json({sccess:true,message:"Logged out successfully"}) - - - }catch(err){ +export const logout = async (req: Request, res: Response) => { + try { + const refreToken = req.cookies.refreshToken; + if (!refreToken) { + return res.status(200).json({ success: true, message: "Logged out" }) + } + const hashed = hashToken(refreToken); + await refreshModel.deleteOne({ tokenhash: hashed }) + res.clearCookie("refreshToken", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); + + res.clearCookie("userId", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); + + return res.status(200).json({ sccess: true, message: "Logged out successfully" }) + + + } catch (err) { console.log("error in logout"); - return res.status(500).json({success:false,message:"Internal server Error"}) - + return res.status(500).json({ success: false, message: "Internal server Error" }) + } } diff --git a/src/controllers/chatController.ts b/src/controllers/chatController.ts index 50572a7..25acd6a 100644 --- a/src/controllers/chatController.ts +++ b/src/controllers/chatController.ts @@ -8,7 +8,6 @@ import { modelLight } from "../services/aiModels"; export const chatController = async (req: Request, res: Response) => { try { const { message } = req.body; - console.log("message:", message, "req.cookies.userId:", req.cookies.userId) // Ensure user is authenticated if (!req.cookies.userId) { return res.status(401).json({ @@ -19,7 +18,7 @@ export const chatController = async (req: Request, res: Response) => { console.log("req.cookies.userId is console loging", req.cookies.userId) const userId = req.cookies.userId; - console.log() + console.log(userId) // latest dataset for user const dataset = await Dataset.findOne({ user_id: userId }) .sort({ created_at: -1 }); diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index e60fd9a..82f81a4 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -6,7 +6,7 @@ import chartModel from '../model/chart'; import guestModel from '../model/guest'; interface JwtPayload { - id:string; + id: string; userId: string; } @@ -24,25 +24,37 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction console.log('Checking whether user is logged in or guest'); const authedReq = req as AuthedRequest; const authHeader = req.headers.authorization; - - if (authHeader?.startsWith('Bearer ')) { - const token = authHeader.split(' ')[1]; - - const decoded = Jwt.verify( - token, - process.env.JWT_SECRET as string - ) as JwtPayload; - - authedReq.user = { - userId: decoded.id, - isGuest: false, - }; - console.log('Authenticated user from JWT:', decoded.id); - const currentUserToken = await userModel.findById({ _id: decoded.id }) - if (currentUserToken?.token == 0) { - return res.json({ message: "Token is finished ! buy more token..", success: false }) + try { + + if (authHeader?.startsWith('Bearer ')) { + const token = authHeader.split(' ')[1]; + + const decoded = Jwt.verify( + token, + process.env.JWT_SECRET as string + ) as JwtPayload; + console.log(decoded) + authedReq.user = { + userId: decoded.id, + isGuest: false, + }; + console.log('Authenticated user from JWT:', decoded.id); + const currentUserToken = await userModel.findById({ _id: decoded.id }) + console.log("before cheking usertoken:") + if (currentUserToken?.token == 0) { + return res.json({ message: "Token is finished ! buy more token..", success: false }) + } + res.cookie('userId', decoded.id.toString(), { + httpOnly: true, + secure: process.env.NODE_ENV === 'production', + sameSite: 'strict', + maxAge: 1 * 24 * 60 * 60 * 1000, + }); + return next(); } - return next(); + } + catch (err) { + console.log("error while cheking jwt:", err) } const guestIdFromCookie = req.cookies?.userId; @@ -57,6 +69,7 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction if (UserToken?.token == 0) { return res.json({ message: "Token is finished ! buy more token..", success: false }) } + return next(); } diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index 0e1bcc1..bf8e6f2 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -1,10 +1,9 @@ import { Router } from 'express' -import upload from '../utils/multerUpload.ts'; import { fileParsing } from '../controllers/uploadController.ts' import { tokenCheck } from '../middlewares/tokenCheck.ts'; const uploadRouter = Router() // uploadRouter.use('/fileupload',tokenCheck) -uploadRouter.post("/fileupload", upload.single('file'),tokenCheck, fileParsing); +uploadRouter.post("/fileupload",tokenCheck, fileParsing); export default uploadRouter; \ No newline at end of file diff --git a/uploads/1763803894376_952428976_business-operations-survey-2023-business-operations.csv b/uploads/1763803894376_952428976_business-operations-survey-2023-business-operations.csv deleted file mode 100644 index ac4aed5..0000000 --- a/uploads/1763803894376_952428976_business-operations-survey-2023-business-operations.csv +++ /dev/null @@ -1,11986 +0,0 @@ -description,industry,level,size,line_code,value,status,Unit,Footnotes -Total number of businesses,total,0,619 employees,,35562,,Number of businesses,1 and 2 and 3 and 4 and 6 -Total number of businesses,total,0,2049 employees,,8796,,Number of businesses,1 and 2 and 3 and 4 and 6 -Total number of businesses,total,0,5099 employees,,2529,,Number of businesses,1 and 2 and 3 and 4 and 6 -Total number of businesses,total,0,100+ employees,,2100,,Number of businesses,1 and 2 and 3 and 4 and 6 -Total number of businesses,"Agriculture, forestry, & fishing",1,total,,3756,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Agriculture,2,total,,2460,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Commercial fishing,2,total,,57,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Forestry & logging,2,total,,258,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,"Agriculture, forestry, & fishing support services",2,total,,981,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Mining,1,total,,120,,Number of businesses,1 and 2 and 3 and 5 and 6 -Total number of businesses,Manufacturing,1,total,,5421,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,"Food, beverage, & tobacco",2,total,,1233,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,"Textile, clothing, footwear, & leather",2,total,,255,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Wood & paper product,2,total,,516,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,"Printing, publishing, & recorded media",2,total,,201,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,"Petroleum, coal, chemical, & associated product",2,total,,447,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Non-metallic mineral product,2,total,,210,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Metal product,2,total,,1002,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Transport and industrial machinery & equipment,2,total,,948,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Other machinery & equipment,2,total,,237,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Other manufacturing,2,total,,372,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,"Electricity, gas, water, & waste services",1,total,,207,,Number of businesses,1 and 2 and 3 and 5 and 6 -Total number of businesses,Construction,1,total,,7440,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Wholesale trade,1,total,,3228,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Machinery & equipment wholesaling,2,total,,951,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Other wholesale trade,2,total,,2274,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Retail trade,1,total,,5070,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Accommodation & food services,1,total,,6774,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,"Transport, postal, & warehousing",1,total,,1677,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Information media & telecommunications,1,total,,459,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Publishing,2,total,,189,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Motion picture,2,total,,144,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Telecommunications,2,total,,126,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Financial & insurance services,1,total,,696,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Finance,2,total,,213,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Insurance,2,total,,36,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Auxiliary,2,total,,447,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,"Rental, hiring, & real estate services",1,total,,1044,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,"Professional, scientific, & technical services",1,total,,5190,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Computer systems design,2,total,,990,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Other professional scientific,2,total,,4203,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Administrative & support services,1,total,,1845,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Education & training,1,total,,1182,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Health care & social assistance,1,total,,2925,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Arts & recreation services,1,total,,567,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,Other services,1,total,,1383,,Number of businesses,1 and 2 and 3 and 6 -Total number of businesses,total,0,total,,48990,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,total,0,619 employees,A0700.01,3456,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: Yes,total,0,2049 employees,A0700.01,1488,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: Yes,total,0,5099 employees,A0700.01,609,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: Yes,total,0,100+ employees,A0700.01,528,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: Yes,"Agriculture, forestry, & fishing",1,total,A0700.01,666,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Agriculture,2,total,A0700.01,600,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Commercial fishing,2,total,A0700.01,15,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Forestry & logging,2,total,A0700.01,18,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,"Agriculture, forestry, & fishing support services",2,total,A0700.01,33,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Mining,1,total,A0700.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Any sales from exports: Yes,Manufacturing,1,total,A0700.01,1728,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,"Food, beverage, & tobacco",2,total,A0700.01,546,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,"Textile, clothing, footwear, & leather",2,total,A0700.01,120,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Wood & paper product,2,total,A0700.01,108,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,"Printing, publishing, & recorded media",2,total,A0700.01,45,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,"Petroleum, coal, chemical, & associated product",2,total,A0700.01,258,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Non-metallic mineral product,2,total,A0700.01,24,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Metal product,2,total,A0700.01,177,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Transport and industrial machinery & equipment,2,total,A0700.01,246,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Other machinery & equipment,2,total,A0700.01,108,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Other manufacturing,2,total,A0700.01,96,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,"Electricity, gas, water, & waste services",1,total,A0700.01,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Any sales from exports: Yes,Construction,1,total,A0700.01,87,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Wholesale trade,1,total,A0700.01,1221,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Machinery & equipment wholesaling,2,total,A0700.01,351,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Other wholesale trade,2,total,A0700.01,867,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Retail trade,1,total,A0700.01,459,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Accommodation & food services,1,total,A0700.01,186,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,"Transport, postal, & warehousing",1,total,A0700.01,96,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Information media & telecommunications,1,total,A0700.01,114,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Publishing,2,total,A0700.01,66,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Motion picture,2,total,A0700.01,24,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Telecommunications,2,total,A0700.01,21,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Financial & insurance services,1,total,A0700.01,36,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Finance,2,total,A0700.01,9,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Insurance,2,total,A0700.01,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Auxiliary,2,total,A0700.01,24,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,"Rental, hiring, & real estate services",1,total,A0700.01,90,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,"Professional, scientific, & technical services",1,total,A0700.01,1062,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Computer systems design,2,total,A0700.01,480,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Other professional scientific,2,total,A0700.01,585,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Administrative & support services,1,total,A0700.01,99,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Education & training,1,total,A0700.01,69,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Health care & social assistance,1,total,A0700.01,33,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Arts & recreation services,1,total,A0700.01,51,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,Other services,1,total,A0700.01,36,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Yes,total,0,total,A0700.01,6081,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,total,0,619 employees,A0700.02,31782,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: No,total,0,2049 employees,A0700.02,7218,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: No,total,0,5099 employees,A0700.02,1902,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: No,total,0,100+ employees,A0700.02,1554,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: No,"Agriculture, forestry, & fishing",1,total,A0700.02,2943,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Agriculture,2,total,A0700.02,1710,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Commercial fishing,2,total,A0700.02,45,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Forestry & logging,2,total,A0700.02,240,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,"Agriculture, forestry, & fishing support services",2,total,A0700.02,948,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Mining,1,total,A0700.02,99,,Number of businesses,1 and 2 and 3 and 5 and 6 -Any sales from exports: No,Manufacturing,1,total,A0700.02,3615,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,"Food, beverage, & tobacco",2,total,A0700.02,666,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,"Textile, clothing, footwear, & leather",2,total,A0700.02,135,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Wood & paper product,2,total,A0700.02,399,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,"Printing, publishing, & recorded media",2,total,A0700.02,147,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,"Petroleum, coal, chemical, & associated product",2,total,A0700.02,189,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Non-metallic mineral product,2,total,A0700.02,180,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Metal product,2,total,A0700.02,816,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Transport and industrial machinery & equipment,2,total,A0700.02,684,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Other machinery & equipment,2,total,A0700.02,129,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Other manufacturing,2,total,A0700.02,267,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,"Electricity, gas, water, & waste services",1,total,A0700.02,192,,Number of businesses,1 and 2 and 3 and 5 and 6 -Any sales from exports: No,Construction,1,total,A0700.02,7302,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Wholesale trade,1,total,A0700.02,1950,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Machinery & equipment wholesaling,2,total,A0700.02,594,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Other wholesale trade,2,total,A0700.02,1353,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Retail trade,1,total,A0700.02,4605,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Accommodation & food services,1,total,A0700.02,6585,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,"Transport, postal, & warehousing",1,total,A0700.02,1533,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Information media & telecommunications,1,total,A0700.02,342,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Publishing,2,total,A0700.02,123,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Motion picture,2,total,A0700.02,117,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Telecommunications,2,total,A0700.02,99,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Financial & insurance services,1,total,A0700.02,654,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Finance,2,total,A0700.02,198,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Insurance,2,total,A0700.02,36,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Auxiliary,2,total,A0700.02,423,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,"Rental, hiring, & real estate services",1,total,A0700.02,954,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,"Professional, scientific, & technical services",1,total,A0700.02,4125,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Computer systems design,2,total,A0700.02,510,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Other professional scientific,2,total,A0700.02,3618,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Administrative & support services,1,total,A0700.02,1743,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Education & training,1,total,A0700.02,1110,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Health care & social assistance,1,total,A0700.02,2856,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Arts & recreation services,1,total,A0700.02,513,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,Other services,1,total,A0700.02,1329,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: No,total,0,total,A0700.02,42456,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,total,0,619 employees,A0700.03,324,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: Don't know,total,0,2049 employees,A0700.03,90,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: Don't know,total,0,5099 employees,A0700.03,21,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: Don't know,total,0,100+ employees,A0700.03,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -Any sales from exports: Don't know,"Agriculture, forestry, & fishing",1,total,A0700.03,144,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Agriculture,2,total,A0700.03,144,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Commercial fishing,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Forestry & logging,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,"Agriculture, forestry, & fishing support services",2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Mining,1,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Any sales from exports: Don't know,Manufacturing,1,total,A0700.03,78,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,"Food, beverage, & tobacco",2,total,A0700.03,21,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,"Textile, clothing, footwear, & leather",2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Wood & paper product,2,total,A0700.03,12,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,"Printing, publishing, & recorded media",2,total,A0700.03,9,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Non-metallic mineral product,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Metal product,2,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Transport and industrial machinery & equipment,2,total,A0700.03,15,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Other machinery & equipment,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Other manufacturing,2,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,"Electricity, gas, water, & waste services",1,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Any sales from exports: Don't know,Construction,1,total,A0700.03,51,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Wholesale trade,1,total,A0700.03,57,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Machinery & equipment wholesaling,2,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Other wholesale trade,2,total,A0700.03,51,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Retail trade,1,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Accommodation & food services,1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,"Transport, postal, & warehousing",1,total,A0700.03,45,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Information media & telecommunications,1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Publishing,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Motion picture,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Telecommunications,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Financial & insurance services,1,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Finance,2,total,A0700.03,6,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Insurance,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Auxiliary,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,"Rental, hiring, & real estate services",1,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,"Professional, scientific, & technical services",1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Computer systems design,2,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Other professional scientific,2,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Administrative & support services,1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Education & training,1,total,A0700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Health care & social assistance,1,total,A0700.03,30,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Arts & recreation services,1,total,A0700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,Other services,1,total,A0700.03,18,,Number of businesses,1 and 2 and 3 and 6 -Any sales from exports: Don't know,total,0,total,A0700.03,459,,Number of businesses,1 and 2 and 3 and 6 -Sales coming from exports,total,0,619 employees,A0801,8524681000,,NZ dollar,1 and 2 and 3 and 4 and 7 -Sales coming from exports,total,0,2049 employees,A0801,7104597000,,NZ dollar,1 and 2 and 3 and 4 and 7 -Sales coming from exports,total,0,5099 employees,A0801,5127357000,,NZ dollar,1 and 2 and 3 and 4 and 7 -Sales coming from exports,total,0,100+ employees,A0801,32635400000,,NZ dollar,1 and 2 and 3 and 4 and 7 -Sales coming from exports,"Agriculture, forestry, & fishing",1,total,A0801,3345416000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Agriculture,2,total,A0801,2106180000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Commercial fishing,2,total,A0801,284866000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Forestry & logging,2,total,A0801,884867000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,"Agriculture, forestry, & fishing support services",2,total,A0801,69503000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Mining,1,total,A0801,1344890000,,NZ dollar,1 and 2 and 3 and 5 and 7 -Sales coming from exports,Manufacturing,1,total,A0801,32688029000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,"Food, beverage, & tobacco",2,total,A0801,21286233000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,"Textile, clothing, footwear, & leather",2,total,A0801,499543000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Wood & paper product,2,total,A0801,2896318000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,"Printing, publishing, & recorded media",2,total,A0801,237517000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,"Petroleum, coal, chemical, & associated product",2,total,A0801,2137996000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Non-metallic mineral product,2,total,A0801,8224000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Metal product,2,total,A0801,421705000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Transport and industrial machinery & equipment,2,total,A0801,1830198000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Other machinery & equipment,2,total,A0801,2718343000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Other manufacturing,2,total,A0801,651951000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,"Electricity, gas, water, & waste services",1,total,A0801,97727000,,NZ dollar,1 and 2 and 3 and 5 and 7 -Sales coming from exports,Construction,1,total,A0801,225977000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Wholesale trade,1,total,A0801,4553101000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Machinery & equipment wholesaling,2,total,A0801,692724000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Other wholesale trade,2,total,A0801,3860377000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Retail trade,1,total,A0801,737254000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Accommodation & food services,1,total,A0801,20901000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,"Transport, postal, & warehousing",1,total,A0801,4113157000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Information media & telecommunications,1,total,A0801,612760000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Publishing,2,total,A0801,350334000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Motion picture,2,total,A0801,139145000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Telecommunications,2,total,A0801,123281000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Financial & insurance services,1,total,A0801,771427000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Finance,2,total,A0801,590443000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Insurance,2,total,A0801,6696000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Auxiliary,2,total,A0801,174288000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,"Rental, hiring, & real estate services",1,total,A0801,67960000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,"Professional, scientific, & technical services",1,total,A0801,4082182000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Computer systems design,2,total,A0801,1981390000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Other professional scientific,2,total,A0801,2100793000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Administrative & support services,1,total,A0801,500549000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Education & training,1,total,A0801,113103000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Health care & social assistance,1,total,A0801,9230000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Arts & recreation services,1,total,A0801,27967000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,Other services,1,total,A0801,80405000,,NZ dollar,1 and 2 and 3 and 7 -Sales coming from exports,total,0,total,A0801,53392036000,,NZ dollar,1 and 2 and 3 and 7 -Business entered any new export markets: Yes,total,0,619 employees,A0900.01,348,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: Yes,total,0,2049 employees,A0900.01,228,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: Yes,total,0,5099 employees,A0900.01,69,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: Yes,total,0,100+ employees,A0900.01,60,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: Yes,"Agriculture, forestry, & fishing",1,total,A0900.01,45,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Agriculture,2,total,A0900.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Commercial fishing,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Forestry & logging,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,"Agriculture, forestry, & fishing support services",2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Mining,1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business entered any new export markets: Yes,Manufacturing,1,total,A0900.01,273,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,"Food, beverage, & tobacco",2,total,A0900.01,141,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,"Textile, clothing, footwear, & leather",2,total,A0900.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Wood & paper product,2,total,A0900.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,"Printing, publishing, & recorded media",2,total,A0900.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,"Petroleum, coal, chemical, & associated product",2,total,A0900.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Non-metallic mineral product,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Metal product,2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Transport and industrial machinery & equipment,2,total,A0900.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Other machinery & equipment,2,total,A0900.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Other manufacturing,2,total,A0900.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,"Electricity, gas, water, & waste services",1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business entered any new export markets: Yes,Construction,1,total,A0900.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Wholesale trade,1,total,A0900.01,120,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Machinery & equipment wholesaling,2,total,A0900.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Other wholesale trade,2,total,A0900.01,102,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Retail trade,1,total,A0900.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Accommodation & food services,1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,"Transport, postal, & warehousing",1,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Information media & telecommunications,1,total,A0900.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Publishing,2,total,A0900.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Motion picture,2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Telecommunications,2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Financial & insurance services,1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Finance,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Insurance,2,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Auxiliary,2,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,"Rental, hiring, & real estate services",1,total,A0900.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,"Professional, scientific, & technical services",1,total,A0900.01,171,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Computer systems design,2,total,A0900.01,78,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Other professional scientific,2,total,A0900.01,96,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Administrative & support services,1,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Education & training,1,total,A0900.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Health care & social assistance,1,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Arts & recreation services,1,total,A0900.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,Other services,1,total,A0900.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Yes,total,0,total,A0900.01,705,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,total,0,619 employees,A0900.02,2883,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: No,total,0,2049 employees,A0900.02,1191,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: No,total,0,5099 employees,A0900.02,519,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: No,total,0,100+ employees,A0900.02,441,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: No,"Agriculture, forestry, & fishing",1,total,A0900.02,414,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Agriculture,2,total,A0900.02,363,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Commercial fishing,2,total,A0900.02,12,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Forestry & logging,2,total,A0900.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,"Agriculture, forestry, & fishing support services",2,total,A0900.02,24,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Mining,1,total,A0900.02,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business entered any new export markets: No,Manufacturing,1,total,A0900.02,1440,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,"Food, beverage, & tobacco",2,total,A0900.02,399,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,"Textile, clothing, footwear, & leather",2,total,A0900.02,108,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Wood & paper product,2,total,A0900.02,99,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,"Printing, publishing, & recorded media",2,total,A0900.02,39,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,"Petroleum, coal, chemical, & associated product",2,total,A0900.02,210,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Non-metallic mineral product,2,total,A0900.02,24,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Metal product,2,total,A0900.02,171,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Transport and industrial machinery & equipment,2,total,A0900.02,213,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Other machinery & equipment,2,total,A0900.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Other manufacturing,2,total,A0900.02,84,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,"Electricity, gas, water, & waste services",1,total,A0900.02,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business entered any new export markets: No,Construction,1,total,A0900.02,72,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Wholesale trade,1,total,A0900.02,1074,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Machinery & equipment wholesaling,2,total,A0900.02,321,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Other wholesale trade,2,total,A0900.02,750,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Retail trade,1,total,A0900.02,438,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Accommodation & food services,1,total,A0900.02,183,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,"Transport, postal, & warehousing",1,total,A0900.02,75,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Information media & telecommunications,1,total,A0900.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Publishing,2,total,A0900.02,54,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Motion picture,2,total,A0900.02,21,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Telecommunications,2,total,A0900.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Financial & insurance services,1,total,A0900.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Finance,2,total,A0900.02,6,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Insurance,2,total,A0900.02,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Auxiliary,2,total,A0900.02,21,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,"Rental, hiring, & real estate services",1,total,A0900.02,81,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,"Professional, scientific, & technical services",1,total,A0900.02,840,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Computer systems design,2,total,A0900.02,387,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Other professional scientific,2,total,A0900.02,456,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Administrative & support services,1,total,A0900.02,96,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Education & training,1,total,A0900.02,45,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Health care & social assistance,1,total,A0900.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Arts & recreation services,1,total,A0900.02,48,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,Other services,1,total,A0900.02,30,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: No,total,0,total,A0900.02,5034,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,total,0,619 employees,A0900.03,225,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: Don't know,total,0,2049 employees,A0900.03,66,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: Don't know,total,0,5099 employees,A0900.03,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: Don't know,total,0,100+ employees,A0900.03,27,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business entered any new export markets: Don't know,"Agriculture, forestry, & fishing",1,total,A0900.03,204,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Agriculture,2,total,A0900.03,195,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Commercial fishing,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Forestry & logging,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,"Agriculture, forestry, & fishing support services",2,total,A0900.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Mining,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business entered any new export markets: Don't know,Manufacturing,1,total,A0900.03,15,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,"Food, beverage, & tobacco",2,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,"Textile, clothing, footwear, & leather",2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Wood & paper product,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,"Printing, publishing, & recorded media",2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A0900.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Non-metallic mineral product,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Metal product,2,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Transport and industrial machinery & equipment,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Other machinery & equipment,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Other manufacturing,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,"Electricity, gas, water, & waste services",1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business entered any new export markets: Don't know,Construction,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Wholesale trade,1,total,A0900.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Machinery & equipment wholesaling,2,total,A0900.03,15,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Other wholesale trade,2,total,A0900.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Retail trade,1,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Accommodation & food services,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,"Transport, postal, & warehousing",1,total,A0900.03,21,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Information media & telecommunications,1,total,A0900.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Publishing,2,total,A0900.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Motion picture,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Telecommunications,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Financial & insurance services,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Finance,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Insurance,2,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Auxiliary,2,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,"Rental, hiring, & real estate services",1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,"Professional, scientific, & technical services",1,total,A0900.03,51,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Computer systems design,2,total,A0900.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Other professional scientific,2,total,A0900.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Administrative & support services,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Education & training,1,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Health care & social assistance,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Arts & recreation services,1,total,A0900.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,Other services,1,total,A0900.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business entered any new export markets: Don't know,total,0,total,A0900.03,342,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,619 employees,A1000.01,1479,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,2049 employees,A1000.01,873,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,5099 employees,A1000.01,495,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,100+ employees,A1000.01,594,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Agriculture, forestry, & fishing",1,total,A1000.01,96,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Agriculture,2,total,A1000.01,72,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Commercial fishing,2,total,A1000.01,6,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Forestry & logging,2,total,A1000.01,6,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Agriculture, forestry, & fishing support services",2,total,A1000.01,12,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Mining,1,total,A1000.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Manufacturing,1,total,A1000.01,549,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Food, beverage, & tobacco",2,total,A1000.01,183,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Textile, clothing, footwear, & leather",2,total,A1000.01,21,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Wood & paper product,2,total,A1000.01,21,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Printing, publishing, & recorded media",2,total,A1000.01,18,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Petroleum, coal, chemical, & associated product",2,total,A1000.01,102,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Non-metallic mineral product,2,total,A1000.01,12,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Metal product,2,total,A1000.01,60,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Transport and industrial machinery & equipment,2,total,A1000.01,66,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Other machinery & equipment,2,total,A1000.01,54,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Other manufacturing,2,total,A1000.01,12,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Electricity, gas, water, & waste services",1,total,A1000.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Construction,1,total,A1000.01,54,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Wholesale trade,1,total,A1000.01,735,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Machinery & equipment wholesaling,2,total,A1000.01,312,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Other wholesale trade,2,total,A1000.01,420,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Retail trade,1,total,A1000.01,204,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Accommodation & food services,1,total,A1000.01,132,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Transport, postal, & warehousing",1,total,A1000.01,258,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Information media & telecommunications,1,total,A1000.01,117,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Publishing,2,total,A1000.01,45,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Motion picture,2,total,A1000.01,30,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Telecommunications,2,total,A1000.01,39,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Financial & insurance services,1,total,A1000.01,177,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Finance,2,total,A1000.01,69,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Insurance,2,total,A1000.01,18,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Auxiliary,2,total,A1000.01,90,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Rental, hiring, & real estate services",1,total,A1000.01,75,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,"Professional, scientific, & technical services",1,total,A1000.01,693,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Computer systems design,2,total,A1000.01,360,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Other professional scientific,2,total,A1000.01,339,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Administrative & support services,1,total,A1000.01,141,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Education & training,1,total,A1000.01,24,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Health care & social assistance,1,total,A1000.01,54,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Arts & recreation services,1,total,A1000.01,30,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,Other services,1,total,A1000.01,51,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Yes,total,0,total,A1000.01,3441,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,total,0,619 employees,A1000.02,33642,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,total,0,2049 employees,A1000.02,7785,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,total,0,5099 employees,A1000.02,2004,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,total,0,100+ employees,A1000.02,1452,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Agriculture, forestry, & fishing",1,total,A1000.02,3612,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Agriculture,2,total,A1000.02,2352,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Commercial fishing,2,total,A1000.02,51,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Forestry & logging,2,total,A1000.02,252,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Agriculture, forestry, & fishing support services",2,total,A1000.02,957,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Mining,1,total,A1000.02,96,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Manufacturing,1,total,A1000.02,4740,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Food, beverage, & tobacco",2,total,A1000.02,1002,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Textile, clothing, footwear, & leather",2,total,A1000.02,231,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Wood & paper product,2,total,A1000.02,495,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Printing, publishing, & recorded media",2,total,A1000.02,177,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Petroleum, coal, chemical, & associated product",2,total,A1000.02,324,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Non-metallic mineral product,2,total,A1000.02,198,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Metal product,2,total,A1000.02,912,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Transport and industrial machinery & equipment,2,total,A1000.02,870,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Other machinery & equipment,2,total,A1000.02,177,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Other manufacturing,2,total,A1000.02,354,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Electricity, gas, water, & waste services",1,total,A1000.02,186,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Construction,1,total,A1000.02,7260,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Wholesale trade,1,total,A1000.02,2460,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Machinery & equipment wholesaling,2,total,A1000.02,630,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Other wholesale trade,2,total,A1000.02,1827,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Retail trade,1,total,A1000.02,4779,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Accommodation & food services,1,total,A1000.02,6627,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Transport, postal, & warehousing",1,total,A1000.02,1407,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Information media & telecommunications,1,total,A1000.02,339,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Publishing,2,total,A1000.02,141,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Motion picture,2,total,A1000.02,114,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Telecommunications,2,total,A1000.02,81,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Financial & insurance services,1,total,A1000.02,513,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Finance,2,total,A1000.02,138,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Insurance,2,total,A1000.02,18,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Auxiliary,2,total,A1000.02,360,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Rental, hiring, & real estate services",1,total,A1000.02,966,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,"Professional, scientific, & technical services",1,total,A1000.02,4455,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Computer systems design,2,total,A1000.02,609,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Other professional scientific,2,total,A1000.02,3849,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Administrative & support services,1,total,A1000.02,1656,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Education & training,1,total,A1000.02,1134,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Health care & social assistance,1,total,A1000.02,2802,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Arts & recreation services,1,total,A1000.02,519,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,Other services,1,total,A1000.02,1332,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: No,total,0,total,A1000.02,44886,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,619 employees,A1000.03,102,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,2049 employees,A1000.03,57,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,5099 employees,A1000.03,18,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,100+ employees,A1000.03,27,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Agriculture, forestry, & fishing",1,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Agriculture,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Commercial fishing,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Forestry & logging,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Agriculture, forestry, & fishing support services",2,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Mining,1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Manufacturing,1,total,A1000.03,27,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Food, beverage, & tobacco",2,total,A1000.03,15,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Textile, clothing, footwear, & leather",2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Wood & paper product,2,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Printing, publishing, & recorded media",2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Non-metallic mineral product,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Metal product,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Transport and industrial machinery & equipment,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other machinery & equipment,2,total,A1000.03,9,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other manufacturing,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Electricity, gas, water, & waste services",1,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Construction,1,total,A1000.03,39,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Wholesale trade,1,total,A1000.03,33,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Machinery & equipment wholesaling,2,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other wholesale trade,2,total,A1000.03,27,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Retail trade,1,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Accommodation & food services,1,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Transport, postal, & warehousing",1,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Information media & telecommunications,1,total,A1000.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Publishing,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Motion picture,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Telecommunications,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Financial & insurance services,1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Finance,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Insurance,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Auxiliary,2,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Rental, hiring, & real estate services",1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,"Professional, scientific, & technical services",1,total,A1000.03,36,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Computer systems design,2,total,A1000.03,21,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other professional scientific,2,total,A1000.03,18,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Administrative & support services,1,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Education & training,1,total,A1000.03,12,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Health care & social assistance,1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Arts & recreation services,1,total,A1000.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,Other services,1,total,A1000.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did an overseas business or individual hold ownership interest or shareholding: Don't know,total,0,total,A1000.03,204,,Number of businesses,1 and 2 and 3 and 6 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,619 employees,A1001,75,,Average percent,1 and 2 and 3 and 4 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,2049 employees,A1001,80,,Average percent,1 and 2 and 3 and 4 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,5099 employees,A1001,86,,Average percent,1 and 2 and 3 and 4 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,100+ employees,A1001,86,,Average percent,1 and 2 and 3 and 4 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Agriculture, forestry, & fishing",1,total,A1001,83,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Agriculture,2,total,A1001,80,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Commercial fishing,2,total,A1001,72,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Forestry & logging,2,total,A1001,100,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Agriculture, forestry, & fishing support services",2,total,A1001,100,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Mining,1,total,A1001,87,,Average percent,1 and 2 and 3 and 5 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Manufacturing,1,total,A1001,81,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Food, beverage, & tobacco",2,total,A1001,70,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Textile, clothing, footwear, & leather",2,total,A1001,69,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Wood & paper product,2,total,A1001,98,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Printing, publishing, & recorded media",2,total,A1001,90,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Petroleum, coal, chemical, & associated product",2,total,A1001,93,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Non-metallic mineral product,2,total,A1001,54,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Metal product,2,total,A1001,87,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Transport and industrial machinery & equipment,2,total,A1001,83,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other machinery & equipment,2,total,A1001,90,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other manufacturing,2,total,A1001,56,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Electricity, gas, water, & waste services",1,total,A1001,73,,Average percent,1 and 2 and 3 and 5 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Construction,1,total,A1001,93,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Wholesale trade,1,total,A1001,81,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Machinery & equipment wholesaling,2,total,A1001,87,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other wholesale trade,2,total,A1001,76,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Retail trade,1,total,A1001,90,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Accommodation & food services,1,total,A1001,71,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Transport, postal, & warehousing",1,total,A1001,85,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Information media & telecommunications,1,total,A1001,80,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Publishing,2,total,A1001,71,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Motion picture,2,total,A1001,84,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Telecommunications,2,total,A1001,88,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Financial & insurance services,1,total,A1001,78,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Finance,2,total,A1001,79,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Insurance,2,total,A1001,100,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Auxiliary,2,total,A1001,72,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Rental, hiring, & real estate services",1,total,A1001,96,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas","Professional, scientific, & technical services",1,total,A1001,70,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Computer systems design,2,total,A1001,74,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other professional scientific,2,total,A1001,67,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Administrative & support services,1,total,A1001,88,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Education & training,1,total,A1001,86,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Health care & social assistance,1,total,A1001,67,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Arts & recreation services,1,total,A1001,74,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",Other services,1,total,A1001,96,,Average percent,1 and 2 and 3 and 8 and 12 -"Percentage or businesses of individuals holding ownership interest or shareholding, based overseas",total,0,total,A1001,80,,Average percent,1 and 2 and 3 and 8 and 12 -Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,619 employees,A1100.01,720,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,2049 employees,A1100.01,393,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,5099 employees,A1100.01,174,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,100+ employees,A1100.01,219,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Agriculture, forestry, & fishing",1,total,A1100.01,45,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Agriculture,2,total,A1100.01,33,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Commercial fishing,2,total,A1100.01,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Forestry & logging,2,total,A1100.01,9,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Agriculture, forestry, & fishing support services",2,total,A1100.01,3,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Mining,1,total,A1100.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Manufacturing,1,total,A1100.01,297,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Food, beverage, & tobacco",2,total,A1100.01,96,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Textile, clothing, footwear, & leather",2,total,A1100.01,18,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Wood & paper product,2,total,A1100.01,6,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Printing, publishing, & recorded media",2,total,A1100.01,12,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Petroleum, coal, chemical, & associated product",2,total,A1100.01,33,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Non-metallic mineral product,2,total,A1100.01,6,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Metal product,2,total,A1100.01,18,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Transport and industrial machinery & equipment,2,total,A1100.01,48,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Other machinery & equipment,2,total,A1100.01,36,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Other manufacturing,2,total,A1100.01,24,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Electricity, gas, water, & waste services",1,total,A1100.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Construction,1,total,A1100.01,18,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Wholesale trade,1,total,A1100.01,252,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Machinery & equipment wholesaling,2,total,A1100.01,48,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Other wholesale trade,2,total,A1100.01,204,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Retail trade,1,total,A1100.01,69,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Accommodation & food services,1,total,A1100.01,159,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Transport, postal, & warehousing",1,total,A1100.01,18,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Information media & telecommunications,1,total,A1100.01,45,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Publishing,2,total,A1100.01,24,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Motion picture,2,total,A1100.01,9,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Telecommunications,2,total,A1100.01,12,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Financial & insurance services,1,total,A1100.01,48,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Finance,2,total,A1100.01,21,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Insurance,2,total,A1100.01,3,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Auxiliary,2,total,A1100.01,21,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Rental, hiring, & real estate services",1,total,A1100.01,39,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,"Professional, scientific, & technical services",1,total,A1100.01,396,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Computer systems design,2,total,A1100.01,189,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Other professional scientific,2,total,A1100.01,210,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Administrative & support services,1,total,A1100.01,54,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Education & training,1,total,A1100.01,30,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Health care & social assistance,1,total,A1100.01,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Arts & recreation services,1,total,A1100.01,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,Other services,1,total,A1100.01,12,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Yes,total,0,total,A1100.01,1506,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,total,0,619 employees,A1100.02,34761,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,total,0,2049 employees,A1100.02,8373,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,total,0,5099 employees,A1100.02,2340,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,total,0,100+ employees,A1100.02,1866,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Agriculture, forestry, & fishing",1,total,A1100.02,3699,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Agriculture,2,total,A1100.02,2424,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Commercial fishing,2,total,A1100.02,57,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Forestry & logging,2,total,A1100.02,252,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Agriculture, forestry, & fishing support services",2,total,A1100.02,972,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Mining,1,total,A1100.02,117,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Manufacturing,1,total,A1100.02,5088,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Food, beverage, & tobacco",2,total,A1100.02,1119,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Textile, clothing, footwear, & leather",2,total,A1100.02,234,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Wood & paper product,2,total,A1100.02,510,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Printing, publishing, & recorded media",2,total,A1100.02,186,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Petroleum, coal, chemical, & associated product",2,total,A1100.02,411,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Non-metallic mineral product,2,total,A1100.02,204,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Metal product,2,total,A1100.02,984,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Transport and industrial machinery & equipment,2,total,A1100.02,897,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Other machinery & equipment,2,total,A1100.02,201,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Other manufacturing,2,total,A1100.02,342,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Electricity, gas, water, & waste services",1,total,A1100.02,198,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Construction,1,total,A1100.02,7404,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Wholesale trade,1,total,A1100.02,2943,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Machinery & equipment wholesaling,2,total,A1100.02,900,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Other wholesale trade,2,total,A1100.02,2043,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Retail trade,1,total,A1100.02,4998,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Accommodation & food services,1,total,A1100.02,6606,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Transport, postal, & warehousing",1,total,A1100.02,1638,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Information media & telecommunications,1,total,A1100.02,411,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Publishing,2,total,A1100.02,162,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Motion picture,2,total,A1100.02,135,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Telecommunications,2,total,A1100.02,111,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Financial & insurance services,1,total,A1100.02,648,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Finance,2,total,A1100.02,192,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Insurance,2,total,A1100.02,33,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Auxiliary,2,total,A1100.02,426,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Rental, hiring, & real estate services",1,total,A1100.02,1005,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,"Professional, scientific, & technical services",1,total,A1100.02,4779,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Computer systems design,2,total,A1100.02,792,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Other professional scientific,2,total,A1100.02,3990,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Administrative & support services,1,total,A1100.02,1791,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Education & training,1,total,A1100.02,1152,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Health care & social assistance,1,total,A1100.02,2919,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Arts & recreation services,1,total,A1100.02,567,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,Other services,1,total,A1100.02,1371,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: No,total,0,total,A1100.02,47343,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,619 employees,A1100.03,84,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,2049 employees,A1100.03,27,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,5099 employees,A1100.03,18,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,100+ employees,A1100.03,18,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Agriculture, forestry, & fishing",1,total,A1100.03,9,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Agriculture,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Commercial fishing,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Forestry & logging,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Agriculture, forestry, & fishing support services",2,total,A1100.03,9,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Mining,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Manufacturing,1,total,A1100.03,33,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Food, beverage, & tobacco",2,total,A1100.03,15,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Textile, clothing, footwear, & leather",2,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Wood & paper product,2,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Printing, publishing, & recorded media",2,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A1100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Non-metallic mineral product,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Metal product,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Transport and industrial machinery & equipment,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Other machinery & equipment,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Other manufacturing,2,total,A1100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Electricity, gas, water, & waste services",1,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Construction,1,total,A1100.03,18,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Wholesale trade,1,total,A1100.03,33,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Machinery & equipment wholesaling,2,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Other wholesale trade,2,total,A1100.03,27,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Retail trade,1,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Accommodation & food services,1,total,A1100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Transport, postal, & warehousing",1,total,A1100.03,21,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Information media & telecommunications,1,total,A1100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Publishing,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Motion picture,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Telecommunications,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Financial & insurance services,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Finance,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Insurance,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Auxiliary,2,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Rental, hiring, & real estate services",1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,"Professional, scientific, & technical services",1,total,A1100.03,15,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Computer systems design,2,total,A1100.03,9,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Other professional scientific,2,total,A1100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Administrative & support services,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Education & training,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Health care & social assistance,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Arts & recreation services,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,Other services,1,total,A1100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business hold ownership interest or shareholding in an overseas business: Don't know,total,0,total,A1100.03,147,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,619 employees,A1200.01,141,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,2049 employees,A1200.01,93,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,5099 employees,A1200.01,27,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,100+ employees,A1200.01,33,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Agriculture, forestry, & fishing",1,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Agriculture,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Commercial fishing,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Forestry & logging,2,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Agriculture, forestry, & fishing support services",2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Mining,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Manufacturing,1,total,A1200.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Food, beverage, & tobacco",2,total,A1200.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Textile, clothing, footwear, & leather",2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Wood & paper product,2,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Printing, publishing, & recorded media",2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Petroleum, coal, chemical, & associated product",2,total,A1200.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Non-metallic mineral product,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Metal product,2,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Transport and industrial machinery & equipment,2,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Other machinery & equipment,2,total,A1200.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Other manufacturing,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Electricity, gas, water, & waste services",1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Construction,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Wholesale trade,1,total,A1200.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Machinery & equipment wholesaling,2,total,A1200.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Other wholesale trade,2,total,A1200.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Retail trade,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Accommodation & food services,1,total,A1200.01,72,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Transport, postal, & warehousing",1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Information media & telecommunications,1,total,A1200.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Publishing,2,total,A1200.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Motion picture,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Telecommunications,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Financial & insurance services,1,total,A1200.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Finance,2,total,A1200.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Insurance,2,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Auxiliary,2,total,A1200.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Rental, hiring, & real estate services",1,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,"Professional, scientific, & technical services",1,total,A1200.01,72,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Computer systems design,2,total,A1200.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Other professional scientific,2,total,A1200.01,33,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Administrative & support services,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Education & training,1,total,A1200.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Health care & social assistance,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Arts & recreation services,1,total,A1200.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,Other services,1,total,A1200.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Yes,total,0,total,A1200.01,297,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,total,0,619 employees,A1200.02,567,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,total,0,2049 employees,A1200.02,297,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,total,0,5099 employees,A1200.02,147,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,total,0,100+ employees,A1200.02,183,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Agriculture, forestry, & fishing",1,total,A1200.02,42,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Agriculture,2,total,A1200.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Commercial fishing,2,total,A1200.02,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Forestry & logging,2,total,A1200.02,6,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Agriculture, forestry, & fishing support services",2,total,A1200.02,3,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Mining,1,total,A1200.02,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Manufacturing,1,total,A1200.02,255,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Food, beverage, & tobacco",2,total,A1200.02,75,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Textile, clothing, footwear, & leather",2,total,A1200.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Wood & paper product,2,total,A1200.02,6,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Printing, publishing, & recorded media",2,total,A1200.02,12,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Petroleum, coal, chemical, & associated product",2,total,A1200.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Non-metallic mineral product,2,total,A1200.02,6,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Metal product,2,total,A1200.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Transport and industrial machinery & equipment,2,total,A1200.02,42,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Other machinery & equipment,2,total,A1200.02,30,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Other manufacturing,2,total,A1200.02,24,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Electricity, gas, water, & waste services",1,total,A1200.02,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Construction,1,total,A1200.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Wholesale trade,1,total,A1200.02,201,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Machinery & equipment wholesaling,2,total,A1200.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Other wholesale trade,2,total,A1200.02,165,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Retail trade,1,total,A1200.02,69,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Accommodation & food services,1,total,A1200.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Transport, postal, & warehousing",1,total,A1200.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Information media & telecommunications,1,total,A1200.02,36,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Publishing,2,total,A1200.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Motion picture,2,total,A1200.02,9,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Telecommunications,2,total,A1200.02,9,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Financial & insurance services,1,total,A1200.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Finance,2,total,A1200.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Insurance,2,total,A1200.02,3,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Auxiliary,2,total,A1200.02,9,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Rental, hiring, & real estate services",1,total,A1200.02,36,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,"Professional, scientific, & technical services",1,total,A1200.02,324,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Computer systems design,2,total,A1200.02,150,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Other professional scientific,2,total,A1200.02,177,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Administrative & support services,1,total,A1200.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Education & training,1,total,A1200.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Health care & social assistance,1,total,A1200.02,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Arts & recreation services,1,total,A1200.02,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,Other services,1,total,A1200.02,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: No,total,0,total,A1200.02,1197,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,619 employees,A1200.03,12,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,2049 employees,A1200.03,0,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,5099 employees,A1200.03,3,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,100+ employees,A1200.03,3,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Agriculture, forestry, & fishing",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Agriculture,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Commercial fishing,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Forestry & logging,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Agriculture, forestry, & fishing support services",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Mining,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Manufacturing,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Food, beverage, & tobacco",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Textile, clothing, footwear, & leather",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Wood & paper product,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Printing, publishing, & recorded media",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Non-metallic mineral product,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Metal product,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Transport and industrial machinery & equipment,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other machinery & equipment,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other manufacturing,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Electricity, gas, water, & waste services",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Construction,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Wholesale trade,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Machinery & equipment wholesaling,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other wholesale trade,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Retail trade,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Accommodation & food services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Transport, postal, & warehousing",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Information media & telecommunications,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Publishing,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Motion picture,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Telecommunications,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Financial & insurance services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Finance,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Insurance,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Auxiliary,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Rental, hiring, & real estate services",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,"Professional, scientific, & technical services",1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Computer systems design,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other professional scientific,2,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Administrative & support services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Education & training,1,total,A1200.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Health care & social assistance,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Arts & recreation services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,Other services,1,total,A1200.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business gained any new ownership interests or shareholdings in overseas business: Don't know,total,0,total,A1200.03,15,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,619 employees,A1301,3,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,2049 employees,A1301,6,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,5099 employees,A1301,9,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,100+ employees,A1301,15,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Agriculture, forestry, & fishing",1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Agriculture,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Commercial fishing,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Forestry & logging,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Agriculture, forestry, & fishing support services",2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Mining,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Manufacturing,1,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Food, beverage, & tobacco",2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Textile, clothing, footwear, & leather",2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Wood & paper product,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Printing, publishing, & recorded media",2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Petroleum, coal, chemical, & associated product",2,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Non-metallic mineral product,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Metal product,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Transport and industrial machinery & equipment,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other machinery & equipment,2,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other manufacturing,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Electricity, gas, water, & waste services",1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Construction,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Wholesale trade,1,total,A1301,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Machinery & equipment wholesaling,2,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other wholesale trade,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Retail trade,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Accommodation & food services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Transport, postal, & warehousing",1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Information media & telecommunications,1,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Publishing,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Motion picture,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Telecommunications,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Financial & insurance services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Finance,2,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Insurance,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Auxiliary,2,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Rental, hiring, & real estate services",1,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,"Professional, scientific, & technical services",1,total,A1301,9,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Computer systems design,2,total,A1301,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other professional scientific,2,total,A1301,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Administrative & support services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Education & training,1,total,A1301,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Health care & social assistance,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Arts & recreation services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,Other services,1,total,A1301,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of majority interest in an existing overseas businesses,total,0,total,A1301,33,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,619 employees,A1302,33,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,2049 employees,A1302,0,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,5099 employees,A1302,0,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,100+ employees,A1302,0,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Agriculture, forestry, & fishing",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Agriculture,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Commercial fishing,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Forestry & logging,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Agriculture, forestry, & fishing support services",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Mining,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Manufacturing,1,total,A1302,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Food, beverage, & tobacco",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Textile, clothing, footwear, & leather",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Wood & paper product,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Printing, publishing, & recorded media",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Petroleum, coal, chemical, & associated product",2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Non-metallic mineral product,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Metal product,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Transport and industrial machinery & equipment,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other machinery & equipment,2,total,A1302,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other manufacturing,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Electricity, gas, water, & waste services",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Construction,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Wholesale trade,1,total,A1302,24,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Machinery & equipment wholesaling,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other wholesale trade,2,total,A1302,21,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Retail trade,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Accommodation & food services,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Transport, postal, & warehousing",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Information media & telecommunications,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Publishing,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Motion picture,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Telecommunications,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Financial & insurance services,1,total,A1302,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Finance,2,total,A1302,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Insurance,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Auxiliary,2,total,A1302,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Rental, hiring, & real estate services",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,"Professional, scientific, & technical services",1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Computer systems design,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other professional scientific,2,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Administrative & support services,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Education & training,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Health care & social assistance,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Arts & recreation services,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,Other services,1,total,A1302,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of minority interest in an existing overseas businesses,total,0,total,A1302,36,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,619 employees,A1303,6,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,2049 employees,A1303,0,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,5099 employees,A1303,0,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,100+ employees,A1303,3,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Agriculture, forestry, & fishing",1,total,A1303,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Agriculture,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Commercial fishing,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Forestry & logging,2,total,A1303,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Agriculture, forestry, & fishing support services",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Mining,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Manufacturing,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Food, beverage, & tobacco",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Textile, clothing, footwear, & leather",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Wood & paper product,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Printing, publishing, & recorded media",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Petroleum, coal, chemical, & associated product",2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Non-metallic mineral product,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Metal product,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Transport and industrial machinery & equipment,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other machinery & equipment,2,total,A1303,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other manufacturing,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Electricity, gas, water, & waste services",1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Construction,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Wholesale trade,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Machinery & equipment wholesaling,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other wholesale trade,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Retail trade,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Accommodation & food services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Transport, postal, & warehousing",1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Information media & telecommunications,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Publishing,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Motion picture,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Telecommunications,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Financial & insurance services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Finance,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Insurance,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Auxiliary,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Rental, hiring, & real estate services",1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,"Professional, scientific, & technical services",1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Computer systems design,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other professional scientific,2,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Administrative & support services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Education & training,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Health care & social assistance,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Arts & recreation services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,Other services,1,total,A1303,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Acquisitions of financial assets in an existing overseas businesses,total,0,total,A1303,9,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,619 employees,A1304,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,2049 employees,A1304,57,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,5099 employees,A1304,12,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,100+ employees,A1304,15,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Agriculture, forestry, & fishing",1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Agriculture,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Commercial fishing,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Forestry & logging,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Agriculture, forestry, & fishing support services",2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Mining,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Manufacturing,1,total,A1304,21,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Food, beverage, & tobacco",2,total,A1304,12,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Textile, clothing, footwear, & leather",2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Wood & paper product,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Printing, publishing, & recorded media",2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Petroleum, coal, chemical, & associated product",2,total,A1304,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Non-metallic mineral product,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Metal product,2,total,A1304,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Transport and industrial machinery & equipment,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other machinery & equipment,2,total,A1304,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other manufacturing,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Electricity, gas, water, & waste services",1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Construction,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Wholesale trade,1,total,A1304,12,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Machinery & equipment wholesaling,2,total,A1304,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other wholesale trade,2,total,A1304,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Retail trade,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Accommodation & food services,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Transport, postal, & warehousing",1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Information media & telecommunications,1,total,A1304,9,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Publishing,2,total,A1304,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Motion picture,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Telecommunications,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Financial & insurance services,1,total,A1304,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Finance,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Insurance,2,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Auxiliary,2,total,A1304,9,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Rental, hiring, & real estate services",1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,"Professional, scientific, & technical services",1,total,A1304,51,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Computer systems design,2,total,A1304,24,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other professional scientific,2,total,A1304,27,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Administrative & support services,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Education & training,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Health care & social assistance,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Arts & recreation services,1,total,A1304,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,Other services,1,total,A1304,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Establishment of new overseas business,total,0,total,A1304,111,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,total,0,619 employees,A1305,0,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,total,0,2049 employees,A1305,0,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,total,0,5099 employees,A1305,3,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,total,0,100+ employees,A1305,3,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Agriculture, forestry, & fishing",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Agriculture,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Commercial fishing,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Forestry & logging,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Agriculture, forestry, & fishing support services",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Mining,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Manufacturing,1,total,A1305,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Food, beverage, & tobacco",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Textile, clothing, footwear, & leather",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Wood & paper product,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Printing, publishing, & recorded media",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Petroleum, coal, chemical, & associated product",2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Non-metallic mineral product,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Metal product,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Transport and industrial machinery & equipment,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Other machinery & equipment,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Other manufacturing,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Electricity, gas, water, & waste services",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Construction,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Wholesale trade,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Machinery & equipment wholesaling,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Other wholesale trade,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Retail trade,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Accommodation & food services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Transport, postal, & warehousing",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Information media & telecommunications,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Publishing,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Motion picture,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Telecommunications,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Financial & insurance services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Finance,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Insurance,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Auxiliary,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Rental, hiring, & real estate services",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,"Professional, scientific, & technical services",1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Computer systems design,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Other professional scientific,2,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Administrative & support services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Education & training,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Health care & social assistance,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Arts & recreation services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,Other services,1,total,A1305,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Joint venture,total,0,total,A1305,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,total,0,619 employees,A1306,81,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,total,0,2049 employees,A1306,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,total,0,5099 employees,A1306,6,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,total,0,100+ employees,A1306,3,,Number of businesses,1 and 2 and 3 and 4 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Agriculture, forestry, & fishing",1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Agriculture,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Commercial fishing,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Forestry & logging,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Agriculture, forestry, & fishing support services",2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Mining,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Manufacturing,1,total,A1306,9,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Food, beverage, & tobacco",2,total,A1306,9,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Textile, clothing, footwear, & leather",2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Wood & paper product,2,total,A1306,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Printing, publishing, & recorded media",2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Petroleum, coal, chemical, & associated product",2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Non-metallic mineral product,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Metal product,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Transport and industrial machinery & equipment,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Other machinery & equipment,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Other manufacturing,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Electricity, gas, water, & waste services",1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Construction,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Wholesale trade,1,total,A1306,12,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Machinery & equipment wholesaling,2,total,A1306,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Other wholesale trade,2,total,A1306,9,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Retail trade,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Accommodation & food services,1,total,A1306,72,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Transport, postal, & warehousing",1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Information media & telecommunications,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Publishing,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Motion picture,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Telecommunications,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Financial & insurance services,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Finance,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Insurance,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Auxiliary,2,total,A1306,3,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Rental, hiring, & real estate services",1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,"Professional, scientific, & technical services",1,total,A1306,9,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Computer systems design,2,total,A1306,12,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Other professional scientific,2,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Administrative & support services,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Education & training,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Health care & social assistance,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Arts & recreation services,1,total,A1306,0,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,Other services,1,total,A1306,6,,Number of businesses,1 and 2 and 3 and 6 -Method to gain overseas ownership interest or shareholding: Other methods,total,0,total,A1306,117,,Number of businesses,1 and 2 and 3 and 6 -Expenditure on design,total,0,619 employees,A1401,382649000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on design,total,0,2049 employees,A1401,357765000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on design,total,0,5099 employees,A1401,290899000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on design,total,0,100+ employees,A1401,867326000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on design,"Agriculture, forestry, & fishing",1,total,A1401,23060000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Agriculture,2,total,A1401,18321000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Commercial fishing,2,total,A1401,294000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Forestry & logging,2,total,A1401,1178000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,"Agriculture, forestry, & fishing support services",2,total,A1401,3266000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Mining,1,total,A1401,1845000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -Expenditure on design,Manufacturing,1,total,A1401,442583000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,"Food, beverage, & tobacco",2,total,A1401,109454000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,"Textile, clothing, footwear, & leather",2,total,A1401,11623000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Wood & paper product,2,total,A1401,25081000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,"Printing, publishing, & recorded media",2,total,A1401,4953000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,"Petroleum, coal, chemical, & associated product",2,total,A1401,45729000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Non-metallic mineral product,2,total,A1401,9430000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Metal product,2,total,A1401,36131000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Transport and industrial machinery & equipment,2,total,A1401,77967000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Other machinery & equipment,2,total,A1401,103015000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Other manufacturing,2,total,A1401,19198000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,"Electricity, gas, water, & waste services",1,total,A1401,33038000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -Expenditure on design,Construction,1,total,A1401,246216000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Wholesale trade,1,total,A1401,52960000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Machinery & equipment wholesaling,2,total,A1401,15223000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Other wholesale trade,2,total,A1401,37737000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Retail trade,1,total,A1401,73463000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Accommodation & food services,1,total,A1401,7262000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,"Transport, postal, & warehousing",1,total,A1401,65008000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Information media & telecommunications,1,total,A1401,74286000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Publishing,2,total,A1401,52536000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Motion picture,2,total,A1401,13807000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Telecommunications,2,total,A1401,7944000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Financial & insurance services,1,total,A1401,120851000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Finance,2,total,A1401,88962000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Insurance,2,total,A1401,12926000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Auxiliary,2,total,A1401,18963000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,"Rental, hiring, & real estate services",1,total,A1401,16743000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,"Professional, scientific, & technical services",1,total,A1401,680338000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Computer systems design,2,total,A1401,233731000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Other professional scientific,2,total,A1401,446607000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Administrative & support services,1,total,A1401,17356000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Education & training,1,total,A1401,12117000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Health care & social assistance,1,total,A1401,12805000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Arts & recreation services,1,total,A1401,13561000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,Other services,1,total,A1401,5148000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on design,total,0,total,A1401,1898640000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",total,0,619 employees,A1402,709549000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",total,0,2049 employees,A1402,868843000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",total,0,5099 employees,A1402,748143000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",total,0,100+ employees,A1402,3234118000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Agriculture, forestry, & fishing",1,total,A1402,76915000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Agriculture,2,total,A1402,22883000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Commercial fishing,2,total,A1402,10297000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Forestry & logging,2,total,A1402,4918000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Agriculture, forestry, & fishing support services",2,total,A1402,38817000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Mining,1,total,A1402,15166000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Manufacturing,1,total,A1402,513535000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Food, beverage, & tobacco",2,total,A1402,218042000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Textile, clothing, footwear, & leather",2,total,A1402,14483000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Wood & paper product,2,total,A1402,33502000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Printing, publishing, & recorded media",2,total,A1402,7440000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Petroleum, coal, chemical, & associated product",2,total,A1402,45728000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Non-metallic mineral product,2,total,A1402,15296000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Metal product,2,total,A1402,34528000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Transport and industrial machinery & equipment,2,total,A1402,87422000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Other machinery & equipment,2,total,A1402,48003000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Other manufacturing,2,total,A1402,9092000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Electricity, gas, water, & waste services",1,total,A1402,116000000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Construction,1,total,A1402,229927000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Wholesale trade,1,total,A1402,741697000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Machinery & equipment wholesaling,2,total,A1402,102537000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Other wholesale trade,2,total,A1402,639159000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Retail trade,1,total,A1402,501815000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Accommodation & food services,1,total,A1402,44293000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Transport, postal, & warehousing",1,total,A1402,230757000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Information media & telecommunications,1,total,A1402,454091000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Publishing,2,total,A1402,65287000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Motion picture,2,total,A1402,83175000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Telecommunications,2,total,A1402,305629000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Financial & insurance services,1,total,A1402,768423000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Finance,2,total,A1402,422485000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Insurance,2,total,A1402,133408000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Auxiliary,2,total,A1402,212531000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Rental, hiring, & real estate services",1,total,A1402,114382000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis","Professional, scientific, & technical services",1,total,A1402,1182756000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Computer systems design,2,total,A1402,669911000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Other professional scientific,2,total,A1402,512846000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Administrative & support services,1,total,A1402,108414000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Education & training,1,total,A1402,34960000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Health care & social assistance,1,total,A1402,335822000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Arts & recreation services,1,total,A1402,30670000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",Other services,1,total,A1402,61030000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on computer software, databases, and data analysis",total,0,total,A1402,5560654000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",total,0,619 employees,A1403,1165628000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",total,0,2049 employees,A1403,902025000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",total,0,5099 employees,A1403,715498000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",total,0,100+ employees,A1403,3309122000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Agriculture, forestry, & fishing",1,total,A1403,52571000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Agriculture,2,total,A1403,29077000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Commercial fishing,2,total,A1403,5647000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Forestry & logging,2,total,A1403,744000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Agriculture, forestry, & fishing support services",2,total,A1403,17103000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Mining,1,total,A1403,1782000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Manufacturing,1,total,A1403,1207565000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Food, beverage, & tobacco",2,total,A1403,746213000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Textile, clothing, footwear, & leather",2,total,A1403,94173000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Wood & paper product,2,total,A1403,37820000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Printing, publishing, & recorded media",2,total,A1403,4533000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Petroleum, coal, chemical, & associated product",2,total,A1403,87845000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Non-metallic mineral product,2,total,A1403,12308000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Metal product,2,total,A1403,89460000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Transport and industrial machinery & equipment,2,total,A1403,55412000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Other machinery & equipment,2,total,A1403,42657000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Other manufacturing,2,total,A1403,37142000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Electricity, gas, water, & waste services",1,total,A1403,67513000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Construction,1,total,A1403,216732000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Wholesale trade,1,total,A1403,1117961000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Machinery & equipment wholesaling,2,total,A1403,161383000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Other wholesale trade,2,total,A1403,956577000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Retail trade,1,total,A1403,823550000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Accommodation & food services,1,total,A1403,269511000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Transport, postal, & warehousing",1,total,A1403,184761000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Information media & telecommunications,1,total,A1403,350629000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Publishing,2,total,A1403,52562000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Motion picture,2,total,A1403,48340000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Telecommunications,2,total,A1403,249727000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Financial & insurance services,1,total,A1403,577839000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Finance,2,total,A1403,179970000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Insurance,2,total,A1403,86507000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Auxiliary,2,total,A1403,311361000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Rental, hiring, & real estate services",1,total,A1403,160962000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising","Professional, scientific, & technical services",1,total,A1403,586383000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Computer systems design,2,total,A1403,202890000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Other professional scientific,2,total,A1403,383493000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Administrative & support services,1,total,A1403,179508000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Education & training,1,total,A1403,38034000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Health care & social assistance,1,total,A1403,123377000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Arts & recreation services,1,total,A1403,63195000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",Other services,1,total,A1403,70402000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on marketing, brand building, and advertising",total,0,total,A1403,6092273000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",total,0,619 employees,A1404,29590000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",total,0,2049 employees,A1404,21162000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",total,0,5099 employees,A1404,19705000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",total,0,100+ employees,A1404,24251000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Agriculture, forestry, & fishing",1,total,A1404,1130000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Agriculture,2,total,A1404,751000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Commercial fishing,2,total,A1404,17000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Forestry & logging,2,total,A1404,33000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Agriculture, forestry, & fishing support services",2,total,A1404,330000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Mining,1,total,A1404,85000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Manufacturing,1,total,A1404,25124000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Food, beverage, & tobacco",2,total,A1404,5465000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Textile, clothing, footwear, & leather",2,total,A1404,906000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Wood & paper product,2,total,A1404,509000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Printing, publishing, & recorded media",2,total,A1404,90000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Petroleum, coal, chemical, & associated product",2,total,A1404,2876000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Non-metallic mineral product,2,total,A1404,859000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Metal product,2,total,A1404,1483000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Transport and industrial machinery & equipment,2,total,A1404,2800000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Other machinery & equipment,2,total,A1404,9633000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Other manufacturing,2,total,A1404,502000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Electricity, gas, water, & waste services",1,total,A1404,138000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Construction,1,total,A1404,7068000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Wholesale trade,1,total,A1404,15981000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Machinery & equipment wholesaling,2,total,A1404,1236000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Other wholesale trade,2,total,A1404,14745000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Retail trade,1,total,A1404,7436000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Accommodation & food services,1,total,A1404,1668000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Transport, postal, & warehousing",1,total,A1404,3140000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Information media & telecommunications,1,total,A1404,4945000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Publishing,2,total,A1404,4334000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Motion picture,2,total,A1404,312000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Telecommunications,2,total,A1404,299000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Financial & insurance services,1,total,A1404,754000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Finance,2,total,A1404,86000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Insurance,2,total,A1404,29000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Auxiliary,2,total,A1404,638000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Rental, hiring, & real estate services",1,total,A1404,3829000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property","Professional, scientific, & technical services",1,total,A1404,16681000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Computer systems design,2,total,A1404,4177000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Other professional scientific,2,total,A1404,12504000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Administrative & support services,1,total,A1404,1580000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Education & training,1,total,A1404,2516000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Health care & social assistance,1,total,A1404,1990000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Arts & recreation services,1,total,A1404,263000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",Other services,1,total,A1404,380000,,NZ dollar,1 and 2 and 3 and 7 and 11 -"Expenditure on registering, filing, and monitoring own intellectual property",total,0,total,A1404,94708000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,total,0,619 employees,A1405,107769000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on acquisition or intellectual property from others,total,0,2049 employees,A1405,43122000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on acquisition or intellectual property from others,total,0,5099 employees,A1405,81414000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on acquisition or intellectual property from others,total,0,100+ employees,A1405,299607000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Agriculture, forestry, & fishing",1,total,A1405,27689000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Agriculture,2,total,A1405,23380000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Commercial fishing,2,total,A1405,277000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Forestry & logging,2,total,A1405,3726000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Agriculture, forestry, & fishing support services",2,total,A1405,307000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Mining,1,total,A1405,597000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Manufacturing,1,total,A1405,43095000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Food, beverage, & tobacco",2,total,A1405,14052000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Textile, clothing, footwear, & leather",2,total,A1405,1151000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Wood & paper product,2,total,A1405,984000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Printing, publishing, & recorded media",2,total,A1405,80000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Petroleum, coal, chemical, & associated product",2,total,A1405,4942000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Non-metallic mineral product,2,total,A1405,1572000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Metal product,2,total,A1405,537000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Transport and industrial machinery & equipment,2,total,A1405,12603000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Other machinery & equipment,2,total,A1405,560000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Other manufacturing,2,total,A1405,6614000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Electricity, gas, water, & waste services",1,total,A1405,3512000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Construction,1,total,A1405,8281000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Wholesale trade,1,total,A1405,57777000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Machinery & equipment wholesaling,2,total,A1405,3948000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Other wholesale trade,2,total,A1405,53830000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Retail trade,1,total,A1405,2835000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Accommodation & food services,1,total,A1405,5808000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Transport, postal, & warehousing",1,total,A1405,9106000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Information media & telecommunications,1,total,A1405,177318000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Publishing,2,total,A1405,71730000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Motion picture,2,total,A1405,11971000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Telecommunications,2,total,A1405,93617000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Financial & insurance services,1,total,A1405,145207000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Finance,2,total,A1405,109262000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Insurance,2,total,A1405,0,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Auxiliary,2,total,A1405,35945000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Rental, hiring, & real estate services",1,total,A1405,2286000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,"Professional, scientific, & technical services",1,total,A1405,26541000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Computer systems design,2,total,A1405,12121000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Other professional scientific,2,total,A1405,14420000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Administrative & support services,1,total,A1405,6598000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Education & training,1,total,A1405,1347000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Health care & social assistance,1,total,A1405,5363000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Arts & recreation services,1,total,A1405,3956000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,Other services,1,total,A1405,4595000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on acquisition or intellectual property from others,total,0,total,A1405,531911000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,total,0,619 employees,A1406,278323000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on formal training for staff,total,0,2049 employees,A1406,233798000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on formal training for staff,total,0,5099 employees,A1406,122689000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on formal training for staff,total,0,100+ employees,A1406,373042000,,NZ dollar,1 and 2 and 3 and 4 and 7 and 11 -Expenditure on formal training for staff,"Agriculture, forestry, & fishing",1,total,A1406,16580000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Agriculture,2,total,A1406,7296000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Commercial fishing,2,total,A1406,1337000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Forestry & logging,2,total,A1406,1975000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,"Agriculture, forestry, & fishing support services",2,total,A1406,5972000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Mining,1,total,A1406,7308000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -Expenditure on formal training for staff,Manufacturing,1,total,A1406,131182000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,"Food, beverage, & tobacco",2,total,A1406,29470000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,"Textile, clothing, footwear, & leather",2,total,A1406,2191000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Wood & paper product,2,total,A1406,12267000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,"Printing, publishing, & recorded media",2,total,A1406,678000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,"Petroleum, coal, chemical, & associated product",2,total,A1406,9850000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Non-metallic mineral product,2,total,A1406,3105000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Metal product,2,total,A1406,11167000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Transport and industrial machinery & equipment,2,total,A1406,43820000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Other machinery & equipment,2,total,A1406,6830000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Other manufacturing,2,total,A1406,11804000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,"Electricity, gas, water, & waste services",1,total,A1406,64185000,,NZ dollar,1 and 2 and 3 and 5 and 7 and 11 -Expenditure on formal training for staff,Construction,1,total,A1406,160239000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Wholesale trade,1,total,A1406,63511000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Machinery & equipment wholesaling,2,total,A1406,12667000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Other wholesale trade,2,total,A1406,50845000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Retail trade,1,total,A1406,64283000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Accommodation & food services,1,total,A1406,29741000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,"Transport, postal, & warehousing",1,total,A1406,81056000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Information media & telecommunications,1,total,A1406,16444000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Publishing,2,total,A1406,1256000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Motion picture,2,total,A1406,3506000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Telecommunications,2,total,A1406,11683000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Financial & insurance services,1,total,A1406,30122000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Finance,2,total,A1406,11692000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Insurance,2,total,A1406,4173000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Auxiliary,2,total,A1406,14257000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,"Rental, hiring, & real estate services",1,total,A1406,22881000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,"Professional, scientific, & technical services",1,total,A1406,116861000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Computer systems design,2,total,A1406,34746000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Other professional scientific,2,total,A1406,82115000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Administrative & support services,1,total,A1406,45158000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Education & training,1,total,A1406,10835000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Health care & social assistance,1,total,A1406,123254000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Arts & recreation services,1,total,A1406,4140000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,Other services,1,total,A1406,20071000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Expenditure on formal training for staff,total,0,total,A1406,1007851000,,NZ dollar,1 and 2 and 3 and 7 and 11 -Did business undertake or fund R&D: Yes,total,0,619 employees,A1500.01,3093,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: Yes,total,0,2049 employees,A1500.01,1158,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: Yes,total,0,5099 employees,A1500.01,402,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: Yes,total,0,100+ employees,A1500.01,462,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: Yes,"Agriculture, forestry, & fishing",1,total,A1500.01,282,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Agriculture,2,total,A1500.01,183,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Commercial fishing,2,total,A1500.01,6,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Forestry & logging,2,total,A1500.01,18,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,"Agriculture, forestry, & fishing support services",2,total,A1500.01,75,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Mining,1,total,A1500.01,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business undertake or fund R&D: Yes,Manufacturing,1,total,A1500.01,1152,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,"Food, beverage, & tobacco",2,total,A1500.01,291,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,"Textile, clothing, footwear, & leather",2,total,A1500.01,66,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Wood & paper product,2,total,A1500.01,69,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,"Printing, publishing, & recorded media",2,total,A1500.01,21,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,"Petroleum, coal, chemical, & associated product",2,total,A1500.01,171,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Non-metallic mineral product,2,total,A1500.01,36,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Metal product,2,total,A1500.01,138,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Transport and industrial machinery & equipment,2,total,A1500.01,189,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Other machinery & equipment,2,total,A1500.01,93,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Other manufacturing,2,total,A1500.01,81,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,"Electricity, gas, water, & waste services",1,total,A1500.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business undertake or fund R&D: Yes,Construction,1,total,A1500.01,387,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Wholesale trade,1,total,A1500.01,477,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Machinery & equipment wholesaling,2,total,A1500.01,96,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Other wholesale trade,2,total,A1500.01,378,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Retail trade,1,total,A1500.01,507,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Accommodation & food services,1,total,A1500.01,387,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,"Transport, postal, & warehousing",1,total,A1500.01,84,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Information media & telecommunications,1,total,A1500.01,117,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Publishing,2,total,A1500.01,54,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Motion picture,2,total,A1500.01,24,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Telecommunications,2,total,A1500.01,39,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Financial & insurance services,1,total,A1500.01,75,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Finance,2,total,A1500.01,30,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Insurance,2,total,A1500.01,3,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Auxiliary,2,total,A1500.01,45,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,"Rental, hiring, & real estate services",1,total,A1500.01,69,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,"Professional, scientific, & technical services",1,total,A1500.01,1059,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Computer systems design,2,total,A1500.01,378,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Other professional scientific,2,total,A1500.01,681,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Administrative & support services,1,total,A1500.01,123,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Education & training,1,total,A1500.01,132,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Health care & social assistance,1,total,A1500.01,108,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Arts & recreation services,1,total,A1500.01,57,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,Other services,1,total,A1500.01,54,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Yes,total,0,total,A1500.01,5118,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,total,0,619 employees,A1500.02,31974,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: No,total,0,2049 employees,A1500.02,7542,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: No,total,0,5099 employees,A1500.02,2088,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: No,total,0,100+ employees,A1500.02,1617,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: No,"Agriculture, forestry, & fishing",1,total,A1500.02,3429,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Agriculture,2,total,A1500.02,2241,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Commercial fishing,2,total,A1500.02,48,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Forestry & logging,2,total,A1500.02,240,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,"Agriculture, forestry, & fishing support services",2,total,A1500.02,900,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Mining,1,total,A1500.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business undertake or fund R&D: No,Manufacturing,1,total,A1500.02,4173,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,"Food, beverage, & tobacco",2,total,A1500.02,936,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,"Textile, clothing, footwear, & leather",2,total,A1500.02,183,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Wood & paper product,2,total,A1500.02,447,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,"Printing, publishing, & recorded media",2,total,A1500.02,177,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,"Petroleum, coal, chemical, & associated product",2,total,A1500.02,267,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Non-metallic mineral product,2,total,A1500.02,165,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Metal product,2,total,A1500.02,834,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Transport and industrial machinery & equipment,2,total,A1500.02,726,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Other machinery & equipment,2,total,A1500.02,144,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Other manufacturing,2,total,A1500.02,291,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,"Electricity, gas, water, & waste services",1,total,A1500.02,177,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business undertake or fund R&D: No,Construction,1,total,A1500.02,6840,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Wholesale trade,1,total,A1500.02,2661,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Machinery & equipment wholesaling,2,total,A1500.02,849,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Other wholesale trade,2,total,A1500.02,1812,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Retail trade,1,total,A1500.02,4557,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Accommodation & food services,1,total,A1500.02,6381,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,"Transport, postal, & warehousing",1,total,A1500.02,1569,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Information media & telecommunications,1,total,A1500.02,339,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Publishing,2,total,A1500.02,132,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Motion picture,2,total,A1500.02,120,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Telecommunications,2,total,A1500.02,81,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Financial & insurance services,1,total,A1500.02,609,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Finance,2,total,A1500.02,177,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Insurance,2,total,A1500.02,33,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Auxiliary,2,total,A1500.02,402,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,"Rental, hiring, & real estate services",1,total,A1500.02,945,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,"Professional, scientific, & technical services",1,total,A1500.02,4086,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Computer systems design,2,total,A1500.02,576,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Other professional scientific,2,total,A1500.02,3513,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Administrative & support services,1,total,A1500.02,1719,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Education & training,1,total,A1500.02,1032,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Health care & social assistance,1,total,A1500.02,2778,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Arts & recreation services,1,total,A1500.02,501,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,Other services,1,total,A1500.02,1308,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: No,total,0,total,A1500.02,43221,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,total,0,619 employees,A1500.03,498,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: Don't know,total,0,2049 employees,A1500.03,93,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: Don't know,total,0,5099 employees,A1500.03,42,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: Don't know,total,0,100+ employees,A1500.03,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did business undertake or fund R&D: Don't know,"Agriculture, forestry, & fishing",1,total,A1500.03,42,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Agriculture,2,total,A1500.03,30,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Commercial fishing,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Forestry & logging,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,"Agriculture, forestry, & fishing support services",2,total,A1500.03,12,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Mining,1,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business undertake or fund R&D: Don't know,Manufacturing,1,total,A1500.03,93,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,"Food, beverage, & tobacco",2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,"Textile, clothing, footwear, & leather",2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Wood & paper product,2,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,"Printing, publishing, & recorded media",2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A1500.03,9,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Non-metallic mineral product,2,total,A1500.03,9,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Metal product,2,total,A1500.03,30,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Transport and industrial machinery & equipment,2,total,A1500.03,33,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Other machinery & equipment,2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Other manufacturing,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,"Electricity, gas, water, & waste services",1,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did business undertake or fund R&D: Don't know,Construction,1,total,A1500.03,213,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Wholesale trade,1,total,A1500.03,90,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Machinery & equipment wholesaling,2,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Other wholesale trade,2,total,A1500.03,81,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Retail trade,1,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Accommodation & food services,1,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,"Transport, postal, & warehousing",1,total,A1500.03,24,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Information media & telecommunications,1,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Publishing,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Motion picture,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Telecommunications,2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Financial & insurance services,1,total,A1500.03,9,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Finance,2,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Insurance,2,total,A1500.03,0,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Auxiliary,2,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,"Rental, hiring, & real estate services",1,total,A1500.03,33,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,"Professional, scientific, & technical services",1,total,A1500.03,45,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Computer systems design,2,total,A1500.03,39,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Other professional scientific,2,total,A1500.03,9,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Administrative & support services,1,total,A1500.03,3,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Education & training,1,total,A1500.03,18,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Health care & social assistance,1,total,A1500.03,36,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Arts & recreation services,1,total,A1500.03,6,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,Other services,1,total,A1500.03,18,,Number of businesses,1 and 2 and 3 and 6 -Did business undertake or fund R&D: Don't know,total,0,total,A1500.03,654,,Number of businesses,1 and 2 and 3 and 6 -Expenditure on R&D,total,0,619 employees,A1601,420966000,,NZ dollar,1 and 2 and 3 and 4 and 7 -Expenditure on R&D,total,0,2049 employees,A1601,637121000,,NZ dollar,1 and 2 and 3 and 4 and 7 -Expenditure on R&D,total,0,5099 employees,A1601,366599000,,NZ dollar,1 and 2 and 3 and 4 and 7 -Expenditure on R&D,total,0,100+ employees,A1601,2300423000,,NZ dollar,1 and 2 and 3 and 4 and 7 -Expenditure on R&D,"Agriculture, forestry, & fishing",1,total,A1601,92113000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Agriculture,2,total,A1601,13948000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Commercial fishing,2,total,A1601,1091000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Forestry & logging,2,total,A1601,2179000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,"Agriculture, forestry, & fishing support services",2,total,A1601,74895000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Mining,1,total,A1601,24657000,,NZ dollar,1 and 2 and 3 and 5 and 7 -Expenditure on R&D,Manufacturing,1,total,A1601,892706000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,"Food, beverage, & tobacco",2,total,A1601,164679000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,"Textile, clothing, footwear, & leather",2,total,A1601,20253000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Wood & paper product,2,total,A1601,5181000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,"Printing, publishing, & recorded media",2,total,A1601,1542000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,"Petroleum, coal, chemical, & associated product",2,total,A1601,64324000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Non-metallic mineral product,2,total,A1601,21525000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Metal product,2,total,A1601,108835000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Transport and industrial machinery & equipment,2,total,A1601,70728000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Other machinery & equipment,2,total,A1601,418425000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Other manufacturing,2,total,A1601,17215000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,"Electricity, gas, water, & waste services",1,total,A1601,82437000,,NZ dollar,1 and 2 and 3 and 5 and 7 -Expenditure on R&D,Construction,1,total,A1601,44152000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Wholesale trade,1,total,A1601,213022000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Machinery & equipment wholesaling,2,total,A1601,82722000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Other wholesale trade,2,total,A1601,130300000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Retail trade,1,total,A1601,15090000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Accommodation & food services,1,total,A1601,4308000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,"Transport, postal, & warehousing",1,total,A1601,50734000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Information media & telecommunications,1,total,A1601,222571000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Publishing,2,total,A1601,101660000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Motion picture,2,total,A1601,9186000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Telecommunications,2,total,A1601,111725000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Financial & insurance services,1,total,A1601,115212000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Finance,2,total,A1601,64861000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Insurance,2,total,A1601,5122000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Auxiliary,2,total,A1601,45229000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,"Rental, hiring, & real estate services",1,total,A1601,,C,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,"Professional, scientific, & technical services",1,total,A1601,1797042000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Computer systems design,2,total,A1601,1209222000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Other professional scientific,2,total,A1601,587820000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Administrative & support services,1,total,A1601,28367000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Education & training,1,total,A1601,19546000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Health care & social assistance,1,total,A1601,7975000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Arts & recreation services,1,total,A1601,,C,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,Other services,1,total,A1601,10679000,,NZ dollar,1 and 2 and 3 and 7 -Expenditure on R&D,total,0,total,A1601,3725108000,,NZ dollar,1 and 2 and 3 and 7 -Percentage of R&D performed in-house,total,0,619 employees,A1701,63,,Average percent,1 and 2 and 3 and 4 and 9 -Percentage of R&D performed in-house,total,0,2049 employees,A1701,71,,Average percent,1 and 2 and 3 and 4 and 9 -Percentage of R&D performed in-house,total,0,5099 employees,A1701,74,,Average percent,1 and 2 and 3 and 4 and 9 -Percentage of R&D performed in-house,total,0,100+ employees,A1701,75,,Average percent,1 and 2 and 3 and 4 and 9 -Percentage of R&D performed in-house,"Agriculture, forestry, & fishing",1,total,A1701,47,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Agriculture,2,total,A1701,55,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Commercial fishing,2,total,A1701,61,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Forestry & logging,2,total,A1701,60,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,"Agriculture, forestry, & fishing support services",2,total,A1701,22,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Mining,1,total,A1701,67,,Average percent,1 and 2 and 3 and 5 and 9 -Percentage of R&D performed in-house,Manufacturing,1,total,A1701,78,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,"Food, beverage, & tobacco",2,total,A1701,67,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,"Textile, clothing, footwear, & leather",2,total,A1701,82,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Wood & paper product,2,total,A1701,78,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,"Printing, publishing, & recorded media",2,total,A1701,42,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,"Petroleum, coal, chemical, & associated product",2,total,A1701,79,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Non-metallic mineral product,2,total,A1701,68,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Metal product,2,total,A1701,77,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Transport and industrial machinery & equipment,2,total,A1701,92,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Other machinery & equipment,2,total,A1701,81,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Other manufacturing,2,total,A1701,94,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,"Electricity, gas, water, & waste services",1,total,A1701,87,,Average percent,1 and 2 and 3 and 5 and 9 -Percentage of R&D performed in-house,Construction,1,total,A1701,42,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Wholesale trade,1,total,A1701,61,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Machinery & equipment wholesaling,2,total,A1701,77,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Other wholesale trade,2,total,A1701,57,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Retail trade,1,total,A1701,43,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Accommodation & food services,1,total,A1701,70,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,"Transport, postal, & warehousing",1,total,A1701,84,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Information media & telecommunications,1,total,A1701,85,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Publishing,2,total,A1701,77,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Motion picture,2,total,A1701,91,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Telecommunications,2,total,A1701,93,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Financial & insurance services,1,total,A1701,73,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Finance,2,total,A1701,77,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Insurance,2,total,A1701,33,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Auxiliary,2,total,A1701,74,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,"Rental, hiring, & real estate services",1,total,A1701,36,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,"Professional, scientific, & technical services",1,total,A1701,84,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Computer systems design,2,total,A1701,94,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Other professional scientific,2,total,A1701,79,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Administrative & support services,1,total,A1701,70,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Education & training,1,total,A1701,54,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Health care & social assistance,1,total,A1701,64,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Arts & recreation services,1,total,A1701,38,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,Other services,1,total,A1701,20,,Average percent,1 and 2 and 3 and 9 -Percentage of R&D performed in-house,total,0,total,A1701,67,,Average percent,1 and 2 and 3 and 9 -Percentage of staff working full-time (30 or more hours),total,0,619 employees,A1801,75,,Average percent,1 and 2 and 3 and 4 and 8 -Percentage of staff working full-time (30 or more hours),total,0,2049 employees,A1801,78,,Average percent,1 and 2 and 3 and 4 and 8 -Percentage of staff working full-time (30 or more hours),total,0,5099 employees,A1801,80,,Average percent,1 and 2 and 3 and 4 and 8 -Percentage of staff working full-time (30 or more hours),total,0,100+ employees,A1801,78,,Average percent,1 and 2 and 3 and 4 and 8 -Percentage of staff working full-time (30 or more hours),"Agriculture, forestry, & fishing",1,total,A1801,75,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Agriculture,2,total,A1801,75,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Commercial fishing,2,total,A1801,78,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Forestry & logging,2,total,A1801,93,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),"Agriculture, forestry, & fishing support services",2,total,A1801,72,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Mining,1,total,A1801,90,,Average percent,1 and 2 and 3 and 5 and 8 -Percentage of staff working full-time (30 or more hours),Manufacturing,1,total,A1801,88,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),"Food, beverage, & tobacco",2,total,A1801,78,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),"Textile, clothing, footwear, & leather",2,total,A1801,86,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Wood & paper product,2,total,A1801,93,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),"Printing, publishing, & recorded media",2,total,A1801,88,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),"Petroleum, coal, chemical, & associated product",2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Non-metallic mineral product,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Metal product,2,total,A1801,93,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Transport and industrial machinery & equipment,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Other machinery & equipment,2,total,A1801,91,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Other manufacturing,2,total,A1801,87,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),"Electricity, gas, water, & waste services",1,total,A1801,89,,Average percent,1 and 2 and 3 and 5 and 8 -Percentage of staff working full-time (30 or more hours),Construction,1,total,A1801,91,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Wholesale trade,1,total,A1801,86,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Machinery & equipment wholesaling,2,total,A1801,92,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Other wholesale trade,2,total,A1801,83,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Retail trade,1,total,A1801,67,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Accommodation & food services,1,total,A1801,50,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),"Transport, postal, & warehousing",1,total,A1801,83,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Information media & telecommunications,1,total,A1801,79,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Publishing,2,total,A1801,83,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Motion picture,2,total,A1801,63,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Telecommunications,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Financial & insurance services,1,total,A1801,90,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Finance,2,total,A1801,88,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Insurance,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Auxiliary,2,total,A1801,90,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),"Rental, hiring, & real estate services",1,total,A1801,80,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),"Professional, scientific, & technical services",1,total,A1801,84,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Computer systems design,2,total,A1801,92,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Other professional scientific,2,total,A1801,82,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Administrative & support services,1,total,A1801,75,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Education & training,1,total,A1801,57,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Health care & social assistance,1,total,A1801,59,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Arts & recreation services,1,total,A1801,46,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),Other services,1,total,A1801,89,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working full-time (30 or more hours),total,0,total,A1801,76,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),total,0,619 employees,A1802,25,,Average percent,1 and 2 and 3 and 4 and 8 -Percentage of staff working part-time (less than 30 hours),total,0,2049 employees,A1802,22,,Average percent,1 and 2 and 3 and 4 and 8 -Percentage of staff working part-time (less than 30 hours),total,0,5099 employees,A1802,20,,Average percent,1 and 2 and 3 and 4 and 8 -Percentage of staff working part-time (less than 30 hours),total,0,100+ employees,A1802,22,,Average percent,1 and 2 and 3 and 4 and 8 -Percentage of staff working part-time (less than 30 hours),"Agriculture, forestry, & fishing",1,total,A1802,24,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Agriculture,2,total,A1802,24,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Commercial fishing,2,total,A1802,22,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Forestry & logging,2,total,A1802,7,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),"Agriculture, forestry, & fishing support services",2,total,A1802,28,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Mining,1,total,A1802,10,,Average percent,1 and 2 and 3 and 5 and 8 -Percentage of staff working part-time (less than 30 hours),Manufacturing,1,total,A1802,12,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),"Food, beverage, & tobacco",2,total,A1802,22,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),"Textile, clothing, footwear, & leather",2,total,A1802,15,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Wood & paper product,2,total,A1802,7,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),"Printing, publishing, & recorded media",2,total,A1802,12,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),"Petroleum, coal, chemical, & associated product",2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Non-metallic mineral product,2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Metal product,2,total,A1802,7,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Transport and industrial machinery & equipment,2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Other machinery & equipment,2,total,A1802,8,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Other manufacturing,2,total,A1802,13,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),"Electricity, gas, water, & waste services",1,total,A1802,10,,Average percent,1 and 2 and 3 and 5 and 8 -Percentage of staff working part-time (less than 30 hours),Construction,1,total,A1802,9,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Wholesale trade,1,total,A1802,14,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Machinery & equipment wholesaling,2,total,A1802,8,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Other wholesale trade,2,total,A1802,17,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Retail trade,1,total,A1802,33,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Accommodation & food services,1,total,A1802,50,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),"Transport, postal, & warehousing",1,total,A1802,17,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Information media & telecommunications,1,total,A1802,21,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Publishing,2,total,A1802,17,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Motion picture,2,total,A1802,37,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Telecommunications,2,total,A1802,9,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Financial & insurance services,1,total,A1802,10,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Finance,2,total,A1802,12,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Insurance,2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Auxiliary,2,total,A1802,10,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),"Rental, hiring, & real estate services",1,total,A1802,20,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),"Professional, scientific, & technical services",1,total,A1802,16,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Computer systems design,2,total,A1802,8,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Other professional scientific,2,total,A1802,18,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Administrative & support services,1,total,A1802,25,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Education & training,1,total,A1802,43,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Health care & social assistance,1,total,A1802,41,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Arts & recreation services,1,total,A1802,52,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),Other services,1,total,A1802,9,,Average percent,1 and 2 and 3 and 8 -Percentage of staff working part-time (less than 30 hours),total,0,total,A1802,24,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,total,0,619 employees,A1901,70,,Average percent,1 and 2 and 3 and 4 and 8 -Approximate percentage of skilled roles in business,total,0,2049 employees,A1901,65,,Average percent,1 and 2 and 3 and 4 and 8 -Approximate percentage of skilled roles in business,total,0,5099 employees,A1901,64,,Average percent,1 and 2 and 3 and 4 and 8 -Approximate percentage of skilled roles in business,total,0,100+ employees,A1901,60,,Average percent,1 and 2 and 3 and 4 and 8 -Approximate percentage of skilled roles in business,"Agriculture, forestry, & fishing",1,total,A1901,64,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Agriculture,2,total,A1901,61,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Commercial fishing,2,total,A1901,59,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Forestry & logging,2,total,A1901,87,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,"Agriculture, forestry, & fishing support services",2,total,A1901,66,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Mining,1,total,A1901,75,,Average percent,1 and 2 and 3 and 5 and 8 -Approximate percentage of skilled roles in business,Manufacturing,1,total,A1901,66,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,"Food, beverage, & tobacco",2,total,A1901,50,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,"Textile, clothing, footwear, & leather",2,total,A1901,62,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Wood & paper product,2,total,A1901,61,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,"Printing, publishing, & recorded media",2,total,A1901,77,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,"Petroleum, coal, chemical, & associated product",2,total,A1901,63,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Non-metallic mineral product,2,total,A1901,66,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Metal product,2,total,A1901,70,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Transport and industrial machinery & equipment,2,total,A1901,83,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Other machinery & equipment,2,total,A1901,79,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Other manufacturing,2,total,A1901,69,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,"Electricity, gas, water, & waste services",1,total,A1901,66,,Average percent,1 and 2 and 3 and 5 and 8 -Approximate percentage of skilled roles in business,Construction,1,total,A1901,77,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Wholesale trade,1,total,A1901,71,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Machinery & equipment wholesaling,2,total,A1901,79,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Other wholesale trade,2,total,A1901,68,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Retail trade,1,total,A1901,57,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Accommodation & food services,1,total,A1901,48,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,"Transport, postal, & warehousing",1,total,A1901,76,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Information media & telecommunications,1,total,A1901,81,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Publishing,2,total,A1901,87,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Motion picture,2,total,A1901,68,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Telecommunications,2,total,A1901,88,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Financial & insurance services,1,total,A1901,85,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Finance,2,total,A1901,85,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Insurance,2,total,A1901,79,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Auxiliary,2,total,A1901,85,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,"Rental, hiring, & real estate services",1,total,A1901,70,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,"Professional, scientific, & technical services",1,total,A1901,89,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Computer systems design,2,total,A1901,95,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Other professional scientific,2,total,A1901,87,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Administrative & support services,1,total,A1901,60,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Education & training,1,total,A1901,78,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Health care & social assistance,1,total,A1901,72,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Arts & recreation services,1,total,A1901,62,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,Other services,1,total,A1901,81,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of skilled roles in business,total,0,total,A1901,68,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,total,0,619 employees,A1902,30,,Average percent,1 and 2 and 3 and 4 and 8 -Approximate percentage of unskilled roles in business,total,0,2049 employees,A1902,35,,Average percent,1 and 2 and 3 and 4 and 8 -Approximate percentage of unskilled roles in business,total,0,5099 employees,A1902,36,,Average percent,1 and 2 and 3 and 4 and 8 -Approximate percentage of unskilled roles in business,total,0,100+ employees,A1902,40,,Average percent,1 and 2 and 3 and 4 and 8 -Approximate percentage of unskilled roles in business,"Agriculture, forestry, & fishing",1,total,A1902,35,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Agriculture,2,total,A1902,38,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Commercial fishing,2,total,A1902,41,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Forestry & logging,2,total,A1902,13,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,"Agriculture, forestry, & fishing support services",2,total,A1902,34,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Mining,1,total,A1902,25,,Average percent,1 and 2 and 3 and 5 and 8 -Approximate percentage of unskilled roles in business,Manufacturing,1,total,A1902,34,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,"Food, beverage, & tobacco",2,total,A1902,50,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,"Textile, clothing, footwear, & leather",2,total,A1902,37,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Wood & paper product,2,total,A1902,39,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,"Printing, publishing, & recorded media",2,total,A1902,23,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,"Petroleum, coal, chemical, & associated product",2,total,A1902,37,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Non-metallic mineral product,2,total,A1902,34,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Metal product,2,total,A1902,30,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Transport and industrial machinery & equipment,2,total,A1902,17,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Other machinery & equipment,2,total,A1902,20,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Other manufacturing,2,total,A1902,31,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,"Electricity, gas, water, & waste services",1,total,A1902,33,,Average percent,1 and 2 and 3 and 5 and 8 -Approximate percentage of unskilled roles in business,Construction,1,total,A1902,23,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Wholesale trade,1,total,A1902,29,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Machinery & equipment wholesaling,2,total,A1902,21,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Other wholesale trade,2,total,A1902,33,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Retail trade,1,total,A1902,44,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Accommodation & food services,1,total,A1902,52,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,"Transport, postal, & warehousing",1,total,A1902,23,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Information media & telecommunications,1,total,A1902,19,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Publishing,2,total,A1902,13,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Motion picture,2,total,A1902,32,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Telecommunications,2,total,A1902,11,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Financial & insurance services,1,total,A1902,15,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Finance,2,total,A1902,15,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Insurance,2,total,A1902,21,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Auxiliary,2,total,A1902,15,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,"Rental, hiring, & real estate services",1,total,A1902,30,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,"Professional, scientific, & technical services",1,total,A1902,12,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Computer systems design,2,total,A1902,5,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Other professional scientific,2,total,A1902,13,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Administrative & support services,1,total,A1902,40,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Education & training,1,total,A1902,22,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Health care & social assistance,1,total,A1902,28,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Arts & recreation services,1,total,A1902,38,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,Other services,1,total,A1902,18,,Average percent,1 and 2 and 3 and 8 -Approximate percentage of unskilled roles in business,total,0,total,A1902,32,,Average percent,1 and 2 and 3 and 8 -Did this business have any vacancies: Yes,total,0,619 employees,A2000.01,23943,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did this business have any vacancies: Yes,total,0,2049 employees,A2000.01,7563,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did this business have any vacancies: Yes,total,0,5099 employees,A2000.01,2322,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did this business have any vacancies: Yes,total,0,100+ employees,A2000.01,2001,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did this business have any vacancies: Yes,"Agriculture, forestry, & fishing",1,total,A2000.01,2133,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Agriculture,2,total,A2000.01,1326,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Commercial fishing,2,total,A2000.01,30,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Forestry & logging,2,total,A2000.01,129,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,"Agriculture, forestry, & fishing support services",2,total,A2000.01,648,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Mining,1,total,A2000.01,87,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did this business have any vacancies: Yes,Manufacturing,1,total,A2000.01,3993,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,"Food, beverage, & tobacco",2,total,A2000.01,936,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,"Textile, clothing, footwear, & leather",2,total,A2000.01,192,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Wood & paper product,2,total,A2000.01,399,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,"Printing, publishing, & recorded media",2,total,A2000.01,120,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,"Petroleum, coal, chemical, & associated product",2,total,A2000.01,300,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Non-metallic mineral product,2,total,A2000.01,156,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Metal product,2,total,A2000.01,723,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Transport and industrial machinery & equipment,2,total,A2000.01,726,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Other machinery & equipment,2,total,A2000.01,192,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Other manufacturing,2,total,A2000.01,252,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,"Electricity, gas, water, & waste services",1,total,A2000.01,165,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did this business have any vacancies: Yes,Construction,1,total,A2000.01,5064,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Wholesale trade,1,total,A2000.01,2358,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Machinery & equipment wholesaling,2,total,A2000.01,699,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Other wholesale trade,2,total,A2000.01,1656,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Retail trade,1,total,A2000.01,3651,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Accommodation & food services,1,total,A2000.01,5070,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,"Transport, postal, & warehousing",1,total,A2000.01,1326,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Information media & telecommunications,1,total,A2000.01,348,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Publishing,2,total,A2000.01,141,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Motion picture,2,total,A2000.01,108,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Telecommunications,2,total,A2000.01,96,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Financial & insurance services,1,total,A2000.01,504,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Finance,2,total,A2000.01,156,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Insurance,2,total,A2000.01,33,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Auxiliary,2,total,A2000.01,321,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,"Rental, hiring, & real estate services",1,total,A2000.01,723,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,"Professional, scientific, & technical services",1,total,A2000.01,4047,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Computer systems design,2,total,A2000.01,678,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Other professional scientific,2,total,A2000.01,3372,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Administrative & support services,1,total,A2000.01,1458,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Education & training,1,total,A2000.01,942,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Health care & social assistance,1,total,A2000.01,2532,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Arts & recreation services,1,total,A2000.01,378,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,Other services,1,total,A2000.01,1041,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: Yes,total,0,total,A2000.01,35829,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,total,0,619 employees,A2000.02,11613,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did this business have any vacancies: No,total,0,2049 employees,A2000.02,1233,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did this business have any vacancies: No,total,0,5099 employees,A2000.02,210,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did this business have any vacancies: No,total,0,100+ employees,A2000.02,102,,Number of businesses,1 and 2 and 3 and 4 and 6 -Did this business have any vacancies: No,"Agriculture, forestry, & fishing",1,total,A2000.02,1620,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Agriculture,2,total,A2000.02,1131,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Commercial fishing,2,total,A2000.02,27,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Forestry & logging,2,total,A2000.02,132,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,"Agriculture, forestry, & fishing support services",2,total,A2000.02,333,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Mining,1,total,A2000.02,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did this business have any vacancies: No,Manufacturing,1,total,A2000.02,1425,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,"Food, beverage, & tobacco",2,total,A2000.02,294,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,"Textile, clothing, footwear, & leather",2,total,A2000.02,63,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Wood & paper product,2,total,A2000.02,120,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,"Printing, publishing, & recorded media",2,total,A2000.02,81,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,"Petroleum, coal, chemical, & associated product",2,total,A2000.02,147,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Non-metallic mineral product,2,total,A2000.02,54,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Metal product,2,total,A2000.02,279,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Transport and industrial machinery & equipment,2,total,A2000.02,222,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Other machinery & equipment,2,total,A2000.02,45,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Other manufacturing,2,total,A2000.02,120,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,"Electricity, gas, water, & waste services",1,total,A2000.02,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Did this business have any vacancies: No,Construction,1,total,A2000.02,2376,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Wholesale trade,1,total,A2000.02,870,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Machinery & equipment wholesaling,2,total,A2000.02,252,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Other wholesale trade,2,total,A2000.02,618,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Retail trade,1,total,A2000.02,1419,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Accommodation & food services,1,total,A2000.02,1704,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,"Transport, postal, & warehousing",1,total,A2000.02,351,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Information media & telecommunications,1,total,A2000.02,114,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Publishing,2,total,A2000.02,48,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Motion picture,2,total,A2000.02,36,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Telecommunications,2,total,A2000.02,27,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Financial & insurance services,1,total,A2000.02,189,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Finance,2,total,A2000.02,60,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Insurance,2,total,A2000.02,3,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Auxiliary,2,total,A2000.02,129,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,"Rental, hiring, & real estate services",1,total,A2000.02,321,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,"Professional, scientific, & technical services",1,total,A2000.02,1137,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Computer systems design,2,total,A2000.02,306,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Other professional scientific,2,total,A2000.02,834,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Administrative & support services,1,total,A2000.02,387,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Education & training,1,total,A2000.02,240,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Health care & social assistance,1,total,A2000.02,390,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Arts & recreation services,1,total,A2000.02,189,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,Other services,1,total,A2000.02,339,,Number of businesses,1 and 2 and 3 and 6 -Did this business have any vacancies: No,total,0,total,A2000.02,13158,,Number of businesses,1 and 2 and 3 and 6 -Number of vacancies for skilled roles,total,0,619 employees,A2101,80000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies for skilled roles,total,0,2049 employees,A2101,45000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies for skilled roles,total,0,5099 employees,A2101,28000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies for skilled roles,total,0,100+ employees,A2101,117000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies for skilled roles,"Agriculture, forestry, & fishing",1,total,A2101,8800,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Agriculture,2,total,A2101,2800,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Commercial fishing,2,total,A2101,95,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Forestry & logging,2,total,A2101,450,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,"Agriculture, forestry, & fishing support services",2,total,A2101,5500,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Mining,1,total,A2101,910,,Number of employees,1 and 2 and 3 and 5 and 10 -Number of vacancies for skilled roles,Manufacturing,1,total,A2101,30000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,"Food, beverage, & tobacco",2,total,A2101,13000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,"Textile, clothing, footwear, & leather",2,total,A2101,810,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Wood & paper product,2,total,A2101,1600,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,"Printing, publishing, & recorded media",2,total,A2101,400,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,"Petroleum, coal, chemical, & associated product",2,total,A2101,1900,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Non-metallic mineral product,2,total,A2101,1000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Metal product,2,total,A2101,3900,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Transport and industrial machinery & equipment,2,total,A2101,4500,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Other machinery & equipment,2,total,A2101,2200,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Other manufacturing,2,total,A2101,680,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,"Electricity, gas, water, & waste services",1,total,A2101,3100,,Number of employees,1 and 2 and 3 and 5 and 10 -Number of vacancies for skilled roles,Construction,1,total,A2101,26000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Wholesale trade,1,total,A2101,12000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Machinery & equipment wholesaling,2,total,A2101,3500,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Other wholesale trade,2,total,A2101,9000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Retail trade,1,total,A2101,20000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Accommodation & food services,1,total,A2101,35000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,"Transport, postal, & warehousing",1,total,A2101,20000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Information media & telecommunications,1,total,A2101,5300,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Publishing,2,total,A2101,1000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Motion picture,2,total,A2101,960,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Telecommunications,2,total,A2101,3300,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Financial & insurance services,1,total,A2101,12000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Finance,2,total,A2101,5800,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Insurance,2,total,A2101,3300,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Auxiliary,2,total,A2101,2800,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,"Rental, hiring, & real estate services",1,total,A2101,3600,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,"Professional, scientific, & technical services",1,total,A2101,37000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Computer systems design,2,total,A2101,9200,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Other professional scientific,2,total,A2101,27000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Administrative & support services,1,total,A2101,21000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Education & training,1,total,A2101,6500,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Health care & social assistance,1,total,A2101,19000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Arts & recreation services,1,total,A2101,5500,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,Other services,1,total,A2101,4900,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for skilled roles,total,0,total,A2101,271000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,total,0,619 employees,A2102,52000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies for unskilled roles,total,0,2049 employees,A2102,43000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies for unskilled roles,total,0,5099 employees,A2102,32000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies for unskilled roles,total,0,100+ employees,A2102,175000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies for unskilled roles,"Agriculture, forestry, & fishing",1,total,A2102,22000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Agriculture,2,total,A2102,12000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Commercial fishing,2,total,A2102,620,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Forestry & logging,2,total,A2102,95,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,"Agriculture, forestry, & fishing support services",2,total,A2102,9500,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Mining,1,total,A2102,280,,Number of employees,1 and 2 and 3 and 5 and 10 -Number of vacancies for unskilled roles,Manufacturing,1,total,A2102,27000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,"Food, beverage, & tobacco",2,total,A2102,16000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,"Textile, clothing, footwear, & leather",2,total,A2102,870,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Wood & paper product,2,total,A2102,2000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,"Printing, publishing, & recorded media",2,total,A2102,350,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,"Petroleum, coal, chemical, & associated product",2,total,A2102,1900,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Non-metallic mineral product,2,total,A2102,810,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Metal product,2,total,A2102,2400,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Transport and industrial machinery & equipment,2,total,A2102,1200,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Other machinery & equipment,2,total,A2102,850,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Other manufacturing,2,total,A2102,550,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,"Electricity, gas, water, & waste services",1,total,A2102,1300,,Number of employees,1 and 2 and 3 and 5 and 10 -Number of vacancies for unskilled roles,Construction,1,total,A2102,11000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Wholesale trade,1,total,A2102,13000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Machinery & equipment wholesaling,2,total,A2102,1600,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Other wholesale trade,2,total,A2102,10000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Retail trade,1,total,A2102,64000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Accommodation & food services,1,total,A2102,48000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,"Transport, postal, & warehousing",1,total,A2102,10000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Information media & telecommunications,1,total,A2102,1600,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Publishing,2,total,A2102,75,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Motion picture,2,total,A2102,340,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Telecommunications,2,total,A2102,1200,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Financial & insurance services,1,total,A2102,6400,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Finance,2,total,A2102,4400,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Insurance,2,total,A2102,970,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Auxiliary,2,total,A2102,880,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,"Rental, hiring, & real estate services",1,total,A2102,4000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,"Professional, scientific, & technical services",1,total,A2102,19000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Computer systems design,2,total,A2102,470,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Other professional scientific,2,total,A2102,19000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Administrative & support services,1,total,A2102,50000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Education & training,1,total,A2102,3500,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Health care & social assistance,1,total,A2102,13000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Arts & recreation services,1,total,A2102,5900,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,Other services,1,total,A2102,870,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies for unskilled roles,total,0,total,A2102,301000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,total,0,619 employees,A2103,131000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies in total,total,0,2049 employees,A2103,88000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies in total,total,0,5099 employees,A2103,60000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies in total,total,0,100+ employees,A2103,295000,,Number of employees,1 and 2 and 3 and 4 and 10 -Number of vacancies in total,"Agriculture, forestry, & fishing",1,total,A2103,31000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Agriculture,2,total,A2103,14000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Commercial fishing,2,total,A2103,720,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Forestry & logging,2,total,A2103,540,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,"Agriculture, forestry, & fishing support services",2,total,A2103,15000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Mining,1,total,A2103,1100,,Number of employees,1 and 2 and 3 and 5 and 10 -Number of vacancies in total,Manufacturing,1,total,A2103,57000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,"Food, beverage, & tobacco",2,total,A2103,30000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,"Textile, clothing, footwear, & leather",2,total,A2103,1700,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Wood & paper product,2,total,A2103,3600,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,"Printing, publishing, & recorded media",2,total,A2103,740,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,"Petroleum, coal, chemical, & associated product",2,total,A2103,3700,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Non-metallic mineral product,2,total,A2103,1800,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Metal product,2,total,A2103,6300,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Transport and industrial machinery & equipment,2,total,A2103,5700,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Other machinery & equipment,2,total,A2103,3000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Other manufacturing,2,total,A2103,1200,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,"Electricity, gas, water, & waste services",1,total,A2103,4400,,Number of employees,1 and 2 and 3 and 5 and 10 -Number of vacancies in total,Construction,1,total,A2103,38000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Wholesale trade,1,total,A2103,25000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Machinery & equipment wholesaling,2,total,A2103,5100,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Other wholesale trade,2,total,A2103,19000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Retail trade,1,total,A2103,85000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Accommodation & food services,1,total,A2103,83000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,"Transport, postal, & warehousing",1,total,A2103,30000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Information media & telecommunications,1,total,A2103,6900,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Publishing,2,total,A2103,1100,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Motion picture,2,total,A2103,1300,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Telecommunications,2,total,A2103,4500,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Financial & insurance services,1,total,A2103,18000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Finance,2,total,A2103,10000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Insurance,2,total,A2103,4300,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Auxiliary,2,total,A2103,3700,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,"Rental, hiring, & real estate services",1,total,A2103,7500,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,"Professional, scientific, & technical services",1,total,A2103,56000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Computer systems design,2,total,A2103,9700,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Other professional scientific,2,total,A2103,46000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Administrative & support services,1,total,A2103,74000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Education & training,1,total,A2103,10000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Health care & social assistance,1,total,A2103,33000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Arts & recreation services,1,total,A2103,11000,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,Other services,1,total,A2103,5700,,Number of employees,1 and 2 and 3 and 10 -Number of vacancies in total,total,0,total,A2103,576000,,Number of employees,1 and 2 and 3 and 10 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,619 employees,A2201.01,2013,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,2049 employees,A2201.01,588,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,5099 employees,A2201.01,126,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,100+ employees,A2201.01,84,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Agriculture, forestry, & fishing",1,total,A2201.01,255,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Agriculture,2,total,A2201.01,132,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Commercial fishing,2,total,A2201.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Forestry & logging,2,total,A2201.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Agriculture, forestry, & fishing support services",2,total,A2201.01,96,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Mining,1,total,A2201.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Manufacturing,1,total,A2201.01,258,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Food, beverage, & tobacco",2,total,A2201.01,48,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Textile, clothing, footwear, & leather",2,total,A2201.01,24,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Wood & paper product,2,total,A2201.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Printing, publishing, & recorded media",2,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Petroleum, coal, chemical, & associated product",2,total,A2201.01,21,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Non-metallic mineral product,2,total,A2201.01,12,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Metal product,2,total,A2201.01,78,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Transport and industrial machinery & equipment,2,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other machinery & equipment,2,total,A2201.01,12,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other manufacturing,2,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Electricity, gas, water, & waste services",1,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Construction,1,total,A2201.01,372,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Wholesale trade,1,total,A2201.01,207,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Machinery & equipment wholesaling,2,total,A2201.01,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other wholesale trade,2,total,A2201.01,153,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Retail trade,1,total,A2201.01,153,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Accommodation & food services,1,total,A2201.01,228,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Transport, postal, & warehousing",1,total,A2201.01,24,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Information media & telecommunications,1,total,A2201.01,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Publishing,2,total,A2201.01,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Motion picture,2,total,A2201.01,24,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Telecommunications,2,total,A2201.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Financial & insurance services,1,total,A2201.01,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Finance,2,total,A2201.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Insurance,2,total,A2201.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Auxiliary,2,total,A2201.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Rental, hiring, & real estate services",1,total,A2201.01,150,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty","Professional, scientific, & technical services",1,total,A2201.01,501,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Computer systems design,2,total,A2201.01,66,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other professional scientific,2,total,A2201.01,435,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Administrative & support services,1,total,A2201.01,117,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Education & training,1,total,A2201.01,84,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Health care & social assistance,1,total,A2201.01,246,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Arts & recreation services,1,total,A2201.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",Other services,1,total,A2201.01,63,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No difficulty",total,0,total,A2201.01,2811,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,619 employees,A2201.02,7302,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,2049 employees,A2201.02,2769,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,5099 employees,A2201.02,963,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,100+ employees,A2201.02,1014,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Agriculture, forestry, & fishing",1,total,A2201.02,687,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Agriculture,2,total,A2201.02,390,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Commercial fishing,2,total,A2201.02,12,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Forestry & logging,2,total,A2201.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Agriculture, forestry, & fishing support services",2,total,A2201.02,231,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Mining,1,total,A2201.02,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Manufacturing,1,total,A2201.02,1215,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Food, beverage, & tobacco",2,total,A2201.02,348,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Textile, clothing, footwear, & leather",2,total,A2201.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Wood & paper product,2,total,A2201.02,144,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Printing, publishing, & recorded media",2,total,A2201.02,45,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Petroleum, coal, chemical, & associated product",2,total,A2201.02,96,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Non-metallic mineral product,2,total,A2201.02,48,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Metal product,2,total,A2201.02,180,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Transport and industrial machinery & equipment,2,total,A2201.02,171,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other machinery & equipment,2,total,A2201.02,72,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other manufacturing,2,total,A2201.02,57,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Electricity, gas, water, & waste services",1,total,A2201.02,66,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Construction,1,total,A2201.02,1467,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Wholesale trade,1,total,A2201.02,942,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Machinery & equipment wholesaling,2,total,A2201.02,261,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other wholesale trade,2,total,A2201.02,681,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Retail trade,1,total,A2201.02,1176,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Accommodation & food services,1,total,A2201.02,1296,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Transport, postal, & warehousing",1,total,A2201.02,585,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Information media & telecommunications,1,total,A2201.02,183,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Publishing,2,total,A2201.02,69,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Motion picture,2,total,A2201.02,57,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Telecommunications,2,total,A2201.02,57,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Financial & insurance services,1,total,A2201.02,255,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Finance,2,total,A2201.02,69,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Insurance,2,total,A2201.02,21,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Auxiliary,2,total,A2201.02,165,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Rental, hiring, & real estate services",1,total,A2201.02,321,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty","Professional, scientific, & technical services",1,total,A2201.02,1929,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Computer systems design,2,total,A2201.02,402,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other professional scientific,2,total,A2201.02,1530,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Administrative & support services,1,total,A2201.02,540,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Education & training,1,total,A2201.02,312,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Health care & social assistance,1,total,A2201.02,687,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Arts & recreation services,1,total,A2201.02,177,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",Other services,1,total,A2201.02,171,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: moderate difficulty",total,0,total,A2201.02,12051,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,619 employees,A2201.03,10617,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,2049 employees,A2201.03,3453,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,5099 employees,A2201.03,1029,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,100+ employees,A2201.03,786,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Agriculture, forestry, & fishing",1,total,A2201.03,567,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Agriculture,2,total,A2201.03,318,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Commercial fishing,2,total,A2201.03,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Forestry & logging,2,total,A2201.03,30,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Agriculture, forestry, & fishing support services",2,total,A2201.03,216,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Mining,1,total,A2201.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Manufacturing,1,total,A2201.03,1839,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Food, beverage, & tobacco",2,total,A2201.03,303,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Textile, clothing, footwear, & leather",2,total,A2201.03,75,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Wood & paper product,2,total,A2201.03,150,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Printing, publishing, & recorded media",2,total,A2201.03,36,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Petroleum, coal, chemical, & associated product",2,total,A2201.03,129,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Non-metallic mineral product,2,total,A2201.03,72,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Metal product,2,total,A2201.03,378,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Transport and industrial machinery & equipment,2,total,A2201.03,474,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other machinery & equipment,2,total,A2201.03,87,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other manufacturing,2,total,A2201.03,138,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Electricity, gas, water, & waste services",1,total,A2201.03,57,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Construction,1,total,A2201.03,2625,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Wholesale trade,1,total,A2201.03,813,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Machinery & equipment wholesaling,2,total,A2201.03,297,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other wholesale trade,2,total,A2201.03,516,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Retail trade,1,total,A2201.03,1641,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Accommodation & food services,1,total,A2201.03,2901,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Transport, postal, & warehousing",1,total,A2201.03,489,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Information media & telecommunications,1,total,A2201.03,87,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Publishing,2,total,A2201.03,39,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Motion picture,2,total,A2201.03,21,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Telecommunications,2,total,A2201.03,24,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Financial & insurance services,1,total,A2201.03,138,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Finance,2,total,A2201.03,36,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Insurance,2,total,A2201.03,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Auxiliary,2,total,A2201.03,96,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Rental, hiring, & real estate services",1,total,A2201.03,126,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty","Professional, scientific, & technical services",1,total,A2201.03,1359,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Computer systems design,2,total,A2201.03,192,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other professional scientific,2,total,A2201.03,1167,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Administrative & support services,1,total,A2201.03,534,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Education & training,1,total,A2201.03,438,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Health care & social assistance,1,total,A2201.03,1389,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Arts & recreation services,1,total,A2201.03,129,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",Other services,1,total,A2201.03,720,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: severe difficulty",total,0,total,A2201.03,15891,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,619 employees,A2201.04,525,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,2049 employees,A2201.04,60,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,5099 employees,A2201.04,39,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,100+ employees,A2201.04,54,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Agriculture, forestry, & fishing",1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Agriculture,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Commercial fishing,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Forestry & logging,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Agriculture, forestry, & fishing support services",2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Mining,1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Manufacturing,1,total,A2201.04,90,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Food, beverage, & tobacco",2,total,A2201.04,42,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Textile, clothing, footwear, & leather",2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Wood & paper product,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Printing, publishing, & recorded media",2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Petroleum, coal, chemical, & associated product",2,total,A2201.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Non-metallic mineral product,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Metal product,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Transport and industrial machinery & equipment,2,total,A2201.04,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other machinery & equipment,2,total,A2201.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other manufacturing,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Electricity, gas, water, & waste services",1,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Construction,1,total,A2201.04,135,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Wholesale trade,1,total,A2201.04,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Machinery & equipment wholesaling,2,total,A2201.04,24,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other wholesale trade,2,total,A2201.04,30,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Retail trade,1,total,A2201.04,234,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Accommodation & food services,1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Transport, postal, & warehousing",1,total,A2201.04,30,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Information media & telecommunications,1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Publishing,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Motion picture,2,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Telecommunications,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Financial & insurance services,1,total,A2201.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Finance,2,total,A2201.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Insurance,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Auxiliary,2,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Rental, hiring, & real estate services",1,total,A2201.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know","Professional, scientific, & technical services",1,total,A2201.04,27,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Computer systems design,2,total,A2201.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other professional scientific,2,total,A2201.04,21,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Administrative & support services,1,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Education & training,1,total,A2201.04,12,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Health care & social assistance,1,total,A2201.04,42,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Arts & recreation services,1,total,A2201.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",Other services,1,total,A2201.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: Don't know",total,0,total,A2201.04,678,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,619 employees,A2201.05,3513,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,2049 employees,A2201.05,699,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,5099 employees,A2201.05,159,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,100+ employees,A2201.05,63,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Agriculture, forestry, & fishing",1,total,A2201.05,621,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Agriculture,2,total,A2201.05,480,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Commercial fishing,2,total,A2201.05,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Forestry & logging,2,total,A2201.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Agriculture, forestry, & fishing support services",2,total,A2201.05,117,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Mining,1,total,A2201.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Manufacturing,1,total,A2201.05,600,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Food, beverage, & tobacco",2,total,A2201.05,198,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Textile, clothing, footwear, & leather",2,total,A2201.05,39,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Wood & paper product,2,total,A2201.05,102,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Printing, publishing, & recorded media",2,total,A2201.05,15,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Petroleum, coal, chemical, & associated product",2,total,A2201.05,45,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Non-metallic mineral product,2,total,A2201.05,24,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Metal product,2,total,A2201.05,81,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Transport and industrial machinery & equipment,2,total,A2201.05,39,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other machinery & equipment,2,total,A2201.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other manufacturing,2,total,A2201.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Electricity, gas, water, & waste services",1,total,A2201.05,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Construction,1,total,A2201.05,462,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Wholesale trade,1,total,A2201.05,348,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Machinery & equipment wholesaling,2,total,A2201.05,66,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other wholesale trade,2,total,A2201.05,279,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Retail trade,1,total,A2201.05,441,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Accommodation & food services,1,total,A2201.05,657,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Transport, postal, & warehousing",1,total,A2201.05,198,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Information media & telecommunications,1,total,A2201.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Publishing,2,total,A2201.05,12,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Motion picture,2,total,A2201.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Telecommunications,2,total,A2201.05,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Financial & insurance services,1,total,A2201.05,39,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Finance,2,total,A2201.05,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Insurance,2,total,A2201.05,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Auxiliary,2,total,A2201.05,30,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Rental, hiring, & real estate services",1,total,A2201.05,120,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies","Professional, scientific, & technical services",1,total,A2201.05,225,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Computer systems design,2,total,A2201.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other professional scientific,2,total,A2201.05,222,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Administrative & support services,1,total,A2201.05,270,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Education & training,1,total,A2201.05,99,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Health care & social assistance,1,total,A2201.05,165,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Arts & recreation services,1,total,A2201.05,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",Other services,1,total,A2201.05,81,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for skilled roles: No such vacancies",total,0,total,A2201.05,4437,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,619 employees,A2202.01,3177,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,2049 employees,A2202.01,1182,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,5099 employees,A2202.01,354,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,100+ employees,A2202.01,288,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Agriculture, forestry, & fishing",1,total,A2202.01,354,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Agriculture,2,total,A2202.01,201,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Commercial fishing,2,total,A2202.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Forestry & logging,2,total,A2202.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Agriculture, forestry, & fishing support services",2,total,A2202.01,135,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Mining,1,total,A2202.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Manufacturing,1,total,A2202.01,495,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Food, beverage, & tobacco",2,total,A2202.01,120,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Textile, clothing, footwear, & leather",2,total,A2202.01,39,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Wood & paper product,2,total,A2202.01,66,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Printing, publishing, & recorded media",2,total,A2202.01,36,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Petroleum, coal, chemical, & associated product",2,total,A2202.01,51,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Non-metallic mineral product,2,total,A2202.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Metal product,2,total,A2202.01,78,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Transport and industrial machinery & equipment,2,total,A2202.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other machinery & equipment,2,total,A2202.01,33,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other manufacturing,2,total,A2202.01,33,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Electricity, gas, water, & waste services",1,total,A2202.01,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Construction,1,total,A2202.01,705,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Wholesale trade,1,total,A2202.01,354,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Machinery & equipment wholesaling,2,total,A2202.01,72,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other wholesale trade,2,total,A2202.01,282,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Retail trade,1,total,A2202.01,516,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Accommodation & food services,1,total,A2202.01,684,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Transport, postal, & warehousing",1,total,A2202.01,99,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Information media & telecommunications,1,total,A2202.01,60,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Publishing,2,total,A2202.01,24,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Motion picture,2,total,A2202.01,24,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Telecommunications,2,total,A2202.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Financial & insurance services,1,total,A2202.01,51,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Finance,2,total,A2202.01,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Insurance,2,total,A2202.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Auxiliary,2,total,A2202.01,30,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Rental, hiring, & real estate services",1,total,A2202.01,99,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty","Professional, scientific, & technical services",1,total,A2202.01,507,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Computer systems design,2,total,A2202.01,81,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other professional scientific,2,total,A2202.01,429,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Administrative & support services,1,total,A2202.01,198,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Education & training,1,total,A2202.01,174,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Health care & social assistance,1,total,A2202.01,531,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Arts & recreation services,1,total,A2202.01,66,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",Other services,1,total,A2202.01,63,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No difficulty",total,0,total,A2202.01,5001,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,619 employees,A2202.02,7053,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,2049 employees,A2202.02,2739,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,5099 employees,A2202.02,981,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,100+ employees,A2202.02,906,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Agriculture, forestry, & fishing",1,total,A2202.02,558,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Agriculture,2,total,A2202.02,411,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Commercial fishing,2,total,A2202.02,12,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Forestry & logging,2,total,A2202.02,15,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Agriculture, forestry, & fishing support services",2,total,A2202.02,120,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Mining,1,total,A2202.02,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Manufacturing,1,total,A2202.02,1476,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Food, beverage, & tobacco",2,total,A2202.02,456,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Textile, clothing, footwear, & leather",2,total,A2202.02,72,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Wood & paper product,2,total,A2202.02,147,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Printing, publishing, & recorded media",2,total,A2202.02,21,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Petroleum, coal, chemical, & associated product",2,total,A2202.02,132,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Non-metallic mineral product,2,total,A2202.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Metal product,2,total,A2202.02,240,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Transport and industrial machinery & equipment,2,total,A2202.02,210,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other machinery & equipment,2,total,A2202.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other manufacturing,2,total,A2202.02,87,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Electricity, gas, water, & waste services",1,total,A2202.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Construction,1,total,A2202.02,1524,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Wholesale trade,1,total,A2202.02,822,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Machinery & equipment wholesaling,2,total,A2202.02,183,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other wholesale trade,2,total,A2202.02,636,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Retail trade,1,total,A2202.02,1344,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Accommodation & food services,1,total,A2202.02,2709,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Transport, postal, & warehousing",1,total,A2202.02,387,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Information media & telecommunications,1,total,A2202.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Publishing,2,total,A2202.02,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Motion picture,2,total,A2202.02,30,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Telecommunications,2,total,A2202.02,15,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Financial & insurance services,1,total,A2202.02,96,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Finance,2,total,A2202.02,30,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Insurance,2,total,A2202.02,21,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Auxiliary,2,total,A2202.02,48,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Rental, hiring, & real estate services",1,total,A2202.02,234,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty","Professional, scientific, & technical services",1,total,A2202.02,561,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Computer systems design,2,total,A2202.02,57,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other professional scientific,2,total,A2202.02,504,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Administrative & support services,1,total,A2202.02,396,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Education & training,1,total,A2202.02,291,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Health care & social assistance,1,total,A2202.02,765,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Arts & recreation services,1,total,A2202.02,129,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",Other services,1,total,A2202.02,258,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: moderate difficulty",total,0,total,A2202.02,11682,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,619 employees,A2202.03,2769,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,2049 employees,A2202.03,1236,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,5099 employees,A2202.03,357,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,100+ employees,A2202.03,351,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Agriculture, forestry, & fishing",1,total,A2202.03,483,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Agriculture,2,total,A2202.03,339,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Commercial fishing,2,total,A2202.03,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Forestry & logging,2,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Agriculture, forestry, & fishing support services",2,total,A2202.03,129,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Mining,1,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Manufacturing,1,total,A2202.03,600,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Food, beverage, & tobacco",2,total,A2202.03,147,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Textile, clothing, footwear, & leather",2,total,A2202.03,30,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Wood & paper product,2,total,A2202.03,75,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Printing, publishing, & recorded media",2,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Petroleum, coal, chemical, & associated product",2,total,A2202.03,60,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Non-metallic mineral product,2,total,A2202.03,39,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Metal product,2,total,A2202.03,117,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Transport and industrial machinery & equipment,2,total,A2202.03,51,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other machinery & equipment,2,total,A2202.03,27,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other manufacturing,2,total,A2202.03,45,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Electricity, gas, water, & waste services",1,total,A2202.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Construction,1,total,A2202.03,570,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Wholesale trade,1,total,A2202.03,279,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Machinery & equipment wholesaling,2,total,A2202.03,42,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other wholesale trade,2,total,A2202.03,237,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Retail trade,1,total,A2202.03,570,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Accommodation & food services,1,total,A2202.03,1077,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Transport, postal, & warehousing",1,total,A2202.03,102,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Information media & telecommunications,1,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Publishing,2,total,A2202.03,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Motion picture,2,total,A2202.03,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Telecommunications,2,total,A2202.03,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Financial & insurance services,1,total,A2202.03,18,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Finance,2,total,A2202.03,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Insurance,2,total,A2202.03,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Auxiliary,2,total,A2202.03,15,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Rental, hiring, & real estate services",1,total,A2202.03,75,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty","Professional, scientific, & technical services",1,total,A2202.03,111,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Computer systems design,2,total,A2202.03,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other professional scientific,2,total,A2202.03,105,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Administrative & support services,1,total,A2202.03,384,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Education & training,1,total,A2202.03,99,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Health care & social assistance,1,total,A2202.03,162,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Arts & recreation services,1,total,A2202.03,51,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",Other services,1,total,A2202.03,69,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: severe difficulty",total,0,total,A2202.03,4713,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,619 employees,A2202.04,753,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,2049 employees,A2202.04,57,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,5099 employees,A2202.04,51,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,100+ employees,A2202.04,63,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Agriculture, forestry, & fishing",1,total,A2202.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Agriculture,2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Commercial fishing,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Forestry & logging,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Agriculture, forestry, & fishing support services",2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Mining,1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Manufacturing,1,total,A2202.04,93,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Food, beverage, & tobacco",2,total,A2202.04,42,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Textile, clothing, footwear, & leather",2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Wood & paper product,2,total,A2202.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Printing, publishing, & recorded media",2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Petroleum, coal, chemical, & associated product",2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Non-metallic mineral product,2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Metal product,2,total,A2202.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Transport and industrial machinery & equipment,2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other machinery & equipment,2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other manufacturing,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Electricity, gas, water, & waste services",1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Construction,1,total,A2202.04,267,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Wholesale trade,1,total,A2202.04,60,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Machinery & equipment wholesaling,2,total,A2202.04,33,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other wholesale trade,2,total,A2202.04,27,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Retail trade,1,total,A2202.04,180,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Accommodation & food services,1,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Transport, postal, & warehousing",1,total,A2202.04,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Information media & telecommunications,1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Publishing,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Motion picture,2,total,A2202.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Telecommunications,2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Financial & insurance services,1,total,A2202.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Finance,2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Insurance,2,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Auxiliary,2,total,A2202.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Rental, hiring, & real estate services",1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know","Professional, scientific, & technical services",1,total,A2202.04,63,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Computer systems design,2,total,A2202.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other professional scientific,2,total,A2202.04,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Administrative & support services,1,total,A2202.04,39,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Education & training,1,total,A2202.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Health care & social assistance,1,total,A2202.04,102,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Arts & recreation services,1,total,A2202.04,12,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",Other services,1,total,A2202.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: Don't know",total,0,total,A2202.04,927,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,619 employees,A2202.05,10173,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,2049 employees,A2202.05,2355,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,5099 employees,A2202.05,582,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,100+ employees,A2202.05,393,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Agriculture, forestry, & fishing",1,total,A2202.05,729,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Agriculture,2,total,A2202.05,366,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Commercial fishing,2,total,A2202.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Forestry & logging,2,total,A2202.05,93,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Agriculture, forestry, & fishing support services",2,total,A2202.05,267,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Mining,1,total,A2202.05,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Manufacturing,1,total,A2202.05,1323,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Food, beverage, & tobacco",2,total,A2202.05,168,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Textile, clothing, footwear, & leather",2,total,A2202.05,42,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Wood & paper product,2,total,A2202.05,108,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Printing, publishing, & recorded media",2,total,A2202.05,45,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Petroleum, coal, chemical, & associated product",2,total,A2202.05,57,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Non-metallic mineral product,2,total,A2202.05,51,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Metal product,2,total,A2202.05,267,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Transport and industrial machinery & equipment,2,total,A2202.05,423,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other machinery & equipment,2,total,A2202.05,72,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other manufacturing,2,total,A2202.05,90,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Electricity, gas, water, & waste services",1,total,A2202.05,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Construction,1,total,A2202.05,1995,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Wholesale trade,1,total,A2202.05,846,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Machinery & equipment wholesaling,2,total,A2202.05,372,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other wholesale trade,2,total,A2202.05,474,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Retail trade,1,total,A2202.05,1038,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Accommodation & food services,1,total,A2202.05,615,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Transport, postal, & warehousing",1,total,A2202.05,684,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Information media & telecommunications,1,total,A2202.05,222,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Publishing,2,total,A2202.05,99,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Motion picture,2,total,A2202.05,54,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Telecommunications,2,total,A2202.05,66,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Financial & insurance services,1,total,A2202.05,315,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Finance,2,total,A2202.05,90,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Insurance,2,total,A2202.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Auxiliary,2,total,A2202.05,222,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Rental, hiring, & real estate services",1,total,A2202.05,306,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies","Professional, scientific, & technical services",1,total,A2202.05,2790,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Computer systems design,2,total,A2202.05,510,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other professional scientific,2,total,A2202.05,2283,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Administrative & support services,1,total,A2202.05,438,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Education & training,1,total,A2202.05,378,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Health care & social assistance,1,total,A2202.05,963,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Arts & recreation services,1,total,A2202.05,111,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",Other services,1,total,A2202.05,642,,Number of businesses,1 and 2 and 3 and 6 -"Extent of difficulties filling vacancies, for unskilled roles: No such vacancies",total,0,total,A2202.05,13503,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,total,0,619 employees,A2301,3024,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: changes in technology,total,0,2049 employees,A2301,801,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: changes in technology,total,0,5099 employees,A2301,267,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: changes in technology,total,0,100+ employees,A2301,327,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: changes in technology,"Agriculture, forestry, & fishing",1,total,A2301,255,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Agriculture,2,total,A2301,174,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Commercial fishing,2,total,A2301,0,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Forestry & logging,2,total,A2301,15,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,"Agriculture, forestry, & fishing support services",2,total,A2301,66,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Mining,1,total,A2301,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: changes in technology,Manufacturing,1,total,A2301,531,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,"Food, beverage, & tobacco",2,total,A2301,129,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,"Textile, clothing, footwear, & leather",2,total,A2301,33,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Wood & paper product,2,total,A2301,27,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,"Printing, publishing, & recorded media",2,total,A2301,12,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,"Petroleum, coal, chemical, & associated product",2,total,A2301,60,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Non-metallic mineral product,2,total,A2301,9,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Metal product,2,total,A2301,87,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Transport and industrial machinery & equipment,2,total,A2301,81,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Other machinery & equipment,2,total,A2301,42,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Other manufacturing,2,total,A2301,45,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,"Electricity, gas, water, & waste services",1,total,A2301,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: changes in technology,Construction,1,total,A2301,315,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Wholesale trade,1,total,A2301,510,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Machinery & equipment wholesaling,2,total,A2301,183,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Other wholesale trade,2,total,A2301,327,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Retail trade,1,total,A2301,681,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Accommodation & food services,1,total,A2301,387,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,"Transport, postal, & warehousing",1,total,A2301,102,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Information media & telecommunications,1,total,A2301,84,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Publishing,2,total,A2301,36,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Motion picture,2,total,A2301,24,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Telecommunications,2,total,A2301,21,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Financial & insurance services,1,total,A2301,75,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Finance,2,total,A2301,27,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Insurance,2,total,A2301,6,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Auxiliary,2,total,A2301,42,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,"Rental, hiring, & real estate services",1,total,A2301,120,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,"Professional, scientific, & technical services",1,total,A2301,603,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Computer systems design,2,total,A2301,144,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Other professional scientific,2,total,A2301,462,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Administrative & support services,1,total,A2301,150,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Education & training,1,total,A2301,138,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Health care & social assistance,1,total,A2301,210,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Arts & recreation services,1,total,A2301,36,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,Other services,1,total,A2301,168,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in technology,total,0,total,A2301,4419,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,total,0,619 employees,A2302,3306,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: changes in business environment,total,0,2049 employees,A2302,1056,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: changes in business environment,total,0,5099 employees,A2302,348,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: changes in business environment,total,0,100+ employees,A2302,327,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: changes in business environment,"Agriculture, forestry, & fishing",1,total,A2302,249,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Agriculture,2,total,A2302,111,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Commercial fishing,2,total,A2302,0,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Forestry & logging,2,total,A2302,24,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,"Agriculture, forestry, & fishing support services",2,total,A2302,114,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Mining,1,total,A2302,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: changes in business environment,Manufacturing,1,total,A2302,468,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,"Food, beverage, & tobacco",2,total,A2302,135,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,"Textile, clothing, footwear, & leather",2,total,A2302,27,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Wood & paper product,2,total,A2302,15,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,"Printing, publishing, & recorded media",2,total,A2302,15,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,"Petroleum, coal, chemical, & associated product",2,total,A2302,69,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Non-metallic mineral product,2,total,A2302,12,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Metal product,2,total,A2302,42,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Transport and industrial machinery & equipment,2,total,A2302,75,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Other machinery & equipment,2,total,A2302,42,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Other manufacturing,2,total,A2302,42,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,"Electricity, gas, water, & waste services",1,total,A2302,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: changes in business environment,Construction,1,total,A2302,879,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Wholesale trade,1,total,A2302,420,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Machinery & equipment wholesaling,2,total,A2302,135,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Other wholesale trade,2,total,A2302,285,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Retail trade,1,total,A2302,558,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Accommodation & food services,1,total,A2302,843,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,"Transport, postal, & warehousing",1,total,A2302,120,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Information media & telecommunications,1,total,A2302,54,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Publishing,2,total,A2302,15,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Motion picture,2,total,A2302,15,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Telecommunications,2,total,A2302,24,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Financial & insurance services,1,total,A2302,93,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Finance,2,total,A2302,27,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Insurance,2,total,A2302,9,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Auxiliary,2,total,A2302,60,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,"Rental, hiring, & real estate services",1,total,A2302,153,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,"Professional, scientific, & technical services",1,total,A2302,459,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Computer systems design,2,total,A2302,162,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Other professional scientific,2,total,A2302,297,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Administrative & support services,1,total,A2302,258,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Education & training,1,total,A2302,132,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Health care & social assistance,1,total,A2302,156,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Arts & recreation services,1,total,A2302,90,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,Other services,1,total,A2302,66,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: changes in business environment,total,0,total,A2302,5037,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,total,0,619 employees,A2303,4080,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: increased scope of roles,total,0,2049 employees,A2303,1329,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: increased scope of roles,total,0,5099 employees,A2303,447,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: increased scope of roles,total,0,100+ employees,A2303,429,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Agriculture, forestry, & fishing",1,total,A2303,312,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Agriculture,2,total,A2303,213,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Commercial fishing,2,total,A2303,0,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Forestry & logging,2,total,A2303,45,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Agriculture, forestry, & fishing support services",2,total,A2303,54,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Mining,1,total,A2303,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: increased scope of roles,Manufacturing,1,total,A2303,780,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Food, beverage, & tobacco",2,total,A2303,180,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Textile, clothing, footwear, & leather",2,total,A2303,45,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Wood & paper product,2,total,A2303,54,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Printing, publishing, & recorded media",2,total,A2303,24,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Petroleum, coal, chemical, & associated product",2,total,A2303,75,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Non-metallic mineral product,2,total,A2303,27,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Metal product,2,total,A2303,111,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Transport and industrial machinery & equipment,2,total,A2303,144,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Other machinery & equipment,2,total,A2303,51,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Other manufacturing,2,total,A2303,63,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Electricity, gas, water, & waste services",1,total,A2303,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: increased scope of roles,Construction,1,total,A2303,1173,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Wholesale trade,1,total,A2303,483,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Machinery & equipment wholesaling,2,total,A2303,162,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Other wholesale trade,2,total,A2303,321,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Retail trade,1,total,A2303,774,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Accommodation & food services,1,total,A2303,312,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Transport, postal, & warehousing",1,total,A2303,123,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Information media & telecommunications,1,total,A2303,90,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Publishing,2,total,A2303,33,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Motion picture,2,total,A2303,33,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Telecommunications,2,total,A2303,24,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Financial & insurance services,1,total,A2303,132,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Finance,2,total,A2303,45,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Insurance,2,total,A2303,9,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Auxiliary,2,total,A2303,81,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Rental, hiring, & real estate services",1,total,A2303,129,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,"Professional, scientific, & technical services",1,total,A2303,810,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Computer systems design,2,total,A2303,216,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Other professional scientific,2,total,A2303,594,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Administrative & support services,1,total,A2303,270,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Education & training,1,total,A2303,165,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Health care & social assistance,1,total,A2303,444,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Arts & recreation services,1,total,A2303,72,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,Other services,1,total,A2303,162,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: increased scope of roles,total,0,total,A2303,6285,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,total,0,619 employees,A2304,10377,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do nothave all skills: staff turnover,total,0,2049 employees,A2304,4038,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do nothave all skills: staff turnover,total,0,5099 employees,A2304,1428,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do nothave all skills: staff turnover,total,0,100+ employees,A2304,1410,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do nothave all skills: staff turnover,"Agriculture, forestry, & fishing",1,total,A2304,993,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Agriculture,2,total,A2304,660,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Commercial fishing,2,total,A2304,18,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Forestry & logging,2,total,A2304,63,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,"Agriculture, forestry, & fishing support services",2,total,A2304,252,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Mining,1,total,A2304,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do nothave all skills: staff turnover,Manufacturing,1,total,A2304,2112,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,"Food, beverage, & tobacco",2,total,A2304,588,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,"Textile, clothing, footwear, & leather",2,total,A2304,84,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Wood & paper product,2,total,A2304,225,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,"Printing, publishing, & recorded media",2,total,A2304,51,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,"Petroleum, coal, chemical, & associated product",2,total,A2304,189,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Non-metallic mineral product,2,total,A2304,66,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Metal product,2,total,A2304,405,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Transport and industrial machinery & equipment,2,total,A2304,294,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Other machinery & equipment,2,total,A2304,87,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Other manufacturing,2,total,A2304,117,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,"Electricity, gas, water, & waste services",1,total,A2304,66,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do nothave all skills: staff turnover,Construction,1,total,A2304,2340,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Wholesale trade,1,total,A2304,1140,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Machinery & equipment wholesaling,2,total,A2304,336,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Other wholesale trade,2,total,A2304,801,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Retail trade,1,total,A2304,1794,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Accommodation & food services,1,total,A2304,3336,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,"Transport, postal, & warehousing",1,total,A2304,486,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Information media & telecommunications,1,total,A2304,138,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Publishing,2,total,A2304,48,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Motion picture,2,total,A2304,48,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Telecommunications,2,total,A2304,39,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Financial & insurance services,1,total,A2304,201,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Finance,2,total,A2304,69,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Insurance,2,total,A2304,18,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Auxiliary,2,total,A2304,117,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,"Rental, hiring, & real estate services",1,total,A2304,354,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,"Professional, scientific, & technical services",1,total,A2304,1437,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Computer systems design,2,total,A2304,261,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Other professional scientific,2,total,A2304,1179,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Administrative & support services,1,total,A2304,627,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Education & training,1,total,A2304,453,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Health care & social assistance,1,total,A2304,1110,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Arts & recreation services,1,total,A2304,198,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,Other services,1,total,A2304,414,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do nothave all skills: staff turnover,total,0,total,A2304,17250,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,total,0,619 employees,A2305,12051,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: recruitment difficulties,total,0,2049 employees,A2305,4401,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: recruitment difficulties,total,0,5099 employees,A2305,1440,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: recruitment difficulties,total,0,100+ employees,A2305,1302,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Agriculture, forestry, & fishing",1,total,A2305,1110,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Agriculture,2,total,A2305,711,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Commercial fishing,2,total,A2305,12,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Forestry & logging,2,total,A2305,51,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Agriculture, forestry, & fishing support services",2,total,A2305,333,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Mining,1,total,A2305,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Manufacturing,1,total,A2305,2262,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Food, beverage, & tobacco",2,total,A2305,480,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Textile, clothing, footwear, & leather",2,total,A2305,78,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Wood & paper product,2,total,A2305,276,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Printing, publishing, & recorded media",2,total,A2305,39,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Petroleum, coal, chemical, & associated product",2,total,A2305,180,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Non-metallic mineral product,2,total,A2305,90,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Metal product,2,total,A2305,420,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Transport and industrial machinery & equipment,2,total,A2305,465,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Other machinery & equipment,2,total,A2305,105,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Other manufacturing,2,total,A2305,126,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Electricity, gas, water, & waste services",1,total,A2305,78,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Construction,1,total,A2305,2334,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Wholesale trade,1,total,A2305,1020,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Machinery & equipment wholesaling,2,total,A2305,294,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Other wholesale trade,2,total,A2305,723,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Retail trade,1,total,A2305,2148,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Accommodation & food services,1,total,A2305,4152,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Transport, postal, & warehousing",1,total,A2305,513,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Information media & telecommunications,1,total,A2305,135,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Publishing,2,total,A2305,51,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Motion picture,2,total,A2305,42,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Telecommunications,2,total,A2305,39,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Financial & insurance services,1,total,A2305,210,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Finance,2,total,A2305,63,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Insurance,2,total,A2305,18,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Auxiliary,2,total,A2305,129,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Rental, hiring, & real estate services",1,total,A2305,288,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,"Professional, scientific, & technical services",1,total,A2305,1497,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Computer systems design,2,total,A2305,261,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Other professional scientific,2,total,A2305,1239,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Administrative & support services,1,total,A2305,822,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Education & training,1,total,A2305,549,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Health care & social assistance,1,total,A2305,1176,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Arts & recreation services,1,total,A2305,195,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,Other services,1,total,A2305,651,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: recruitment difficulties,total,0,total,A2305,19194,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,total,0,619 employees,A2306,4761,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: constraints on training,total,0,2049 employees,A2306,1293,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: constraints on training,total,0,5099 employees,A2306,378,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: constraints on training,total,0,100+ employees,A2306,333,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: constraints on training,"Agriculture, forestry, & fishing",1,total,A2306,474,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Agriculture,2,total,A2306,318,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Commercial fishing,2,total,A2306,3,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Forestry & logging,2,total,A2306,33,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,"Agriculture, forestry, & fishing support services",2,total,A2306,123,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Mining,1,total,A2306,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: constraints on training,Manufacturing,1,total,A2306,669,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,"Food, beverage, & tobacco",2,total,A2306,114,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,"Textile, clothing, footwear, & leather",2,total,A2306,21,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Wood & paper product,2,total,A2306,57,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,"Printing, publishing, & recorded media",2,total,A2306,12,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,"Petroleum, coal, chemical, & associated product",2,total,A2306,60,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Non-metallic mineral product,2,total,A2306,36,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Metal product,2,total,A2306,108,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Transport and industrial machinery & equipment,2,total,A2306,165,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Other machinery & equipment,2,total,A2306,39,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Other manufacturing,2,total,A2306,57,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,"Electricity, gas, water, & waste services",1,total,A2306,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: constraints on training,Construction,1,total,A2306,1125,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Wholesale trade,1,total,A2306,369,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Machinery & equipment wholesaling,2,total,A2306,132,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Other wholesale trade,2,total,A2306,234,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Retail trade,1,total,A2306,993,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Accommodation & food services,1,total,A2306,1029,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,"Transport, postal, & warehousing",1,total,A2306,183,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Information media & telecommunications,1,total,A2306,66,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Publishing,2,total,A2306,18,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Motion picture,2,total,A2306,27,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Telecommunications,2,total,A2306,18,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Financial & insurance services,1,total,A2306,63,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Finance,2,total,A2306,15,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Insurance,2,total,A2306,3,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Auxiliary,2,total,A2306,48,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,"Rental, hiring, & real estate services",1,total,A2306,108,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,"Professional, scientific, & technical services",1,total,A2306,591,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Computer systems design,2,total,A2306,102,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Other professional scientific,2,total,A2306,492,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Administrative & support services,1,total,A2306,309,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Education & training,1,total,A2306,165,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Health care & social assistance,1,total,A2306,324,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Arts & recreation services,1,total,A2306,57,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,Other services,1,total,A2306,192,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: constraints on training,total,0,total,A2306,6765,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,total,0,619 employees,A2307,4233,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: other reasons,total,0,2049 employees,A2307,960,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: other reasons,total,0,5099 employees,A2307,354,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: other reasons,total,0,100+ employees,A2307,303,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: other reasons,"Agriculture, forestry, & fishing",1,total,A2307,621,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Agriculture,2,total,A2307,405,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Commercial fishing,2,total,A2307,12,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Forestry & logging,2,total,A2307,18,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,"Agriculture, forestry, & fishing support services",2,total,A2307,186,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Mining,1,total,A2307,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: other reasons,Manufacturing,1,total,A2307,678,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,"Food, beverage, & tobacco",2,total,A2307,153,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,"Textile, clothing, footwear, & leather",2,total,A2307,36,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Wood & paper product,2,total,A2307,81,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,"Printing, publishing, & recorded media",2,total,A2307,18,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,"Petroleum, coal, chemical, & associated product",2,total,A2307,60,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Non-metallic mineral product,2,total,A2307,27,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Metal product,2,total,A2307,159,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Transport and industrial machinery & equipment,2,total,A2307,90,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Other machinery & equipment,2,total,A2307,18,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Other manufacturing,2,total,A2307,36,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,"Electricity, gas, water, & waste services",1,total,A2307,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: other reasons,Construction,1,total,A2307,774,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Wholesale trade,1,total,A2307,324,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Machinery & equipment wholesaling,2,total,A2307,93,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Other wholesale trade,2,total,A2307,231,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Retail trade,1,total,A2307,807,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Accommodation & food services,1,total,A2307,951,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,"Transport, postal, & warehousing",1,total,A2307,156,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Information media & telecommunications,1,total,A2307,18,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Publishing,2,total,A2307,3,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Motion picture,2,total,A2307,12,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Telecommunications,2,total,A2307,0,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Financial & insurance services,1,total,A2307,63,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Finance,2,total,A2307,24,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Insurance,2,total,A2307,6,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Auxiliary,2,total,A2307,36,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,"Rental, hiring, & real estate services",1,total,A2307,81,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,"Professional, scientific, & technical services",1,total,A2307,321,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Computer systems design,2,total,A2307,75,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Other professional scientific,2,total,A2307,249,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Administrative & support services,1,total,A2307,297,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Education & training,1,total,A2307,162,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Health care & social assistance,1,total,A2307,363,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Arts & recreation services,1,total,A2307,66,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,Other services,1,total,A2307,117,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: other reasons,total,0,total,A2307,5850,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,total,0,619 employees,A2308,13110,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: all staff fully skilled,total,0,2049 employees,A2308,1989,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: all staff fully skilled,total,0,5099 employees,A2308,402,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: all staff fully skilled,total,0,100+ employees,A2308,294,,Number of businesses,1 and 2 and 3 and 4 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Agriculture, forestry, & fishing",1,total,A2308,1542,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Agriculture,2,total,A2308,1053,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Commercial fishing,2,total,A2308,30,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Forestry & logging,2,total,A2308,126,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Agriculture, forestry, & fishing support services",2,total,A2308,333,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Mining,1,total,A2308,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Manufacturing,1,total,A2308,1512,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Food, beverage, & tobacco",2,total,A2308,276,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Textile, clothing, footwear, & leather",2,total,A2308,72,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Wood & paper product,2,total,A2308,129,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Printing, publishing, & recorded media",2,total,A2308,114,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Petroleum, coal, chemical, & associated product",2,total,A2308,120,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Non-metallic mineral product,2,total,A2308,66,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Metal product,2,total,A2308,267,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Transport and industrial machinery & equipment,2,total,A2308,291,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Other machinery & equipment,2,total,A2308,63,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Other manufacturing,2,total,A2308,111,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Electricity, gas, water, & waste services",1,total,A2308,78,,Number of businesses,1 and 2 and 3 and 5 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Construction,1,total,A2308,2391,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Wholesale trade,1,total,A2308,1194,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Machinery & equipment wholesaling,2,total,A2308,384,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Other wholesale trade,2,total,A2308,810,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Retail trade,1,total,A2308,1368,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Accommodation & food services,1,total,A2308,1293,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Transport, postal, & warehousing",1,total,A2308,690,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Information media & telecommunications,1,total,A2308,201,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Publishing,2,total,A2308,87,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Motion picture,2,total,A2308,63,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Telecommunications,2,total,A2308,48,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Financial & insurance services,1,total,A2308,330,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Finance,2,total,A2308,99,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Insurance,2,total,A2308,12,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Auxiliary,2,total,A2308,222,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Rental, hiring, & real estate services",1,total,A2308,420,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,"Professional, scientific, & technical services",1,total,A2308,2196,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Computer systems design,2,total,A2308,450,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Other professional scientific,2,total,A2308,1749,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Administrative & support services,1,total,A2308,516,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Education & training,1,total,A2308,345,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Health care & social assistance,1,total,A2308,1017,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Arts & recreation services,1,total,A2308,180,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,Other services,1,total,A2308,480,,Number of businesses,1 and 2 and 3 and 6 -Main reasons employees do not have all skills: all staff fully skilled,total,0,total,A2308,15798,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,619 employees,A2401.01,14661,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,2049 employees,A2401.01,2037,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,5099 employees,A2401.01,369,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,100+ employees,A2401.01,216,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Agriculture, forestry, & fishing",1,total,A2401.01,2007,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Agriculture,2,total,A2401.01,1380,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Commercial fishing,2,total,A2401.01,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Forestry & logging,2,total,A2401.01,174,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Agriculture, forestry, & fishing support services",2,total,A2401.01,420,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Mining,1,total,A2401.01,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Manufacturing,1,total,A2401.01,2016,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Food, beverage, & tobacco",2,total,A2401.01,456,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Textile, clothing, footwear, & leather",2,total,A2401.01,123,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Wood & paper product,2,total,A2401.01,222,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Printing, publishing, & recorded media",2,total,A2401.01,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Petroleum, coal, chemical, & associated product",2,total,A2401.01,189,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Non-metallic mineral product,2,total,A2401.01,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Metal product,2,total,A2401.01,369,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Transport and industrial machinery & equipment,2,total,A2401.01,255,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other machinery & equipment,2,total,A2401.01,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other manufacturing,2,total,A2401.01,159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Electricity, gas, water, & waste services",1,total,A2401.01,69,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Construction,1,total,A2401.01,3021,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Wholesale trade,1,total,A2401.01,1203,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Machinery & equipment wholesaling,2,total,A2401.01,282,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other wholesale trade,2,total,A2401.01,918,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Retail trade,1,total,A2401.01,1530,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Accommodation & food services,1,total,A2401.01,1905,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Transport, postal, & warehousing",1,total,A2401.01,531,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Information media & telecommunications,1,total,A2401.01,189,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Publishing,2,total,A2401.01,57,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Motion picture,2,total,A2401.01,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Telecommunications,2,total,A2401.01,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Financial & insurance services,1,total,A2401.01,288,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Finance,2,total,A2401.01,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Insurance,2,total,A2401.01,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Auxiliary,2,total,A2401.01,180,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Rental, hiring, & real estate services",1,total,A2401.01,492,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done","Professional, scientific, & technical services",1,total,A2401.01,1896,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Computer systems design,2,total,A2401.01,345,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other professional scientific,2,total,A2401.01,1554,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Administrative & support services,1,total,A2401.01,444,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Education & training,1,total,A2401.01,309,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Health care & social assistance,1,total,A2401.01,678,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Arts & recreation services,1,total,A2401.01,204,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",Other services,1,total,A2401.01,447,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: Not done",total,0,total,A2401.01,17286,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,619 employees,A2401.02,12588,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,2049 employees,A2401.02,3729,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,5099 employees,A2401.02,1053,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,100+ employees,A2401.02,882,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Agriculture, forestry, & fishing",1,total,A2401.02,1083,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Agriculture,2,total,A2401.02,648,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Commercial fishing,2,total,A2401.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Forestry & logging,2,total,A2401.02,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Agriculture, forestry, & fishing support services",2,total,A2401.02,363,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Mining,1,total,A2401.02,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Manufacturing,1,total,A2401.02,1833,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Food, beverage, & tobacco",2,total,A2401.02,480,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Textile, clothing, footwear, & leather",2,total,A2401.02,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Wood & paper product,2,total,A2401.02,156,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Printing, publishing, & recorded media",2,total,A2401.02,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Petroleum, coal, chemical, & associated product",2,total,A2401.02,141,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Non-metallic mineral product,2,total,A2401.02,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Metal product,2,total,A2401.02,312,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Transport and industrial machinery & equipment,2,total,A2401.02,342,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other machinery & equipment,2,total,A2401.02,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other manufacturing,2,total,A2401.02,108,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Electricity, gas, water, & waste services",1,total,A2401.02,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Construction,1,total,A2401.02,2526,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Wholesale trade,1,total,A2401.02,1227,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Machinery & equipment wholesaling,2,total,A2401.02,354,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other wholesale trade,2,total,A2401.02,870,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Retail trade,1,total,A2401.02,2190,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Accommodation & food services,1,total,A2401.02,2607,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Transport, postal, & warehousing",1,total,A2401.02,819,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Information media & telecommunications,1,total,A2401.02,141,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Publishing,2,total,A2401.02,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Motion picture,2,total,A2401.02,33,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Telecommunications,2,total,A2401.02,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Financial & insurance services,1,total,A2401.02,282,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Finance,2,total,A2401.02,69,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Insurance,2,total,A2401.02,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Auxiliary,2,total,A2401.02,198,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Rental, hiring, & real estate services",1,total,A2401.02,342,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little","Professional, scientific, & technical services",1,total,A2401.02,2022,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Computer systems design,2,total,A2401.02,360,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other professional scientific,2,total,A2401.02,1665,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Administrative & support services,1,total,A2401.02,738,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Education & training,1,total,A2401.02,534,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Health care & social assistance,1,total,A2401.02,1119,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Arts & recreation services,1,total,A2401.02,174,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",Other services,1,total,A2401.02,489,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a little",total,0,total,A2401.02,18252,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,619 employees,A2401.03,6816,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,2049 employees,A2401.03,2730,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,5099 employees,A2401.03,1023,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,100+ employees,A2401.03,945,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Agriculture, forestry, & fishing",1,total,A2401.03,483,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Agriculture,2,total,A2401.03,351,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Commercial fishing,2,total,A2401.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Forestry & logging,2,total,A2401.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Agriculture, forestry, & fishing support services",2,total,A2401.03,111,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Mining,1,total,A2401.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Manufacturing,1,total,A2401.03,1314,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Food, beverage, & tobacco",2,total,A2401.03,213,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Textile, clothing, footwear, & leather",2,total,A2401.03,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Wood & paper product,2,total,A2401.03,120,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Printing, publishing, & recorded media",2,total,A2401.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2401.03,117,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Non-metallic mineral product,2,total,A2401.03,57,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Metal product,2,total,A2401.03,273,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Transport and industrial machinery & equipment,2,total,A2401.03,300,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other machinery & equipment,2,total,A2401.03,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other manufacturing,2,total,A2401.03,93,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Electricity, gas, water, & waste services",1,total,A2401.03,69,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Construction,1,total,A2401.03,1572,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Wholesale trade,1,total,A2401.03,648,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Machinery & equipment wholesaling,2,total,A2401.03,216,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other wholesale trade,2,total,A2401.03,432,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Retail trade,1,total,A2401.03,1182,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Accommodation & food services,1,total,A2401.03,2001,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Transport, postal, & warehousing",1,total,A2401.03,291,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Information media & telecommunications,1,total,A2401.03,102,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Publishing,2,total,A2401.03,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Motion picture,2,total,A2401.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Telecommunications,2,total,A2401.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Financial & insurance services,1,total,A2401.03,105,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Finance,2,total,A2401.03,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Insurance,2,total,A2401.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Auxiliary,2,total,A2401.03,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Rental, hiring, & real estate services",1,total,A2401.03,165,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot","Professional, scientific, & technical services",1,total,A2401.03,1083,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Computer systems design,2,total,A2401.03,249,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other professional scientific,2,total,A2401.03,837,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Administrative & support services,1,total,A2401.03,549,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Education & training,1,total,A2401.03,327,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Health care & social assistance,1,total,A2401.03,1056,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Arts & recreation services,1,total,A2401.03,165,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",Other services,1,total,A2401.03,381,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased advertising/recruitment spend: done a lot",total,0,total,A2401.03,11517,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,619 employees,A2402.01,27510,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,2049 employees,A2402.01,5655,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,5099 employees,A2402.01,1347,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,100+ employees,A2402.01,972,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Agriculture, forestry, & fishing",1,total,A2402.01,2421,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Agriculture,2,total,A2402.01,1578,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Commercial fishing,2,total,A2402.01,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Forestry & logging,2,total,A2402.01,237,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Agriculture, forestry, & fishing support services",2,total,A2402.01,564,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Mining,1,total,A2402.01,81,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Manufacturing,1,total,A2402.01,3855,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Food, beverage, & tobacco",2,total,A2402.01,876,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Textile, clothing, footwear, & leather",2,total,A2402.01,192,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Wood & paper product,2,total,A2402.01,375,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Printing, publishing, & recorded media",2,total,A2402.01,162,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Petroleum, coal, chemical, & associated product",2,total,A2402.01,360,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Non-metallic mineral product,2,total,A2402.01,135,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Metal product,2,total,A2402.01,702,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Transport and industrial machinery & equipment,2,total,A2402.01,588,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other machinery & equipment,2,total,A2402.01,168,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other manufacturing,2,total,A2402.01,294,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Electricity, gas, water, & waste services",1,total,A2402.01,159,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Construction,1,total,A2402.01,5652,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Wholesale trade,1,total,A2402.01,2466,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Machinery & equipment wholesaling,2,total,A2402.01,657,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other wholesale trade,2,total,A2402.01,1806,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Retail trade,1,total,A2402.01,4065,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Accommodation & food services,1,total,A2402.01,4185,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Transport, postal, & warehousing",1,total,A2402.01,1356,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Information media & telecommunications,1,total,A2402.01,345,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Publishing,2,total,A2402.01,129,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Motion picture,2,total,A2402.01,129,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Telecommunications,2,total,A2402.01,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Financial & insurance services,1,total,A2402.01,570,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Finance,2,total,A2402.01,168,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Insurance,2,total,A2402.01,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Auxiliary,2,total,A2402.01,378,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Rental, hiring, & real estate services",1,total,A2402.01,843,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done","Professional, scientific, & technical services",1,total,A2402.01,4011,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Computer systems design,2,total,A2402.01,678,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other professional scientific,2,total,A2402.01,3336,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Administrative & support services,1,total,A2402.01,1272,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Education & training,1,total,A2402.01,921,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Health care & social assistance,1,total,A2402.01,1851,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Arts & recreation services,1,total,A2402.01,474,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",Other services,1,total,A2402.01,948,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: Not done",total,0,total,A2402.01,35484,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,619 employees,A2402.02,4026,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,2049 employees,A2402.02,1647,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,5099 employees,A2402.02,654,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,100+ employees,A2402.02,684,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Agriculture, forestry, & fishing",1,total,A2402.02,666,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Agriculture,2,total,A2402.02,441,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Commercial fishing,2,total,A2402.02,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Forestry & logging,2,total,A2402.02,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Agriculture, forestry, & fishing support services",2,total,A2402.02,210,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Mining,1,total,A2402.02,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Manufacturing,1,total,A2402.02,744,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Food, beverage, & tobacco",2,total,A2402.02,183,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Textile, clothing, footwear, & leather",2,total,A2402.02,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Wood & paper product,2,total,A2402.02,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Printing, publishing, & recorded media",2,total,A2402.02,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Petroleum, coal, chemical, & associated product",2,total,A2402.02,57,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Non-metallic mineral product,2,total,A2402.02,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Metal product,2,total,A2402.02,147,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Transport and industrial machinery & equipment,2,total,A2402.02,135,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other machinery & equipment,2,total,A2402.02,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other manufacturing,2,total,A2402.02,33,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Electricity, gas, water, & waste services",1,total,A2402.02,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Construction,1,total,A2402.02,756,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Wholesale trade,1,total,A2402.02,396,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Machinery & equipment wholesaling,2,total,A2402.02,93,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other wholesale trade,2,total,A2402.02,303,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Retail trade,1,total,A2402.02,507,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Accommodation & food services,1,total,A2402.02,1563,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Transport, postal, & warehousing",1,total,A2402.02,216,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Information media & telecommunications,1,total,A2402.02,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Publishing,2,total,A2402.02,33,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Motion picture,2,total,A2402.02,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Telecommunications,2,total,A2402.02,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Financial & insurance services,1,total,A2402.02,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Finance,2,total,A2402.02,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Insurance,2,total,A2402.02,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Auxiliary,2,total,A2402.02,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Rental, hiring, & real estate services",1,total,A2402.02,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little","Professional, scientific, & technical services",1,total,A2402.02,633,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Computer systems design,2,total,A2402.02,180,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other professional scientific,2,total,A2402.02,456,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Administrative & support services,1,total,A2402.02,297,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Education & training,1,total,A2402.02,144,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Health care & social assistance,1,total,A2402.02,543,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Arts & recreation services,1,total,A2402.02,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",Other services,1,total,A2402.02,210,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a little",total,0,total,A2402.02,7014,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,619 employees,A2402.03,2193,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,2049 employees,A2402.03,1134,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,5099 employees,A2402.03,396,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,100+ employees,A2402.03,372,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Agriculture, forestry, & fishing",1,total,A2402.03,510,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Agriculture,2,total,A2402.03,357,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Commercial fishing,2,total,A2402.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Forestry & logging,2,total,A2402.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Agriculture, forestry, & fishing support services",2,total,A2402.03,144,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Mining,1,total,A2402.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Manufacturing,1,total,A2402.03,510,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Food, beverage, & tobacco",2,total,A2402.03,105,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Textile, clothing, footwear, & leather",2,total,A2402.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Wood & paper product,2,total,A2402.03,57,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Printing, publishing, & recorded media",2,total,A2402.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2402.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Non-metallic mineral product,2,total,A2402.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Metal product,2,total,A2402.03,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Transport and industrial machinery & equipment,2,total,A2402.03,150,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other machinery & equipment,2,total,A2402.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other manufacturing,2,total,A2402.03,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Electricity, gas, water, & waste services",1,total,A2402.03,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Construction,1,total,A2402.03,711,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Wholesale trade,1,total,A2402.03,159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Machinery & equipment wholesaling,2,total,A2402.03,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other wholesale trade,2,total,A2402.03,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Retail trade,1,total,A2402.03,219,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Accommodation & food services,1,total,A2402.03,678,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Transport, postal, & warehousing",1,total,A2402.03,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Information media & telecommunications,1,total,A2402.03,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Publishing,2,total,A2402.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Motion picture,2,total,A2402.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Telecommunications,2,total,A2402.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Financial & insurance services,1,total,A2402.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Finance,2,total,A2402.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Insurance,2,total,A2402.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Auxiliary,2,total,A2402.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Rental, hiring, & real estate services",1,total,A2402.03,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot","Professional, scientific, & technical services",1,total,A2402.03,312,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Computer systems design,2,total,A2402.03,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other professional scientific,2,total,A2402.03,237,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Administrative & support services,1,total,A2402.03,159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Education & training,1,total,A2402.03,90,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Health care & social assistance,1,total,A2402.03,441,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Arts & recreation services,1,total,A2402.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",Other services,1,total,A2402.03,123,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business recruited employees from overseas: done a lot",total,0,total,A2402.03,4095,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,619 employees,A2403.01,30024,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,2049 employees,A2403.01,6906,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,5099 employees,A2403.01,1764,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,100+ employees,A2403.01,1383,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Agriculture, forestry, & fishing",1,total,A2403.01,3207,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Agriculture,2,total,A2403.01,2139,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Commercial fishing,2,total,A2403.01,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Forestry & logging,2,total,A2403.01,228,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Agriculture, forestry, & fishing support services",2,total,A2403.01,786,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Mining,1,total,A2403.01,93,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Manufacturing,1,total,A2403.01,4395,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Food, beverage, & tobacco",2,total,A2403.01,972,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Textile, clothing, footwear, & leather",2,total,A2403.01,222,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Wood & paper product,2,total,A2403.01,414,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Printing, publishing, & recorded media",2,total,A2403.01,174,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Petroleum, coal, chemical, & associated product",2,total,A2403.01,363,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Non-metallic mineral product,2,total,A2403.01,168,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Metal product,2,total,A2403.01,825,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Transport and industrial machinery & equipment,2,total,A2403.01,765,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Other machinery & equipment,2,total,A2403.01,168,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Other manufacturing,2,total,A2403.01,321,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Electricity, gas, water, & waste services",1,total,A2403.01,168,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Construction,1,total,A2403.01,6321,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Wholesale trade,1,total,A2403.01,2604,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Machinery & equipment wholesaling,2,total,A2403.01,726,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Other wholesale trade,2,total,A2403.01,1875,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Retail trade,1,total,A2403.01,4356,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Accommodation & food services,1,total,A2403.01,5421,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Transport, postal, & warehousing",1,total,A2403.01,1416,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Information media & telecommunications,1,total,A2403.01,285,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Publishing,2,total,A2403.01,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Motion picture,2,total,A2403.01,120,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Telecommunications,2,total,A2403.01,75,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Financial & insurance services,1,total,A2403.01,504,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Finance,2,total,A2403.01,159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Insurance,2,total,A2403.01,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Auxiliary,2,total,A2403.01,327,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Rental, hiring, & real estate services",1,total,A2403.01,879,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done","Professional, scientific, & technical services",1,total,A2403.01,4017,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Computer systems design,2,total,A2403.01,579,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Other professional scientific,2,total,A2403.01,3444,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Administrative & support services,1,total,A2403.01,1350,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Education & training,1,total,A2403.01,960,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Health care & social assistance,1,total,A2403.01,2466,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Arts & recreation services,1,total,A2403.01,432,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",Other services,1,total,A2403.01,1194,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: Not done",total,0,total,A2403.01,40074,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,619 employees,A2403.02,2955,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,2049 employees,A2403.02,1116,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,5099 employees,A2403.02,483,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,100+ employees,A2403.02,537,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Agriculture, forestry, & fishing",1,total,A2403.02,240,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Agriculture,2,total,A2403.02,135,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Commercial fishing,2,total,A2403.02,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Forestry & logging,2,total,A2403.02,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Agriculture, forestry, & fishing support services",2,total,A2403.02,93,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Mining,1,total,A2403.02,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Manufacturing,1,total,A2403.02,456,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Food, beverage, & tobacco",2,total,A2403.02,135,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Textile, clothing, footwear, & leather",2,total,A2403.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Wood & paper product,2,total,A2403.02,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Printing, publishing, & recorded media",2,total,A2403.02,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Petroleum, coal, chemical, & associated product",2,total,A2403.02,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Non-metallic mineral product,2,total,A2403.02,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Metal product,2,total,A2403.02,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Transport and industrial machinery & equipment,2,total,A2403.02,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Other machinery & equipment,2,total,A2403.02,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Other manufacturing,2,total,A2403.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Electricity, gas, water, & waste services",1,total,A2403.02,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Construction,1,total,A2403.02,522,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Wholesale trade,1,total,A2403.02,363,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Machinery & equipment wholesaling,2,total,A2403.02,111,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Other wholesale trade,2,total,A2403.02,249,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Retail trade,1,total,A2403.02,354,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Accommodation & food services,1,total,A2403.02,999,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Transport, postal, & warehousing",1,total,A2403.02,153,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Information media & telecommunications,1,total,A2403.02,117,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Publishing,2,total,A2403.02,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Motion picture,2,total,A2403.02,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Telecommunications,2,total,A2403.02,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Financial & insurance services,1,total,A2403.02,132,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Finance,2,total,A2403.02,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Insurance,2,total,A2403.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Auxiliary,2,total,A2403.02,81,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Rental, hiring, & real estate services",1,total,A2403.02,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little","Professional, scientific, & technical services",1,total,A2403.02,813,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Computer systems design,2,total,A2403.02,258,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Other professional scientific,2,total,A2403.02,558,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Administrative & support services,1,total,A2403.02,240,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Education & training,1,total,A2403.02,138,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Health care & social assistance,1,total,A2403.02,255,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Arts & recreation services,1,total,A2403.02,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",Other services,1,total,A2403.02,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a little",total,0,total,A2403.02,5094,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,619 employees,A2403.03,441,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,2049 employees,A2403.03,252,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,5099 employees,A2403.03,102,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,100+ employees,A2403.03,69,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Agriculture, forestry, & fishing",1,total,A2403.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Agriculture,2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Commercial fishing,2,total,A2403.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Forestry & logging,2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Agriculture, forestry, & fishing support services",2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Mining,1,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Manufacturing,1,total,A2403.03,96,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Food, beverage, & tobacco",2,total,A2403.03,33,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Textile, clothing, footwear, & leather",2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Wood & paper product,2,total,A2403.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Printing, publishing, & recorded media",2,total,A2403.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2403.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Non-metallic mineral product,2,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Metal product,2,total,A2403.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Transport and industrial machinery & equipment,2,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other machinery & equipment,2,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other manufacturing,2,total,A2403.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Electricity, gas, water, & waste services",1,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Construction,1,total,A2403.03,75,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Wholesale trade,1,total,A2403.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Machinery & equipment wholesaling,2,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other wholesale trade,2,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Retail trade,1,total,A2403.03,90,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Accommodation & food services,1,total,A2403.03,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Transport, postal, & warehousing",1,total,A2403.03,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Information media & telecommunications,1,total,A2403.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Publishing,2,total,A2403.03,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Motion picture,2,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Telecommunications,2,total,A2403.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Financial & insurance services,1,total,A2403.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Finance,2,total,A2403.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Insurance,2,total,A2403.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Auxiliary,2,total,A2403.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Rental, hiring, & real estate services",1,total,A2403.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot","Professional, scientific, & technical services",1,total,A2403.03,147,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Computer systems design,2,total,A2403.03,102,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other professional scientific,2,total,A2403.03,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Administrative & support services,1,total,A2403.03,102,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Education & training,1,total,A2403.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Health care & social assistance,1,total,A2403.03,96,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Arts & recreation services,1,total,A2403.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",Other services,1,total,A2403.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business employed people living anywhere: done a lot",total,0,total,A2403.03,870,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,619 employees,A2404.01,20829,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,2049 employees,A2404.01,4248,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,5099 employees,A2404.01,1134,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,100+ employees,A2404.01,855,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Agriculture, forestry, & fishing",1,total,A2404.01,2121,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Agriculture,2,total,A2404.01,1428,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Commercial fishing,2,total,A2404.01,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Forestry & logging,2,total,A2404.01,201,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Agriculture, forestry, & fishing support services",2,total,A2404.01,456,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Mining,1,total,A2404.01,78,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Manufacturing,1,total,A2404.01,2790,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Food, beverage, & tobacco",2,total,A2404.01,567,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Textile, clothing, footwear, & leather",2,total,A2404.01,138,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Wood & paper product,2,total,A2404.01,273,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Printing, publishing, & recorded media",2,total,A2404.01,141,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Petroleum, coal, chemical, & associated product",2,total,A2404.01,249,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Non-metallic mineral product,2,total,A2404.01,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Metal product,2,total,A2404.01,471,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Transport and industrial machinery & equipment,2,total,A2404.01,474,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other machinery & equipment,2,total,A2404.01,126,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other manufacturing,2,total,A2404.01,246,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Electricity, gas, water, & waste services",1,total,A2404.01,126,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Construction,1,total,A2404.01,4119,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Wholesale trade,1,total,A2404.01,1971,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Machinery & equipment wholesaling,2,total,A2404.01,549,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other wholesale trade,2,total,A2404.01,1422,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Retail trade,1,total,A2404.01,2601,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Accommodation & food services,1,total,A2404.01,2829,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Transport, postal, & warehousing",1,total,A2404.01,882,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Information media & telecommunications,1,total,A2404.01,306,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Publishing,2,total,A2404.01,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Motion picture,2,total,A2404.01,111,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Telecommunications,2,total,A2404.01,81,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Financial & insurance services,1,total,A2404.01,462,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Finance,2,total,A2404.01,147,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Insurance,2,total,A2404.01,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Auxiliary,2,total,A2404.01,291,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Rental, hiring, & real estate services",1,total,A2404.01,708,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done","Professional, scientific, & technical services",1,total,A2404.01,3585,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Computer systems design,2,total,A2404.01,675,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other professional scientific,2,total,A2404.01,2916,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Administrative & support services,1,total,A2404.01,819,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Education & training,1,total,A2404.01,645,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Health care & social assistance,1,total,A2404.01,1896,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Arts & recreation services,1,total,A2404.01,306,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",Other services,1,total,A2404.01,819,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: Not done",total,0,total,A2404.01,27066,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,619 employees,A2404.02,10518,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,2049 employees,A2404.02,3309,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,5099 employees,A2404.02,1008,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,100+ employees,A2404.02,972,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Agriculture, forestry, & fishing",1,total,A2404.02,1137,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Agriculture,2,total,A2404.02,711,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Commercial fishing,2,total,A2404.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Forestry & logging,2,total,A2404.02,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Agriculture, forestry, & fishing support services",2,total,A2404.02,366,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Mining,1,total,A2404.02,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Manufacturing,1,total,A2404.02,1815,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Food, beverage, & tobacco",2,total,A2404.02,465,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Textile, clothing, footwear, & leather",2,total,A2404.02,102,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Wood & paper product,2,total,A2404.02,147,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Printing, publishing, & recorded media",2,total,A2404.02,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Petroleum, coal, chemical, & associated product",2,total,A2404.02,141,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Non-metallic mineral product,2,total,A2404.02,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Metal product,2,total,A2404.02,369,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Transport and industrial machinery & equipment,2,total,A2404.02,318,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other machinery & equipment,2,total,A2404.02,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other manufacturing,2,total,A2404.02,90,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Electricity, gas, water, & waste services",1,total,A2404.02,66,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Construction,1,total,A2404.02,2508,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Wholesale trade,1,total,A2404.02,858,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Machinery & equipment wholesaling,2,total,A2404.02,267,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other wholesale trade,2,total,A2404.02,591,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Retail trade,1,total,A2404.02,1878,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Accommodation & food services,1,total,A2404.02,2559,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Transport, postal, & warehousing",1,total,A2404.02,663,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Information media & telecommunications,1,total,A2404.02,105,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Publishing,2,total,A2404.02,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Motion picture,2,total,A2404.02,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Telecommunications,2,total,A2404.02,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Financial & insurance services,1,total,A2404.02,177,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Finance,2,total,A2404.02,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Insurance,2,total,A2404.02,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Auxiliary,2,total,A2404.02,117,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Rental, hiring, & real estate services",1,total,A2404.02,234,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little","Professional, scientific, & technical services",1,total,A2404.02,1167,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Computer systems design,2,total,A2404.02,234,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other professional scientific,2,total,A2404.02,936,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Administrative & support services,1,total,A2404.02,732,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Education & training,1,total,A2404.02,426,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Health care & social assistance,1,total,A2404.02,807,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Arts & recreation services,1,total,A2404.02,204,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",Other services,1,total,A2404.02,432,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a little",total,0,total,A2404.02,15810,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,619 employees,A2404.03,2454,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,2049 employees,A2404.03,795,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,5099 employees,A2404.03,237,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,100+ employees,A2404.03,174,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Agriculture, forestry, & fishing",1,total,A2404.03,285,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Agriculture,2,total,A2404.03,171,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Commercial fishing,2,total,A2404.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Forestry & logging,2,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Agriculture, forestry, & fishing support services",2,total,A2404.03,105,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Mining,1,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Manufacturing,1,total,A2404.03,447,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Food, beverage, & tobacco",2,total,A2404.03,111,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Textile, clothing, footwear, & leather",2,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Wood & paper product,2,total,A2404.03,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Printing, publishing, & recorded media",2,total,A2404.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2404.03,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Non-metallic mineral product,2,total,A2404.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Metal product,2,total,A2404.03,90,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Transport and industrial machinery & equipment,2,total,A2404.03,81,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other machinery & equipment,2,total,A2404.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other manufacturing,2,total,A2404.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Electricity, gas, water, & waste services",1,total,A2404.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Construction,1,total,A2404.03,372,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Wholesale trade,1,total,A2404.03,180,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Machinery & equipment wholesaling,2,total,A2404.03,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other wholesale trade,2,total,A2404.03,123,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Retail trade,1,total,A2404.03,294,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Accommodation & food services,1,total,A2404.03,1323,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Transport, postal, & warehousing",1,total,A2404.03,75,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Information media & telecommunications,1,total,A2404.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Publishing,2,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Motion picture,2,total,A2404.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Telecommunications,2,total,A2404.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Financial & insurance services,1,total,A2404.03,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Finance,2,total,A2404.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Insurance,2,total,A2404.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Auxiliary,2,total,A2404.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Rental, hiring, & real estate services",1,total,A2404.03,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot","Professional, scientific, & technical services",1,total,A2404.03,168,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Computer systems design,2,total,A2404.03,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other professional scientific,2,total,A2404.03,144,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Administrative & support services,1,total,A2404.03,156,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Education & training,1,total,A2404.03,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Health care & social assistance,1,total,A2404.03,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Arts & recreation services,1,total,A2404.03,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",Other services,1,total,A2404.03,57,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business relaxed hiring conditions: done a lot",total,0,total,A2404.03,3663,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",total,0,619 employees,A2405.01,23025,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",total,0,2049 employees,A2405.01,4869,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",total,0,5099 employees,A2405.01,1089,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",total,0,100+ employees,A2405.01,777,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Agriculture, forestry, & fishing",1,total,A2405.01,1998,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Agriculture,2,total,A2405.01,1311,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Commercial fishing,2,total,A2405.01,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Forestry & logging,2,total,A2405.01,162,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Agriculture, forestry, & fishing support services",2,total,A2405.01,483,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Mining,1,total,A2405.01,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Manufacturing,1,total,A2405.01,2856,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Food, beverage, & tobacco",2,total,A2405.01,720,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Textile, clothing, footwear, & leather",2,total,A2405.01,168,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Wood & paper product,2,total,A2405.01,285,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Printing, publishing, & recorded media",2,total,A2405.01,138,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Petroleum, coal, chemical, & associated product",2,total,A2405.01,261,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Non-metallic mineral product,2,total,A2405.01,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Metal product,2,total,A2405.01,507,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Transport and industrial machinery & equipment,2,total,A2405.01,354,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Other machinery & equipment,2,total,A2405.01,120,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Other manufacturing,2,total,A2405.01,219,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Electricity, gas, water, & waste services",1,total,A2405.01,87,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Construction,1,total,A2405.01,2925,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Wholesale trade,1,total,A2405.01,2133,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Machinery & equipment wholesaling,2,total,A2405.01,567,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Other wholesale trade,2,total,A2405.01,1566,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Retail trade,1,total,A2405.01,3798,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Accommodation & food services,1,total,A2405.01,5922,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Transport, postal, & warehousing",1,total,A2405.01,891,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Information media & telecommunications,1,total,A2405.01,231,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Publishing,2,total,A2405.01,81,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Motion picture,2,total,A2405.01,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Telecommunications,2,total,A2405.01,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Financial & insurance services,1,total,A2405.01,438,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Finance,2,total,A2405.01,138,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Insurance,2,total,A2405.01,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Auxiliary,2,total,A2405.01,285,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Rental, hiring, & real estate services",1,total,A2405.01,630,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done","Professional, scientific, & technical services",1,total,A2405.01,2937,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Computer systems design,2,total,A2405.01,498,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Other professional scientific,2,total,A2405.01,2439,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Administrative & support services,1,total,A2405.01,1083,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Education & training,1,total,A2405.01,702,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Health care & social assistance,1,total,A2405.01,1863,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Arts & recreation services,1,total,A2405.01,387,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",Other services,1,total,A2405.01,828,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: Not done",total,0,total,A2405.01,29760,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",total,0,619 employees,A2405.02,8241,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",total,0,2049 employees,A2405.02,2643,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",total,0,5099 employees,A2405.02,993,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",total,0,100+ employees,A2405.02,957,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Agriculture, forestry, & fishing",1,total,A2405.02,1161,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Agriculture,2,total,A2405.02,717,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Commercial fishing,2,total,A2405.02,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Forestry & logging,2,total,A2405.02,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Agriculture, forestry, & fishing support services",2,total,A2405.02,345,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Mining,1,total,A2405.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Manufacturing,1,total,A2405.02,1677,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Food, beverage, & tobacco",2,total,A2405.02,294,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Textile, clothing, footwear, & leather",2,total,A2405.02,57,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Wood & paper product,2,total,A2405.02,126,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Printing, publishing, & recorded media",2,total,A2405.02,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Petroleum, coal, chemical, & associated product",2,total,A2405.02,156,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Non-metallic mineral product,2,total,A2405.02,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Metal product,2,total,A2405.02,348,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Transport and industrial machinery & equipment,2,total,A2405.02,411,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Other machinery & equipment,2,total,A2405.02,75,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Other manufacturing,2,total,A2405.02,81,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Electricity, gas, water, & waste services",1,total,A2405.02,81,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Construction,1,total,A2405.02,2937,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Wholesale trade,1,total,A2405.02,768,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Machinery & equipment wholesaling,2,total,A2405.02,246,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Other wholesale trade,2,total,A2405.02,519,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Retail trade,1,total,A2405.02,711,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Accommodation & food services,1,total,A2405.02,549,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Transport, postal, & warehousing",1,total,A2405.02,504,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Information media & telecommunications,1,total,A2405.02,159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Publishing,2,total,A2405.02,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Motion picture,2,total,A2405.02,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Telecommunications,2,total,A2405.02,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Financial & insurance services,1,total,A2405.02,177,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Finance,2,total,A2405.02,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Insurance,2,total,A2405.02,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Auxiliary,2,total,A2405.02,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Rental, hiring, & real estate services",1,total,A2405.02,309,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little","Professional, scientific, & technical services",1,total,A2405.02,1671,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Computer systems design,2,total,A2405.02,402,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Other professional scientific,2,total,A2405.02,1269,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Administrative & support services,1,total,A2405.02,516,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Education & training,1,total,A2405.02,303,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Health care & social assistance,1,total,A2405.02,717,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Arts & recreation services,1,total,A2405.02,132,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",Other services,1,total,A2405.02,408,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a little",total,0,total,A2405.02,12834,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,619 employees,A2405.03,2478,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,2049 employees,A2405.03,846,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,5099 employees,A2405.03,300,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,100+ employees,A2405.03,279,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Agriculture, forestry, & fishing",1,total,A2405.03,339,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Agriculture,2,total,A2405.03,249,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Commercial fishing,2,total,A2405.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Forestry & logging,2,total,A2405.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Agriculture, forestry, & fishing support services",2,total,A2405.03,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Mining,1,total,A2405.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Manufacturing,1,total,A2405.03,540,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Food, beverage, & tobacco",2,total,A2405.03,123,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Textile, clothing, footwear, & leather",2,total,A2405.03,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Wood & paper product,2,total,A2405.03,75,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Printing, publishing, & recorded media",2,total,A2405.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2405.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Non-metallic mineral product,2,total,A2405.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Metal product,2,total,A2405.03,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Transport and industrial machinery & equipment,2,total,A2405.03,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Other machinery & equipment,2,total,A2405.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Other manufacturing,2,total,A2405.03,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Electricity, gas, water, & waste services",1,total,A2405.03,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Construction,1,total,A2405.03,1260,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Wholesale trade,1,total,A2405.03,102,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Machinery & equipment wholesaling,2,total,A2405.03,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Other wholesale trade,2,total,A2405.03,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Retail trade,1,total,A2405.03,273,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Accommodation & food services,1,total,A2405.03,81,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Transport, postal, & warehousing",1,total,A2405.03,237,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Information media & telecommunications,1,total,A2405.03,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Publishing,2,total,A2405.03,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Motion picture,2,total,A2405.03,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Telecommunications,2,total,A2405.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Financial & insurance services,1,total,A2405.03,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Finance,2,total,A2405.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Insurance,2,total,A2405.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Auxiliary,2,total,A2405.03,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Rental, hiring, & real estate services",1,total,A2405.03,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot","Professional, scientific, & technical services",1,total,A2405.03,333,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Computer systems design,2,total,A2405.03,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Other professional scientific,2,total,A2405.03,285,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Administrative & support services,1,total,A2405.03,111,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Education & training,1,total,A2405.03,126,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Health care & social assistance,1,total,A2405.03,249,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Arts & recreation services,1,total,A2405.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",Other services,1,total,A2405.03,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business brought in contractors: done a lot",total,0,total,A2405.03,3903,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,619 employees,A2406.01,23220,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,2049 employees,A2406.01,4698,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,5099 employees,A2406.01,1083,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,100+ employees,A2406.01,648,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Agriculture, forestry, & fishing",1,total,A2406.01,1890,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Agriculture,2,total,A2406.01,1248,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Commercial fishing,2,total,A2406.01,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Forestry & logging,2,total,A2406.01,201,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Agriculture, forestry, & fishing support services",2,total,A2406.01,405,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Mining,1,total,A2406.01,69,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Manufacturing,1,total,A2406.01,2973,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Food, beverage, & tobacco",2,total,A2406.01,522,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Textile, clothing, footwear, & leather",2,total,A2406.01,162,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Wood & paper product,2,total,A2406.01,279,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Printing, publishing, & recorded media",2,total,A2406.01,126,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Petroleum, coal, chemical, & associated product",2,total,A2406.01,237,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Non-metallic mineral product,2,total,A2406.01,126,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Metal product,2,total,A2406.01,585,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Transport and industrial machinery & equipment,2,total,A2406.01,570,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Other machinery & equipment,2,total,A2406.01,126,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Other manufacturing,2,total,A2406.01,243,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Electricity, gas, water, & waste services",1,total,A2406.01,108,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Construction,1,total,A2406.01,4443,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Wholesale trade,1,total,A2406.01,1974,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Machinery & equipment wholesaling,2,total,A2406.01,609,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Other wholesale trade,2,total,A2406.01,1365,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Retail trade,1,total,A2406.01,3576,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Accommodation & food services,1,total,A2406.01,3756,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Transport, postal, & warehousing",1,total,A2406.01,1014,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Information media & telecommunications,1,total,A2406.01,294,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Publishing,2,total,A2406.01,123,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Motion picture,2,total,A2406.01,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Telecommunications,2,total,A2406.01,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Financial & insurance services,1,total,A2406.01,480,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Finance,2,total,A2406.01,138,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Insurance,2,total,A2406.01,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Auxiliary,2,total,A2406.01,333,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Rental, hiring, & real estate services",1,total,A2406.01,660,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done","Professional, scientific, & technical services",1,total,A2406.01,3933,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Computer systems design,2,total,A2406.01,798,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Other professional scientific,2,total,A2406.01,3138,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Administrative & support services,1,total,A2406.01,1038,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Education & training,1,total,A2406.01,567,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Health care & social assistance,1,total,A2406.01,1419,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Arts & recreation services,1,total,A2406.01,366,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",Other services,1,total,A2406.01,1089,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: Not done",total,0,total,A2406.01,29649,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,619 employees,A2406.02,8661,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,2049 employees,A2406.02,2895,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,5099 employees,A2406.02,957,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,100+ employees,A2406.02,1065,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Agriculture, forestry, & fishing",1,total,A2406.02,1392,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Agriculture,2,total,A2406.02,924,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Commercial fishing,2,total,A2406.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Forestry & logging,2,total,A2406.02,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Agriculture, forestry, & fishing support services",2,total,A2406.02,414,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Mining,1,total,A2406.02,33,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Manufacturing,1,total,A2406.02,1653,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Food, beverage, & tobacco",2,total,A2406.02,522,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Textile, clothing, footwear, & leather",2,total,A2406.02,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Wood & paper product,2,total,A2406.02,162,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Printing, publishing, & recorded media",2,total,A2406.02,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Petroleum, coal, chemical, & associated product",2,total,A2406.02,129,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Non-metallic mineral product,2,total,A2406.02,57,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Metal product,2,total,A2406.02,300,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Transport and industrial machinery & equipment,2,total,A2406.02,213,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Other machinery & equipment,2,total,A2406.02,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Other manufacturing,2,total,A2406.02,90,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Electricity, gas, water, & waste services",1,total,A2406.02,75,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Construction,1,total,A2406.02,1929,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Wholesale trade,1,total,A2406.02,873,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Machinery & equipment wholesaling,2,total,A2406.02,216,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Other wholesale trade,2,total,A2406.02,657,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Retail trade,1,total,A2406.02,1080,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Accommodation & food services,1,total,A2406.02,2373,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Transport, postal, & warehousing",1,total,A2406.02,537,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Information media & telecommunications,1,total,A2406.02,111,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Publishing,2,total,A2406.02,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Motion picture,2,total,A2406.02,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Telecommunications,2,total,A2406.02,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Financial & insurance services,1,total,A2406.02,147,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Finance,2,total,A2406.02,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Insurance,2,total,A2406.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Auxiliary,2,total,A2406.02,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Rental, hiring, & real estate services",1,total,A2406.02,294,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little","Professional, scientific, & technical services",1,total,A2406.02,810,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Computer systems design,2,total,A2406.02,120,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Other professional scientific,2,total,A2406.02,690,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Administrative & support services,1,total,A2406.02,468,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Education & training,1,total,A2406.02,414,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Health care & social assistance,1,total,A2406.02,1080,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Arts & recreation services,1,total,A2406.02,135,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",Other services,1,total,A2406.02,165,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a little",total,0,total,A2406.02,13578,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,619 employees,A2406.03,1878,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,2049 employees,A2406.03,780,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,5099 employees,A2406.03,336,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,100+ employees,A2406.03,312,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Agriculture, forestry, & fishing",1,total,A2406.03,291,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Agriculture,2,total,A2406.03,180,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Commercial fishing,2,total,A2406.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Forestry & logging,2,total,A2406.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Agriculture, forestry, & fishing support services",2,total,A2406.03,105,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Mining,1,total,A2406.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Manufacturing,1,total,A2406.03,420,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Food, beverage, & tobacco",2,total,A2406.03,108,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Textile, clothing, footwear, & leather",2,total,A2406.03,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Wood & paper product,2,total,A2406.03,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Printing, publishing, & recorded media",2,total,A2406.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2406.03,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Non-metallic mineral product,2,total,A2406.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Metal product,2,total,A2406.03,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Transport and industrial machinery & equipment,2,total,A2406.03,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Other machinery & equipment,2,total,A2406.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Other manufacturing,2,total,A2406.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Electricity, gas, water, & waste services",1,total,A2406.03,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Construction,1,total,A2406.03,558,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Wholesale trade,1,total,A2406.03,192,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Machinery & equipment wholesaling,2,total,A2406.03,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Other wholesale trade,2,total,A2406.03,153,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Retail trade,1,total,A2406.03,192,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Accommodation & food services,1,total,A2406.03,510,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Transport, postal, & warehousing",1,total,A2406.03,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Information media & telecommunications,1,total,A2406.03,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Publishing,2,total,A2406.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Motion picture,2,total,A2406.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Telecommunications,2,total,A2406.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Financial & insurance services,1,total,A2406.03,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Finance,2,total,A2406.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Insurance,2,total,A2406.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Auxiliary,2,total,A2406.03,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Rental, hiring, & real estate services",1,total,A2406.03,33,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot","Professional, scientific, & technical services",1,total,A2406.03,174,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Computer systems design,2,total,A2406.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Other professional scientific,2,total,A2406.03,168,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Administrative & support services,1,total,A2406.03,183,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Education & training,1,total,A2406.03,174,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Health care & social assistance,1,total,A2406.03,363,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Arts & recreation services,1,total,A2406.03,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",Other services,1,total,A2406.03,0,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business hired temporary employees: done a lot",total,0,total,A2406.03,3309,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,619 employees,A2407.01,14934,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,2049 employees,A2407.01,2994,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,5099 employees,A2407.01,666,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,100+ employees,A2407.01,489,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Agriculture, forestry, & fishing",1,total,A2407.01,2046,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Agriculture,2,total,A2407.01,1317,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Commercial fishing,2,total,A2407.01,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Forestry & logging,2,total,A2407.01,174,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Agriculture, forestry, & fishing support services",2,total,A2407.01,519,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Mining,1,total,A2407.01,54,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Manufacturing,1,total,A2407.01,1773,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Food, beverage, & tobacco",2,total,A2407.01,417,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Textile, clothing, footwear, & leather",2,total,A2407.01,108,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Wood & paper product,2,total,A2407.01,162,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Printing, publishing, & recorded media",2,total,A2407.01,102,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Petroleum, coal, chemical, & associated product",2,total,A2407.01,180,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Non-metallic mineral product,2,total,A2407.01,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Metal product,2,total,A2407.01,201,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Transport and industrial machinery & equipment,2,total,A2407.01,300,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other machinery & equipment,2,total,A2407.01,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other manufacturing,2,total,A2407.01,135,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Electricity, gas, water, & waste services",1,total,A2407.01,81,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Construction,1,total,A2407.01,2784,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Wholesale trade,1,total,A2407.01,1467,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Machinery & equipment wholesaling,2,total,A2407.01,432,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other wholesale trade,2,total,A2407.01,1035,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Retail trade,1,total,A2407.01,1695,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Accommodation & food services,1,total,A2407.01,1350,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Transport, postal, & warehousing",1,total,A2407.01,720,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Information media & telecommunications,1,total,A2407.01,252,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Publishing,2,total,A2407.01,108,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Motion picture,2,total,A2407.01,69,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Telecommunications,2,total,A2407.01,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Financial & insurance services,1,total,A2407.01,378,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Finance,2,total,A2407.01,129,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Insurance,2,total,A2407.01,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Auxiliary,2,total,A2407.01,231,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Rental, hiring, & real estate services",1,total,A2407.01,603,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done","Professional, scientific, & technical services",1,total,A2407.01,3159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Computer systems design,2,total,A2407.01,699,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other professional scientific,2,total,A2407.01,2460,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Administrative & support services,1,total,A2407.01,741,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Education & training,1,total,A2407.01,393,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Health care & social assistance,1,total,A2407.01,840,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Arts & recreation services,1,total,A2407.01,198,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",Other services,1,total,A2407.01,546,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: Not done",total,0,total,A2407.01,19083,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,619 employees,A2407.02,13020,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,2049 employees,A2407.02,3891,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,5099 employees,A2407.02,1200,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,100+ employees,A2407.02,1098,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Agriculture, forestry, & fishing",1,total,A2407.02,1065,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Agriculture,2,total,A2407.02,687,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Commercial fishing,2,total,A2407.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Forestry & logging,2,total,A2407.02,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Agriculture, forestry, & fishing support services",2,total,A2407.02,297,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Mining,1,total,A2407.02,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Manufacturing,1,total,A2407.02,2262,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Food, beverage, & tobacco",2,total,A2407.02,552,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Textile, clothing, footwear, & leather",2,total,A2407.02,96,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Wood & paper product,2,total,A2407.02,216,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Printing, publishing, & recorded media",2,total,A2407.02,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Petroleum, coal, chemical, & associated product",2,total,A2407.02,162,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Non-metallic mineral product,2,total,A2407.02,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Metal product,2,total,A2407.02,501,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Transport and industrial machinery & equipment,2,total,A2407.02,339,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other machinery & equipment,2,total,A2407.02,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other manufacturing,2,total,A2407.02,156,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Electricity, gas, water, & waste services",1,total,A2407.02,90,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Construction,1,total,A2407.02,2973,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Wholesale trade,1,total,A2407.02,1269,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Machinery & equipment wholesaling,2,total,A2407.02,336,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other wholesale trade,2,total,A2407.02,930,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Retail trade,1,total,A2407.02,2166,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Accommodation & food services,1,total,A2407.02,3165,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Transport, postal, & warehousing",1,total,A2407.02,678,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Information media & telecommunications,1,total,A2407.02,132,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Publishing,2,total,A2407.02,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Motion picture,2,total,A2407.02,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Telecommunications,2,total,A2407.02,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Financial & insurance services,1,total,A2407.02,237,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Finance,2,total,A2407.02,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Insurance,2,total,A2407.02,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Auxiliary,2,total,A2407.02,165,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Rental, hiring, & real estate services",1,total,A2407.02,288,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little","Professional, scientific, & technical services",1,total,A2407.02,1389,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Computer systems design,2,total,A2407.02,189,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other professional scientific,2,total,A2407.02,1200,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Administrative & support services,1,total,A2407.02,684,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Education & training,1,total,A2407.02,585,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Health care & social assistance,1,total,A2407.02,1347,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Arts & recreation services,1,total,A2407.02,249,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",Other services,1,total,A2407.02,582,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a little",total,0,total,A2407.02,19212,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,619 employees,A2407.03,5928,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,2049 employees,A2407.03,1494,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,5099 employees,A2407.03,555,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,100+ employees,A2407.03,429,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Agriculture, forestry, & fishing",1,total,A2407.03,465,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Agriculture,2,total,A2407.03,348,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Commercial fishing,2,total,A2407.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Forestry & logging,2,total,A2407.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Agriculture, forestry, & fishing support services",2,total,A2407.03,102,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Mining,1,total,A2407.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Manufacturing,1,total,A2407.03,1071,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Food, beverage, & tobacco",2,total,A2407.03,198,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Textile, clothing, footwear, & leather",2,total,A2407.03,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Wood & paper product,2,total,A2407.03,108,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Printing, publishing, & recorded media",2,total,A2407.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2407.03,93,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Non-metallic mineral product,2,total,A2407.03,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Metal product,2,total,A2407.03,225,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Transport and industrial machinery & equipment,2,total,A2407.03,228,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other machinery & equipment,2,total,A2407.03,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other manufacturing,2,total,A2407.03,75,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Electricity, gas, water, & waste services",1,total,A2407.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Construction,1,total,A2407.03,1332,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Wholesale trade,1,total,A2407.03,270,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Machinery & equipment wholesaling,2,total,A2407.03,93,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other wholesale trade,2,total,A2407.03,177,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Retail trade,1,total,A2407.03,1011,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Accommodation & food services,1,total,A2407.03,2067,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Transport, postal, & warehousing",1,total,A2407.03,225,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Information media & telecommunications,1,total,A2407.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Publishing,2,total,A2407.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Motion picture,2,total,A2407.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Telecommunications,2,total,A2407.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Financial & insurance services,1,total,A2407.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Finance,2,total,A2407.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Insurance,2,total,A2407.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Auxiliary,2,total,A2407.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Rental, hiring, & real estate services",1,total,A2407.03,93,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot","Professional, scientific, & technical services",1,total,A2407.03,384,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Computer systems design,2,total,A2407.03,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other professional scientific,2,total,A2407.03,339,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Administrative & support services,1,total,A2407.03,288,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Education & training,1,total,A2407.03,174,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Health care & social assistance,1,total,A2407.03,660,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Arts & recreation services,1,total,A2407.03,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",Other services,1,total,A2407.03,165,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased hours worked by existing employees: done a lot",total,0,total,A2407.03,8409,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,619 employees,A2408.01,7086,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,2049 employees,A2408.01,957,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,5099 employees,A2408.01,243,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,100+ employees,A2408.01,144,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Agriculture, forestry, & fishing",1,total,A2408.01,903,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Agriculture,2,total,A2408.01,606,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Commercial fishing,2,total,A2408.01,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Forestry & logging,2,total,A2408.01,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Agriculture, forestry, & fishing support services",2,total,A2408.01,207,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Mining,1,total,A2408.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Manufacturing,1,total,A2408.01,939,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Food, beverage, & tobacco",2,total,A2408.01,297,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Textile, clothing, footwear, & leather",2,total,A2408.01,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Wood & paper product,2,total,A2408.01,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Printing, publishing, & recorded media",2,total,A2408.01,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Petroleum, coal, chemical, & associated product",2,total,A2408.01,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Non-metallic mineral product,2,total,A2408.01,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Metal product,2,total,A2408.01,108,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Transport and industrial machinery & equipment,2,total,A2408.01,120,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Other machinery & equipment,2,total,A2408.01,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Other manufacturing,2,total,A2408.01,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Electricity, gas, water, & waste services",1,total,A2408.01,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Construction,1,total,A2408.01,1053,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Wholesale trade,1,total,A2408.01,534,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Machinery & equipment wholesaling,2,total,A2408.01,156,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Other wholesale trade,2,total,A2408.01,375,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Retail trade,1,total,A2408.01,1011,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Accommodation & food services,1,total,A2408.01,1062,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Transport, postal, & warehousing",1,total,A2408.01,246,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Information media & telecommunications,1,total,A2408.01,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Publishing,2,total,A2408.01,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Motion picture,2,total,A2408.01,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Telecommunications,2,total,A2408.01,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Financial & insurance services,1,total,A2408.01,159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Finance,2,total,A2408.01,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Insurance,2,total,A2408.01,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Auxiliary,2,total,A2408.01,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Rental, hiring, & real estate services",1,total,A2408.01,261,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done","Professional, scientific, & technical services",1,total,A2408.01,876,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Computer systems design,2,total,A2408.01,210,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Other professional scientific,2,total,A2408.01,666,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Administrative & support services,1,total,A2408.01,213,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Education & training,1,total,A2408.01,216,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Health care & social assistance,1,total,A2408.01,441,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Arts & recreation services,1,total,A2408.01,117,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",Other services,1,total,A2408.01,237,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: Not done",total,0,total,A2408.01,8430,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,619 employees,A2408.02,16593,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,2049 employees,A2408.02,4038,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,5099 employees,A2408.02,1155,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,100+ employees,A2408.02,1116,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Agriculture, forestry, & fishing",1,total,A2408.02,1722,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Agriculture,2,total,A2408.02,1182,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Commercial fishing,2,total,A2408.02,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Forestry & logging,2,total,A2408.02,144,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Agriculture, forestry, & fishing support services",2,total,A2408.02,375,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Mining,1,total,A2408.02,69,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Manufacturing,1,total,A2408.02,2604,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Food, beverage, & tobacco",2,total,A2408.02,573,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Textile, clothing, footwear, & leather",2,total,A2408.02,138,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Wood & paper product,2,total,A2408.02,282,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Printing, publishing, & recorded media",2,total,A2408.02,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Petroleum, coal, chemical, & associated product",2,total,A2408.02,171,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Non-metallic mineral product,2,total,A2408.02,120,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Metal product,2,total,A2408.02,555,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Transport and industrial machinery & equipment,2,total,A2408.02,423,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Other machinery & equipment,2,total,A2408.02,105,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Other manufacturing,2,total,A2408.02,153,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Electricity, gas, water, & waste services",1,total,A2408.02,102,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Construction,1,total,A2408.02,3882,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Wholesale trade,1,total,A2408.02,1641,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Machinery & equipment wholesaling,2,total,A2408.02,384,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Other wholesale trade,2,total,A2408.02,1254,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Retail trade,1,total,A2408.02,2202,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Accommodation & food services,1,total,A2408.02,2904,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Transport, postal, & warehousing",1,total,A2408.02,846,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Information media & telecommunications,1,total,A2408.02,219,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Publishing,2,total,A2408.02,75,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Motion picture,2,total,A2408.02,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Telecommunications,2,total,A2408.02,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Financial & insurance services,1,total,A2408.02,342,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Finance,2,total,A2408.02,111,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Insurance,2,total,A2408.02,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Auxiliary,2,total,A2408.02,210,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Rental, hiring, & real estate services",1,total,A2408.02,483,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little","Professional, scientific, & technical services",1,total,A2408.02,2634,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Computer systems design,2,total,A2408.02,426,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Other professional scientific,2,total,A2408.02,2211,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Administrative & support services,1,total,A2408.02,789,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Education & training,1,total,A2408.02,558,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Health care & social assistance,1,total,A2408.02,1185,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Arts & recreation services,1,total,A2408.02,246,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",Other services,1,total,A2408.02,471,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a little",total,0,total,A2408.02,22902,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,619 employees,A2408.03,10599,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,2049 employees,A2408.03,3582,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,5099 employees,A2408.03,1053,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,100+ employees,A2408.03,789,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Agriculture, forestry, & fishing",1,total,A2408.03,957,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Agriculture,2,total,A2408.03,564,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Commercial fishing,2,total,A2408.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Forestry & logging,2,total,A2408.03,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Agriculture, forestry, & fishing support services",2,total,A2408.03,348,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Mining,1,total,A2408.03,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Manufacturing,1,total,A2408.03,1680,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Food, beverage, & tobacco",2,total,A2408.03,333,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Textile, clothing, footwear, & leather",2,total,A2408.03,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Wood & paper product,2,total,A2408.03,159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Printing, publishing, & recorded media",2,total,A2408.03,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2408.03,150,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Non-metallic mineral product,2,total,A2408.03,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Metal product,2,total,A2408.03,285,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Transport and industrial machinery & equipment,2,total,A2408.03,351,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other machinery & equipment,2,total,A2408.03,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other manufacturing,2,total,A2408.03,141,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Electricity, gas, water, & waste services",1,total,A2408.03,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Construction,1,total,A2408.03,2274,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Wholesale trade,1,total,A2408.03,915,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Machinery & equipment wholesaling,2,total,A2408.03,333,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other wholesale trade,2,total,A2408.03,582,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Retail trade,1,total,A2408.03,1665,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Accommodation & food services,1,total,A2408.03,2706,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Transport, postal, & warehousing",1,total,A2408.03,576,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Information media & telecommunications,1,total,A2408.03,111,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Publishing,2,total,A2408.03,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Motion picture,2,total,A2408.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Telecommunications,2,total,A2408.03,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Financial & insurance services,1,total,A2408.03,168,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Finance,2,total,A2408.03,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Insurance,2,total,A2408.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Auxiliary,2,total,A2408.03,120,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Rental, hiring, & real estate services",1,total,A2408.03,255,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot","Professional, scientific, & technical services",1,total,A2408.03,1491,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Computer systems design,2,total,A2408.03,324,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other professional scientific,2,total,A2408.03,1170,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Administrative & support services,1,total,A2408.03,726,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Education & training,1,total,A2408.03,369,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Health care & social assistance,1,total,A2408.03,1248,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Arts & recreation services,1,total,A2408.03,174,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",Other services,1,total,A2408.03,612,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased wages or salaries: done a lot",total,0,total,A2408.03,16026,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,619 employees,A2409.01,16734,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,2049 employees,A2409.01,3315,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,5099 employees,A2409.01,819,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,100+ employees,A2409.01,552,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Agriculture, forestry, & fishing",1,total,A2409.01,1803,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Agriculture,2,total,A2409.01,1140,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Commercial fishing,2,total,A2409.01,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Forestry & logging,2,total,A2409.01,156,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Agriculture, forestry, & fishing support services",2,total,A2409.01,471,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Mining,1,total,A2409.01,66,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Manufacturing,1,total,A2409.01,2484,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Food, beverage, & tobacco",2,total,A2409.01,543,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Textile, clothing, footwear, & leather",2,total,A2409.01,135,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Wood & paper product,2,total,A2409.01,279,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Printing, publishing, & recorded media",2,total,A2409.01,126,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Petroleum, coal, chemical, & associated product",2,total,A2409.01,240,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Non-metallic mineral product,2,total,A2409.01,90,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Metal product,2,total,A2409.01,417,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Transport and industrial machinery & equipment,2,total,A2409.01,375,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other machinery & equipment,2,total,A2409.01,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other manufacturing,2,total,A2409.01,180,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Electricity, gas, water, & waste services",1,total,A2409.01,87,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Construction,1,total,A2409.01,3081,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Wholesale trade,1,total,A2409.01,1527,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Machinery & equipment wholesaling,2,total,A2409.01,423,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other wholesale trade,2,total,A2409.01,1101,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Retail trade,1,total,A2409.01,2340,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Accommodation & food services,1,total,A2409.01,2892,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Transport, postal, & warehousing",1,total,A2409.01,918,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Information media & telecommunications,1,total,A2409.01,183,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Publishing,2,total,A2409.01,69,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Motion picture,2,total,A2409.01,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Telecommunications,2,total,A2409.01,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Financial & insurance services,1,total,A2409.01,270,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Finance,2,total,A2409.01,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Insurance,2,total,A2409.01,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Auxiliary,2,total,A2409.01,168,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Rental, hiring, & real estate services",1,total,A2409.01,570,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done","Professional, scientific, & technical services",1,total,A2409.01,2049,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Computer systems design,2,total,A2409.01,420,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other professional scientific,2,total,A2409.01,1629,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Administrative & support services,1,total,A2409.01,615,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Education & training,1,total,A2409.01,534,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Health care & social assistance,1,total,A2409.01,1209,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Arts & recreation services,1,total,A2409.01,240,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",Other services,1,total,A2409.01,546,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: Not done",total,0,total,A2409.01,21420,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,619 employees,A2409.02,12909,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,2049 employees,A2409.02,3873,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,5099 employees,A2409.02,1128,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,100+ employees,A2409.02,1095,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Agriculture, forestry, & fishing",1,total,A2409.02,1164,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Agriculture,2,total,A2409.02,747,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Commercial fishing,2,total,A2409.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Forestry & logging,2,total,A2409.02,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Agriculture, forestry, & fishing support services",2,total,A2409.02,333,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Mining,1,total,A2409.02,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Manufacturing,1,total,A2409.02,1989,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Food, beverage, & tobacco",2,total,A2409.02,465,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Textile, clothing, footwear, & leather",2,total,A2409.02,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Wood & paper product,2,total,A2409.02,174,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Printing, publishing, & recorded media",2,total,A2409.02,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Petroleum, coal, chemical, & associated product",2,total,A2409.02,156,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Non-metallic mineral product,2,total,A2409.02,75,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Metal product,2,total,A2409.02,399,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Transport and industrial machinery & equipment,2,total,A2409.02,348,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other machinery & equipment,2,total,A2409.02,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other manufacturing,2,total,A2409.02,150,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Electricity, gas, water, & waste services",1,total,A2409.02,84,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Construction,1,total,A2409.02,2907,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Wholesale trade,1,total,A2409.02,1140,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Machinery & equipment wholesaling,2,total,A2409.02,315,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other wholesale trade,2,total,A2409.02,822,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Retail trade,1,total,A2409.02,1962,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Accommodation & food services,1,total,A2409.02,2820,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Transport, postal, & warehousing",1,total,A2409.02,612,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Information media & telecommunications,1,total,A2409.02,189,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Publishing,2,total,A2409.02,69,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Motion picture,2,total,A2409.02,57,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Telecommunications,2,total,A2409.02,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Financial & insurance services,1,total,A2409.02,312,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Finance,2,total,A2409.02,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Insurance,2,total,A2409.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Auxiliary,2,total,A2409.02,213,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Rental, hiring, & real estate services",1,total,A2409.02,318,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little","Professional, scientific, & technical services",1,total,A2409.02,2250,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Computer systems design,2,total,A2409.02,333,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other professional scientific,2,total,A2409.02,1920,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Administrative & support services,1,total,A2409.02,795,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Education & training,1,total,A2409.02,474,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Health care & social assistance,1,total,A2409.02,1119,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Arts & recreation services,1,total,A2409.02,237,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",Other services,1,total,A2409.02,579,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a little",total,0,total,A2409.02,19002,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,619 employees,A2409.03,3855,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,2049 employees,A2409.03,1185,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,5099 employees,A2409.03,441,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,100+ employees,A2409.03,360,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Agriculture, forestry, & fishing",1,total,A2409.03,498,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Agriculture,2,total,A2409.03,399,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Commercial fishing,2,total,A2409.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Forestry & logging,2,total,A2409.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Agriculture, forestry, & fishing support services",2,total,A2409.03,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Mining,1,total,A2409.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Manufacturing,1,total,A2409.03,540,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Food, beverage, & tobacco",2,total,A2409.03,132,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Textile, clothing, footwear, & leather",2,total,A2409.03,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Wood & paper product,2,total,A2409.03,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Printing, publishing, & recorded media",2,total,A2409.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2409.03,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Non-metallic mineral product,2,total,A2409.03,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Metal product,2,total,A2409.03,90,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Transport and industrial machinery & equipment,2,total,A2409.03,132,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other machinery & equipment,2,total,A2409.03,33,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other manufacturing,2,total,A2409.03,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Electricity, gas, water, & waste services",1,total,A2409.03,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Construction,1,total,A2409.03,1050,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Wholesale trade,1,total,A2409.03,327,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Machinery & equipment wholesaling,2,total,A2409.03,105,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other wholesale trade,2,total,A2409.03,219,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Retail trade,1,total,A2409.03,510,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Accommodation & food services,1,total,A2409.03,792,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Transport, postal, & warehousing",1,total,A2409.03,108,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Information media & telecommunications,1,total,A2409.03,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Publishing,2,total,A2409.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Motion picture,2,total,A2409.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Telecommunications,2,total,A2409.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Financial & insurance services,1,total,A2409.03,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Finance,2,total,A2409.03,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Insurance,2,total,A2409.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Auxiliary,2,total,A2409.03,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Rental, hiring, & real estate services",1,total,A2409.03,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot","Professional, scientific, & technical services",1,total,A2409.03,654,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Computer systems design,2,total,A2409.03,192,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other professional scientific,2,total,A2409.03,462,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Administrative & support services,1,total,A2409.03,246,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Education & training,1,total,A2409.03,102,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Health care & social assistance,1,total,A2409.03,492,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Arts & recreation services,1,total,A2409.03,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",Other services,1,total,A2409.03,183,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business improve: Non-financial conditions: done a lot",total,0,total,A2409.03,5844,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,619 employees,A2410.01,13962,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,2049 employees,A2410.01,2511,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,5099 employees,A2410.01,519,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,100+ employees,A2410.01,339,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Agriculture, forestry, & fishing",1,total,A2410.01,1548,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Agriculture,2,total,A2410.01,1065,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Commercial fishing,2,total,A2410.01,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Forestry & logging,2,total,A2410.01,120,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Agriculture, forestry, & fishing support services",2,total,A2410.01,342,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Mining,1,total,A2410.01,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Manufacturing,1,total,A2410.01,1812,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Food, beverage, & tobacco",2,total,A2410.01,393,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Textile, clothing, footwear, & leather",2,total,A2410.01,123,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Wood & paper product,2,total,A2410.01,159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Printing, publishing, & recorded media",2,total,A2410.01,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Petroleum, coal, chemical, & associated product",2,total,A2410.01,180,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Non-metallic mineral product,2,total,A2410.01,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Metal product,2,total,A2410.01,312,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Transport and industrial machinery & equipment,2,total,A2410.01,273,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Other machinery & equipment,2,total,A2410.01,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Other manufacturing,2,total,A2410.01,135,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Electricity, gas, water, & waste services",1,total,A2410.01,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Construction,1,total,A2410.01,2331,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Wholesale trade,1,total,A2410.01,1245,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Machinery & equipment wholesaling,2,total,A2410.01,348,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Other wholesale trade,2,total,A2410.01,897,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Retail trade,1,total,A2410.01,2109,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Accommodation & food services,1,total,A2410.01,2031,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Transport, postal, & warehousing",1,total,A2410.01,636,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Information media & telecommunications,1,total,A2410.01,195,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Publishing,2,total,A2410.01,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Motion picture,2,total,A2410.01,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Telecommunications,2,total,A2410.01,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Financial & insurance services,1,total,A2410.01,252,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Finance,2,total,A2410.01,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Insurance,2,total,A2410.01,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Auxiliary,2,total,A2410.01,165,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Rental, hiring, & real estate services",1,total,A2410.01,492,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done","Professional, scientific, & technical services",1,total,A2410.01,2022,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Computer systems design,2,total,A2410.01,390,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Other professional scientific,2,total,A2410.01,1635,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Administrative & support services,1,total,A2410.01,525,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Education & training,1,total,A2410.01,435,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Health care & social assistance,1,total,A2410.01,954,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Arts & recreation services,1,total,A2410.01,219,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",Other services,1,total,A2410.01,408,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: Not done",total,0,total,A2410.01,17331,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,619 employees,A2410.02,15513,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,2049 employees,A2410.02,4551,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,5099 employees,A2410.02,1392,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,100+ employees,A2410.02,1293,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Agriculture, forestry, & fishing",1,total,A2410.02,1515,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Agriculture,2,total,A2410.02,933,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Commercial fishing,2,total,A2410.02,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Forestry & logging,2,total,A2410.02,105,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Agriculture, forestry, & fishing support services",2,total,A2410.02,456,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Mining,1,total,A2410.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Manufacturing,1,total,A2410.02,2613,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Food, beverage, & tobacco",2,total,A2410.02,621,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Textile, clothing, footwear, & leather",2,total,A2410.02,102,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Wood & paper product,2,total,A2410.02,252,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Printing, publishing, & recorded media",2,total,A2410.02,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Petroleum, coal, chemical, & associated product",2,total,A2410.02,222,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Non-metallic mineral product,2,total,A2410.02,111,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Metal product,2,total,A2410.02,510,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Transport and industrial machinery & equipment,2,total,A2410.02,438,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Other machinery & equipment,2,total,A2410.02,129,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Other manufacturing,2,total,A2410.02,159,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Electricity, gas, water, & waste services",1,total,A2410.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Construction,1,total,A2410.02,3768,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Wholesale trade,1,total,A2410.02,1530,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Machinery & equipment wholesaling,2,total,A2410.02,444,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Other wholesale trade,2,total,A2410.02,1086,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Retail trade,1,total,A2410.02,2148,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Accommodation & food services,1,total,A2410.02,3195,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Transport, postal, & warehousing",1,total,A2410.02,822,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Information media & telecommunications,1,total,A2410.02,195,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Publishing,2,total,A2410.02,72,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Motion picture,2,total,A2410.02,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Telecommunications,2,total,A2410.02,57,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Financial & insurance services,1,total,A2410.02,306,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Finance,2,total,A2410.02,84,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Insurance,2,total,A2410.02,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Auxiliary,2,total,A2410.02,204,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Rental, hiring, & real estate services",1,total,A2410.02,351,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little","Professional, scientific, & technical services",1,total,A2410.02,2331,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Computer systems design,2,total,A2410.02,459,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Other professional scientific,2,total,A2410.02,1875,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Administrative & support services,1,total,A2410.02,900,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Education & training,1,total,A2410.02,495,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Health care & social assistance,1,total,A2410.02,1395,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Arts & recreation services,1,total,A2410.02,267,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",Other services,1,total,A2410.02,744,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a little",total,0,total,A2410.02,22749,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,619 employees,A2410.03,4134,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,2049 employees,A2410.03,1290,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,5099 employees,A2410.03,480,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,100+ employees,A2410.03,387,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Agriculture, forestry, & fishing",1,total,A2410.03,441,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Agriculture,2,total,A2410.03,303,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Commercial fishing,2,total,A2410.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Forestry & logging,2,total,A2410.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Agriculture, forestry, & fishing support services",2,total,A2410.03,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Mining,1,total,A2410.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Manufacturing,1,total,A2410.03,603,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Food, beverage, & tobacco",2,total,A2410.03,126,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Textile, clothing, footwear, & leather",2,total,A2410.03,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Wood & paper product,2,total,A2410.03,75,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Printing, publishing, & recorded media",2,total,A2410.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2410.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Non-metallic mineral product,2,total,A2410.03,33,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Metal product,2,total,A2410.03,93,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Transport and industrial machinery & equipment,2,total,A2410.03,144,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Other machinery & equipment,2,total,A2410.03,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Other manufacturing,2,total,A2410.03,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Electricity, gas, water, & waste services",1,total,A2410.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Construction,1,total,A2410.03,930,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Wholesale trade,1,total,A2410.03,243,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Machinery & equipment wholesaling,2,total,A2410.03,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Other wholesale trade,2,total,A2410.03,180,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Retail trade,1,total,A2410.03,558,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Accommodation & food services,1,total,A2410.03,1269,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Transport, postal, & warehousing",1,total,A2410.03,189,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Information media & telecommunications,1,total,A2410.03,33,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Publishing,2,total,A2410.03,6,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Motion picture,2,total,A2410.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Telecommunications,2,total,A2410.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Financial & insurance services,1,total,A2410.03,96,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Finance,2,total,A2410.03,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Insurance,2,total,A2410.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Auxiliary,2,total,A2410.03,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Rental, hiring, & real estate services",1,total,A2410.03,114,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot","Professional, scientific, & technical services",1,total,A2410.03,618,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Computer systems design,2,total,A2410.03,93,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Other professional scientific,2,total,A2410.03,528,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Administrative & support services,1,total,A2410.03,264,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Education & training,1,total,A2410.03,210,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Health care & social assistance,1,total,A2410.03,498,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Arts & recreation services,1,total,A2410.03,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",Other services,1,total,A2410.03,123,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business increased training given to employees: done a lot",total,0,total,A2410.03,6291,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,619 employees,A2411.01,23601,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,2049 employees,A2411.01,5349,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,5099 employees,A2411.01,1191,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,100+ employees,A2411.01,810,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Agriculture, forestry, & fishing",1,total,A2411.01,2337,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Agriculture,2,total,A2411.01,1452,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Commercial fishing,2,total,A2411.01,42,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Forestry & logging,2,total,A2411.01,192,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Agriculture, forestry, & fishing support services",2,total,A2411.01,651,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Mining,1,total,A2411.01,87,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Manufacturing,1,total,A2411.01,3135,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Food, beverage, & tobacco",2,total,A2411.01,675,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Textile, clothing, footwear, & leather",2,total,A2411.01,156,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Wood & paper product,2,total,A2411.01,297,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Printing, publishing, & recorded media",2,total,A2411.01,132,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Petroleum, coal, chemical, & associated product",2,total,A2411.01,282,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Non-metallic mineral product,2,total,A2411.01,132,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Metal product,2,total,A2411.01,576,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Transport and industrial machinery & equipment,2,total,A2411.01,549,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other machinery & equipment,2,total,A2411.01,120,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other manufacturing,2,total,A2411.01,219,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Electricity, gas, water, & waste services",1,total,A2411.01,129,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Construction,1,total,A2411.01,5223,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Wholesale trade,1,total,A2411.01,1866,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Machinery & equipment wholesaling,2,total,A2411.01,549,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other wholesale trade,2,total,A2411.01,1314,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Retail trade,1,total,A2411.01,3405,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Accommodation & food services,1,total,A2411.01,4536,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Transport, postal, & warehousing",1,total,A2411.01,1218,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Information media & telecommunications,1,total,A2411.01,249,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Publishing,2,total,A2411.01,108,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Motion picture,2,total,A2411.01,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Telecommunications,2,total,A2411.01,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Financial & insurance services,1,total,A2411.01,351,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Finance,2,total,A2411.01,99,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Insurance,2,total,A2411.01,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Auxiliary,2,total,A2411.01,237,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Rental, hiring, & real estate services",1,total,A2411.01,660,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done","Professional, scientific, & technical services",1,total,A2411.01,2946,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Computer systems design,2,total,A2411.01,486,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other professional scientific,2,total,A2411.01,2463,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Administrative & support services,1,total,A2411.01,1014,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Education & training,1,total,A2411.01,762,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Health care & social assistance,1,total,A2411.01,1791,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Arts & recreation services,1,total,A2411.01,327,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",Other services,1,total,A2411.01,906,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: Not done",total,0,total,A2411.01,30951,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,619 employees,A2411.02,7623,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,2049 employees,A2411.02,2358,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,5099 employees,A2411.02,906,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,100+ employees,A2411.02,978,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Agriculture, forestry, & fishing",1,total,A2411.02,852,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Agriculture,2,total,A2411.02,597,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Commercial fishing,2,total,A2411.02,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Forestry & logging,2,total,A2411.02,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Agriculture, forestry, & fishing support services",2,total,A2411.02,213,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Mining,1,total,A2411.02,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Manufacturing,1,total,A2411.02,1428,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Food, beverage, & tobacco",2,total,A2411.02,336,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Textile, clothing, footwear, & leather",2,total,A2411.02,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Wood & paper product,2,total,A2411.02,162,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Printing, publishing, & recorded media",2,total,A2411.02,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Petroleum, coal, chemical, & associated product",2,total,A2411.02,132,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Non-metallic mineral product,2,total,A2411.02,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Metal product,2,total,A2411.02,282,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Transport and industrial machinery & equipment,2,total,A2411.02,213,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other machinery & equipment,2,total,A2411.02,69,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other manufacturing,2,total,A2411.02,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Electricity, gas, water, & waste services",1,total,A2411.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Construction,1,total,A2411.02,1473,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Wholesale trade,1,total,A2411.02,828,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Machinery & equipment wholesaling,2,total,A2411.02,204,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other wholesale trade,2,total,A2411.02,624,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Retail trade,1,total,A2411.02,1125,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Accommodation & food services,1,total,A2411.02,1509,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Transport, postal, & warehousing",1,total,A2411.02,318,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Information media & telecommunications,1,total,A2411.02,132,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Publishing,2,total,A2411.02,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Motion picture,2,total,A2411.02,36,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Telecommunications,2,total,A2411.02,45,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Financial & insurance services,1,total,A2411.02,228,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Finance,2,total,A2411.02,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Insurance,2,total,A2411.02,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Auxiliary,2,total,A2411.02,138,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Rental, hiring, & real estate services",1,total,A2411.02,261,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little","Professional, scientific, & technical services",1,total,A2411.02,1509,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Computer systems design,2,total,A2411.02,342,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other professional scientific,2,total,A2411.02,1170,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Administrative & support services,1,total,A2411.02,510,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Education & training,1,total,A2411.02,288,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Health care & social assistance,1,total,A2411.02,852,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Arts & recreation services,1,total,A2411.02,177,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",Other services,1,total,A2411.02,291,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a little",total,0,total,A2411.02,11868,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,619 employees,A2411.03,2067,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,2049 employees,A2411.03,612,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,5099 employees,A2411.03,273,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,100+ employees,A2411.03,216,,Number of businesses,1 and 2 and 3 and 4 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Agriculture, forestry, & fishing",1,total,A2411.03,321,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Agriculture,2,total,A2411.03,264,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Commercial fishing,2,total,A2411.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Forestry & logging,2,total,A2411.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Agriculture, forestry, & fishing support services",2,total,A2411.03,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Mining,1,total,A2411.03,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Manufacturing,1,total,A2411.03,438,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Food, beverage, & tobacco",2,total,A2411.03,123,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Textile, clothing, footwear, & leather",2,total,A2411.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Wood & paper product,2,total,A2411.03,24,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Printing, publishing, & recorded media",2,total,A2411.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Petroleum, coal, chemical, & associated product",2,total,A2411.03,21,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Non-metallic mineral product,2,total,A2411.03,15,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Metal product,2,total,A2411.03,48,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Transport and industrial machinery & equipment,2,total,A2411.03,93,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other machinery & equipment,2,total,A2411.03,30,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other manufacturing,2,total,A2411.03,54,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Electricity, gas, water, & waste services",1,total,A2411.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Construction,1,total,A2411.03,282,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Wholesale trade,1,total,A2411.03,264,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Machinery & equipment wholesaling,2,total,A2411.03,63,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other wholesale trade,2,total,A2411.03,201,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Retail trade,1,total,A2411.03,279,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Accommodation & food services,1,total,A2411.03,300,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Transport, postal, & warehousing",1,total,A2411.03,78,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Information media & telecommunications,1,total,A2411.03,39,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Publishing,2,total,A2411.03,12,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Motion picture,2,total,A2411.03,9,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Telecommunications,2,total,A2411.03,18,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Financial & insurance services,1,total,A2411.03,87,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Finance,2,total,A2411.03,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Insurance,2,total,A2411.03,3,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Auxiliary,2,total,A2411.03,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Rental, hiring, & real estate services",1,total,A2411.03,51,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot","Professional, scientific, & technical services",1,total,A2411.03,507,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Computer systems design,2,total,A2411.03,108,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other professional scientific,2,total,A2411.03,402,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Administrative & support services,1,total,A2411.03,180,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Education & training,1,total,A2411.03,66,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Health care & social assistance,1,total,A2411.03,171,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Arts & recreation services,1,total,A2411.03,27,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",Other services,1,total,A2411.03,60,,Number of businesses,1 and 2 and 3 and 6 -"In response to recruitment difficulties, business invested in new technologies or automation of activities: done a lot",total,0,total,A2411.03,3168,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,619 employees,A2501,12111,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,2049 employees,A2501,3585,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,5099 employees,A2501,1158,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,100+ employees,A2501,1002,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Agriculture, forestry, & fishing",1,total,A2501,708,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Agriculture,2,total,A2501,432,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Commercial fishing,2,total,A2501,9,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Forestry & logging,2,total,A2501,36,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Agriculture, forestry, & fishing support services",2,total,A2501,231,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Mining,1,total,A2501,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Manufacturing,1,total,A2501,2295,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Food, beverage, & tobacco",2,total,A2501,408,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Textile, clothing, footwear, & leather",2,total,A2501,93,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Wood & paper product,2,total,A2501,246,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Printing, publishing, & recorded media",2,total,A2501,54,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Petroleum, coal, chemical, & associated product",2,total,A2501,174,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Non-metallic mineral product,2,total,A2501,96,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Metal product,2,total,A2501,486,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Transport and industrial machinery & equipment,2,total,A2501,504,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Other machinery & equipment,2,total,A2501,99,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Other manufacturing,2,total,A2501,135,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Electricity, gas, water, & waste services",1,total,A2501,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Construction,1,total,A2501,3063,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Wholesale trade,1,total,A2501,870,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Machinery & equipment wholesaling,2,total,A2501,348,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Other wholesale trade,2,total,A2501,522,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Retail trade,1,total,A2501,1506,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Accommodation & food services,1,total,A2501,2835,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Transport, postal, & warehousing",1,total,A2501,525,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Information media & telecommunications,1,total,A2501,141,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Publishing,2,total,A2501,63,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Motion picture,2,total,A2501,33,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Telecommunications,2,total,A2501,45,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Financial & insurance services,1,total,A2501,198,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Finance,2,total,A2501,54,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Insurance,2,total,A2501,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Auxiliary,2,total,A2501,135,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Rental, hiring, & real estate services",1,total,A2501,309,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,"Professional, scientific, & technical services",1,total,A2501,2190,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Computer systems design,2,total,A2501,339,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Other professional scientific,2,total,A2501,1851,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Administrative & support services,1,total,A2501,699,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Education & training,1,total,A2501,294,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Health care & social assistance,1,total,A2501,1338,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Arts & recreation services,1,total,A2501,147,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,Other services,1,total,A2501,630,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: decreased capacity,total,0,total,A2501,17853,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,619 employees,A2502,6177,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,2049 employees,A2502,1566,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,5099 employees,A2502,459,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,100+ employees,A2502,390,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Agriculture, forestry, & fishing",1,total,A2502,237,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Agriculture,2,total,A2502,87,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Commercial fishing,2,total,A2502,6,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Forestry & logging,2,total,A2502,9,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Agriculture, forestry, & fishing support services",2,total,A2502,138,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Mining,1,total,A2502,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Manufacturing,1,total,A2502,831,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Food, beverage, & tobacco",2,total,A2502,219,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Textile, clothing, footwear, & leather",2,total,A2502,30,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Wood & paper product,2,total,A2502,72,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Printing, publishing, & recorded media",2,total,A2502,0,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Petroleum, coal, chemical, & associated product",2,total,A2502,39,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Non-metallic mineral product,2,total,A2502,57,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Metal product,2,total,A2502,102,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Transport and industrial machinery & equipment,2,total,A2502,225,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other machinery & equipment,2,total,A2502,30,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other manufacturing,2,total,A2502,57,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Electricity, gas, water, & waste services",1,total,A2502,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Construction,1,total,A2502,1200,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Wholesale trade,1,total,A2502,363,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Machinery & equipment wholesaling,2,total,A2502,180,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other wholesale trade,2,total,A2502,180,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Retail trade,1,total,A2502,1047,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Accommodation & food services,1,total,A2502,2073,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Transport, postal, & warehousing",1,total,A2502,225,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Information media & telecommunications,1,total,A2502,51,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Publishing,2,total,A2502,21,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Motion picture,2,total,A2502,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Telecommunications,2,total,A2502,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Financial & insurance services,1,total,A2502,24,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Finance,2,total,A2502,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Insurance,2,total,A2502,0,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Auxiliary,2,total,A2502,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Rental, hiring, & real estate services",1,total,A2502,105,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,"Professional, scientific, & technical services",1,total,A2502,639,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Computer systems design,2,total,A2502,57,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other professional scientific,2,total,A2502,588,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Administrative & support services,1,total,A2502,336,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Education & training,1,total,A2502,141,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Health care & social assistance,1,total,A2502,789,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Arts & recreation services,1,total,A2502,114,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,Other services,1,total,A2502,375,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced range of goods or services offered,total,0,total,A2502,8592,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,total,0,619 employees,A2503,14874,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,total,0,2049 employees,A2503,4677,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,total,0,5099 employees,A2503,1434,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,total,0,100+ employees,A2503,1281,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Agriculture, forestry, & fishing",1,total,A2503,1428,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Agriculture,2,total,A2503,900,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Commercial fishing,2,total,A2503,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Forestry & logging,2,total,A2503,63,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Agriculture, forestry, & fishing support services",2,total,A2503,453,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Mining,1,total,A2503,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Manufacturing,1,total,A2503,2595,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Food, beverage, & tobacco",2,total,A2503,621,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Textile, clothing, footwear, & leather",2,total,A2503,99,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Wood & paper product,2,total,A2503,270,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Printing, publishing, & recorded media",2,total,A2503,69,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Petroleum, coal, chemical, & associated product",2,total,A2503,264,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Non-metallic mineral product,2,total,A2503,111,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Metal product,2,total,A2503,504,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Transport and industrial machinery & equipment,2,total,A2503,414,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Other machinery & equipment,2,total,A2503,102,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Other manufacturing,2,total,A2503,138,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Electricity, gas, water, & waste services",1,total,A2503,81,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Construction,1,total,A2503,3171,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Wholesale trade,1,total,A2503,1224,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Machinery & equipment wholesaling,2,total,A2503,447,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Other wholesale trade,2,total,A2503,774,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Retail trade,1,total,A2503,2208,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Accommodation & food services,1,total,A2503,4314,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Transport, postal, & warehousing",1,total,A2503,924,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Information media & telecommunications,1,total,A2503,132,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Publishing,2,total,A2503,42,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Motion picture,2,total,A2503,39,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Telecommunications,2,total,A2503,48,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Financial & insurance services,1,total,A2503,210,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Finance,2,total,A2503,69,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Insurance,2,total,A2503,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Auxiliary,2,total,A2503,132,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Rental, hiring, & real estate services",1,total,A2503,306,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,"Professional, scientific, & technical services",1,total,A2503,1683,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Computer systems design,2,total,A2503,330,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Other professional scientific,2,total,A2503,1356,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Administrative & support services,1,total,A2503,882,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Education & training,1,total,A2503,582,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Health care & social assistance,1,total,A2503,1581,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Arts & recreation services,1,total,A2503,243,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,Other services,1,total,A2503,654,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased costs,total,0,total,A2503,22266,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,619 employees,A2504,20157,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,2049 employees,A2504,6225,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,5099 employees,A2504,1881,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,100+ employees,A2504,1617,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Agriculture, forestry, & fishing",1,total,A2504,1938,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Agriculture,2,total,A2504,1368,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Commercial fishing,2,total,A2504,18,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Forestry & logging,2,total,A2504,69,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Agriculture, forestry, & fishing support services",2,total,A2504,486,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Mining,1,total,A2504,66,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Manufacturing,1,total,A2504,3270,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Food, beverage, & tobacco",2,total,A2504,795,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Textile, clothing, footwear, & leather",2,total,A2504,144,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Wood & paper product,2,total,A2504,330,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Printing, publishing, & recorded media",2,total,A2504,72,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Petroleum, coal, chemical, & associated product",2,total,A2504,273,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Non-metallic mineral product,2,total,A2504,135,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Metal product,2,total,A2504,594,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Transport and industrial machinery & equipment,2,total,A2504,564,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Other machinery & equipment,2,total,A2504,138,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Other manufacturing,2,total,A2504,222,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Electricity, gas, water, & waste services",1,total,A2504,120,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Construction,1,total,A2504,4533,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Wholesale trade,1,total,A2504,1653,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Machinery & equipment wholesaling,2,total,A2504,549,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Other wholesale trade,2,total,A2504,1101,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Retail trade,1,total,A2504,3402,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Accommodation & food services,1,total,A2504,4341,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Transport, postal, & warehousing",1,total,A2504,987,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Information media & telecommunications,1,total,A2504,219,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Publishing,2,total,A2504,90,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Motion picture,2,total,A2504,66,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Telecommunications,2,total,A2504,60,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Financial & insurance services,1,total,A2504,345,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Finance,2,total,A2504,105,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Insurance,2,total,A2504,21,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Auxiliary,2,total,A2504,222,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Rental, hiring, & real estate services",1,total,A2504,459,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,"Professional, scientific, & technical services",1,total,A2504,3108,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Computer systems design,2,total,A2504,450,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Other professional scientific,2,total,A2504,2661,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Administrative & support services,1,total,A2504,1020,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Education & training,1,total,A2504,852,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Health care & social assistance,1,total,A2504,2259,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Arts & recreation services,1,total,A2504,351,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,Other services,1,total,A2504,954,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: increased stress on staff,total,0,total,A2504,29883,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,619 employees,A2505,11916,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,2049 employees,A2505,3891,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,5099 employees,A2505,1179,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,100+ employees,A2505,1005,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Agriculture, forestry, & fishing",1,total,A2505,1317,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Agriculture,2,total,A2505,885,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Commercial fishing,2,total,A2505,9,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Forestry & logging,2,total,A2505,78,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Agriculture, forestry, & fishing support services",2,total,A2505,348,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Mining,1,total,A2505,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Manufacturing,1,total,A2505,2379,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Food, beverage, & tobacco",2,total,A2505,489,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Textile, clothing, footwear, & leather",2,total,A2505,99,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Wood & paper product,2,total,A2505,243,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Printing, publishing, & recorded media",2,total,A2505,51,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Petroleum, coal, chemical, & associated product",2,total,A2505,204,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Non-metallic mineral product,2,total,A2505,135,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Metal product,2,total,A2505,441,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Transport and industrial machinery & equipment,2,total,A2505,483,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Other machinery & equipment,2,total,A2505,93,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Other manufacturing,2,total,A2505,141,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Electricity, gas, water, & waste services",1,total,A2505,75,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Construction,1,total,A2505,2850,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Wholesale trade,1,total,A2505,1053,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Machinery & equipment wholesaling,2,total,A2505,381,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Other wholesale trade,2,total,A2505,669,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Retail trade,1,total,A2505,1929,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Accommodation & food services,1,total,A2505,2748,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Transport, postal, & warehousing",1,total,A2505,558,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Information media & telecommunications,1,total,A2505,147,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Publishing,2,total,A2505,66,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Motion picture,2,total,A2505,33,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Telecommunications,2,total,A2505,42,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Financial & insurance services,1,total,A2505,153,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Finance,2,total,A2505,48,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Insurance,2,total,A2505,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Auxiliary,2,total,A2505,99,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Rental, hiring, & real estate services",1,total,A2505,255,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,"Professional, scientific, & technical services",1,total,A2505,1542,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Computer systems design,2,total,A2505,255,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Other professional scientific,2,total,A2505,1287,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Administrative & support services,1,total,A2505,720,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Education & training,1,total,A2505,279,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Health care & social assistance,1,total,A2505,1119,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Arts & recreation services,1,total,A2505,126,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,Other services,1,total,A2505,696,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: reduced productivity,total,0,total,A2505,17997,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,619 employees,A2506,11559,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,2049 employees,A2506,3318,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,5099 employees,A2506,945,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,100+ employees,A2506,807,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Agriculture, forestry, & fishing",1,total,A2506,441,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Agriculture,2,total,A2506,246,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Commercial fishing,2,total,A2506,6,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Forestry & logging,2,total,A2506,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Agriculture, forestry, & fishing support services",2,total,A2506,177,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Mining,1,total,A2506,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Manufacturing,1,total,A2506,1815,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Food, beverage, & tobacco",2,total,A2506,441,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Textile, clothing, footwear, & leather",2,total,A2506,81,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Wood & paper product,2,total,A2506,150,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Printing, publishing, & recorded media",2,total,A2506,36,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Petroleum, coal, chemical, & associated product",2,total,A2506,123,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Non-metallic mineral product,2,total,A2506,63,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Metal product,2,total,A2506,339,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Transport and industrial machinery & equipment,2,total,A2506,366,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other machinery & equipment,2,total,A2506,87,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other manufacturing,2,total,A2506,126,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Electricity, gas, water, & waste services",1,total,A2506,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Construction,1,total,A2506,2418,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Wholesale trade,1,total,A2506,1116,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Machinery & equipment wholesaling,2,total,A2506,417,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other wholesale trade,2,total,A2506,696,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Retail trade,1,total,A2506,2313,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Accommodation & food services,1,total,A2506,3042,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Transport, postal, & warehousing",1,total,A2506,387,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Information media & telecommunications,1,total,A2506,105,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Publishing,2,total,A2506,48,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Motion picture,2,total,A2506,15,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Telecommunications,2,total,A2506,39,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Financial & insurance services,1,total,A2506,144,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Finance,2,total,A2506,39,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Insurance,2,total,A2506,3,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Auxiliary,2,total,A2506,102,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Rental, hiring, & real estate services",1,total,A2506,267,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,"Professional, scientific, & technical services",1,total,A2506,1632,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Computer systems design,2,total,A2506,291,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other professional scientific,2,total,A2506,1344,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Administrative & support services,1,total,A2506,819,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Education & training,1,total,A2506,300,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Health care & social assistance,1,total,A2506,855,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Arts & recreation services,1,total,A2506,216,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,Other services,1,total,A2506,678,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: missed sales opportunities,total,0,total,A2506,16629,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,619 employees,A2507,10941,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,2049 employees,A2507,3513,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,5099 employees,A2507,1053,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,100+ employees,A2507,951,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Agriculture, forestry, & fishing",1,total,A2507,690,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Agriculture,2,total,A2507,378,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Commercial fishing,2,total,A2507,6,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Forestry & logging,2,total,A2507,21,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Agriculture, forestry, & fishing support services",2,total,A2507,282,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Mining,1,total,A2507,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Manufacturing,1,total,A2507,1629,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Food, beverage, & tobacco",2,total,A2507,252,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Textile, clothing, footwear, & leather",2,total,A2507,57,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Wood & paper product,2,total,A2507,183,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Printing, publishing, & recorded media",2,total,A2507,30,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Petroleum, coal, chemical, & associated product",2,total,A2507,129,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Non-metallic mineral product,2,total,A2507,90,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Metal product,2,total,A2507,318,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Transport and industrial machinery & equipment,2,total,A2507,366,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other machinery & equipment,2,total,A2507,60,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other manufacturing,2,total,A2507,141,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Electricity, gas, water, & waste services",1,total,A2507,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Construction,1,total,A2507,2334,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Wholesale trade,1,total,A2507,879,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Machinery & equipment wholesaling,2,total,A2507,357,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other wholesale trade,2,total,A2507,522,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Retail trade,1,total,A2507,2094,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Accommodation & food services,1,total,A2507,3279,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Transport, postal, & warehousing",1,total,A2507,546,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Information media & telecommunications,1,total,A2507,99,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Publishing,2,total,A2507,33,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Motion picture,2,total,A2507,33,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Telecommunications,2,total,A2507,30,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Financial & insurance services,1,total,A2507,165,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Finance,2,total,A2507,39,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Insurance,2,total,A2507,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Auxiliary,2,total,A2507,114,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Rental, hiring, & real estate services",1,total,A2507,246,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,"Professional, scientific, & technical services",1,total,A2507,1467,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Computer systems design,2,total,A2507,291,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other professional scientific,2,total,A2507,1179,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Administrative & support services,1,total,A2507,765,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Education & training,1,total,A2507,384,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Health care & social assistance,1,total,A2507,987,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Arts & recreation services,1,total,A2507,204,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,Other services,1,total,A2507,618,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: difficulties meeting quality standards or customer service goals,total,0,total,A2507,16461,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,619 employees,A2508,4227,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,2049 employees,A2508,1119,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,5099 employees,A2508,480,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,100+ employees,A2508,447,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Agriculture, forestry, & fishing",1,total,A2508,324,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Agriculture,2,total,A2508,219,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Commercial fishing,2,total,A2508,9,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Forestry & logging,2,total,A2508,24,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Agriculture, forestry, & fishing support services",2,total,A2508,72,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Mining,1,total,A2508,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Manufacturing,1,total,A2508,969,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Food, beverage, & tobacco",2,total,A2508,252,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Textile, clothing, footwear, & leather",2,total,A2508,36,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Wood & paper product,2,total,A2508,90,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Printing, publishing, & recorded media",2,total,A2508,9,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Petroleum, coal, chemical, & associated product",2,total,A2508,72,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Non-metallic mineral product,2,total,A2508,36,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Metal product,2,total,A2508,165,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Transport and industrial machinery & equipment,2,total,A2508,174,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other machinery & equipment,2,total,A2508,57,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other manufacturing,2,total,A2508,72,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Electricity, gas, water, & waste services",1,total,A2508,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Construction,1,total,A2508,540,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Wholesale trade,1,total,A2508,489,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Machinery & equipment wholesaling,2,total,A2508,192,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other wholesale trade,2,total,A2508,294,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Retail trade,1,total,A2508,936,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Accommodation & food services,1,total,A2508,600,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Transport, postal, & warehousing",1,total,A2508,189,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Information media & telecommunications,1,total,A2508,69,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Publishing,2,total,A2508,27,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Motion picture,2,total,A2508,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Telecommunications,2,total,A2508,27,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Financial & insurance services,1,total,A2508,69,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Finance,2,total,A2508,33,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Insurance,2,total,A2508,3,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Auxiliary,2,total,A2508,36,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Rental, hiring, & real estate services",1,total,A2508,123,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,"Professional, scientific, & technical services",1,total,A2508,729,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Computer systems design,2,total,A2508,162,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other professional scientific,2,total,A2508,567,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Administrative & support services,1,total,A2508,237,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Education & training,1,total,A2508,153,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Health care & social assistance,1,total,A2508,483,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Arts & recreation services,1,total,A2508,78,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,Other services,1,total,A2508,243,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: more difficult to introduce new technologies or work practices,total,0,total,A2508,6273,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,619 employees,A2509,5988,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,2049 employees,A2509,1659,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,5099 employees,A2509,468,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,100+ employees,A2509,444,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Agriculture, forestry, & fishing",1,total,A2509,600,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Agriculture,2,total,A2509,414,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Commercial fishing,2,total,A2509,12,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Forestry & logging,2,total,A2509,21,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Agriculture, forestry, & fishing support services",2,total,A2509,153,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Mining,1,total,A2509,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Manufacturing,1,total,A2509,909,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Food, beverage, & tobacco",2,total,A2509,237,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Textile, clothing, footwear, & leather",2,total,A2509,42,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Wood & paper product,2,total,A2509,69,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Printing, publishing, & recorded media",2,total,A2509,9,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Petroleum, coal, chemical, & associated product",2,total,A2509,72,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Non-metallic mineral product,2,total,A2509,33,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Metal product,2,total,A2509,225,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Transport and industrial machinery & equipment,2,total,A2509,123,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Other machinery & equipment,2,total,A2509,45,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Other manufacturing,2,total,A2509,54,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Electricity, gas, water, & waste services",1,total,A2509,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Construction,1,total,A2509,1056,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Wholesale trade,1,total,A2509,342,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Machinery & equipment wholesaling,2,total,A2509,141,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Other wholesale trade,2,total,A2509,201,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Retail trade,1,total,A2509,981,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Accommodation & food services,1,total,A2509,1740,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Transport, postal, & warehousing",1,total,A2509,273,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Information media & telecommunications,1,total,A2509,42,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Publishing,2,total,A2509,18,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Motion picture,2,total,A2509,6,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Telecommunications,2,total,A2509,15,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Financial & insurance services,1,total,A2509,54,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Finance,2,total,A2509,21,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Insurance,2,total,A2509,6,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Auxiliary,2,total,A2509,30,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Rental, hiring, & real estate services",1,total,A2509,114,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,"Professional, scientific, & technical services",1,total,A2509,498,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Computer systems design,2,total,A2509,90,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Other professional scientific,2,total,A2509,411,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Administrative & support services,1,total,A2509,339,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Education & training,1,total,A2509,207,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Health care & social assistance,1,total,A2509,936,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Arts & recreation services,1,total,A2509,105,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,Other services,1,total,A2509,300,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: other negative impacts,total,0,total,A2509,8559,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,619 employees,A2510,9270,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,2049 employees,A2510,1320,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,5099 employees,A2510,303,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,100+ employees,A2510,216,,Number of businesses,1 and 2 and 3 and 4 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Agriculture, forestry, & fishing",1,total,A2510,1302,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Agriculture,2,total,A2510,849,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Commercial fishing,2,total,A2510,33,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Forestry & logging,2,total,A2510,138,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Agriculture, forestry, & fishing support services",2,total,A2510,282,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Mining,1,total,A2510,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Manufacturing,1,total,A2510,1200,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Food, beverage, & tobacco",2,total,A2510,219,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Textile, clothing, footwear, & leather",2,total,A2510,69,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Wood & paper product,2,total,A2510,132,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Printing, publishing, & recorded media",2,total,A2510,87,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Petroleum, coal, chemical, & associated product",2,total,A2510,123,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Non-metallic mineral product,2,total,A2510,33,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Metal product,2,total,A2510,159,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Transport and industrial machinery & equipment,2,total,A2510,228,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Other machinery & equipment,2,total,A2510,57,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Other manufacturing,2,total,A2510,90,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Electricity, gas, water, & waste services",1,total,A2510,57,,Number of businesses,1 and 2 and 3 and 5 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Construction,1,total,A2510,1761,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Wholesale trade,1,total,A2510,1056,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Machinery & equipment wholesaling,2,total,A2510,267,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Other wholesale trade,2,total,A2510,786,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Retail trade,1,total,A2510,1041,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Accommodation & food services,1,total,A2510,633,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Transport, postal, & warehousing",1,total,A2510,345,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Information media & telecommunications,1,total,A2510,144,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Publishing,2,total,A2510,66,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Motion picture,2,total,A2510,48,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Telecommunications,2,total,A2510,27,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Financial & insurance services,1,total,A2510,225,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Finance,2,total,A2510,84,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Insurance,2,total,A2510,9,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Auxiliary,2,total,A2510,135,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Rental, hiring, & real estate services",1,total,A2510,438,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,"Professional, scientific, & technical services",1,total,A2510,1266,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Computer systems design,2,total,A2510,345,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Other professional scientific,2,total,A2510,924,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Administrative & support services,1,total,A2510,402,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Education & training,1,total,A2510,252,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Health care & social assistance,1,total,A2510,498,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Arts & recreation services,1,total,A2510,168,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,Other services,1,total,A2510,282,,Number of businesses,1 and 2 and 3 and 6 -Recruitment difficulties or skilled gaps impact: No negative impacts,total,0,total,A2510,11109,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,total,0,619 employees,A2600.01,25758,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 0%,total,0,2049 employees,A2600.01,6741,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 0%,total,0,5099 employees,A2600.01,1863,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 0%,total,0,100+ employees,A2600.01,1236,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Agriculture, forestry, & fishing",1,total,A2600.01,2823,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Agriculture,2,total,A2600.01,1992,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Commercial fishing,2,total,A2600.01,39,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Forestry & logging,2,total,A2600.01,177,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Agriculture, forestry, & fishing support services",2,total,A2600.01,618,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Mining,1,total,A2600.01,93,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 0%,Manufacturing,1,total,A2600.01,3888,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Food, beverage, & tobacco",2,total,A2600.01,810,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Textile, clothing, footwear, & leather",2,total,A2600.01,195,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Wood & paper product,2,total,A2600.01,366,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Printing, publishing, & recorded media",2,total,A2600.01,168,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Petroleum, coal, chemical, & associated product",2,total,A2600.01,327,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Non-metallic mineral product,2,total,A2600.01,159,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Metal product,2,total,A2600.01,690,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Transport and industrial machinery & equipment,2,total,A2600.01,696,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Other machinery & equipment,2,total,A2600.01,174,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Other manufacturing,2,total,A2600.01,303,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Electricity, gas, water, & waste services",1,total,A2600.01,135,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 0%,Construction,1,total,A2600.01,5319,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Wholesale trade,1,total,A2600.01,2613,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Machinery & equipment wholesaling,2,total,A2600.01,858,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Other wholesale trade,2,total,A2600.01,1755,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Retail trade,1,total,A2600.01,3723,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Accommodation & food services,1,total,A2600.01,4143,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Transport, postal, & warehousing",1,total,A2600.01,1188,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Information media & telecommunications,1,total,A2600.01,357,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Publishing,2,total,A2600.01,141,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Motion picture,2,total,A2600.01,111,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Telecommunications,2,total,A2600.01,102,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Financial & insurance services,1,total,A2600.01,597,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Finance,2,total,A2600.01,168,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Insurance,2,total,A2600.01,30,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Auxiliary,2,total,A2600.01,402,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Rental, hiring, & real estate services",1,total,A2600.01,828,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,"Professional, scientific, & technical services",1,total,A2600.01,4620,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Computer systems design,2,total,A2600.01,864,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Other professional scientific,2,total,A2600.01,3759,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Administrative & support services,1,total,A2600.01,1392,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Education & training,1,total,A2600.01,816,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Health care & social assistance,1,total,A2600.01,1737,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Arts & recreation services,1,total,A2600.01,450,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,Other services,1,total,A2600.01,867,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 0%,total,0,total,A2600.01,35601,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,619 employees,A2600.02,174,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,2049 employees,A2600.02,195,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,5099 employees,A2600.02,171,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,100+ employees,A2600.02,273,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Agriculture, forestry, & fishing",1,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Agriculture,2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Commercial fishing,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Forestry & logging,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Agriculture, forestry, & fishing support services",2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Mining,1,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Manufacturing,1,total,A2600.02,180,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Food, beverage, & tobacco",2,total,A2600.02,36,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Textile, clothing, footwear, & leather",2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Wood & paper product,2,total,A2600.02,36,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Printing, publishing, & recorded media",2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Petroleum, coal, chemical, & associated product",2,total,A2600.02,24,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Non-metallic mineral product,2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Metal product,2,total,A2600.02,33,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Transport and industrial machinery & equipment,2,total,A2600.02,24,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Other machinery & equipment,2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Other manufacturing,2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Electricity, gas, water, & waste services",1,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Construction,1,total,A2600.02,30,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Wholesale trade,1,total,A2600.02,72,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Machinery & equipment wholesaling,2,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Other wholesale trade,2,total,A2600.02,63,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Retail trade,1,total,A2600.02,72,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Accommodation & food services,1,total,A2600.02,87,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Transport, postal, & warehousing",1,total,A2600.02,24,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Information media & telecommunications,1,total,A2600.02,9,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Publishing,2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Motion picture,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Telecommunications,2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Financial & insurance services,1,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Finance,2,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Insurance,2,total,A2600.02,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Auxiliary,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Rental, hiring, & real estate services",1,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,"Professional, scientific, & technical services",1,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Computer systems design,2,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Other professional scientific,2,total,A2600.02,12,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Administrative & support services,1,total,A2600.02,42,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Education & training,1,total,A2600.02,39,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Health care & social assistance,1,total,A2600.02,201,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Arts & recreation services,1,total,A2600.02,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,Other services,1,total,A2600.02,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 1 - 10%,total,0,total,A2600.02,807,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,619 employees,A2600.03,333,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,2049 employees,A2600.03,222,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,5099 employees,A2600.03,108,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,100+ employees,A2600.03,243,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Agriculture, forestry, & fishing",1,total,A2600.03,12,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Agriculture,2,total,A2600.03,12,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Commercial fishing,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Forestry & logging,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Agriculture, forestry, & fishing support services",2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Mining,1,total,A2600.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Manufacturing,1,total,A2600.03,195,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Food, beverage, & tobacco",2,total,A2600.03,75,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Textile, clothing, footwear, & leather",2,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Wood & paper product,2,total,A2600.03,27,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Printing, publishing, & recorded media",2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Petroleum, coal, chemical, & associated product",2,total,A2600.03,42,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Non-metallic mineral product,2,total,A2600.03,9,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Metal product,2,total,A2600.03,21,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Transport and industrial machinery & equipment,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Other machinery & equipment,2,total,A2600.03,9,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Other manufacturing,2,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Electricity, gas, water, & waste services",1,total,A2600.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Construction,1,total,A2600.03,12,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Wholesale trade,1,total,A2600.03,18,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Machinery & equipment wholesaling,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Other wholesale trade,2,total,A2600.03,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Retail trade,1,total,A2600.03,69,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Accommodation & food services,1,total,A2600.03,117,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Transport, postal, & warehousing",1,total,A2600.03,30,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Information media & telecommunications,1,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Publishing,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Motion picture,2,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Telecommunications,2,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Financial & insurance services,1,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Finance,2,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Insurance,2,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Auxiliary,2,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Rental, hiring, & real estate services",1,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,"Professional, scientific, & technical services",1,total,A2600.03,9,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Computer systems design,2,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Other professional scientific,2,total,A2600.03,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Administrative & support services,1,total,A2600.03,33,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Education & training,1,total,A2600.03,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Health care & social assistance,1,total,A2600.03,348,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Arts & recreation services,1,total,A2600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,Other services,1,total,A2600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 11 - 50%,total,0,total,A2600.03,906,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,619 employees,A2600.04,564,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,2049 employees,A2600.04,105,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,5099 employees,A2600.04,66,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,100+ employees,A2600.04,129,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Agriculture, forestry, & fishing",1,total,A2600.04,24,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Agriculture,2,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Commercial fishing,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Forestry & logging,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Agriculture, forestry, & fishing support services",2,total,A2600.04,18,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Mining,1,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Manufacturing,1,total,A2600.04,132,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Food, beverage, & tobacco",2,total,A2600.04,30,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Textile, clothing, footwear, & leather",2,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Wood & paper product,2,total,A2600.04,27,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Printing, publishing, & recorded media",2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Petroleum, coal, chemical, & associated product",2,total,A2600.04,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Non-metallic mineral product,2,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Metal product,2,total,A2600.04,36,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Transport and industrial machinery & equipment,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Other machinery & equipment,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Other manufacturing,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Electricity, gas, water, & waste services",1,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Construction,1,total,A2600.04,51,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Wholesale trade,1,total,A2600.04,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Machinery & equipment wholesaling,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Other wholesale trade,2,total,A2600.04,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Retail trade,1,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Accommodation & food services,1,total,A2600.04,300,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Transport, postal, & warehousing",1,total,A2600.04,36,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Information media & telecommunications,1,total,A2600.04,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Publishing,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Motion picture,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Telecommunications,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Financial & insurance services,1,total,A2600.04,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Finance,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Insurance,2,total,A2600.04,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Auxiliary,2,total,A2600.04,12,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Rental, hiring, & real estate services",1,total,A2600.04,18,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,"Professional, scientific, & technical services",1,total,A2600.04,24,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Computer systems design,2,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Other professional scientific,2,total,A2600.04,27,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Administrative & support services,1,total,A2600.04,57,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Education & training,1,total,A2600.04,66,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Health care & social assistance,1,total,A2600.04,105,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Arts & recreation services,1,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,Other services,1,total,A2600.04,0,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 51 - 90%,total,0,total,A2600.04,867,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,619 employees,A2600.05,5307,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,2049 employees,A2600.05,888,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,5099 employees,A2600.05,183,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,100+ employees,A2600.05,120,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Agriculture, forestry, & fishing",1,total,A2600.05,585,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Agriculture,2,total,A2600.05,225,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Commercial fishing,2,total,A2600.05,12,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Forestry & logging,2,total,A2600.05,60,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Agriculture, forestry, & fishing support services",2,total,A2600.05,291,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Mining,1,total,A2600.05,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Manufacturing,1,total,A2600.05,660,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Food, beverage, & tobacco",2,total,A2600.05,138,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Textile, clothing, footwear, & leather",2,total,A2600.05,24,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Wood & paper product,2,total,A2600.05,60,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Printing, publishing, & recorded media",2,total,A2600.05,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Petroleum, coal, chemical, & associated product",2,total,A2600.05,21,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Non-metallic mineral product,2,total,A2600.05,27,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Metal product,2,total,A2600.05,132,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Transport and industrial machinery & equipment,2,total,A2600.05,162,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Other machinery & equipment,2,total,A2600.05,39,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Other manufacturing,2,total,A2600.05,39,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Electricity, gas, water, & waste services",1,total,A2600.05,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Construction,1,total,A2600.05,1380,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Wholesale trade,1,total,A2600.05,348,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Machinery & equipment wholesaling,2,total,A2600.05,66,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Other wholesale trade,2,total,A2600.05,282,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Retail trade,1,total,A2600.05,663,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Accommodation & food services,1,total,A2600.05,1020,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Transport, postal, & warehousing",1,total,A2600.05,189,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Information media & telecommunications,1,total,A2600.05,45,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Publishing,2,total,A2600.05,18,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Motion picture,2,total,A2600.05,21,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Telecommunications,2,total,A2600.05,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Financial & insurance services,1,total,A2600.05,27,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Finance,2,total,A2600.05,9,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Insurance,2,total,A2600.05,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Auxiliary,2,total,A2600.05,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Rental, hiring, & real estate services",1,total,A2600.05,105,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,"Professional, scientific, & technical services",1,total,A2600.05,333,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Computer systems design,2,total,A2600.05,48,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Other professional scientific,2,total,A2600.05,288,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Administrative & support services,1,total,A2600.05,189,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Education & training,1,total,A2600.05,144,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Health care & social assistance,1,total,A2600.05,258,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Arts & recreation services,1,total,A2600.05,78,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,Other services,1,total,A2600.05,414,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: 91 - 100%,total,0,total,A2600.05,6495,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,total,0,619 employees,A2600.06,3426,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: Don't know,total,0,2049 employees,A2600.06,633,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: Don't know,total,0,5099 employees,A2600.06,141,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: Don't know,total,0,100+ employees,A2600.06,108,,Number of businesses,1 and 2 and 3 and 4 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Agriculture, forestry, & fishing",1,total,A2600.06,309,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Agriculture,2,total,A2600.06,216,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Commercial fishing,2,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Forestry & logging,2,total,A2600.06,21,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Agriculture, forestry, & fishing support services",2,total,A2600.06,66,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Mining,1,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Manufacturing,1,total,A2600.06,360,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Food, beverage, & tobacco",2,total,A2600.06,141,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Textile, clothing, footwear, & leather",2,total,A2600.06,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Wood & paper product,2,total,A2600.06,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Printing, publishing, & recorded media",2,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2600.06,21,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Non-metallic mineral product,2,total,A2600.06,6,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Metal product,2,total,A2600.06,87,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Transport and industrial machinery & equipment,2,total,A2600.06,54,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Other machinery & equipment,2,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Other manufacturing,2,total,A2600.06,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Electricity, gas, water, & waste services",1,total,A2600.06,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Construction,1,total,A2600.06,648,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Wholesale trade,1,total,A2600.06,165,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Machinery & equipment wholesaling,2,total,A2600.06,18,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Other wholesale trade,2,total,A2600.06,144,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Retail trade,1,total,A2600.06,543,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Accommodation & food services,1,total,A2600.06,1104,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Transport, postal, & warehousing",1,total,A2600.06,207,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Information media & telecommunications,1,total,A2600.06,39,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Publishing,2,total,A2600.06,24,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Motion picture,2,total,A2600.06,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Telecommunications,2,total,A2600.06,9,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Financial & insurance services,1,total,A2600.06,33,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Finance,2,total,A2600.06,15,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Insurance,2,total,A2600.06,3,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Auxiliary,2,total,A2600.06,18,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Rental, hiring, & real estate services",1,total,A2600.06,87,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,"Professional, scientific, & technical services",1,total,A2600.06,189,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Computer systems design,2,total,A2600.06,75,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Other professional scientific,2,total,A2600.06,120,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Administrative & support services,1,total,A2600.06,129,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Education & training,1,total,A2600.06,105,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Health care & social assistance,1,total,A2600.06,243,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Arts & recreation services,1,total,A2600.06,24,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,Other services,1,total,A2600.06,96,,Number of businesses,1 and 2 and 3 and 6 -Percentage of employees covered by collective employee agreement: Don't know,total,0,total,A2600.06,4305,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,total,0,619 employees,A2701,27864,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: local area,total,0,2049 employees,A2701,6879,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: local area,total,0,5099 employees,A2701,1830,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: local area,total,0,100+ employees,A2701,1515,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: local area,"Agriculture, forestry, & fishing",1,total,A2701,1824,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Agriculture,2,total,A2701,792,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Commercial fishing,2,total,A2701,21,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Forestry & logging,2,total,A2701,198,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,"Agriculture, forestry, & fishing support services",2,total,A2701,813,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Mining,1,total,A2701,69,,Number of businesses,1 and 2 and 3 and 5 and 6 -Location of business's main competitors: local area,Manufacturing,1,total,A2701,3219,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,"Food, beverage, & tobacco",2,total,A2701,702,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,"Textile, clothing, footwear, & leather",2,total,A2701,126,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Wood & paper product,2,total,A2701,312,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,"Printing, publishing, & recorded media",2,total,A2701,144,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,"Petroleum, coal, chemical, & associated product",2,total,A2701,216,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Non-metallic mineral product,2,total,A2701,150,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Metal product,2,total,A2701,654,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Transport and industrial machinery & equipment,2,total,A2701,588,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Other machinery & equipment,2,total,A2701,105,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Other manufacturing,2,total,A2701,222,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,"Electricity, gas, water, & waste services",1,total,A2701,135,,Number of businesses,1 and 2 and 3 and 5 and 6 -Location of business's main competitors: local area,Construction,1,total,A2701,7197,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Wholesale trade,1,total,A2701,2145,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Machinery & equipment wholesaling,2,total,A2701,699,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Other wholesale trade,2,total,A2701,1443,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Retail trade,1,total,A2701,4524,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Accommodation & food services,1,total,A2701,5985,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,"Transport, postal, & warehousing",1,total,A2701,1389,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Information media & telecommunications,1,total,A2701,240,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Publishing,2,total,A2701,72,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Motion picture,2,total,A2701,99,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Telecommunications,2,total,A2701,66,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Financial & insurance services,1,total,A2701,474,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Finance,2,total,A2701,132,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Insurance,2,total,A2701,24,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Auxiliary,2,total,A2701,321,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,"Rental, hiring, & real estate services",1,total,A2701,798,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,"Professional, scientific, & technical services",1,total,A2701,3717,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Computer systems design,2,total,A2701,453,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Other professional scientific,2,total,A2701,3267,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Administrative & support services,1,total,A2701,1386,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Education & training,1,total,A2701,987,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Health care & social assistance,1,total,A2701,2337,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Arts & recreation services,1,total,A2701,405,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,Other services,1,total,A2701,1254,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: local area,total,0,total,A2701,38088,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,total,0,619 employees,A2702,10719,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: elsewhere in New Zealand,total,0,2049 employees,A2702,3138,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: elsewhere in New Zealand,total,0,5099 employees,A2702,1182,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: elsewhere in New Zealand,total,0,100+ employees,A2702,1083,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Agriculture, forestry, & fishing",1,total,A2702,1224,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Agriculture,2,total,A2702,915,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Commercial fishing,2,total,A2702,33,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Forestry & logging,2,total,A2702,81,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Agriculture, forestry, & fishing support services",2,total,A2702,195,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Mining,1,total,A2702,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Location of business's main competitors: elsewhere in New Zealand,Manufacturing,1,total,A2702,3129,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Food, beverage, & tobacco",2,total,A2702,729,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Textile, clothing, footwear, & leather",2,total,A2702,159,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Wood & paper product,2,total,A2702,288,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Printing, publishing, & recorded media",2,total,A2702,105,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Petroleum, coal, chemical, & associated product",2,total,A2702,321,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Non-metallic mineral product,2,total,A2702,99,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Metal product,2,total,A2702,525,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Transport and industrial machinery & equipment,2,total,A2702,552,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Other machinery & equipment,2,total,A2702,138,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Other manufacturing,2,total,A2702,210,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Electricity, gas, water, & waste services",1,total,A2702,75,,Number of businesses,1 and 2 and 3 and 5 and 6 -Location of business's main competitors: elsewhere in New Zealand,Construction,1,total,A2702,1263,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Wholesale trade,1,total,A2702,2106,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Machinery & equipment wholesaling,2,total,A2702,666,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Other wholesale trade,2,total,A2702,1437,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Retail trade,1,total,A2702,1788,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Accommodation & food services,1,total,A2702,498,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Transport, postal, & warehousing",1,total,A2702,606,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Information media & telecommunications,1,total,A2702,222,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Publishing,2,total,A2702,84,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Motion picture,2,total,A2702,51,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Telecommunications,2,total,A2702,84,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Financial & insurance services,1,total,A2702,411,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Finance,2,total,A2702,105,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Insurance,2,total,A2702,33,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Auxiliary,2,total,A2702,276,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Rental, hiring, & real estate services",1,total,A2702,354,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,"Professional, scientific, & technical services",1,total,A2702,2346,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Computer systems design,2,total,A2702,537,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Other professional scientific,2,total,A2702,1809,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Administrative & support services,1,total,A2702,741,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Education & training,1,total,A2702,303,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Health care & social assistance,1,total,A2702,516,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Arts & recreation services,1,total,A2702,162,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,Other services,1,total,A2702,336,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: elsewhere in New Zealand,total,0,total,A2702,16122,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,total,0,619 employees,A2703,2985,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: overseas,total,0,2049 employees,A2703,1140,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: overseas,total,0,5099 employees,A2703,459,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: overseas,total,0,100+ employees,A2703,378,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: overseas,"Agriculture, forestry, & fishing",1,total,A2703,534,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Agriculture,2,total,A2703,492,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Commercial fishing,2,total,A2703,6,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Forestry & logging,2,total,A2703,18,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,"Agriculture, forestry, & fishing support services",2,total,A2703,24,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Mining,1,total,A2703,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Location of business's main competitors: overseas,Manufacturing,1,total,A2703,1230,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,"Food, beverage, & tobacco",2,total,A2703,348,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,"Textile, clothing, footwear, & leather",2,total,A2703,81,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Wood & paper product,2,total,A2703,54,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,"Printing, publishing, & recorded media",2,total,A2703,51,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,"Petroleum, coal, chemical, & associated product",2,total,A2703,150,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Non-metallic mineral product,2,total,A2703,21,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Metal product,2,total,A2703,141,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Transport and industrial machinery & equipment,2,total,A2703,189,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Other machinery & equipment,2,total,A2703,87,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Other manufacturing,2,total,A2703,111,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,"Electricity, gas, water, & waste services",1,total,A2703,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Location of business's main competitors: overseas,Construction,1,total,A2703,150,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Wholesale trade,1,total,A2703,756,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Machinery & equipment wholesaling,2,total,A2703,219,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Other wholesale trade,2,total,A2703,534,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Retail trade,1,total,A2703,348,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Accommodation & food services,1,total,A2703,87,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,"Transport, postal, & warehousing",1,total,A2703,147,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Information media & telecommunications,1,total,A2703,177,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Publishing,2,total,A2703,96,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Motion picture,2,total,A2703,36,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Telecommunications,2,total,A2703,39,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Financial & insurance services,1,total,A2703,84,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Finance,2,total,A2703,21,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Insurance,2,total,A2703,6,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Auxiliary,2,total,A2703,57,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,"Rental, hiring, & real estate services",1,total,A2703,45,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,"Professional, scientific, & technical services",1,total,A2703,948,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Computer systems design,2,total,A2703,519,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Other professional scientific,2,total,A2703,429,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Administrative & support services,1,total,A2703,189,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Education & training,1,total,A2703,75,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Health care & social assistance,1,total,A2703,111,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Arts & recreation services,1,total,A2703,24,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,Other services,1,total,A2703,27,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: overseas,total,0,total,A2703,4965,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,total,0,619 employees,A2704,2271,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: captive market or no effective competition,total,0,2049 employees,A2704,333,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: captive market or no effective competition,total,0,5099 employees,A2704,105,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: captive market or no effective competition,total,0,100+ employees,A2704,69,,Number of businesses,1 and 2 and 3 and 4 and 6 -Location of business's main competitors: captive market or no effective competition,"Agriculture, forestry, & fishing",1,total,A2704,936,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Agriculture,2,total,A2704,822,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Commercial fishing,2,total,A2704,12,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Forestry & logging,2,total,A2704,36,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,"Agriculture, forestry, & fishing support services",2,total,A2704,66,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Mining,1,total,A2704,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Location of business's main competitors: captive market or no effective competition,Manufacturing,1,total,A2704,171,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,"Food, beverage, & tobacco",2,total,A2704,60,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,"Textile, clothing, footwear, & leather",2,total,A2704,3,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Wood & paper product,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,"Printing, publishing, & recorded media",2,total,A2704,12,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,"Petroleum, coal, chemical, & associated product",2,total,A2704,15,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Non-metallic mineral product,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Metal product,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Transport and industrial machinery & equipment,2,total,A2704,21,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Other machinery & equipment,2,total,A2704,12,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Other manufacturing,2,total,A2704,33,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,"Electricity, gas, water, & waste services",1,total,A2704,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Location of business's main competitors: captive market or no effective competition,Construction,1,total,A2704,21,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Wholesale trade,1,total,A2704,69,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Machinery & equipment wholesaling,2,total,A2704,30,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Other wholesale trade,2,total,A2704,39,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Retail trade,1,total,A2704,18,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Accommodation & food services,1,total,A2704,462,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,"Transport, postal, & warehousing",1,total,A2704,93,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Information media & telecommunications,1,total,A2704,30,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Publishing,2,total,A2704,9,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Motion picture,2,total,A2704,9,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Telecommunications,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Financial & insurance services,1,total,A2704,30,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Finance,2,total,A2704,27,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Insurance,2,total,A2704,0,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Auxiliary,2,total,A2704,6,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,"Rental, hiring, & real estate services",1,total,A2704,84,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,"Professional, scientific, & technical services",1,total,A2704,282,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Computer systems design,2,total,A2704,51,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Other professional scientific,2,total,A2704,234,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Administrative & support services,1,total,A2704,135,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Education & training,1,total,A2704,45,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Health care & social assistance,1,total,A2704,288,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Arts & recreation services,1,total,A2704,45,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,Other services,1,total,A2704,21,,Number of businesses,1 and 2 and 3 and 6 -Location of business's main competitors: captive market or no effective competition,total,0,total,A2704,2778,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,total,0,619 employees,A2800.01,6327,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: one or two,total,0,2049 employees,A2800.01,1311,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: one or two,total,0,5099 employees,A2800.01,378,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: one or two,total,0,100+ employees,A2800.01,285,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: one or two,"Agriculture, forestry, & fishing",1,total,A2800.01,378,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Agriculture,2,total,A2800.01,126,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Commercial fishing,2,total,A2800.01,18,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Forestry & logging,2,total,A2800.01,27,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,"Agriculture, forestry, & fishing support services",2,total,A2800.01,207,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Mining,1,total,A2800.01,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -Number of competitors: one or two,Manufacturing,1,total,A2800.01,1086,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,"Food, beverage, & tobacco",2,total,A2800.01,186,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,"Textile, clothing, footwear, & leather",2,total,A2800.01,54,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Wood & paper product,2,total,A2800.01,102,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,"Printing, publishing, & recorded media",2,total,A2800.01,45,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,"Petroleum, coal, chemical, & associated product",2,total,A2800.01,96,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Non-metallic mineral product,2,total,A2800.01,54,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Metal product,2,total,A2800.01,249,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Transport and industrial machinery & equipment,2,total,A2800.01,192,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Other machinery & equipment,2,total,A2800.01,48,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Other manufacturing,2,total,A2800.01,63,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,"Electricity, gas, water, & waste services",1,total,A2800.01,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -Number of competitors: one or two,Construction,1,total,A2800.01,1062,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Wholesale trade,1,total,A2800.01,483,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Machinery & equipment wholesaling,2,total,A2800.01,177,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Other wholesale trade,2,total,A2800.01,306,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Retail trade,1,total,A2800.01,681,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Accommodation & food services,1,total,A2800.01,1413,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,"Transport, postal, & warehousing",1,total,A2800.01,354,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Information media & telecommunications,1,total,A2800.01,120,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Publishing,2,total,A2800.01,54,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Motion picture,2,total,A2800.01,42,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Telecommunications,2,total,A2800.01,21,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Financial & insurance services,1,total,A2800.01,60,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Finance,2,total,A2800.01,12,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Insurance,2,total,A2800.01,6,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Auxiliary,2,total,A2800.01,42,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,"Rental, hiring, & real estate services",1,total,A2800.01,156,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,"Professional, scientific, & technical services",1,total,A2800.01,666,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Computer systems design,2,total,A2800.01,165,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Other professional scientific,2,total,A2800.01,504,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Administrative & support services,1,total,A2800.01,222,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Education & training,1,total,A2800.01,207,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Health care & social assistance,1,total,A2800.01,636,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Arts & recreation services,1,total,A2800.01,174,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,Other services,1,total,A2800.01,507,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: one or two,total,0,total,A2800.01,8301,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",total,0,619 employees,A2800.02,18873,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Number of competitors: many, several dominant",total,0,2049 employees,A2800.02,4881,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Number of competitors: many, several dominant",total,0,5099 employees,A2800.02,1515,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Number of competitors: many, several dominant",total,0,100+ employees,A2800.02,1362,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Number of competitors: many, several dominant","Agriculture, forestry, & fishing",1,total,A2800.02,1431,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Agriculture,2,total,A2800.02,879,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Commercial fishing,2,total,A2800.02,15,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Forestry & logging,2,total,A2800.02,117,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant","Agriculture, forestry, & fishing support services",2,total,A2800.02,423,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Mining,1,total,A2800.02,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Number of competitors: many, several dominant",Manufacturing,1,total,A2800.02,2949,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant","Food, beverage, & tobacco",2,total,A2800.02,753,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant","Textile, clothing, footwear, & leather",2,total,A2800.02,117,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Wood & paper product,2,total,A2800.02,351,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant","Printing, publishing, & recorded media",2,total,A2800.02,120,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant","Petroleum, coal, chemical, & associated product",2,total,A2800.02,219,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Non-metallic mineral product,2,total,A2800.02,105,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Metal product,2,total,A2800.02,489,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Transport and industrial machinery & equipment,2,total,A2800.02,507,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Other machinery & equipment,2,total,A2800.02,114,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Other manufacturing,2,total,A2800.02,174,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant","Electricity, gas, water, & waste services",1,total,A2800.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Number of competitors: many, several dominant",Construction,1,total,A2800.02,4416,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Wholesale trade,1,total,A2800.02,2163,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Machinery & equipment wholesaling,2,total,A2800.02,645,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Other wholesale trade,2,total,A2800.02,1518,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Retail trade,1,total,A2800.02,3468,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Accommodation & food services,1,total,A2800.02,3390,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant","Transport, postal, & warehousing",1,total,A2800.02,972,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Information media & telecommunications,1,total,A2800.02,240,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Publishing,2,total,A2800.02,93,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Motion picture,2,total,A2800.02,69,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Telecommunications,2,total,A2800.02,75,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Financial & insurance services,1,total,A2800.02,441,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Finance,2,total,A2800.02,120,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Insurance,2,total,A2800.02,30,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Auxiliary,2,total,A2800.02,294,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant","Rental, hiring, & real estate services",1,total,A2800.02,600,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant","Professional, scientific, & technical services",1,total,A2800.02,2790,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Computer systems design,2,total,A2800.02,552,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Other professional scientific,2,total,A2800.02,2241,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Administrative & support services,1,total,A2800.02,1008,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Education & training,1,total,A2800.02,576,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Health care & social assistance,1,total,A2800.02,1233,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Arts & recreation services,1,total,A2800.02,243,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",Other services,1,total,A2800.02,552,,Number of businesses,1 and 2 and 3 and 6 -"Number of competitors: many, several dominant",total,0,total,A2800.02,26634,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,total,0,619 employees,A2800.03,6588,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: many: None dominant,total,0,2049 employees,A2800.03,2076,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: many: None dominant,total,0,5099 employees,A2800.03,465,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: many: None dominant,total,0,100+ employees,A2800.03,336,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: many: None dominant,"Agriculture, forestry, & fishing",1,total,A2800.03,717,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Agriculture,2,total,A2800.03,402,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Commercial fishing,2,total,A2800.03,9,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Forestry & logging,2,total,A2800.03,69,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,"Agriculture, forestry, & fishing support services",2,total,A2800.03,240,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Mining,1,total,A2800.03,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Number of competitors: many: None dominant,Manufacturing,1,total,A2800.03,1041,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,"Food, beverage, & tobacco",2,total,A2800.03,195,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,"Textile, clothing, footwear, & leather",2,total,A2800.03,63,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Wood & paper product,2,total,A2800.03,57,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,"Printing, publishing, & recorded media",2,total,A2800.03,24,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,"Petroleum, coal, chemical, & associated product",2,total,A2800.03,99,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Non-metallic mineral product,2,total,A2800.03,45,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Metal product,2,total,A2800.03,243,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Transport and industrial machinery & equipment,2,total,A2800.03,183,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Other machinery & equipment,2,total,A2800.03,36,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Other manufacturing,2,total,A2800.03,96,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,"Electricity, gas, water, & waste services",1,total,A2800.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Number of competitors: many: None dominant,Construction,1,total,A2800.03,1467,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Wholesale trade,1,total,A2800.03,435,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Machinery & equipment wholesaling,2,total,A2800.03,96,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Other wholesale trade,2,total,A2800.03,336,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Retail trade,1,total,A2800.03,795,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Accommodation & food services,1,total,A2800.03,1365,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,"Transport, postal, & warehousing",1,total,A2800.03,204,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Information media & telecommunications,1,total,A2800.03,60,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Publishing,2,total,A2800.03,24,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Motion picture,2,total,A2800.03,21,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Telecommunications,2,total,A2800.03,12,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Financial & insurance services,1,total,A2800.03,132,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Finance,2,total,A2800.03,39,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Insurance,2,total,A2800.03,3,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Auxiliary,2,total,A2800.03,93,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,"Rental, hiring, & real estate services",1,total,A2800.03,186,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,"Professional, scientific, & technical services",1,total,A2800.03,1329,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Computer systems design,2,total,A2800.03,192,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Other professional scientific,2,total,A2800.03,1140,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Administrative & support services,1,total,A2800.03,396,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Education & training,1,total,A2800.03,336,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Health care & social assistance,1,total,A2800.03,627,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Arts & recreation services,1,total,A2800.03,90,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,Other services,1,total,A2800.03,252,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: many: None dominant,total,0,total,A2800.03,9465,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,total,0,619 employees,A2800.04,1470,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: Don't know,total,0,2049 employees,A2800.04,189,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: Don't know,total,0,5099 employees,A2800.04,66,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: Don't know,total,0,100+ employees,A2800.04,45,,Number of businesses,1 and 2 and 3 and 4 and 6 -Number of competitors: Don't know,"Agriculture, forestry, & fishing",1,total,A2800.04,291,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Agriculture,2,total,A2800.04,231,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Commercial fishing,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Forestry & logging,2,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,"Agriculture, forestry, & fishing support services",2,total,A2800.04,48,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Mining,1,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Number of competitors: Don't know,Manufacturing,1,total,A2800.04,159,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,"Food, beverage, & tobacco",2,total,A2800.04,36,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,"Textile, clothing, footwear, & leather",2,total,A2800.04,15,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Wood & paper product,2,total,A2800.04,6,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,"Printing, publishing, & recorded media",2,total,A2800.04,0,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2800.04,15,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Non-metallic mineral product,2,total,A2800.04,0,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Metal product,2,total,A2800.04,12,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Transport and industrial machinery & equipment,2,total,A2800.04,42,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Other machinery & equipment,2,total,A2800.04,24,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Other manufacturing,2,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,"Electricity, gas, water, & waste services",1,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Number of competitors: Don't know,Construction,1,total,A2800.04,474,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Wholesale trade,1,total,A2800.04,81,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Machinery & equipment wholesaling,2,total,A2800.04,6,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Other wholesale trade,2,total,A2800.04,75,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Retail trade,1,total,A2800.04,111,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Accommodation & food services,1,total,A2800.04,144,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,"Transport, postal, & warehousing",1,total,A2800.04,48,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Information media & telecommunications,1,total,A2800.04,12,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Publishing,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Motion picture,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Telecommunications,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Financial & insurance services,1,total,A2800.04,24,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Finance,2,total,A2800.04,12,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Insurance,2,total,A2800.04,3,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Auxiliary,2,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,"Rental, hiring, & real estate services",1,total,A2800.04,18,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,"Professional, scientific, & technical services",1,total,A2800.04,120,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Computer systems design,2,total,A2800.04,33,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Other professional scientific,2,total,A2800.04,87,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Administrative & support services,1,total,A2800.04,78,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Education & training,1,total,A2800.04,21,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Health care & social assistance,1,total,A2800.04,120,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Arts & recreation services,1,total,A2800.04,9,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,Other services,1,total,A2800.04,48,,Number of businesses,1 and 2 and 3 and 6 -Number of competitors: Don't know,total,0,total,A2800.04,1773,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,total,0,619 employees,A2901.01,4860,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs lower than competitors,total,0,2049 employees,A2901.01,951,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs lower than competitors,total,0,5099 employees,A2901.01,252,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs lower than competitors,total,0,100+ employees,A2901.01,198,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs lower than competitors,"Agriculture, forestry, & fishing",1,total,A2901.01,420,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Agriculture,2,total,A2901.01,258,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Commercial fishing,2,total,A2901.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Forestry & logging,2,total,A2901.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2901.01,135,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Mining,1,total,A2901.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Costs lower than competitors,Manufacturing,1,total,A2901.01,585,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,"Food, beverage, & tobacco",2,total,A2901.01,132,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2901.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Wood & paper product,2,total,A2901.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,"Printing, publishing, & recorded media",2,total,A2901.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2901.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Non-metallic mineral product,2,total,A2901.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Metal product,2,total,A2901.01,102,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Transport and industrial machinery & equipment,2,total,A2901.01,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Other machinery & equipment,2,total,A2901.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Other manufacturing,2,total,A2901.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,"Electricity, gas, water, & waste services",1,total,A2901.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Costs lower than competitors,Construction,1,total,A2901.01,918,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Wholesale trade,1,total,A2901.01,405,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Machinery & equipment wholesaling,2,total,A2901.01,123,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Other wholesale trade,2,total,A2901.01,282,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Retail trade,1,total,A2901.01,558,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Accommodation & food services,1,total,A2901.01,864,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,"Transport, postal, & warehousing",1,total,A2901.01,147,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Information media & telecommunications,1,total,A2901.01,102,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Publishing,2,total,A2901.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Motion picture,2,total,A2901.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Telecommunications,2,total,A2901.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Financial & insurance services,1,total,A2901.01,150,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Finance,2,total,A2901.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Insurance,2,total,A2901.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Auxiliary,2,total,A2901.01,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,"Rental, hiring, & real estate services",1,total,A2901.01,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,"Professional, scientific, & technical services",1,total,A2901.01,876,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Computer systems design,2,total,A2901.01,273,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Other professional scientific,2,total,A2901.01,606,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Administrative & support services,1,total,A2901.01,366,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Education & training,1,total,A2901.01,180,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Health care & social assistance,1,total,A2901.01,339,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Arts & recreation services,1,total,A2901.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,Other services,1,total,A2901.01,138,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs lower than competitors,total,0,total,A2901.01,6261,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,total,0,619 employees,A2901.02,18141,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs on par with competitors,total,0,2049 employees,A2901.02,4995,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs on par with competitors,total,0,5099 employees,A2901.02,1398,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs on par with competitors,total,0,100+ employees,A2901.02,1164,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs on par with competitors,"Agriculture, forestry, & fishing",1,total,A2901.02,1515,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Agriculture,2,total,A2901.02,801,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Commercial fishing,2,total,A2901.02,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Forestry & logging,2,total,A2901.02,147,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2901.02,543,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Mining,1,total,A2901.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Costs on par with competitors,Manufacturing,1,total,A2901.02,2775,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,"Food, beverage, & tobacco",2,total,A2901.02,486,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2901.02,99,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Wood & paper product,2,total,A2901.02,288,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,"Printing, publishing, & recorded media",2,total,A2901.02,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2901.02,255,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Non-metallic mineral product,2,total,A2901.02,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Metal product,2,total,A2901.02,552,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Transport and industrial machinery & equipment,2,total,A2901.02,567,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Other machinery & equipment,2,total,A2901.02,108,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Other manufacturing,2,total,A2901.02,195,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,"Electricity, gas, water, & waste services",1,total,A2901.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Costs on par with competitors,Construction,1,total,A2901.02,4443,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Wholesale trade,1,total,A2901.02,1854,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Machinery & equipment wholesaling,2,total,A2901.02,513,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Other wholesale trade,2,total,A2901.02,1338,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Retail trade,1,total,A2901.02,2520,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Accommodation & food services,1,total,A2901.02,3447,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,"Transport, postal, & warehousing",1,total,A2901.02,966,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Information media & telecommunications,1,total,A2901.02,204,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Publishing,2,total,A2901.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Motion picture,2,total,A2901.02,75,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Telecommunications,2,total,A2901.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Financial & insurance services,1,total,A2901.02,306,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Finance,2,total,A2901.02,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Insurance,2,total,A2901.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Auxiliary,2,total,A2901.02,207,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,"Rental, hiring, & real estate services",1,total,A2901.02,480,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,"Professional, scientific, & technical services",1,total,A2901.02,2778,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Computer systems design,2,total,A2901.02,387,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Other professional scientific,2,total,A2901.02,2394,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Administrative & support services,1,total,A2901.02,879,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Education & training,1,total,A2901.02,573,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Health care & social assistance,1,total,A2901.02,1683,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Arts & recreation services,1,total,A2901.02,279,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,Other services,1,total,A2901.02,825,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs on par with competitors,total,0,total,A2901.02,25698,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,total,0,619 employees,A2901.03,6510,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs higher than competitors,total,0,2049 employees,A2901.03,1698,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs higher than competitors,total,0,5099 employees,A2901.03,516,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs higher than competitors,total,0,100+ employees,A2901.03,459,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs higher than competitors,"Agriculture, forestry, & fishing",1,total,A2901.03,564,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Agriculture,2,total,A2901.03,411,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Commercial fishing,2,total,A2901.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Forestry & logging,2,total,A2901.03,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2901.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Mining,1,total,A2901.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Costs higher than competitors,Manufacturing,1,total,A2901.03,1152,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,"Food, beverage, & tobacco",2,total,A2901.03,384,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2901.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Wood & paper product,2,total,A2901.03,141,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,"Printing, publishing, & recorded media",2,total,A2901.03,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2901.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Non-metallic mineral product,2,total,A2901.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Metal product,2,total,A2901.03,180,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Transport and industrial machinery & equipment,2,total,A2901.03,108,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Other machinery & equipment,2,total,A2901.03,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Other manufacturing,2,total,A2901.03,75,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,"Electricity, gas, water, & waste services",1,total,A2901.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Costs higher than competitors,Construction,1,total,A2901.03,1254,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Wholesale trade,1,total,A2901.03,525,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Machinery & equipment wholesaling,2,total,A2901.03,150,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Other wholesale trade,2,total,A2901.03,375,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Retail trade,1,total,A2901.03,1437,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Accommodation & food services,1,total,A2901.03,1656,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,"Transport, postal, & warehousing",1,total,A2901.03,255,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Information media & telecommunications,1,total,A2901.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Publishing,2,total,A2901.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Motion picture,2,total,A2901.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Telecommunications,2,total,A2901.03,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Financial & insurance services,1,total,A2901.03,102,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Finance,2,total,A2901.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Insurance,2,total,A2901.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Auxiliary,2,total,A2901.03,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,"Rental, hiring, & real estate services",1,total,A2901.03,252,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,"Professional, scientific, & technical services",1,total,A2901.03,672,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Computer systems design,2,total,A2901.03,141,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Other professional scientific,2,total,A2901.03,534,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Administrative & support services,1,total,A2901.03,288,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Education & training,1,total,A2901.03,204,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Health care & social assistance,1,total,A2901.03,360,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Arts & recreation services,1,total,A2901.03,144,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,Other services,1,total,A2901.03,195,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs higher than competitors,total,0,total,A2901.03,9180,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,total,0,619 employees,A2901.04,3750,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs Don't know,total,0,2049 employees,A2901.04,825,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs Don't know,total,0,5099 employees,A2901.04,261,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs Don't know,total,0,100+ employees,A2901.04,204,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Costs Don't know,"Agriculture, forestry, & fishing",1,total,A2901.04,324,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Agriculture,2,total,A2901.04,165,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Commercial fishing,2,total,A2901.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Forestry & logging,2,total,A2901.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,"Agriculture, forestry, & fishing support services",2,total,A2901.04,129,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Mining,1,total,A2901.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Costs Don't know,Manufacturing,1,total,A2901.04,723,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,"Food, beverage, & tobacco",2,total,A2901.04,168,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,"Textile, clothing, footwear, & leather",2,total,A2901.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Wood & paper product,2,total,A2901.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,"Printing, publishing, & recorded media",2,total,A2901.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2901.04,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Non-metallic mineral product,2,total,A2901.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Metal product,2,total,A2901.04,159,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Transport and industrial machinery & equipment,2,total,A2901.04,138,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Other machinery & equipment,2,total,A2901.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Other manufacturing,2,total,A2901.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,"Electricity, gas, water, & waste services",1,total,A2901.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Costs Don't know,Construction,1,total,A2901.04,807,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Wholesale trade,1,total,A2901.04,378,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Machinery & equipment wholesaling,2,total,A2901.04,138,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Other wholesale trade,2,total,A2901.04,237,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Retail trade,1,total,A2901.04,537,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Accommodation & food services,1,total,A2901.04,345,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,"Transport, postal, & warehousing",1,total,A2901.04,213,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Information media & telecommunications,1,total,A2901.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Publishing,2,total,A2901.04,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Motion picture,2,total,A2901.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Telecommunications,2,total,A2901.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Financial & insurance services,1,total,A2901.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Finance,2,total,A2901.04,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Insurance,2,total,A2901.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Auxiliary,2,total,A2901.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,"Rental, hiring, & real estate services",1,total,A2901.04,117,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,"Professional, scientific, & technical services",1,total,A2901.04,579,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Computer systems design,2,total,A2901.04,141,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Other professional scientific,2,total,A2901.04,441,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Administrative & support services,1,total,A2901.04,171,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Education & training,1,total,A2901.04,183,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Health care & social assistance,1,total,A2901.04,231,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Arts & recreation services,1,total,A2901.04,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,Other services,1,total,A2901.04,201,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Costs Don't know,total,0,total,A2901.04,5040,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,total,0,619 employees,A2902.01,294,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality lower than competitors,total,0,2049 employees,A2902.01,21,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality lower than competitors,total,0,5099 employees,A2902.01,21,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality lower than competitors,total,0,100+ employees,A2902.01,6,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality lower than competitors,"Agriculture, forestry, & fishing",1,total,A2902.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Agriculture,2,total,A2902.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Commercial fishing,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Forestry & logging,2,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2902.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Mining,1,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Quality lower than competitors,Manufacturing,1,total,A2902.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,"Food, beverage, & tobacco",2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Wood & paper product,2,total,A2902.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,"Printing, publishing, & recorded media",2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2902.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Non-metallic mineral product,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Metal product,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Transport and industrial machinery & equipment,2,total,A2902.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Other machinery & equipment,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Other manufacturing,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,"Electricity, gas, water, & waste services",1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Quality lower than competitors,Construction,1,total,A2902.01,45,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Wholesale trade,1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Machinery & equipment wholesaling,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Other wholesale trade,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Retail trade,1,total,A2902.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Accommodation & food services,1,total,A2902.01,144,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,"Transport, postal, & warehousing",1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Information media & telecommunications,1,total,A2902.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Publishing,2,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Motion picture,2,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Telecommunications,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Financial & insurance services,1,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Finance,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Insurance,2,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Auxiliary,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,"Rental, hiring, & real estate services",1,total,A2902.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,"Professional, scientific, & technical services",1,total,A2902.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Computer systems design,2,total,A2902.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Other professional scientific,2,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Administrative & support services,1,total,A2902.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Education & training,1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Health care & social assistance,1,total,A2902.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Arts & recreation services,1,total,A2902.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,Other services,1,total,A2902.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality lower than competitors,total,0,total,A2902.01,342,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,total,0,619 employees,A2902.02,10542,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality on par with competitors,total,0,2049 employees,A2902.02,2625,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality on par with competitors,total,0,5099 employees,A2902.02,792,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality on par with competitors,total,0,100+ employees,A2902.02,732,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality on par with competitors,"Agriculture, forestry, & fishing",1,total,A2902.02,1119,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Agriculture,2,total,A2902.02,687,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Commercial fishing,2,total,A2902.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Forestry & logging,2,total,A2902.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2902.02,330,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Mining,1,total,A2902.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Quality on par with competitors,Manufacturing,1,total,A2902.02,1455,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,"Food, beverage, & tobacco",2,total,A2902.02,270,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2902.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Wood & paper product,2,total,A2902.02,180,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,"Printing, publishing, & recorded media",2,total,A2902.02,72,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2902.02,156,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Non-metallic mineral product,2,total,A2902.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Metal product,2,total,A2902.02,306,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Transport and industrial machinery & equipment,2,total,A2902.02,228,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Other machinery & equipment,2,total,A2902.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Other manufacturing,2,total,A2902.02,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,"Electricity, gas, water, & waste services",1,total,A2902.02,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Quality on par with competitors,Construction,1,total,A2902.02,1995,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Wholesale trade,1,total,A2902.02,1257,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Machinery & equipment wholesaling,2,total,A2902.02,381,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Other wholesale trade,2,total,A2902.02,876,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Retail trade,1,total,A2902.02,1749,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Accommodation & food services,1,total,A2902.02,2166,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,"Transport, postal, & warehousing",1,total,A2902.02,510,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Information media & telecommunications,1,total,A2902.02,114,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Publishing,2,total,A2902.02,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Motion picture,2,total,A2902.02,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Telecommunications,2,total,A2902.02,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Financial & insurance services,1,total,A2902.02,216,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Finance,2,total,A2902.02,78,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Insurance,2,total,A2902.02,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Auxiliary,2,total,A2902.02,117,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,"Rental, hiring, & real estate services",1,total,A2902.02,207,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,"Professional, scientific, & technical services",1,total,A2902.02,1716,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Computer systems design,2,total,A2902.02,246,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Other professional scientific,2,total,A2902.02,1470,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Administrative & support services,1,total,A2902.02,456,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Education & training,1,total,A2902.02,216,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Health care & social assistance,1,total,A2902.02,855,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Arts & recreation services,1,total,A2902.02,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,Other services,1,total,A2902.02,459,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality on par with competitors,total,0,total,A2902.02,14694,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,total,0,619 employees,A2902.03,20559,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality higher than competitors,total,0,2049 employees,A2902.03,5448,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality higher than competitors,total,0,5099 employees,A2902.03,1494,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality higher than competitors,total,0,100+ employees,A2902.03,1191,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality higher than competitors,"Agriculture, forestry, & fishing",1,total,A2902.03,1455,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Agriculture,2,total,A2902.03,819,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Commercial fishing,2,total,A2902.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Forestry & logging,2,total,A2902.03,114,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2902.03,498,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Mining,1,total,A2902.03,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Quality higher than competitors,Manufacturing,1,total,A2902.03,3438,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,"Food, beverage, & tobacco",2,total,A2902.03,810,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2902.03,162,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Wood & paper product,2,total,A2902.03,315,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,"Printing, publishing, & recorded media",2,total,A2902.03,108,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2902.03,228,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Non-metallic mineral product,2,total,A2902.03,126,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Metal product,2,total,A2902.03,645,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Transport and industrial machinery & equipment,2,total,A2902.03,627,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Other machinery & equipment,2,total,A2902.03,150,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Other manufacturing,2,total,A2902.03,267,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,"Electricity, gas, water, & waste services",1,total,A2902.03,126,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Quality higher than competitors,Construction,1,total,A2902.03,5013,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Wholesale trade,1,total,A2902.03,1734,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Machinery & equipment wholesaling,2,total,A2902.03,480,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Other wholesale trade,2,total,A2902.03,1251,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Retail trade,1,total,A2902.03,3120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Accommodation & food services,1,total,A2902.03,3822,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,"Transport, postal, & warehousing",1,total,A2902.03,1002,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Information media & telecommunications,1,total,A2902.03,279,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Publishing,2,total,A2902.03,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Motion picture,2,total,A2902.03,87,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Telecommunications,2,total,A2902.03,78,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Financial & insurance services,1,total,A2902.03,378,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Finance,2,total,A2902.03,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Insurance,2,total,A2902.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Auxiliary,2,total,A2902.03,282,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,"Rental, hiring, & real estate services",1,total,A2902.03,657,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,"Professional, scientific, & technical services",1,total,A2902.03,2889,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Computer systems design,2,total,A2902.03,615,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Other professional scientific,2,total,A2902.03,2280,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Administrative & support services,1,total,A2902.03,1137,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Education & training,1,total,A2902.03,795,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Health care & social assistance,1,total,A2902.03,1584,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Arts & recreation services,1,total,A2902.03,369,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,Other services,1,total,A2902.03,837,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality higher than competitors,total,0,total,A2902.03,28692,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,total,0,619 employees,A2902.04,1881,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality Don't know,total,0,2049 employees,A2902.04,366,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality Don't know,total,0,5099 employees,A2902.04,117,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality Don't know,total,0,100+ employees,A2902.04,99,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Quality Don't know,"Agriculture, forestry, & fishing",1,total,A2902.04,210,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Agriculture,2,total,A2902.04,117,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Commercial fishing,2,total,A2902.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Forestry & logging,2,total,A2902.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,"Agriculture, forestry, & fishing support services",2,total,A2902.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Mining,1,total,A2902.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Quality Don't know,Manufacturing,1,total,A2902.04,315,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,"Food, beverage, & tobacco",2,total,A2902.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,"Textile, clothing, footwear, & leather",2,total,A2902.04,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Wood & paper product,2,total,A2902.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,"Printing, publishing, & recorded media",2,total,A2902.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2902.04,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Non-metallic mineral product,2,total,A2902.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Metal product,2,total,A2902.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Transport and industrial machinery & equipment,2,total,A2902.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Other machinery & equipment,2,total,A2902.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Other manufacturing,2,total,A2902.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,"Electricity, gas, water, & waste services",1,total,A2902.04,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Quality Don't know,Construction,1,total,A2902.04,366,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Wholesale trade,1,total,A2902.04,168,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Machinery & equipment wholesaling,2,total,A2902.04,60,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Other wholesale trade,2,total,A2902.04,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Retail trade,1,total,A2902.04,177,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Accommodation & food services,1,total,A2902.04,180,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,"Transport, postal, & warehousing",1,total,A2902.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Information media & telecommunications,1,total,A2902.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Publishing,2,total,A2902.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Motion picture,2,total,A2902.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Telecommunications,2,total,A2902.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Financial & insurance services,1,total,A2902.04,60,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Finance,2,total,A2902.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Insurance,2,total,A2902.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Auxiliary,2,total,A2902.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,"Rental, hiring, & real estate services",1,total,A2902.04,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,"Professional, scientific, & technical services",1,total,A2902.04,282,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Computer systems design,2,total,A2902.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Other professional scientific,2,total,A2902.04,222,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Administrative & support services,1,total,A2902.04,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Education & training,1,total,A2902.04,126,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Health care & social assistance,1,total,A2902.04,156,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Arts & recreation services,1,total,A2902.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,Other services,1,total,A2902.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Quality Don't know,total,0,total,A2902.04,2466,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,total,0,619 employees,A2903.01,150,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,total,0,2049 employees,A2903.01,39,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,total,0,5099 employees,A2903.01,21,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,total,0,100+ employees,A2903.01,15,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Agriculture, forestry, & fishing",1,total,A2903.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Agriculture,2,total,A2903.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Commercial fishing,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Forestry & logging,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2903.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Mining,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Manufacturing,1,total,A2903.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Food, beverage, & tobacco",2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Wood & paper product,2,total,A2903.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Printing, publishing, & recorded media",2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Non-metallic mineral product,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Metal product,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Transport and industrial machinery & equipment,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Other machinery & equipment,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Other manufacturing,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Electricity, gas, water, & waste services",1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Construction,1,total,A2903.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Wholesale trade,1,total,A2903.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Machinery & equipment wholesaling,2,total,A2903.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Other wholesale trade,2,total,A2903.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Retail trade,1,total,A2903.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Accommodation & food services,1,total,A2903.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Transport, postal, & warehousing",1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Information media & telecommunications,1,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Publishing,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Motion picture,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Telecommunications,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Financial & insurance services,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Finance,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Insurance,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Auxiliary,2,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Rental, hiring, & real estate services",1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,"Professional, scientific, & technical services",1,total,A2903.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Computer systems design,2,total,A2903.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Other professional scientific,2,total,A2903.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Administrative & support services,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Education & training,1,total,A2903.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Health care & social assistance,1,total,A2903.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Arts & recreation services,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,Other services,1,total,A2903.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction lower than competitors,total,0,total,A2903.01,228,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,total,0,619 employees,A2903.02,8928,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,total,0,2049 employees,A2903.02,2517,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,total,0,5099 employees,A2903.02,747,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,total,0,100+ employees,A2903.02,678,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Agriculture, forestry, & fishing",1,total,A2903.02,939,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Agriculture,2,total,A2903.02,555,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Commercial fishing,2,total,A2903.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Forestry & logging,2,total,A2903.02,99,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2903.02,270,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Mining,1,total,A2903.02,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Manufacturing,1,total,A2903.02,1365,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Food, beverage, & tobacco",2,total,A2903.02,330,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2903.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Wood & paper product,2,total,A2903.02,144,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Printing, publishing, & recorded media",2,total,A2903.02,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2903.02,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Non-metallic mineral product,2,total,A2903.02,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Metal product,2,total,A2903.02,261,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Transport and industrial machinery & equipment,2,total,A2903.02,219,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Other machinery & equipment,2,total,A2903.02,60,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Other manufacturing,2,total,A2903.02,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Electricity, gas, water, & waste services",1,total,A2903.02,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Construction,1,total,A2903.02,2103,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Wholesale trade,1,total,A2903.02,864,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Machinery & equipment wholesaling,2,total,A2903.02,189,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Other wholesale trade,2,total,A2903.02,672,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Retail trade,1,total,A2903.02,1119,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Accommodation & food services,1,total,A2903.02,1995,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Transport, postal, & warehousing",1,total,A2903.02,375,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Information media & telecommunications,1,total,A2903.02,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Publishing,2,total,A2903.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Motion picture,2,total,A2903.02,45,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Telecommunications,2,total,A2903.02,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Financial & insurance services,1,total,A2903.02,168,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Finance,2,total,A2903.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Insurance,2,total,A2903.02,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Auxiliary,2,total,A2903.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Rental, hiring, & real estate services",1,total,A2903.02,207,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,"Professional, scientific, & technical services",1,total,A2903.02,1701,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Computer systems design,2,total,A2903.02,231,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Other professional scientific,2,total,A2903.02,1473,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Administrative & support services,1,total,A2903.02,384,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Education & training,1,total,A2903.02,249,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Health care & social assistance,1,total,A2903.02,639,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Arts & recreation services,1,total,A2903.02,117,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,Other services,1,total,A2903.02,441,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction on par with competitors,total,0,total,A2903.02,12873,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,total,0,619 employees,A2903.03,21543,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,total,0,2049 employees,A2903.03,5394,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,total,0,5099 employees,A2903.03,1485,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,total,0,100+ employees,A2903.03,1179,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Agriculture, forestry, & fishing",1,total,A2903.03,1518,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Agriculture,2,total,A2903.03,870,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Commercial fishing,2,total,A2903.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Forestry & logging,2,total,A2903.03,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2903.03,528,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Mining,1,total,A2903.03,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Manufacturing,1,total,A2903.03,3351,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Food, beverage, & tobacco",2,total,A2903.03,720,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2903.03,162,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Wood & paper product,2,total,A2903.03,333,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Printing, publishing, & recorded media",2,total,A2903.03,135,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2903.03,264,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Non-metallic mineral product,2,total,A2903.03,141,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Metal product,2,total,A2903.03,633,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Transport and industrial machinery & equipment,2,total,A2903.03,606,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Other machinery & equipment,2,total,A2903.03,132,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Other manufacturing,2,total,A2903.03,219,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Electricity, gas, water, & waste services",1,total,A2903.03,126,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Construction,1,total,A2903.03,4866,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Wholesale trade,1,total,A2903.03,2001,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Machinery & equipment wholesaling,2,total,A2903.03,618,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Other wholesale trade,2,total,A2903.03,1380,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Retail trade,1,total,A2903.03,3654,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Accommodation & food services,1,total,A2903.03,3960,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Transport, postal, & warehousing",1,total,A2903.03,1116,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Information media & telecommunications,1,total,A2903.03,261,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Publishing,2,total,A2903.03,93,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Motion picture,2,total,A2903.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Telecommunications,2,total,A2903.03,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Financial & insurance services,1,total,A2903.03,408,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Finance,2,total,A2903.03,96,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Insurance,2,total,A2903.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Auxiliary,2,total,A2903.03,303,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Rental, hiring, & real estate services",1,total,A2903.03,654,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,"Professional, scientific, & technical services",1,total,A2903.03,2802,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Computer systems design,2,total,A2903.03,591,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Other professional scientific,2,total,A2903.03,2214,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Administrative & support services,1,total,A2903.03,1185,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Education & training,1,total,A2903.03,729,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Health care & social assistance,1,total,A2903.03,1728,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Arts & recreation services,1,total,A2903.03,354,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,Other services,1,total,A2903.03,837,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction higher than competitors,total,0,total,A2903.03,29604,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,total,0,619 employees,A2903.04,2688,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction Don't know,total,0,2049 employees,A2903.04,507,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction Don't know,total,0,5099 employees,A2903.04,171,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction Don't know,total,0,100+ employees,A2903.04,153,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Agriculture, forestry, & fishing",1,total,A2903.04,336,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Agriculture,2,total,A2903.04,198,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Commercial fishing,2,total,A2903.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Forestry & logging,2,total,A2903.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Agriculture, forestry, & fishing support services",2,total,A2903.04,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Mining,1,total,A2903.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Customer satisfaction Don't know,Manufacturing,1,total,A2903.04,501,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Food, beverage, & tobacco",2,total,A2903.04,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Textile, clothing, footwear, & leather",2,total,A2903.04,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Wood & paper product,2,total,A2903.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Printing, publishing, & recorded media",2,total,A2903.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2903.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Non-metallic mineral product,2,total,A2903.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Metal product,2,total,A2903.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Transport and industrial machinery & equipment,2,total,A2903.04,93,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Other machinery & equipment,2,total,A2903.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Other manufacturing,2,total,A2903.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Electricity, gas, water, & waste services",1,total,A2903.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Customer satisfaction Don't know,Construction,1,total,A2903.04,435,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Wholesale trade,1,total,A2903.04,243,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Machinery & equipment wholesaling,2,total,A2903.04,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Other wholesale trade,2,total,A2903.04,156,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Retail trade,1,total,A2903.04,312,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Accommodation & food services,1,total,A2903.04,354,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Transport, postal, & warehousing",1,total,A2903.04,93,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Information media & telecommunications,1,total,A2903.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Publishing,2,total,A2903.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Motion picture,2,total,A2903.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Telecommunications,2,total,A2903.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Financial & insurance services,1,total,A2903.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Finance,2,total,A2903.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Insurance,2,total,A2903.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Auxiliary,2,total,A2903.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Rental, hiring, & real estate services",1,total,A2903.04,99,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,"Professional, scientific, & technical services",1,total,A2903.04,384,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Computer systems design,2,total,A2903.04,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Other professional scientific,2,total,A2903.04,282,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Administrative & support services,1,total,A2903.04,138,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Education & training,1,total,A2903.04,141,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Health care & social assistance,1,total,A2903.04,198,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Arts & recreation services,1,total,A2903.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,Other services,1,total,A2903.04,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Customer satisfaction Don't know,total,0,total,A2903.04,3519,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,total,0,619 employees,A2904.01,306,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,total,0,2049 employees,A2904.01,42,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,total,0,5099 employees,A2904.01,39,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,total,0,100+ employees,A2904.01,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Agriculture, forestry, & fishing",1,total,A2904.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Agriculture,2,total,A2904.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Commercial fishing,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Forestry & logging,2,total,A2904.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2904.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Mining,1,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Manufacturing,1,total,A2904.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Food, beverage, & tobacco",2,total,A2904.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Wood & paper product,2,total,A2904.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Printing, publishing, & recorded media",2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Non-metallic mineral product,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Metal product,2,total,A2904.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Transport and industrial machinery & equipment,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Other machinery & equipment,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Other manufacturing,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Electricity, gas, water, & waste services",1,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Construction,1,total,A2904.01,45,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Wholesale trade,1,total,A2904.01,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Machinery & equipment wholesaling,2,total,A2904.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Other wholesale trade,2,total,A2904.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Retail trade,1,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Accommodation & food services,1,total,A2904.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Transport, postal, & warehousing",1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Information media & telecommunications,1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Publishing,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Motion picture,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Telecommunications,2,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Financial & insurance services,1,total,A2904.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Finance,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Insurance,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Auxiliary,2,total,A2904.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Rental, hiring, & real estate services",1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,"Professional, scientific, & technical services",1,total,A2904.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Computer systems design,2,total,A2904.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Other professional scientific,2,total,A2904.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Administrative & support services,1,total,A2904.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Education & training,1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Health care & social assistance,1,total,A2904.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Arts & recreation services,1,total,A2904.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,Other services,1,total,A2904.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction lower than competitors,total,0,total,A2904.01,414,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,total,0,619 employees,A2904.02,11160,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,total,0,2049 employees,A2904.02,2979,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,total,0,5099 employees,A2904.02,1020,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,total,0,100+ employees,A2904.02,888,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Agriculture, forestry, & fishing",1,total,A2904.02,1245,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Agriculture,2,total,A2904.02,795,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Commercial fishing,2,total,A2904.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Forestry & logging,2,total,A2904.02,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2904.02,330,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Mining,1,total,A2904.02,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Manufacturing,1,total,A2904.02,1947,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Food, beverage, & tobacco",2,total,A2904.02,384,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2904.02,72,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Wood & paper product,2,total,A2904.02,198,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Printing, publishing, & recorded media",2,total,A2904.02,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2904.02,198,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Non-metallic mineral product,2,total,A2904.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Metal product,2,total,A2904.02,408,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Transport and industrial machinery & equipment,2,total,A2904.02,342,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Other machinery & equipment,2,total,A2904.02,60,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Other manufacturing,2,total,A2904.02,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Electricity, gas, water, & waste services",1,total,A2904.02,57,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Construction,1,total,A2904.02,2412,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Wholesale trade,1,total,A2904.02,1035,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Machinery & equipment wholesaling,2,total,A2904.02,261,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Other wholesale trade,2,total,A2904.02,771,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Retail trade,1,total,A2904.02,1734,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Accommodation & food services,1,total,A2904.02,2346,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Transport, postal, & warehousing",1,total,A2904.02,540,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Information media & telecommunications,1,total,A2904.02,132,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Publishing,2,total,A2904.02,45,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Motion picture,2,total,A2904.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Telecommunications,2,total,A2904.02,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Financial & insurance services,1,total,A2904.02,216,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Finance,2,total,A2904.02,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Insurance,2,total,A2904.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Auxiliary,2,total,A2904.02,141,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Rental, hiring, & real estate services",1,total,A2904.02,309,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,"Professional, scientific, & technical services",1,total,A2904.02,1800,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Computer systems design,2,total,A2904.02,270,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Other professional scientific,2,total,A2904.02,1533,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Administrative & support services,1,total,A2904.02,519,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Education & training,1,total,A2904.02,312,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Health care & social assistance,1,total,A2904.02,759,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Arts & recreation services,1,total,A2904.02,174,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,Other services,1,total,A2904.02,450,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction on par with competitors,total,0,total,A2904.02,16047,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,total,0,619 employees,A2904.03,17493,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,total,0,2049 employees,A2904.03,4539,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,total,0,5099 employees,A2904.03,1068,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,total,0,100+ employees,A2904.03,879,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Agriculture, forestry, & fishing",1,total,A2904.03,1104,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Agriculture,2,total,A2904.03,549,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Commercial fishing,2,total,A2904.03,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Forestry & logging,2,total,A2904.03,87,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2904.03,450,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Mining,1,total,A2904.03,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Manufacturing,1,total,A2904.03,2274,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Food, beverage, & tobacco",2,total,A2904.03,561,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2904.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Wood & paper product,2,total,A2904.03,219,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Printing, publishing, & recorded media",2,total,A2904.03,93,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2904.03,138,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Non-metallic mineral product,2,total,A2904.03,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Metal product,2,total,A2904.03,399,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Transport and industrial machinery & equipment,2,total,A2904.03,405,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Other machinery & equipment,2,total,A2904.03,102,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Other manufacturing,2,total,A2904.03,153,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Electricity, gas, water, & waste services",1,total,A2904.03,99,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Construction,1,total,A2904.03,4230,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Wholesale trade,1,total,A2904.03,1641,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Machinery & equipment wholesaling,2,total,A2904.03,495,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Other wholesale trade,2,total,A2904.03,1143,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Retail trade,1,total,A2904.03,2799,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Accommodation & food services,1,total,A2904.03,3282,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Transport, postal, & warehousing",1,total,A2904.03,831,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Information media & telecommunications,1,total,A2904.03,225,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Publishing,2,total,A2904.03,96,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Motion picture,2,total,A2904.03,72,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Telecommunications,2,total,A2904.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Financial & insurance services,1,total,A2904.03,339,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Finance,2,total,A2904.03,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Insurance,2,total,A2904.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Auxiliary,2,total,A2904.03,237,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Rental, hiring, & real estate services",1,total,A2904.03,510,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,"Professional, scientific, & technical services",1,total,A2904.03,2448,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Computer systems design,2,total,A2904.03,480,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Other professional scientific,2,total,A2904.03,1974,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Administrative & support services,1,total,A2904.03,1005,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Education & training,1,total,A2904.03,627,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Health care & social assistance,1,total,A2904.03,1497,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Arts & recreation services,1,total,A2904.03,273,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,Other services,1,total,A2904.03,744,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction higher than competitors,total,0,total,A2904.03,23979,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,total,0,619 employees,A2904.04,4350,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction Don't know,total,0,2049 employees,A2904.04,900,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction Don't know,total,0,5099 employees,A2904.04,294,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction Don't know,total,0,100+ employees,A2904.04,240,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Agriculture, forestry, & fishing",1,total,A2904.04,423,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Agriculture,2,total,A2904.04,264,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Commercial fishing,2,total,A2904.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Forestry & logging,2,total,A2904.04,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Agriculture, forestry, & fishing support services",2,total,A2904.04,132,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Mining,1,total,A2904.04,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Employee satisfaction Don't know,Manufacturing,1,total,A2904.04,963,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Food, beverage, & tobacco",2,total,A2904.04,207,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Textile, clothing, footwear, & leather",2,total,A2904.04,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Wood & paper product,2,total,A2904.04,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Printing, publishing, & recorded media",2,total,A2904.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2904.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Non-metallic mineral product,2,total,A2904.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Metal product,2,total,A2904.04,180,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Transport and industrial machinery & equipment,2,total,A2904.04,171,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Other machinery & equipment,2,total,A2904.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Other manufacturing,2,total,A2904.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Electricity, gas, water, & waste services",1,total,A2904.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Employee satisfaction Don't know,Construction,1,total,A2904.04,732,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Wholesale trade,1,total,A2904.04,405,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Machinery & equipment wholesaling,2,total,A2904.04,114,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Other wholesale trade,2,total,A2904.04,288,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Retail trade,1,total,A2904.04,570,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Accommodation & food services,1,total,A2904.04,603,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Transport, postal, & warehousing",1,total,A2904.04,210,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Information media & telecommunications,1,total,A2904.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Publishing,2,total,A2904.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Motion picture,2,total,A2904.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Telecommunications,2,total,A2904.04,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Financial & insurance services,1,total,A2904.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Finance,2,total,A2904.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Insurance,2,total,A2904.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Auxiliary,2,total,A2904.04,60,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Rental, hiring, & real estate services",1,total,A2904.04,141,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,"Professional, scientific, & technical services",1,total,A2904.04,636,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Computer systems design,2,total,A2904.04,174,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Other professional scientific,2,total,A2904.04,462,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Administrative & support services,1,total,A2904.04,171,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Education & training,1,total,A2904.04,201,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Health care & social assistance,1,total,A2904.04,309,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Arts & recreation services,1,total,A2904.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,Other services,1,total,A2904.04,153,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Employee satisfaction Don't know,total,0,total,A2904.04,5784,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,total,0,619 employees,A2905.01,5304,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability lower than competitors,total,0,2049 employees,A2905.01,1155,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability lower than competitors,total,0,5099 employees,A2905.01,288,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability lower than competitors,total,0,100+ employees,A2905.01,234,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability lower than competitors,"Agriculture, forestry, & fishing",1,total,A2905.01,384,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Agriculture,2,total,A2905.01,240,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Commercial fishing,2,total,A2905.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Forestry & logging,2,total,A2905.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2905.01,114,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Mining,1,total,A2905.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Profitability lower than competitors,Manufacturing,1,total,A2905.01,684,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,"Food, beverage, & tobacco",2,total,A2905.01,201,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2905.01,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Wood & paper product,2,total,A2905.01,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,"Printing, publishing, & recorded media",2,total,A2905.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2905.01,78,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Non-metallic mineral product,2,total,A2905.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Metal product,2,total,A2905.01,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Transport and industrial machinery & equipment,2,total,A2905.01,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Other machinery & equipment,2,total,A2905.01,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Other manufacturing,2,total,A2905.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,"Electricity, gas, water, & waste services",1,total,A2905.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Profitability lower than competitors,Construction,1,total,A2905.01,834,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Wholesale trade,1,total,A2905.01,396,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Machinery & equipment wholesaling,2,total,A2905.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Other wholesale trade,2,total,A2905.01,339,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Retail trade,1,total,A2905.01,981,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Accommodation & food services,1,total,A2905.01,1122,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,"Transport, postal, & warehousing",1,total,A2905.01,225,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Information media & telecommunications,1,total,A2905.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Publishing,2,total,A2905.01,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Motion picture,2,total,A2905.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Telecommunications,2,total,A2905.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Financial & insurance services,1,total,A2905.01,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Finance,2,total,A2905.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Insurance,2,total,A2905.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Auxiliary,2,total,A2905.01,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,"Rental, hiring, & real estate services",1,total,A2905.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,"Professional, scientific, & technical services",1,total,A2905.01,768,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Computer systems design,2,total,A2905.01,174,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Other professional scientific,2,total,A2905.01,597,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Administrative & support services,1,total,A2905.01,261,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Education & training,1,total,A2905.01,315,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Health care & social assistance,1,total,A2905.01,507,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Arts & recreation services,1,total,A2905.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,Other services,1,total,A2905.01,132,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability lower than competitors,total,0,total,A2905.01,6981,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,total,0,619 employees,A2905.02,14400,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability on par with competitors,total,0,2049 employees,A2905.02,3900,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability on par with competitors,total,0,5099 employees,A2905.02,1062,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability on par with competitors,total,0,100+ employees,A2905.02,969,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability on par with competitors,"Agriculture, forestry, & fishing",1,total,A2905.02,1464,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Agriculture,2,total,A2905.02,885,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Commercial fishing,2,total,A2905.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Forestry & logging,2,total,A2905.02,126,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2905.02,435,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Mining,1,total,A2905.02,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Profitability on par with competitors,Manufacturing,1,total,A2905.02,2169,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,"Food, beverage, & tobacco",2,total,A2905.02,456,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2905.02,96,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Wood & paper product,2,total,A2905.02,183,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,"Printing, publishing, & recorded media",2,total,A2905.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2905.02,165,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Non-metallic mineral product,2,total,A2905.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Metal product,2,total,A2905.02,444,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Transport and industrial machinery & equipment,2,total,A2905.02,429,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Other machinery & equipment,2,total,A2905.02,75,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Other manufacturing,2,total,A2905.02,135,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,"Electricity, gas, water, & waste services",1,total,A2905.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Profitability on par with competitors,Construction,1,total,A2905.02,3753,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Wholesale trade,1,total,A2905.02,1323,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Machinery & equipment wholesaling,2,total,A2905.02,423,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Other wholesale trade,2,total,A2905.02,897,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Retail trade,1,total,A2905.02,2148,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Accommodation & food services,1,total,A2905.02,2736,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,"Transport, postal, & warehousing",1,total,A2905.02,819,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Information media & telecommunications,1,total,A2905.02,180,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Publishing,2,total,A2905.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Motion picture,2,total,A2905.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Telecommunications,2,total,A2905.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Financial & insurance services,1,total,A2905.02,258,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Finance,2,total,A2905.02,69,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Insurance,2,total,A2905.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Auxiliary,2,total,A2905.02,177,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,"Rental, hiring, & real estate services",1,total,A2905.02,333,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,"Professional, scientific, & technical services",1,total,A2905.02,2118,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Computer systems design,2,total,A2905.02,357,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Other professional scientific,2,total,A2905.02,1764,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Administrative & support services,1,total,A2905.02,693,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Education & training,1,total,A2905.02,387,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Health care & social assistance,1,total,A2905.02,1065,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Arts & recreation services,1,total,A2905.02,240,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,Other services,1,total,A2905.02,525,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability on par with competitors,total,0,total,A2905.02,20331,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,total,0,619 employees,A2905.03,5070,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability higher than competitors,total,0,2049 employees,A2905.03,1653,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability higher than competitors,total,0,5099 employees,A2905.03,477,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability higher than competitors,total,0,100+ employees,A2905.03,411,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability higher than competitors,"Agriculture, forestry, & fishing",1,total,A2905.03,375,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Agriculture,2,total,A2905.03,186,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Commercial fishing,2,total,A2905.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Forestry & logging,2,total,A2905.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2905.03,138,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Mining,1,total,A2905.03,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Profitability higher than competitors,Manufacturing,1,total,A2905.03,738,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,"Food, beverage, & tobacco",2,total,A2905.03,159,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2905.03,45,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Wood & paper product,2,total,A2905.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,"Printing, publishing, & recorded media",2,total,A2905.03,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2905.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Non-metallic mineral product,2,total,A2905.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Metal product,2,total,A2905.03,129,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Transport and industrial machinery & equipment,2,total,A2905.03,126,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Other machinery & equipment,2,total,A2905.03,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Other manufacturing,2,total,A2905.03,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,"Electricity, gas, water, & waste services",1,total,A2905.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Profitability higher than competitors,Construction,1,total,A2905.03,1263,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Wholesale trade,1,total,A2905.03,585,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Machinery & equipment wholesaling,2,total,A2905.03,204,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Other wholesale trade,2,total,A2905.03,378,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Retail trade,1,total,A2905.03,648,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Accommodation & food services,1,total,A2905.03,1254,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,"Transport, postal, & warehousing",1,total,A2905.03,174,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Information media & telecommunications,1,total,A2905.03,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Publishing,2,total,A2905.03,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Motion picture,2,total,A2905.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Telecommunications,2,total,A2905.03,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Financial & insurance services,1,total,A2905.03,132,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Finance,2,total,A2905.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Insurance,2,total,A2905.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Auxiliary,2,total,A2905.03,96,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,"Rental, hiring, & real estate services",1,total,A2905.03,252,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,"Professional, scientific, & technical services",1,total,A2905.03,825,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Computer systems design,2,total,A2905.03,102,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Other professional scientific,2,total,A2905.03,723,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Administrative & support services,1,total,A2905.03,321,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Education & training,1,total,A2905.03,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Health care & social assistance,1,total,A2905.03,411,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Arts & recreation services,1,total,A2905.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,Other services,1,total,A2905.03,297,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability higher than competitors,total,0,total,A2905.03,7611,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,total,0,619 employees,A2905.04,8529,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability Don't know,total,0,2049 employees,A2905.04,1752,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability Don't know,total,0,5099 employees,A2905.04,597,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability Don't know,total,0,100+ employees,A2905.04,414,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Profitability Don't know,"Agriculture, forestry, & fishing",1,total,A2905.04,591,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Agriculture,2,total,A2905.04,321,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Commercial fishing,2,total,A2905.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Forestry & logging,2,total,A2905.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,"Agriculture, forestry, & fishing support services",2,total,A2905.04,231,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Mining,1,total,A2905.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Profitability Don't know,Manufacturing,1,total,A2905.04,1647,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,"Food, beverage, & tobacco",2,total,A2905.04,354,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,"Textile, clothing, footwear, & leather",2,total,A2905.04,75,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Wood & paper product,2,total,A2905.04,195,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,"Printing, publishing, & recorded media",2,total,A2905.04,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2905.04,114,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Non-metallic mineral product,2,total,A2905.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Metal product,2,total,A2905.04,339,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Transport and industrial machinery & equipment,2,total,A2905.04,255,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Other machinery & equipment,2,total,A2905.04,69,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Other manufacturing,2,total,A2905.04,129,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,"Electricity, gas, water, & waste services",1,total,A2905.04,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Profitability Don't know,Construction,1,total,A2905.04,1611,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Wholesale trade,1,total,A2905.04,858,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Machinery & equipment wholesaling,2,total,A2905.04,240,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Other wholesale trade,2,total,A2905.04,615,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Retail trade,1,total,A2905.04,1275,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Accommodation & food services,1,total,A2905.04,1200,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,"Transport, postal, & warehousing",1,total,A2905.04,363,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Information media & telecommunications,1,total,A2905.04,123,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Publishing,2,total,A2905.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Motion picture,2,total,A2905.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Telecommunications,2,total,A2905.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Financial & insurance services,1,total,A2905.04,159,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Finance,2,total,A2905.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Insurance,2,total,A2905.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Auxiliary,2,total,A2905.04,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,"Rental, hiring, & real estate services",1,total,A2905.04,303,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,"Professional, scientific, & technical services",1,total,A2905.04,1197,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Computer systems design,2,total,A2905.04,309,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Other professional scientific,2,total,A2905.04,888,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Administrative & support services,1,total,A2905.04,432,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Education & training,1,total,A2905.04,327,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Health care & social assistance,1,total,A2905.04,633,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Arts & recreation services,1,total,A2905.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,Other services,1,total,A2905.04,405,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Profitability Don't know,total,0,total,A2905.04,11292,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,total,0,619 employees,A2906.01,2082,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity lower than competitors,total,0,2049 employees,A2906.01,372,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity lower than competitors,total,0,5099 employees,A2906.01,126,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity lower than competitors,total,0,100+ employees,A2906.01,99,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity lower than competitors,"Agriculture, forestry, & fishing",1,total,A2906.01,162,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Agriculture,2,total,A2906.01,135,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Commercial fishing,2,total,A2906.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Forestry & logging,2,total,A2906.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2906.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Mining,1,total,A2906.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Productivity lower than competitors,Manufacturing,1,total,A2906.01,444,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,"Food, beverage, & tobacco",2,total,A2906.01,135,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2906.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Wood & paper product,2,total,A2906.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,"Printing, publishing, & recorded media",2,total,A2906.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2906.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Non-metallic mineral product,2,total,A2906.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Metal product,2,total,A2906.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Transport and industrial machinery & equipment,2,total,A2906.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Other machinery & equipment,2,total,A2906.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Other manufacturing,2,total,A2906.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,"Electricity, gas, water, & waste services",1,total,A2906.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Productivity lower than competitors,Construction,1,total,A2906.01,297,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Wholesale trade,1,total,A2906.01,192,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Machinery & equipment wholesaling,2,total,A2906.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Other wholesale trade,2,total,A2906.01,186,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Retail trade,1,total,A2906.01,333,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Accommodation & food services,1,total,A2906.01,597,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,"Transport, postal, & warehousing",1,total,A2906.01,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Information media & telecommunications,1,total,A2906.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Publishing,2,total,A2906.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Motion picture,2,total,A2906.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Telecommunications,2,total,A2906.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Financial & insurance services,1,total,A2906.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Finance,2,total,A2906.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Insurance,2,total,A2906.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Auxiliary,2,total,A2906.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,"Rental, hiring, & real estate services",1,total,A2906.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,"Professional, scientific, & technical services",1,total,A2906.01,246,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Computer systems design,2,total,A2906.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Other professional scientific,2,total,A2906.01,195,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Administrative & support services,1,total,A2906.01,60,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Education & training,1,total,A2906.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Health care & social assistance,1,total,A2906.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Arts & recreation services,1,total,A2906.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,Other services,1,total,A2906.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity lower than competitors,total,0,total,A2906.01,2685,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,total,0,619 employees,A2906.02,15261,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity on par with competitors,total,0,2049 employees,A2906.02,4317,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity on par with competitors,total,0,5099 employees,A2906.02,1200,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity on par with competitors,total,0,100+ employees,A2906.02,1083,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity on par with competitors,"Agriculture, forestry, & fishing",1,total,A2906.02,1437,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Agriculture,2,total,A2906.02,942,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Commercial fishing,2,total,A2906.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Forestry & logging,2,total,A2906.02,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2906.02,357,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Mining,1,total,A2906.02,54,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Productivity on par with competitors,Manufacturing,1,total,A2906.02,2355,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,"Food, beverage, & tobacco",2,total,A2906.02,507,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2906.02,102,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Wood & paper product,2,total,A2906.02,192,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,"Printing, publishing, & recorded media",2,total,A2906.02,90,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2906.02,195,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Non-metallic mineral product,2,total,A2906.02,96,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Metal product,2,total,A2906.02,498,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Transport and industrial machinery & equipment,2,total,A2906.02,447,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Other machinery & equipment,2,total,A2906.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Other manufacturing,2,total,A2906.02,141,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,"Electricity, gas, water, & waste services",1,total,A2906.02,66,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Productivity on par with competitors,Construction,1,total,A2906.02,3546,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Wholesale trade,1,total,A2906.02,1323,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Machinery & equipment wholesaling,2,total,A2906.02,435,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Other wholesale trade,2,total,A2906.02,888,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Retail trade,1,total,A2906.02,2682,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Accommodation & food services,1,total,A2906.02,3153,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,"Transport, postal, & warehousing",1,total,A2906.02,762,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Information media & telecommunications,1,total,A2906.02,159,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Publishing,2,total,A2906.02,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Motion picture,2,total,A2906.02,60,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Telecommunications,2,total,A2906.02,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Financial & insurance services,1,total,A2906.02,264,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Finance,2,total,A2906.02,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Insurance,2,total,A2906.02,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Auxiliary,2,total,A2906.02,165,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,"Rental, hiring, & real estate services",1,total,A2906.02,402,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,"Professional, scientific, & technical services",1,total,A2906.02,2550,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Computer systems design,2,total,A2906.02,390,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Other professional scientific,2,total,A2906.02,2163,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Administrative & support services,1,total,A2906.02,717,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Education & training,1,total,A2906.02,453,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Health care & social assistance,1,total,A2906.02,1155,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Arts & recreation services,1,total,A2906.02,171,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,Other services,1,total,A2906.02,597,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity on par with competitors,total,0,total,A2906.02,21861,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,total,0,619 employees,A2906.03,9213,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity higher than competitors,total,0,2049 employees,A2906.03,2298,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity higher than competitors,total,0,5099 employees,A2906.03,612,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity higher than competitors,total,0,100+ employees,A2906.03,465,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity higher than competitors,"Agriculture, forestry, & fishing",1,total,A2906.03,837,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Agriculture,2,total,A2906.03,393,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Commercial fishing,2,total,A2906.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Forestry & logging,2,total,A2906.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2906.03,357,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Mining,1,total,A2906.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Productivity higher than competitors,Manufacturing,1,total,A2906.03,1050,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,"Food, beverage, & tobacco",2,total,A2906.03,210,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2906.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Wood & paper product,2,total,A2906.03,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,"Printing, publishing, & recorded media",2,total,A2906.03,57,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2906.03,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Non-metallic mineral product,2,total,A2906.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Metal product,2,total,A2906.03,177,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Transport and industrial machinery & equipment,2,total,A2906.03,213,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Other machinery & equipment,2,total,A2906.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Other manufacturing,2,total,A2906.03,57,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,"Electricity, gas, water, & waste services",1,total,A2906.03,69,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Productivity higher than competitors,Construction,1,total,A2906.03,2394,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Wholesale trade,1,total,A2906.03,900,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Machinery & equipment wholesaling,2,total,A2906.03,240,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Other wholesale trade,2,total,A2906.03,657,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Retail trade,1,total,A2906.03,1176,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Accommodation & food services,1,total,A2906.03,1560,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,"Transport, postal, & warehousing",1,total,A2906.03,513,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Information media & telecommunications,1,total,A2906.03,147,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Publishing,2,total,A2906.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Motion picture,2,total,A2906.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Telecommunications,2,total,A2906.03,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Financial & insurance services,1,total,A2906.03,210,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Finance,2,total,A2906.03,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Insurance,2,total,A2906.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Auxiliary,2,total,A2906.03,159,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,"Rental, hiring, & real estate services",1,total,A2906.03,288,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,"Professional, scientific, & technical services",1,total,A2906.03,1107,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Computer systems design,2,total,A2906.03,258,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Other professional scientific,2,total,A2906.03,852,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Administrative & support services,1,total,A2906.03,576,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Education & training,1,total,A2906.03,306,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Health care & social assistance,1,total,A2906.03,741,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Arts & recreation services,1,total,A2906.03,222,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,Other services,1,total,A2906.03,462,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity higher than competitors,total,0,total,A2906.03,12588,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,total,0,619 employees,A2906.04,6753,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity Don't know,total,0,2049 employees,A2906.04,1470,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity Don't know,total,0,5099 employees,A2906.04,483,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity Don't know,total,0,100+ employees,A2906.04,381,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Productivity Don't know,"Agriculture, forestry, & fishing",1,total,A2906.04,381,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Agriculture,2,total,A2906.04,165,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Commercial fishing,2,total,A2906.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Forestry & logging,2,total,A2906.04,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,"Agriculture, forestry, & fishing support services",2,total,A2906.04,186,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Mining,1,total,A2906.04,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Productivity Don't know,Manufacturing,1,total,A2906.04,1386,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,"Food, beverage, & tobacco",2,total,A2906.04,318,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,"Textile, clothing, footwear, & leather",2,total,A2906.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Wood & paper product,2,total,A2906.04,141,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,"Printing, publishing, & recorded media",2,total,A2906.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2906.04,114,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Non-metallic mineral product,2,total,A2906.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Metal product,2,total,A2906.04,279,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Transport and industrial machinery & equipment,2,total,A2906.04,213,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Other machinery & equipment,2,total,A2906.04,69,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Other manufacturing,2,total,A2906.04,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,"Electricity, gas, water, & waste services",1,total,A2906.04,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Productivity Don't know,Construction,1,total,A2906.04,1182,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Wholesale trade,1,total,A2906.04,744,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Machinery & equipment wholesaling,2,total,A2906.04,243,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Other wholesale trade,2,total,A2906.04,501,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Retail trade,1,total,A2906.04,912,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Accommodation & food services,1,total,A2906.04,999,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,"Transport, postal, & warehousing",1,total,A2906.04,246,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Information media & telecommunications,1,total,A2906.04,114,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Publishing,2,total,A2906.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Motion picture,2,total,A2906.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Telecommunications,2,total,A2906.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Financial & insurance services,1,total,A2906.04,150,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Finance,2,total,A2906.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Insurance,2,total,A2906.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Auxiliary,2,total,A2906.04,102,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,"Rental, hiring, & real estate services",1,total,A2906.04,231,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,"Professional, scientific, & technical services",1,total,A2906.04,1002,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Computer systems design,2,total,A2906.04,240,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Other professional scientific,2,total,A2906.04,762,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Administrative & support services,1,total,A2906.04,351,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Education & training,1,total,A2906.04,327,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Health care & social assistance,1,total,A2906.04,669,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Arts & recreation services,1,total,A2906.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,Other services,1,total,A2906.04,261,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Productivity Don't know,total,0,total,A2906.04,9087,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,total,0,619 employees,A2907.01,894,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,total,0,2049 employees,A2907.01,195,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,total,0,5099 employees,A2907.01,57,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,total,0,100+ employees,A2907.01,42,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Agriculture, forestry, & fishing",1,total,A2907.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Agriculture,2,total,A2907.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Commercial fishing,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Forestry & logging,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Agriculture, forestry, & fishing support services",2,total,A2907.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Mining,1,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Manufacturing,1,total,A2907.01,93,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Food, beverage, & tobacco",2,total,A2907.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Textile, clothing, footwear, & leather",2,total,A2907.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Wood & paper product,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Printing, publishing, & recorded media",2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2907.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Non-metallic mineral product,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Metal product,2,total,A2907.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Transport and industrial machinery & equipment,2,total,A2907.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Other machinery & equipment,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Other manufacturing,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Electricity, gas, water, & waste services",1,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Construction,1,total,A2907.01,174,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Wholesale trade,1,total,A2907.01,72,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Machinery & equipment wholesaling,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Other wholesale trade,2,total,A2907.01,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Retail trade,1,total,A2907.01,168,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Accommodation & food services,1,total,A2907.01,315,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Transport, postal, & warehousing",1,total,A2907.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Information media & telecommunications,1,total,A2907.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Publishing,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Motion picture,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Telecommunications,2,total,A2907.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Financial & insurance services,1,total,A2907.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Finance,2,total,A2907.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Insurance,2,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Auxiliary,2,total,A2907.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Rental, hiring, & real estate services",1,total,A2907.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,"Professional, scientific, & technical services",1,total,A2907.01,129,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Computer systems design,2,total,A2907.01,33,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Other professional scientific,2,total,A2907.01,99,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Administrative & support services,1,total,A2907.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Education & training,1,total,A2907.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Health care & social assistance,1,total,A2907.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Arts & recreation services,1,total,A2907.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,Other services,1,total,A2907.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability lower than competitors,total,0,total,A2907.01,1188,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,total,0,619 employees,A2907.02,16326,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,total,0,2049 employees,A2907.02,4317,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,total,0,5099 employees,A2907.02,1170,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,total,0,100+ employees,A2907.02,999,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Agriculture, forestry, & fishing",1,total,A2907.02,1482,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Agriculture,2,total,A2907.02,852,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Commercial fishing,2,total,A2907.02,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Forestry & logging,2,total,A2907.02,135,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Agriculture, forestry, & fishing support services",2,total,A2907.02,477,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Mining,1,total,A2907.02,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Manufacturing,1,total,A2907.02,2346,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Food, beverage, & tobacco",2,total,A2907.02,483,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Textile, clothing, footwear, & leather",2,total,A2907.02,90,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Wood & paper product,2,total,A2907.02,234,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Printing, publishing, & recorded media",2,total,A2907.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Petroleum, coal, chemical, & associated product",2,total,A2907.02,204,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Non-metallic mineral product,2,total,A2907.02,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Metal product,2,total,A2907.02,480,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Transport and industrial machinery & equipment,2,total,A2907.02,429,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Other machinery & equipment,2,total,A2907.02,78,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Other manufacturing,2,total,A2907.02,138,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Electricity, gas, water, & waste services",1,total,A2907.02,69,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Construction,1,total,A2907.02,3804,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Wholesale trade,1,total,A2907.02,1533,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Machinery & equipment wholesaling,2,total,A2907.02,447,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Other wholesale trade,2,total,A2907.02,1083,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Retail trade,1,total,A2907.02,2523,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Accommodation & food services,1,total,A2907.02,3276,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Transport, postal, & warehousing",1,total,A2907.02,822,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Information media & telecommunications,1,total,A2907.02,189,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Publishing,2,total,A2907.02,57,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Motion picture,2,total,A2907.02,72,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Telecommunications,2,total,A2907.02,57,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Financial & insurance services,1,total,A2907.02,273,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Finance,2,total,A2907.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Insurance,2,total,A2907.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Auxiliary,2,total,A2907.02,174,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Rental, hiring, & real estate services",1,total,A2907.02,351,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,"Professional, scientific, & technical services",1,total,A2907.02,2676,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Computer systems design,2,total,A2907.02,408,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Other professional scientific,2,total,A2907.02,2271,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Administrative & support services,1,total,A2907.02,804,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Education & training,1,total,A2907.02,489,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Health care & social assistance,1,total,A2907.02,1317,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Arts & recreation services,1,total,A2907.02,204,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,Other services,1,total,A2907.02,582,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability on par with competitors,total,0,total,A2907.02,22812,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,total,0,619 employees,A2907.03,5877,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,total,0,2049 employees,A2907.03,1746,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,total,0,5099 employees,A2907.03,567,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,total,0,100+ employees,A2907.03,519,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Agriculture, forestry, & fishing",1,total,A2907.03,750,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Agriculture,2,total,A2907.03,492,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Commercial fishing,2,total,A2907.03,15,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Forestry & logging,2,total,A2907.03,63,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Agriculture, forestry, & fishing support services",2,total,A2907.03,180,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Mining,1,total,A2907.03,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Manufacturing,1,total,A2907.03,1050,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Food, beverage, & tobacco",2,total,A2907.03,318,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Textile, clothing, footwear, & leather",2,total,A2907.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Wood & paper product,2,total,A2907.03,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Printing, publishing, & recorded media",2,total,A2907.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Petroleum, coal, chemical, & associated product",2,total,A2907.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Non-metallic mineral product,2,total,A2907.03,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Metal product,2,total,A2907.03,99,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Transport and industrial machinery & equipment,2,total,A2907.03,111,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Other machinery & equipment,2,total,A2907.03,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Other manufacturing,2,total,A2907.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Electricity, gas, water, & waste services",1,total,A2907.03,66,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Construction,1,total,A2907.03,1059,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Wholesale trade,1,total,A2907.03,720,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Machinery & equipment wholesaling,2,total,A2907.03,144,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Other wholesale trade,2,total,A2907.03,573,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Retail trade,1,total,A2907.03,954,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Accommodation & food services,1,total,A2907.03,1326,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Transport, postal, & warehousing",1,total,A2907.03,315,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Information media & telecommunications,1,total,A2907.03,84,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Publishing,2,total,A2907.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Motion picture,2,total,A2907.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Telecommunications,2,total,A2907.03,24,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Financial & insurance services,1,total,A2907.03,108,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Finance,2,total,A2907.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Insurance,2,total,A2907.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Auxiliary,2,total,A2907.03,78,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Rental, hiring, & real estate services",1,total,A2907.03,219,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,"Professional, scientific, & technical services",1,total,A2907.03,540,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Computer systems design,2,total,A2907.03,105,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Other professional scientific,2,total,A2907.03,438,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Administrative & support services,1,total,A2907.03,351,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Education & training,1,total,A2907.03,246,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Health care & social assistance,1,total,A2907.03,444,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Arts & recreation services,1,total,A2907.03,132,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,Other services,1,total,A2907.03,318,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability higher than competitors,total,0,total,A2907.03,8709,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,total,0,619 employees,A2907.04,10164,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability Don't know,total,0,2049 employees,A2907.04,2199,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability Don't know,total,0,5099 employees,A2907.04,630,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability Don't know,total,0,100+ employees,A2907.04,471,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Agriculture, forestry, & fishing",1,total,A2907.04,543,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Agriculture,2,total,A2907.04,279,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Commercial fishing,2,total,A2907.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Forestry & logging,2,total,A2907.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Agriculture, forestry, & fishing support services",2,total,A2907.04,237,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Mining,1,total,A2907.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Manufacturing,1,total,A2907.04,1749,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Food, beverage, & tobacco",2,total,A2907.04,354,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Textile, clothing, footwear, & leather",2,total,A2907.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Wood & paper product,2,total,A2907.04,177,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Printing, publishing, & recorded media",2,total,A2907.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Petroleum, coal, chemical, & associated product",2,total,A2907.04,87,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Non-metallic mineral product,2,total,A2907.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Metal product,2,total,A2907.04,384,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Transport and industrial machinery & equipment,2,total,A2907.04,369,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Other machinery & equipment,2,total,A2907.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Other manufacturing,2,total,A2907.04,120,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Electricity, gas, water, & waste services",1,total,A2907.04,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Construction,1,total,A2907.04,2382,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Wholesale trade,1,total,A2907.04,834,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Machinery & equipment wholesaling,2,total,A2907.04,324,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Other wholesale trade,2,total,A2907.04,507,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Retail trade,1,total,A2907.04,1407,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Accommodation & food services,1,total,A2907.04,1395,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Transport, postal, & warehousing",1,total,A2907.04,402,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Information media & telecommunications,1,total,A2907.04,150,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Publishing,2,total,A2907.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Motion picture,2,total,A2907.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Telecommunications,2,total,A2907.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Financial & insurance services,1,total,A2907.04,249,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Finance,2,total,A2907.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Insurance,2,total,A2907.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Auxiliary,2,total,A2907.04,174,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Rental, hiring, & real estate services",1,total,A2907.04,354,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,"Professional, scientific, & technical services",1,total,A2907.04,1563,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Computer systems design,2,total,A2907.04,399,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Other professional scientific,2,total,A2907.04,1164,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Administrative & support services,1,total,A2907.04,531,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Education & training,1,total,A2907.04,399,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Health care & social assistance,1,total,A2907.04,837,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Arts & recreation services,1,total,A2907.04,159,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,Other services,1,total,A2907.04,444,,Number of businesses,1 and 2 and 3 and 6 -Business compares to competitors: Environmental Sustainability Don't know,total,0,total,A2907.04,13461,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,total,0,619 employees,A3001.01,8625,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services decreased,total,0,2049 employees,A3001.01,2061,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services decreased,total,0,5099 employees,A3001.01,519,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services decreased,total,0,100+ employees,A3001.01,381,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services decreased,"Agriculture, forestry, & fishing",1,total,A3001.01,1089,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Agriculture,2,total,A3001.01,831,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Commercial fishing,2,total,A3001.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Forestry & logging,2,total,A3001.01,69,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,"Agriculture, forestry, & fishing support services",2,total,A3001.01,177,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Mining,1,total,A3001.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business total sales of goods and services decreased,Manufacturing,1,total,A3001.01,1305,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,"Food, beverage, & tobacco",2,total,A3001.01,252,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,"Textile, clothing, footwear, & leather",2,total,A3001.01,60,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Wood & paper product,2,total,A3001.01,144,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,"Printing, publishing, & recorded media",2,total,A3001.01,33,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,"Petroleum, coal, chemical, & associated product",2,total,A3001.01,126,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Non-metallic mineral product,2,total,A3001.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Metal product,2,total,A3001.01,288,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Transport and industrial machinery & equipment,2,total,A3001.01,225,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Other machinery & equipment,2,total,A3001.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Other manufacturing,2,total,A3001.01,102,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,"Electricity, gas, water, & waste services",1,total,A3001.01,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business total sales of goods and services decreased,Construction,1,total,A3001.01,1881,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Wholesale trade,1,total,A3001.01,789,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Machinery & equipment wholesaling,2,total,A3001.01,159,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Other wholesale trade,2,total,A3001.01,630,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Retail trade,1,total,A3001.01,1656,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Accommodation & food services,1,total,A3001.01,1278,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,"Transport, postal, & warehousing",1,total,A3001.01,348,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Information media & telecommunications,1,total,A3001.01,120,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Publishing,2,total,A3001.01,60,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Motion picture,2,total,A3001.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Telecommunications,2,total,A3001.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Financial & insurance services,1,total,A3001.01,147,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Finance,2,total,A3001.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Insurance,2,total,A3001.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Auxiliary,2,total,A3001.01,105,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,"Rental, hiring, & real estate services",1,total,A3001.01,309,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,"Professional, scientific, & technical services",1,total,A3001.01,1041,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Computer systems design,2,total,A3001.01,120,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Other professional scientific,2,total,A3001.01,921,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Administrative & support services,1,total,A3001.01,390,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Education & training,1,total,A3001.01,243,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Health care & social assistance,1,total,A3001.01,564,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Arts & recreation services,1,total,A3001.01,129,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,Other services,1,total,A3001.01,231,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services decreased,total,0,total,A3001.01,11586,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,total,0,619 employees,A3001.02,8091,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services stayed the same,total,0,2049 employees,A3001.02,1581,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services stayed the same,total,0,5099 employees,A3001.02,384,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services stayed the same,total,0,100+ employees,A3001.02,252,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services stayed the same,"Agriculture, forestry, & fishing",1,total,A3001.02,888,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Agriculture,2,total,A3001.02,492,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Commercial fishing,2,total,A3001.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Forestry & logging,2,total,A3001.02,72,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,"Agriculture, forestry, & fishing support services",2,total,A3001.02,306,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Mining,1,total,A3001.02,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business total sales of goods and services stayed the same,Manufacturing,1,total,A3001.02,1041,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,"Food, beverage, & tobacco",2,total,A3001.02,246,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,"Textile, clothing, footwear, & leather",2,total,A3001.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Wood & paper product,2,total,A3001.02,147,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,"Printing, publishing, & recorded media",2,total,A3001.02,57,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,"Petroleum, coal, chemical, & associated product",2,total,A3001.02,66,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Non-metallic mineral product,2,total,A3001.02,39,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Metal product,2,total,A3001.02,207,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Transport and industrial machinery & equipment,2,total,A3001.02,123,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Other machinery & equipment,2,total,A3001.02,36,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Other manufacturing,2,total,A3001.02,69,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,"Electricity, gas, water, & waste services",1,total,A3001.02,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business total sales of goods and services stayed the same,Construction,1,total,A3001.02,1536,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Wholesale trade,1,total,A3001.02,570,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Machinery & equipment wholesaling,2,total,A3001.02,204,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Other wholesale trade,2,total,A3001.02,363,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Retail trade,1,total,A3001.02,870,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Accommodation & food services,1,total,A3001.02,1740,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,"Transport, postal, & warehousing",1,total,A3001.02,273,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Information media & telecommunications,1,total,A3001.02,78,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Publishing,2,total,A3001.02,30,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Motion picture,2,total,A3001.02,21,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Telecommunications,2,total,A3001.02,24,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Financial & insurance services,1,total,A3001.02,120,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Finance,2,total,A3001.02,60,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Insurance,2,total,A3001.02,3,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Auxiliary,2,total,A3001.02,57,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,"Rental, hiring, & real estate services",1,total,A3001.02,147,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,"Professional, scientific, & technical services",1,total,A3001.02,1101,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Computer systems design,2,total,A3001.02,186,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Other professional scientific,2,total,A3001.02,918,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Administrative & support services,1,total,A3001.02,348,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Education & training,1,total,A3001.02,363,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Health care & social assistance,1,total,A3001.02,756,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Arts & recreation services,1,total,A3001.02,84,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,Other services,1,total,A3001.02,315,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services stayed the same,total,0,total,A3001.02,10308,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,total,0,619 employees,A3001.03,17457,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services increased,total,0,2049 employees,A3001.03,4950,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services increased,total,0,5099 employees,A3001.03,1578,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services increased,total,0,100+ employees,A3001.03,1443,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services increased,"Agriculture, forestry, & fishing",1,total,A3001.03,1500,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Agriculture,2,total,A3001.03,957,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Commercial fishing,2,total,A3001.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Forestry & logging,2,total,A3001.03,102,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,"Agriculture, forestry, & fishing support services",2,total,A3001.03,414,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Mining,1,total,A3001.03,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business total sales of goods and services increased,Manufacturing,1,total,A3001.03,2985,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,"Food, beverage, & tobacco",2,total,A3001.03,732,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,"Textile, clothing, footwear, & leather",2,total,A3001.03,135,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Wood & paper product,2,total,A3001.03,228,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,"Printing, publishing, & recorded media",2,total,A3001.03,99,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,"Petroleum, coal, chemical, & associated product",2,total,A3001.03,237,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Non-metallic mineral product,2,total,A3001.03,129,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Metal product,2,total,A3001.03,483,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Transport and industrial machinery & equipment,2,total,A3001.03,582,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Other machinery & equipment,2,total,A3001.03,165,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Other manufacturing,2,total,A3001.03,198,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,"Electricity, gas, water, & waste services",1,total,A3001.03,129,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business total sales of goods and services increased,Construction,1,total,A3001.03,3717,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Wholesale trade,1,total,A3001.03,1773,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Machinery & equipment wholesaling,2,total,A3001.03,570,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Other wholesale trade,2,total,A3001.03,1203,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Retail trade,1,total,A3001.03,2490,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Accommodation & food services,1,total,A3001.03,3594,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,"Transport, postal, & warehousing",1,total,A3001.03,1005,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Information media & telecommunications,1,total,A3001.03,246,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Publishing,2,total,A3001.03,87,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Motion picture,2,total,A3001.03,84,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Telecommunications,2,total,A3001.03,72,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Financial & insurance services,1,total,A3001.03,396,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Finance,2,total,A3001.03,105,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Insurance,2,total,A3001.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Auxiliary,2,total,A3001.03,267,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,"Rental, hiring, & real estate services",1,total,A3001.03,534,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,"Professional, scientific, & technical services",1,total,A3001.03,2859,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Computer systems design,2,total,A3001.03,678,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Other professional scientific,2,total,A3001.03,2181,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Administrative & support services,1,total,A3001.03,1038,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Education & training,1,total,A3001.03,489,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Health care & social assistance,1,total,A3001.03,1494,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Arts & recreation services,1,total,A3001.03,336,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,Other services,1,total,A3001.03,771,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services increased,total,0,total,A3001.03,25431,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,total,0,619 employees,A3001.04,1341,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services Don't know,total,0,2049 employees,A3001.04,183,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services Don't know,total,0,5099 employees,A3001.04,48,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services Don't know,total,0,100+ employees,A3001.04,30,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business total sales of goods and services Don't know,"Agriculture, forestry, & fishing",1,total,A3001.04,273,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Agriculture,2,total,A3001.04,171,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Commercial fishing,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Forestry & logging,2,total,A3001.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,"Agriculture, forestry, & fishing support services",2,total,A3001.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Mining,1,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business total sales of goods and services Don't know,Manufacturing,1,total,A3001.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,"Food, beverage, & tobacco",2,total,A3001.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,"Textile, clothing, footwear, & leather",2,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Wood & paper product,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,"Printing, publishing, & recorded media",2,total,A3001.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3001.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Non-metallic mineral product,2,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Metal product,2,total,A3001.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Transport and industrial machinery & equipment,2,total,A3001.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Other machinery & equipment,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Other manufacturing,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,"Electricity, gas, water, & waste services",1,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business total sales of goods and services Don't know,Construction,1,total,A3001.04,261,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Wholesale trade,1,total,A3001.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Machinery & equipment wholesaling,2,total,A3001.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Other wholesale trade,2,total,A3001.04,75,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Retail trade,1,total,A3001.04,51,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Accommodation & food services,1,total,A3001.04,144,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,"Transport, postal, & warehousing",1,total,A3001.04,51,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Information media & telecommunications,1,total,A3001.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Publishing,2,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Motion picture,2,total,A3001.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Telecommunications,2,total,A3001.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Financial & insurance services,1,total,A3001.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Finance,2,total,A3001.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Insurance,2,total,A3001.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Auxiliary,2,total,A3001.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,"Rental, hiring, & real estate services",1,total,A3001.04,54,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,"Professional, scientific, & technical services",1,total,A3001.04,189,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Computer systems design,2,total,A3001.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Other professional scientific,2,total,A3001.04,186,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Administrative & support services,1,total,A3001.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Education & training,1,total,A3001.04,87,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Health care & social assistance,1,total,A3001.04,108,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Arts & recreation services,1,total,A3001.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,Other services,1,total,A3001.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business total sales of goods and services Don't know,total,0,total,A3001.04,1602,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,total,0,619 employees,A3002.01,13917,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability decreased,total,0,2049 employees,A3002.01,3921,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability decreased,total,0,5099 employees,A3002.01,1071,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability decreased,total,0,100+ employees,A3002.01,834,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability decreased,"Agriculture, forestry, & fishing",1,total,A3002.01,1872,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Agriculture,2,total,A3002.01,1374,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Commercial fishing,2,total,A3002.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Forestry & logging,2,total,A3002.01,117,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,"Agriculture, forestry, & fishing support services",2,total,A3002.01,366,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Mining,1,total,A3002.01,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business profitability decreased,Manufacturing,1,total,A3002.01,2067,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,"Food, beverage, & tobacco",2,total,A3002.01,534,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,"Textile, clothing, footwear, & leather",2,total,A3002.01,99,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Wood & paper product,2,total,A3002.01,207,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,"Printing, publishing, & recorded media",2,total,A3002.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,"Petroleum, coal, chemical, & associated product",2,total,A3002.01,207,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Non-metallic mineral product,2,total,A3002.01,63,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Metal product,2,total,A3002.01,384,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Transport and industrial machinery & equipment,2,total,A3002.01,306,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Other machinery & equipment,2,total,A3002.01,69,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Other manufacturing,2,total,A3002.01,153,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,"Electricity, gas, water, & waste services",1,total,A3002.01,72,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business profitability decreased,Construction,1,total,A3002.01,2445,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Wholesale trade,1,total,A3002.01,1329,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Machinery & equipment wholesaling,2,total,A3002.01,321,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Other wholesale trade,2,total,A3002.01,1008,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Retail trade,1,total,A3002.01,2442,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Accommodation & food services,1,total,A3002.01,3237,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,"Transport, postal, & warehousing",1,total,A3002.01,528,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Information media & telecommunications,1,total,A3002.01,165,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Publishing,2,total,A3002.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Motion picture,2,total,A3002.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Telecommunications,2,total,A3002.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Financial & insurance services,1,total,A3002.01,246,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Finance,2,total,A3002.01,69,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Insurance,2,total,A3002.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Auxiliary,2,total,A3002.01,162,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,"Rental, hiring, & real estate services",1,total,A3002.01,414,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,"Professional, scientific, & technical services",1,total,A3002.01,1728,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Computer systems design,2,total,A3002.01,261,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Other professional scientific,2,total,A3002.01,1470,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Administrative & support services,1,total,A3002.01,612,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Education & training,1,total,A3002.01,558,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Health care & social assistance,1,total,A3002.01,1269,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Arts & recreation services,1,total,A3002.01,264,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,Other services,1,total,A3002.01,435,,Number of businesses,1 and 2 and 3 and 6 -Business profitability decreased,total,0,total,A3002.01,19743,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,total,0,619 employees,A3002.02,8418,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability stayed the same,total,0,2049 employees,A3002.02,1980,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability stayed the same,total,0,5099 employees,A3002.02,444,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability stayed the same,total,0,100+ employees,A3002.02,366,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability stayed the same,"Agriculture, forestry, & fishing",1,total,A3002.02,903,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Agriculture,2,total,A3002.02,525,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Commercial fishing,2,total,A3002.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Forestry & logging,2,total,A3002.02,72,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,"Agriculture, forestry, & fishing support services",2,total,A3002.02,291,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Mining,1,total,A3002.02,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business profitability stayed the same,Manufacturing,1,total,A3002.02,1230,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,"Food, beverage, & tobacco",2,total,A3002.02,219,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,"Textile, clothing, footwear, & leather",2,total,A3002.02,54,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Wood & paper product,2,total,A3002.02,150,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,"Printing, publishing, & recorded media",2,total,A3002.02,78,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,"Petroleum, coal, chemical, & associated product",2,total,A3002.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Non-metallic mineral product,2,total,A3002.02,48,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Metal product,2,total,A3002.02,282,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Transport and industrial machinery & equipment,2,total,A3002.02,159,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Other machinery & equipment,2,total,A3002.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Other manufacturing,2,total,A3002.02,96,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,"Electricity, gas, water, & waste services",1,total,A3002.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business profitability stayed the same,Construction,1,total,A3002.02,1791,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Wholesale trade,1,total,A3002.02,603,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Machinery & equipment wholesaling,2,total,A3002.02,270,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Other wholesale trade,2,total,A3002.02,333,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Retail trade,1,total,A3002.02,1134,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Accommodation & food services,1,total,A3002.02,1521,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,"Transport, postal, & warehousing",1,total,A3002.02,360,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Information media & telecommunications,1,total,A3002.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Publishing,2,total,A3002.02,36,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Motion picture,2,total,A3002.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Telecommunications,2,total,A3002.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Financial & insurance services,1,total,A3002.02,132,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Finance,2,total,A3002.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Insurance,2,total,A3002.02,3,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Auxiliary,2,total,A3002.02,69,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,"Rental, hiring, & real estate services",1,total,A3002.02,225,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,"Professional, scientific, & technical services",1,total,A3002.02,1356,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Computer systems design,2,total,A3002.02,276,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Other professional scientific,2,total,A3002.02,1080,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Administrative & support services,1,total,A3002.02,465,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Education & training,1,total,A3002.02,261,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Health care & social assistance,1,total,A3002.02,615,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Arts & recreation services,1,total,A3002.02,81,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,Other services,1,total,A3002.02,351,,Number of businesses,1 and 2 and 3 and 6 -Business profitability stayed the same,total,0,total,A3002.02,11208,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,total,0,619 employees,A3002.03,11673,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability increased,total,0,2049 employees,A3002.03,2694,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability increased,total,0,5099 employees,A3002.03,960,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability increased,total,0,100+ employees,A3002.03,864,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability increased,"Agriculture, forestry, & fishing",1,total,A3002.03,816,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Agriculture,2,total,A3002.03,465,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Commercial fishing,2,total,A3002.03,21,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Forestry & logging,2,total,A3002.03,63,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,"Agriculture, forestry, & fishing support services",2,total,A3002.03,267,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Mining,1,total,A3002.03,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business profitability increased,Manufacturing,1,total,A3002.03,1926,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,"Food, beverage, & tobacco",2,total,A3002.03,435,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,"Textile, clothing, footwear, & leather",2,total,A3002.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Wood & paper product,2,total,A3002.03,159,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,"Printing, publishing, & recorded media",2,total,A3002.03,60,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,"Petroleum, coal, chemical, & associated product",2,total,A3002.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Non-metallic mineral product,2,total,A3002.03,90,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Metal product,2,total,A3002.03,300,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Transport and industrial machinery & equipment,2,total,A3002.03,444,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Other machinery & equipment,2,total,A3002.03,114,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Other manufacturing,2,total,A3002.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,"Electricity, gas, water, & waste services",1,total,A3002.03,78,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business profitability increased,Construction,1,total,A3002.03,2898,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Wholesale trade,1,total,A3002.03,1173,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Machinery & equipment wholesaling,2,total,A3002.03,336,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Other wholesale trade,2,total,A3002.03,834,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Retail trade,1,total,A3002.03,1320,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Accommodation & food services,1,total,A3002.03,1791,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,"Transport, postal, & warehousing",1,total,A3002.03,738,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Information media & telecommunications,1,total,A3002.03,180,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Publishing,2,total,A3002.03,63,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Motion picture,2,total,A3002.03,60,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Telecommunications,2,total,A3002.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Financial & insurance services,1,total,A3002.03,294,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Finance,2,total,A3002.03,75,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Insurance,2,total,A3002.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Auxiliary,2,total,A3002.03,204,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,"Rental, hiring, & real estate services",1,total,A3002.03,366,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,"Professional, scientific, & technical services",1,total,A3002.03,1881,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Computer systems design,2,total,A3002.03,450,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Other professional scientific,2,total,A3002.03,1434,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Administrative & support services,1,total,A3002.03,717,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Education & training,1,total,A3002.03,297,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Health care & social assistance,1,total,A3002.03,957,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Arts & recreation services,1,total,A3002.03,201,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,Other services,1,total,A3002.03,516,,Number of businesses,1 and 2 and 3 and 6 -Business profitability increased,total,0,total,A3002.03,16194,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,total,0,619 employees,A3002.04,1575,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability Don't know,total,0,2049 employees,A3002.04,195,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability Don't know,total,0,5099 employees,A3002.04,57,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability Don't know,total,0,100+ employees,A3002.04,36,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business profitability Don't know,"Agriculture, forestry, & fishing",1,total,A3002.04,162,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Agriculture,2,total,A3002.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Commercial fishing,2,total,A3002.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Forestry & logging,2,total,A3002.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,"Agriculture, forestry, & fishing support services",2,total,A3002.04,60,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Mining,1,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business profitability Don't know,Manufacturing,1,total,A3002.04,189,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,"Food, beverage, & tobacco",2,total,A3002.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,"Textile, clothing, footwear, & leather",2,total,A3002.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Wood & paper product,2,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,"Printing, publishing, & recorded media",2,total,A3002.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3002.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Non-metallic mineral product,2,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Metal product,2,total,A3002.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Transport and industrial machinery & equipment,2,total,A3002.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Other machinery & equipment,2,total,A3002.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Other manufacturing,2,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,"Electricity, gas, water, & waste services",1,total,A3002.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business profitability Don't know,Construction,1,total,A3002.04,306,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Wholesale trade,1,total,A3002.04,126,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Machinery & equipment wholesaling,2,total,A3002.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Other wholesale trade,2,total,A3002.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Retail trade,1,total,A3002.04,174,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Accommodation & food services,1,total,A3002.04,222,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,"Transport, postal, & warehousing",1,total,A3002.04,51,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Information media & telecommunications,1,total,A3002.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Publishing,2,total,A3002.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Motion picture,2,total,A3002.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Telecommunications,2,total,A3002.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Financial & insurance services,1,total,A3002.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Finance,2,total,A3002.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Insurance,2,total,A3002.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Auxiliary,2,total,A3002.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,"Rental, hiring, & real estate services",1,total,A3002.04,33,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,"Professional, scientific, & technical services",1,total,A3002.04,249,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Computer systems design,2,total,A3002.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Other professional scientific,2,total,A3002.04,246,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Administrative & support services,1,total,A3002.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Education & training,1,total,A3002.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Health care & social assistance,1,total,A3002.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Arts & recreation services,1,total,A3002.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,Other services,1,total,A3002.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business profitability Don't know,total,0,total,A3002.04,1866,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,total,0,619 employees,A3003.01,6564,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity decreased,total,0,2049 employees,A3003.01,1746,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity decreased,total,0,5099 employees,A3003.01,510,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity decreased,total,0,100+ employees,A3003.01,390,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity decreased,"Agriculture, forestry, & fishing",1,total,A3003.01,876,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Agriculture,2,total,A3003.01,627,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Commercial fishing,2,total,A3003.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Forestry & logging,2,total,A3003.01,69,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,"Agriculture, forestry, & fishing support services",2,total,A3003.01,171,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Mining,1,total,A3003.01,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business productivity decreased,Manufacturing,1,total,A3003.01,1095,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,"Food, beverage, & tobacco",2,total,A3003.01,309,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,"Textile, clothing, footwear, & leather",2,total,A3003.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Wood & paper product,2,total,A3003.01,114,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,"Printing, publishing, & recorded media",2,total,A3003.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,"Petroleum, coal, chemical, & associated product",2,total,A3003.01,117,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Non-metallic mineral product,2,total,A3003.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Metal product,2,total,A3003.01,183,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Transport and industrial machinery & equipment,2,total,A3003.01,177,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Other machinery & equipment,2,total,A3003.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Other manufacturing,2,total,A3003.01,60,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,"Electricity, gas, water, & waste services",1,total,A3003.01,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business productivity decreased,Construction,1,total,A3003.01,1776,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Wholesale trade,1,total,A3003.01,576,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Machinery & equipment wholesaling,2,total,A3003.01,147,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Other wholesale trade,2,total,A3003.01,426,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Retail trade,1,total,A3003.01,1080,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Accommodation & food services,1,total,A3003.01,1302,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,"Transport, postal, & warehousing",1,total,A3003.01,270,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Information media & telecommunications,1,total,A3003.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Publishing,2,total,A3003.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Motion picture,2,total,A3003.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Telecommunications,2,total,A3003.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Financial & insurance services,1,total,A3003.01,99,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Finance,2,total,A3003.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Insurance,2,total,A3003.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Auxiliary,2,total,A3003.01,66,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,"Rental, hiring, & real estate services",1,total,A3003.01,153,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,"Professional, scientific, & technical services",1,total,A3003.01,675,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Computer systems design,2,total,A3003.01,60,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Other professional scientific,2,total,A3003.01,618,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Administrative & support services,1,total,A3003.01,312,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Education & training,1,total,A3003.01,141,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Health care & social assistance,1,total,A3003.01,426,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Arts & recreation services,1,total,A3003.01,90,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,Other services,1,total,A3003.01,231,,Number of businesses,1 and 2 and 3 and 6 -Business productivity decreased,total,0,total,A3003.01,9213,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,total,0,619 employees,A3003.02,15813,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity stayed the same,total,0,2049 employees,A3003.02,4014,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity stayed the same,total,0,5099 employees,A3003.02,1044,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity stayed the same,total,0,100+ employees,A3003.02,879,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity stayed the same,"Agriculture, forestry, & fishing",1,total,A3003.02,1716,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Agriculture,2,total,A3003.02,1161,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Commercial fishing,2,total,A3003.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Forestry & logging,2,total,A3003.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,"Agriculture, forestry, & fishing support services",2,total,A3003.02,438,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Mining,1,total,A3003.02,57,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business productivity stayed the same,Manufacturing,1,total,A3003.02,2199,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,"Food, beverage, & tobacco",2,total,A3003.02,465,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,"Textile, clothing, footwear, & leather",2,total,A3003.02,96,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Wood & paper product,2,total,A3003.02,231,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,"Printing, publishing, & recorded media",2,total,A3003.02,90,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,"Petroleum, coal, chemical, & associated product",2,total,A3003.02,165,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Non-metallic mineral product,2,total,A3003.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Metal product,2,total,A3003.02,438,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Transport and industrial machinery & equipment,2,total,A3003.02,357,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Other machinery & equipment,2,total,A3003.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Other manufacturing,2,total,A3003.02,177,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,"Electricity, gas, water, & waste services",1,total,A3003.02,87,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business productivity stayed the same,Construction,1,total,A3003.02,3063,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Wholesale trade,1,total,A3003.02,1353,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Machinery & equipment wholesaling,2,total,A3003.02,450,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Other wholesale trade,2,total,A3003.02,903,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Retail trade,1,total,A3003.02,2373,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Accommodation & food services,1,total,A3003.02,3240,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,"Transport, postal, & warehousing",1,total,A3003.02,600,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Information media & telecommunications,1,total,A3003.02,171,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Publishing,2,total,A3003.02,54,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Motion picture,2,total,A3003.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Telecommunications,2,total,A3003.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Financial & insurance services,1,total,A3003.02,303,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Finance,2,total,A3003.02,99,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Insurance,2,total,A3003.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Auxiliary,2,total,A3003.02,186,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,"Rental, hiring, & real estate services",1,total,A3003.02,450,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,"Professional, scientific, & technical services",1,total,A3003.02,2574,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Computer systems design,2,total,A3003.02,471,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Other professional scientific,2,total,A3003.02,2106,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Administrative & support services,1,total,A3003.02,690,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Education & training,1,total,A3003.02,699,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Health care & social assistance,1,total,A3003.02,1389,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Arts & recreation services,1,total,A3003.02,231,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,Other services,1,total,A3003.02,543,,Number of businesses,1 and 2 and 3 and 6 -Business productivity stayed the same,total,0,total,A3003.02,21750,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,total,0,619 employees,A3003.03,10032,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity increased,total,0,2049 employees,A3003.03,2475,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity increased,total,0,5099 employees,A3003.03,792,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity increased,total,0,100+ employees,A3003.03,654,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity increased,"Agriculture, forestry, & fishing",1,total,A3003.03,930,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Agriculture,2,total,A3003.03,525,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Commercial fishing,2,total,A3003.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Forestry & logging,2,total,A3003.03,87,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,"Agriculture, forestry, & fishing support services",2,total,A3003.03,297,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Mining,1,total,A3003.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business productivity increased,Manufacturing,1,total,A3003.03,1800,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,"Food, beverage, & tobacco",2,total,A3003.03,357,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,"Textile, clothing, footwear, & leather",2,total,A3003.03,93,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Wood & paper product,2,total,A3003.03,174,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,"Printing, publishing, & recorded media",2,total,A3003.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,"Petroleum, coal, chemical, & associated product",2,total,A3003.03,126,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Non-metallic mineral product,2,total,A3003.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Metal product,2,total,A3003.03,321,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Transport and industrial machinery & equipment,2,total,A3003.03,363,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Other machinery & equipment,2,total,A3003.03,99,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Other manufacturing,2,total,A3003.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,"Electricity, gas, water, & waste services",1,total,A3003.03,78,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business productivity increased,Construction,1,total,A3003.03,2049,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Wholesale trade,1,total,A3003.03,1026,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Machinery & equipment wholesaling,2,total,A3003.03,270,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Other wholesale trade,2,total,A3003.03,756,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Retail trade,1,total,A3003.03,1023,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Accommodation & food services,1,total,A3003.03,1530,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,"Transport, postal, & warehousing",1,total,A3003.03,717,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Information media & telecommunications,1,total,A3003.03,186,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Publishing,2,total,A3003.03,78,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Motion picture,2,total,A3003.03,57,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Telecommunications,2,total,A3003.03,48,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Financial & insurance services,1,total,A3003.03,234,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Finance,2,total,A3003.03,63,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Insurance,2,total,A3003.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Auxiliary,2,total,A3003.03,159,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,"Rental, hiring, & real estate services",1,total,A3003.03,303,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,"Professional, scientific, & technical services",1,total,A3003.03,1578,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Computer systems design,2,total,A3003.03,399,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Other professional scientific,2,total,A3003.03,1182,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Administrative & support services,1,total,A3003.03,741,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Education & training,1,total,A3003.03,210,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Health care & social assistance,1,total,A3003.03,819,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Arts & recreation services,1,total,A3003.03,186,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,Other services,1,total,A3003.03,510,,Number of businesses,1 and 2 and 3 and 6 -Business productivity increased,total,0,total,A3003.03,13956,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,total,0,619 employees,A3003.04,3129,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity Don't know,total,0,2049 employees,A3003.04,561,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity Don't know,total,0,5099 employees,A3003.04,186,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity Don't know,total,0,100+ employees,A3003.04,180,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business productivity Don't know,"Agriculture, forestry, & fishing",1,total,A3003.04,225,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Agriculture,2,total,A3003.04,135,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Commercial fishing,2,total,A3003.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Forestry & logging,2,total,A3003.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,"Agriculture, forestry, & fishing support services",2,total,A3003.04,81,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Mining,1,total,A3003.04,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business productivity Don't know,Manufacturing,1,total,A3003.04,315,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,"Food, beverage, & tobacco",2,total,A3003.04,102,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,"Textile, clothing, footwear, & leather",2,total,A3003.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Wood & paper product,2,total,A3003.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,"Printing, publishing, & recorded media",2,total,A3003.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3003.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Non-metallic mineral product,2,total,A3003.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Metal product,2,total,A3003.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Transport and industrial machinery & equipment,2,total,A3003.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Other machinery & equipment,2,total,A3003.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Other manufacturing,2,total,A3003.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,"Electricity, gas, water, & waste services",1,total,A3003.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business productivity Don't know,Construction,1,total,A3003.04,507,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Wholesale trade,1,total,A3003.04,297,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Machinery & equipment wholesaling,2,total,A3003.04,84,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Other wholesale trade,2,total,A3003.04,210,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Retail trade,1,total,A3003.04,594,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Accommodation & food services,1,total,A3003.04,699,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,"Transport, postal, & warehousing",1,total,A3003.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Information media & telecommunications,1,total,A3003.04,60,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Publishing,2,total,A3003.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Motion picture,2,total,A3003.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Telecommunications,2,total,A3003.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Financial & insurance services,1,total,A3003.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Finance,2,total,A3003.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Insurance,2,total,A3003.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Auxiliary,2,total,A3003.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,"Rental, hiring, & real estate services",1,total,A3003.04,141,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,"Professional, scientific, & technical services",1,total,A3003.04,363,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Computer systems design,2,total,A3003.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Other professional scientific,2,total,A3003.04,303,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Administrative & support services,1,total,A3003.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Education & training,1,total,A3003.04,135,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Health care & social assistance,1,total,A3003.04,288,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Arts & recreation services,1,total,A3003.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,Other services,1,total,A3003.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business productivity Don't know,total,0,total,A3003.04,4056,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,total,0,619 employees,A3004.01,4158,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share decreased,total,0,2049 employees,A3004.01,777,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share decreased,total,0,5099 employees,A3004.01,210,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share decreased,total,0,100+ employees,A3004.01,174,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share decreased,"Agriculture, forestry, & fishing",1,total,A3004.01,486,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Agriculture,2,total,A3004.01,378,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Commercial fishing,2,total,A3004.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Forestry & logging,2,total,A3004.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,"Agriculture, forestry, & fishing support services",2,total,A3004.01,87,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Mining,1,total,A3004.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business market share decreased,Manufacturing,1,total,A3004.01,489,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,"Food, beverage, & tobacco",2,total,A3004.01,147,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,"Textile, clothing, footwear, & leather",2,total,A3004.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Wood & paper product,2,total,A3004.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,"Printing, publishing, & recorded media",2,total,A3004.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,"Petroleum, coal, chemical, & associated product",2,total,A3004.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Non-metallic mineral product,2,total,A3004.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Metal product,2,total,A3004.01,66,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Transport and industrial machinery & equipment,2,total,A3004.01,81,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Other machinery & equipment,2,total,A3004.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Other manufacturing,2,total,A3004.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,"Electricity, gas, water, & waste services",1,total,A3004.01,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business market share decreased,Construction,1,total,A3004.01,987,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Wholesale trade,1,total,A3004.01,243,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Machinery & equipment wholesaling,2,total,A3004.01,72,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Other wholesale trade,2,total,A3004.01,168,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Retail trade,1,total,A3004.01,870,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Accommodation & food services,1,total,A3004.01,897,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,"Transport, postal, & warehousing",1,total,A3004.01,171,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Information media & telecommunications,1,total,A3004.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Publishing,2,total,A3004.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Motion picture,2,total,A3004.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Telecommunications,2,total,A3004.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Financial & insurance services,1,total,A3004.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Finance,2,total,A3004.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Insurance,2,total,A3004.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Auxiliary,2,total,A3004.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,"Rental, hiring, & real estate services",1,total,A3004.01,81,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,"Professional, scientific, & technical services",1,total,A3004.01,234,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Computer systems design,2,total,A3004.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Other professional scientific,2,total,A3004.01,201,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Administrative & support services,1,total,A3004.01,201,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Education & training,1,total,A3004.01,114,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Health care & social assistance,1,total,A3004.01,282,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Arts & recreation services,1,total,A3004.01,84,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,Other services,1,total,A3004.01,69,,Number of businesses,1 and 2 and 3 and 6 -Business market share decreased,total,0,total,A3004.01,5319,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,total,0,619 employees,A3004.02,13656,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share stayed the same,total,0,2049 employees,A3004.02,3783,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share stayed the same,total,0,5099 employees,A3004.02,1095,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share stayed the same,total,0,100+ employees,A3004.02,900,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share stayed the same,"Agriculture, forestry, & fishing",1,total,A3004.02,1437,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Agriculture,2,total,A3004.02,954,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Commercial fishing,2,total,A3004.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Forestry & logging,2,total,A3004.02,117,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,"Agriculture, forestry, & fishing support services",2,total,A3004.02,333,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Mining,1,total,A3004.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business market share stayed the same,Manufacturing,1,total,A3004.02,2157,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,"Food, beverage, & tobacco",2,total,A3004.02,519,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,"Textile, clothing, footwear, & leather",2,total,A3004.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Wood & paper product,2,total,A3004.02,252,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,"Printing, publishing, & recorded media",2,total,A3004.02,90,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,"Petroleum, coal, chemical, & associated product",2,total,A3004.02,213,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Non-metallic mineral product,2,total,A3004.02,105,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Metal product,2,total,A3004.02,375,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Transport and industrial machinery & equipment,2,total,A3004.02,321,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Other machinery & equipment,2,total,A3004.02,96,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Other manufacturing,2,total,A3004.02,96,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,"Electricity, gas, water, & waste services",1,total,A3004.02,87,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business market share stayed the same,Construction,1,total,A3004.02,2445,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Wholesale trade,1,total,A3004.02,1308,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Machinery & equipment wholesaling,2,total,A3004.02,360,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Other wholesale trade,2,total,A3004.02,948,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Retail trade,1,total,A3004.02,1857,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Accommodation & food services,1,total,A3004.02,3012,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,"Transport, postal, & warehousing",1,total,A3004.02,732,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Information media & telecommunications,1,total,A3004.02,141,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Publishing,2,total,A3004.02,48,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Motion picture,2,total,A3004.02,57,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Telecommunications,2,total,A3004.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Financial & insurance services,1,total,A3004.02,285,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Finance,2,total,A3004.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Insurance,2,total,A3004.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Auxiliary,2,total,A3004.02,177,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,"Rental, hiring, & real estate services",1,total,A3004.02,372,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,"Professional, scientific, & technical services",1,total,A3004.02,2457,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Computer systems design,2,total,A3004.02,387,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Other professional scientific,2,total,A3004.02,2073,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Administrative & support services,1,total,A3004.02,645,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Education & training,1,total,A3004.02,492,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Health care & social assistance,1,total,A3004.02,1314,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Arts & recreation services,1,total,A3004.02,183,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,Other services,1,total,A3004.02,447,,Number of businesses,1 and 2 and 3 and 6 -Business market share stayed the same,total,0,total,A3004.02,19434,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,total,0,619 employees,A3004.03,6069,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share increased,total,0,2049 employees,A3004.03,1959,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share increased,total,0,5099 employees,A3004.03,618,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share increased,total,0,100+ employees,A3004.03,597,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share increased,"Agriculture, forestry, & fishing",1,total,A3004.03,357,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Agriculture,2,total,A3004.03,222,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Commercial fishing,2,total,A3004.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Forestry & logging,2,total,A3004.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,"Agriculture, forestry, & fishing support services",2,total,A3004.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Mining,1,total,A3004.03,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business market share increased,Manufacturing,1,total,A3004.03,1032,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,"Food, beverage, & tobacco",2,total,A3004.03,231,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,"Textile, clothing, footwear, & leather",2,total,A3004.03,57,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Wood & paper product,2,total,A3004.03,93,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,"Printing, publishing, & recorded media",2,total,A3004.03,48,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,"Petroleum, coal, chemical, & associated product",2,total,A3004.03,78,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Non-metallic mineral product,2,total,A3004.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Metal product,2,total,A3004.03,162,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Transport and industrial machinery & equipment,2,total,A3004.03,189,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Other machinery & equipment,2,total,A3004.03,63,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Other manufacturing,2,total,A3004.03,78,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,"Electricity, gas, water, & waste services",1,total,A3004.03,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business market share increased,Construction,1,total,A3004.03,1290,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Wholesale trade,1,total,A3004.03,786,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Machinery & equipment wholesaling,2,total,A3004.03,267,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Other wholesale trade,2,total,A3004.03,516,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Retail trade,1,total,A3004.03,717,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Accommodation & food services,1,total,A3004.03,1377,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,"Transport, postal, & warehousing",1,total,A3004.03,309,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Information media & telecommunications,1,total,A3004.03,144,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Publishing,2,total,A3004.03,66,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Motion picture,2,total,A3004.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Telecommunications,2,total,A3004.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Financial & insurance services,1,total,A3004.03,177,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Finance,2,total,A3004.03,45,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Insurance,2,total,A3004.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Auxiliary,2,total,A3004.03,123,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,"Rental, hiring, & real estate services",1,total,A3004.03,270,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,"Professional, scientific, & technical services",1,total,A3004.03,1164,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Computer systems design,2,total,A3004.03,321,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Other professional scientific,2,total,A3004.03,846,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Administrative & support services,1,total,A3004.03,477,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Education & training,1,total,A3004.03,174,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Health care & social assistance,1,total,A3004.03,372,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Arts & recreation services,1,total,A3004.03,144,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,Other services,1,total,A3004.03,378,,Number of businesses,1 and 2 and 3 and 6 -Business market share increased,total,0,total,A3004.03,9243,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,total,0,619 employees,A3004.04,11694,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share Don't know,total,0,2049 employees,A3004.04,2268,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share Don't know,total,0,5099 employees,A3004.04,612,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share Don't know,total,0,100+ employees,A3004.04,432,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business market share Don't know,"Agriculture, forestry, & fishing",1,total,A3004.04,1470,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Agriculture,2,total,A3004.04,897,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Commercial fishing,2,total,A3004.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Forestry & logging,2,total,A3004.04,117,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,"Agriculture, forestry, & fishing support services",2,total,A3004.04,444,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Mining,1,total,A3004.04,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business market share Don't know,Manufacturing,1,total,A3004.04,1752,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,"Food, beverage, & tobacco",2,total,A3004.04,348,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,"Textile, clothing, footwear, & leather",2,total,A3004.04,75,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Wood & paper product,2,total,A3004.04,123,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,"Printing, publishing, & recorded media",2,total,A3004.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3004.04,117,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Non-metallic mineral product,2,total,A3004.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Metal product,2,total,A3004.04,396,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Transport and industrial machinery & equipment,2,total,A3004.04,354,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Other machinery & equipment,2,total,A3004.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Other manufacturing,2,total,A3004.04,165,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,"Electricity, gas, water, & waste services",1,total,A3004.04,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business market share Don't know,Construction,1,total,A3004.04,2718,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Wholesale trade,1,total,A3004.04,894,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Machinery & equipment wholesaling,2,total,A3004.04,252,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Other wholesale trade,2,total,A3004.04,639,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Retail trade,1,total,A3004.04,1626,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Accommodation & food services,1,total,A3004.04,1491,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,"Transport, postal, & warehousing",1,total,A3004.04,462,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Information media & telecommunications,1,total,A3004.04,135,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Publishing,2,total,A3004.04,69,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Motion picture,2,total,A3004.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Telecommunications,2,total,A3004.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Financial & insurance services,1,total,A3004.04,189,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Finance,2,total,A3004.04,54,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Insurance,2,total,A3004.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Auxiliary,2,total,A3004.04,129,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,"Rental, hiring, & real estate services",1,total,A3004.04,321,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,"Professional, scientific, & technical services",1,total,A3004.04,1332,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Computer systems design,2,total,A3004.04,249,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Other professional scientific,2,total,A3004.04,1086,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Administrative & support services,1,total,A3004.04,519,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Education & training,1,total,A3004.04,402,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Health care & social assistance,1,total,A3004.04,951,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Arts & recreation services,1,total,A3004.04,150,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,Other services,1,total,A3004.04,489,,Number of businesses,1 and 2 and 3 and 6 -Business market share Don't know,total,0,total,A3004.04,15009,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",total,0,619 employees,A3101.01,6651,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: decrease",total,0,2049 employees,A3101.01,1797,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: decrease",total,0,5099 employees,A3101.01,447,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: decrease",total,0,100+ employees,A3101.01,336,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: decrease","Agriculture, forestry, & fishing",1,total,A3101.01,882,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Agriculture,2,total,A3101.01,612,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Commercial fishing,2,total,A3101.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Forestry & logging,2,total,A3101.01,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease","Agriculture, forestry, & fishing support services",2,total,A3101.01,183,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Mining,1,total,A3101.01,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: decrease",Manufacturing,1,total,A3101.01,1290,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease","Food, beverage, & tobacco",2,total,A3101.01,159,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease","Textile, clothing, footwear, & leather",2,total,A3101.01,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Wood & paper product,2,total,A3101.01,204,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease","Printing, publishing, & recorded media",2,total,A3101.01,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease","Petroleum, coal, chemical, & associated product",2,total,A3101.01,111,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Non-metallic mineral product,2,total,A3101.01,78,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Metal product,2,total,A3101.01,309,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Transport and industrial machinery & equipment,2,total,A3101.01,234,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Other machinery & equipment,2,total,A3101.01,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Other manufacturing,2,total,A3101.01,93,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease","Electricity, gas, water, & waste services",1,total,A3101.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: decrease",Construction,1,total,A3101.01,1503,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Wholesale trade,1,total,A3101.01,579,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Machinery & equipment wholesaling,2,total,A3101.01,210,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Other wholesale trade,2,total,A3101.01,366,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Retail trade,1,total,A3101.01,1236,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Accommodation & food services,1,total,A3101.01,1299,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease","Transport, postal, & warehousing",1,total,A3101.01,396,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Information media & telecommunications,1,total,A3101.01,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Publishing,2,total,A3101.01,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Motion picture,2,total,A3101.01,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Telecommunications,2,total,A3101.01,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Financial & insurance services,1,total,A3101.01,48,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Finance,2,total,A3101.01,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Insurance,2,total,A3101.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Auxiliary,2,total,A3101.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease","Rental, hiring, & real estate services",1,total,A3101.01,162,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease","Professional, scientific, & technical services",1,total,A3101.01,954,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Computer systems design,2,total,A3101.01,78,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Other professional scientific,2,total,A3101.01,879,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Administrative & support services,1,total,A3101.01,273,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Education & training,1,total,A3101.01,81,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Health care & social assistance,1,total,A3101.01,165,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Arts & recreation services,1,total,A3101.01,66,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",Other services,1,total,A3101.01,165,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: decrease",total,0,total,A3101.01,9231,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",total,0,619 employees,A3101.02,11493,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: stay the same",total,0,2049 employees,A3101.02,2307,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: stay the same",total,0,5099 employees,A3101.02,690,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: stay the same",total,0,100+ employees,A3101.02,528,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: stay the same","Agriculture, forestry, & fishing",1,total,A3101.02,1389,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Agriculture,2,total,A3101.02,897,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Commercial fishing,2,total,A3101.02,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Forestry & logging,2,total,A3101.02,96,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same","Agriculture, forestry, & fishing support services",2,total,A3101.02,363,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Mining,1,total,A3101.02,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: stay the same",Manufacturing,1,total,A3101.02,1281,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same","Food, beverage, & tobacco",2,total,A3101.02,291,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same","Textile, clothing, footwear, & leather",2,total,A3101.02,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Wood & paper product,2,total,A3101.02,129,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same","Printing, publishing, & recorded media",2,total,A3101.02,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same","Petroleum, coal, chemical, & associated product",2,total,A3101.02,96,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Non-metallic mineral product,2,total,A3101.02,48,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Metal product,2,total,A3101.02,231,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Transport and industrial machinery & equipment,2,total,A3101.02,237,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Other machinery & equipment,2,total,A3101.02,42,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Other manufacturing,2,total,A3101.02,75,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same","Electricity, gas, water, & waste services",1,total,A3101.02,54,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: stay the same",Construction,1,total,A3101.02,2646,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Wholesale trade,1,total,A3101.02,1032,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Machinery & equipment wholesaling,2,total,A3101.02,297,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Other wholesale trade,2,total,A3101.02,735,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Retail trade,1,total,A3101.02,1668,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Accommodation & food services,1,total,A3101.02,2325,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same","Transport, postal, & warehousing",1,total,A3101.02,348,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Information media & telecommunications,1,total,A3101.02,117,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Publishing,2,total,A3101.02,48,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Motion picture,2,total,A3101.02,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Telecommunications,2,total,A3101.02,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Financial & insurance services,1,total,A3101.02,201,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Finance,2,total,A3101.02,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Insurance,2,total,A3101.02,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Auxiliary,2,total,A3101.02,123,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same","Rental, hiring, & real estate services",1,total,A3101.02,258,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same","Professional, scientific, & technical services",1,total,A3101.02,1374,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Computer systems design,2,total,A3101.02,186,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Other professional scientific,2,total,A3101.02,1188,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Administrative & support services,1,total,A3101.02,525,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Education & training,1,total,A3101.02,372,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Health care & social assistance,1,total,A3101.02,741,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Arts & recreation services,1,total,A3101.02,195,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",Other services,1,total,A3101.02,435,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: stay the same",total,0,total,A3101.02,15018,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",total,0,619 employees,A3101.03,12051,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: increase a little",total,0,2049 employees,A3101.03,3627,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: increase a little",total,0,5099 employees,A3101.03,1056,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: increase a little",total,0,100+ employees,A3101.03,990,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: increase a little","Agriculture, forestry, & fishing",1,total,A3101.03,933,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Agriculture,2,total,A3101.03,579,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Commercial fishing,2,total,A3101.03,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Forestry & logging,2,total,A3101.03,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little","Agriculture, forestry, & fishing support services",2,total,A3101.03,303,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Mining,1,total,A3101.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: increase a little",Manufacturing,1,total,A3101.03,2067,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little","Food, beverage, & tobacco",2,total,A3101.03,600,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little","Textile, clothing, footwear, & leather",2,total,A3101.03,90,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Wood & paper product,2,total,A3101.03,150,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little","Printing, publishing, & recorded media",2,total,A3101.03,81,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3101.03,147,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Non-metallic mineral product,2,total,A3101.03,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Metal product,2,total,A3101.03,339,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Transport and industrial machinery & equipment,2,total,A3101.03,345,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Other machinery & equipment,2,total,A3101.03,114,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Other manufacturing,2,total,A3101.03,132,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little","Electricity, gas, water, & waste services",1,total,A3101.03,93,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: increase a little",Construction,1,total,A3101.03,2091,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Wholesale trade,1,total,A3101.03,1272,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Machinery & equipment wholesaling,2,total,A3101.03,387,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Other wholesale trade,2,total,A3101.03,882,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Retail trade,1,total,A3101.03,1716,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Accommodation & food services,1,total,A3101.03,2427,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little","Transport, postal, & warehousing",1,total,A3101.03,660,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Information media & telecommunications,1,total,A3101.03,156,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Publishing,2,total,A3101.03,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Motion picture,2,total,A3101.03,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Telecommunications,2,total,A3101.03,48,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Financial & insurance services,1,total,A3101.03,345,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Finance,2,total,A3101.03,93,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Insurance,2,total,A3101.03,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Auxiliary,2,total,A3101.03,237,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little","Rental, hiring, & real estate services",1,total,A3101.03,498,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little","Professional, scientific, & technical services",1,total,A3101.03,2178,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Computer systems design,2,total,A3101.03,456,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Other professional scientific,2,total,A3101.03,1722,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Administrative & support services,1,total,A3101.03,705,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Education & training,1,total,A3101.03,516,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Health care & social assistance,1,total,A3101.03,1266,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Arts & recreation services,1,total,A3101.03,207,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",Other services,1,total,A3101.03,555,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a little",total,0,total,A3101.03,17724,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",total,0,619 employees,A3101.04,2922,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: increase a lot",total,0,2049 employees,A3101.04,777,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: increase a lot",total,0,5099 employees,A3101.04,240,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: increase a lot",total,0,100+ employees,A3101.04,171,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: increase a lot","Agriculture, forestry, & fishing",1,total,A3101.04,270,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Agriculture,2,total,A3101.04,192,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Commercial fishing,2,total,A3101.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Forestry & logging,2,total,A3101.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3101.04,66,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Mining,1,total,A3101.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: increase a lot",Manufacturing,1,total,A3101.04,411,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot","Food, beverage, & tobacco",2,total,A3101.04,114,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot","Textile, clothing, footwear, & leather",2,total,A3101.04,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Wood & paper product,2,total,A3101.04,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot","Printing, publishing, & recorded media",2,total,A3101.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3101.04,66,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Non-metallic mineral product,2,total,A3101.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Metal product,2,total,A3101.04,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Transport and industrial machinery & equipment,2,total,A3101.04,57,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Other machinery & equipment,2,total,A3101.04,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Other manufacturing,2,total,A3101.04,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot","Electricity, gas, water, & waste services",1,total,A3101.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: increase a lot",Construction,1,total,A3101.04,630,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Wholesale trade,1,total,A3101.04,168,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Machinery & equipment wholesaling,2,total,A3101.04,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Other wholesale trade,2,total,A3101.04,144,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Retail trade,1,total,A3101.04,276,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Accommodation & food services,1,total,A3101.04,345,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot","Transport, postal, & warehousing",1,total,A3101.04,138,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Information media & telecommunications,1,total,A3101.04,81,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Publishing,2,total,A3101.04,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Motion picture,2,total,A3101.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Telecommunications,2,total,A3101.04,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Financial & insurance services,1,total,A3101.04,60,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Finance,2,total,A3101.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Insurance,2,total,A3101.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Auxiliary,2,total,A3101.04,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot","Rental, hiring, & real estate services",1,total,A3101.04,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot","Professional, scientific, & technical services",1,total,A3101.04,519,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Computer systems design,2,total,A3101.04,228,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Other professional scientific,2,total,A3101.04,294,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Administrative & support services,1,total,A3101.04,267,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Education & training,1,total,A3101.04,111,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Health care & social assistance,1,total,A3101.04,561,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Arts & recreation services,1,total,A3101.04,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",Other services,1,total,A3101.04,138,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: increase a lot",total,0,total,A3101.04,4113,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",total,0,619 employees,A3101.05,2451,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: Don't know",total,0,2049 employees,A3101.05,285,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: Don't know",total,0,5099 employees,A3101.05,96,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: Don't know",total,0,100+ employees,A3101.05,78,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, demand for goods and services: Don't know","Agriculture, forestry, & fishing",1,total,A3101.05,279,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Agriculture,2,total,A3101.05,174,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Commercial fishing,2,total,A3101.05,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Forestry & logging,2,total,A3101.05,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know","Agriculture, forestry, & fishing support services",2,total,A3101.05,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Mining,1,total,A3101.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: Don't know",Manufacturing,1,total,A3101.05,369,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know","Food, beverage, & tobacco",2,total,A3101.05,66,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know","Textile, clothing, footwear, & leather",2,total,A3101.05,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Wood & paper product,2,total,A3101.05,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know","Printing, publishing, & recorded media",2,total,A3101.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3101.05,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Non-metallic mineral product,2,total,A3101.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Metal product,2,total,A3101.05,102,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Transport and industrial machinery & equipment,2,total,A3101.05,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Other machinery & equipment,2,total,A3101.05,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Other manufacturing,2,total,A3101.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know","Electricity, gas, water, & waste services",1,total,A3101.05,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, demand for goods and services: Don't know",Construction,1,total,A3101.05,570,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Wholesale trade,1,total,A3101.05,177,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Machinery & equipment wholesaling,2,total,A3101.05,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Other wholesale trade,2,total,A3101.05,144,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Retail trade,1,total,A3101.05,174,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Accommodation & food services,1,total,A3101.05,378,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know","Transport, postal, & warehousing",1,total,A3101.05,132,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Information media & telecommunications,1,total,A3101.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Publishing,2,total,A3101.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Motion picture,2,total,A3101.05,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Telecommunications,2,total,A3101.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Financial & insurance services,1,total,A3101.05,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Finance,2,total,A3101.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Insurance,2,total,A3101.05,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Auxiliary,2,total,A3101.05,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know","Rental, hiring, & real estate services",1,total,A3101.05,75,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know","Professional, scientific, & technical services",1,total,A3101.05,165,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Computer systems design,2,total,A3101.05,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Other professional scientific,2,total,A3101.05,123,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Administrative & support services,1,total,A3101.05,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Education & training,1,total,A3101.05,105,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Health care & social assistance,1,total,A3101.05,186,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Arts & recreation services,1,total,A3101.05,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",Other services,1,total,A3101.05,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, demand for goods and services: Don't know",total,0,total,A3101.05,2913,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",total,0,619 employees,A3102.01,510,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: decrease",total,0,2049 employees,A3102.01,60,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: decrease",total,0,5099 employees,A3102.01,6,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: decrease",total,0,100+ employees,A3102.01,12,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: decrease","Agriculture, forestry, & fishing",1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Agriculture,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Commercial fishing,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Forestry & logging,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease","Agriculture, forestry, & fishing support services",2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Mining,1,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: decrease",Manufacturing,1,total,A3102.01,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease","Food, beverage, & tobacco",2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease","Textile, clothing, footwear, & leather",2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Wood & paper product,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease","Printing, publishing, & recorded media",2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease","Petroleum, coal, chemical, & associated product",2,total,A3102.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Non-metallic mineral product,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Metal product,2,total,A3102.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Transport and industrial machinery & equipment,2,total,A3102.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Other machinery & equipment,2,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Other manufacturing,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease","Electricity, gas, water, & waste services",1,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: decrease",Construction,1,total,A3102.01,57,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Wholesale trade,1,total,A3102.01,42,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Machinery & equipment wholesaling,2,total,A3102.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Other wholesale trade,2,total,A3102.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Retail trade,1,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Accommodation & food services,1,total,A3102.01,300,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease","Transport, postal, & warehousing",1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Information media & telecommunications,1,total,A3102.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Publishing,2,total,A3102.01,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Motion picture,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Telecommunications,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Financial & insurance services,1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Finance,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Insurance,2,total,A3102.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Auxiliary,2,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease","Rental, hiring, & real estate services",1,total,A3102.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease","Professional, scientific, & technical services",1,total,A3102.01,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Computer systems design,2,total,A3102.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Other professional scientific,2,total,A3102.01,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Administrative & support services,1,total,A3102.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Education & training,1,total,A3102.01,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Health care & social assistance,1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Arts & recreation services,1,total,A3102.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",Other services,1,total,A3102.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: decrease",total,0,total,A3102.01,591,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",total,0,619 employees,A3102.02,5253,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: stay the same",total,0,2049 employees,A3102.02,855,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: stay the same",total,0,5099 employees,A3102.02,183,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: stay the same",total,0,100+ employees,A3102.02,108,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: stay the same","Agriculture, forestry, & fishing",1,total,A3102.02,612,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Agriculture,2,total,A3102.02,363,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Commercial fishing,2,total,A3102.02,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Forestry & logging,2,total,A3102.02,66,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same","Agriculture, forestry, & fishing support services",2,total,A3102.02,165,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Mining,1,total,A3102.02,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: stay the same",Manufacturing,1,total,A3102.02,774,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same","Food, beverage, & tobacco",2,total,A3102.02,111,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same","Textile, clothing, footwear, & leather",2,total,A3102.02,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Wood & paper product,2,total,A3102.02,138,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same","Printing, publishing, & recorded media",2,total,A3102.02,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same","Petroleum, coal, chemical, & associated product",2,total,A3102.02,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Non-metallic mineral product,2,total,A3102.02,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Metal product,2,total,A3102.02,165,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Transport and industrial machinery & equipment,2,total,A3102.02,159,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Other machinery & equipment,2,total,A3102.02,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Other manufacturing,2,total,A3102.02,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same","Electricity, gas, water, & waste services",1,total,A3102.02,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: stay the same",Construction,1,total,A3102.02,1230,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Wholesale trade,1,total,A3102.02,354,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Machinery & equipment wholesaling,2,total,A3102.02,102,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Other wholesale trade,2,total,A3102.02,249,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Retail trade,1,total,A3102.02,507,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Accommodation & food services,1,total,A3102.02,1314,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same","Transport, postal, & warehousing",1,total,A3102.02,216,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Information media & telecommunications,1,total,A3102.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Publishing,2,total,A3102.02,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Motion picture,2,total,A3102.02,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Telecommunications,2,total,A3102.02,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Financial & insurance services,1,total,A3102.02,81,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Finance,2,total,A3102.02,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Insurance,2,total,A3102.02,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Auxiliary,2,total,A3102.02,48,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same","Rental, hiring, & real estate services",1,total,A3102.02,150,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same","Professional, scientific, & technical services",1,total,A3102.02,390,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Computer systems design,2,total,A3102.02,81,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Other professional scientific,2,total,A3102.02,312,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Administrative & support services,1,total,A3102.02,288,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Education & training,1,total,A3102.02,105,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Health care & social assistance,1,total,A3102.02,159,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Arts & recreation services,1,total,A3102.02,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",Other services,1,total,A3102.02,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: stay the same",total,0,total,A3102.02,6399,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",total,0,619 employees,A3102.03,21351,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: increase a little",total,0,2049 employees,A3102.03,5373,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: increase a little",total,0,5099 employees,A3102.03,1632,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: increase a little",total,0,100+ employees,A3102.03,1350,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: increase a little","Agriculture, forestry, & fishing",1,total,A3102.03,2103,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Agriculture,2,total,A3102.03,1353,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Commercial fishing,2,total,A3102.03,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Forestry & logging,2,total,A3102.03,171,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little","Agriculture, forestry, & fishing support services",2,total,A3102.03,546,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Mining,1,total,A3102.03,84,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: increase a little",Manufacturing,1,total,A3102.03,3258,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little","Food, beverage, & tobacco",2,total,A3102.03,774,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little","Textile, clothing, footwear, & leather",2,total,A3102.03,174,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Wood & paper product,2,total,A3102.03,294,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little","Printing, publishing, & recorded media",2,total,A3102.03,129,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3102.03,270,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Non-metallic mineral product,2,total,A3102.03,141,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Metal product,2,total,A3102.03,564,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Transport and industrial machinery & equipment,2,total,A3102.03,537,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Other machinery & equipment,2,total,A3102.03,153,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Other manufacturing,2,total,A3102.03,222,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little","Electricity, gas, water, & waste services",1,total,A3102.03,132,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: increase a little",Construction,1,total,A3102.03,4758,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Wholesale trade,1,total,A3102.03,2124,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Machinery & equipment wholesaling,2,total,A3102.03,630,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Other wholesale trade,2,total,A3102.03,1491,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Retail trade,1,total,A3102.03,3471,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Accommodation & food services,1,total,A3102.03,3246,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little","Transport, postal, & warehousing",1,total,A3102.03,1071,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Information media & telecommunications,1,total,A3102.03,300,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Publishing,2,total,A3102.03,132,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Motion picture,2,total,A3102.03,90,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Telecommunications,2,total,A3102.03,75,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Financial & insurance services,1,total,A3102.03,498,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Finance,2,total,A3102.03,147,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Insurance,2,total,A3102.03,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Auxiliary,2,total,A3102.03,324,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little","Rental, hiring, & real estate services",1,total,A3102.03,726,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little","Professional, scientific, & technical services",1,total,A3102.03,3525,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Computer systems design,2,total,A3102.03,660,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Other professional scientific,2,total,A3102.03,2868,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Administrative & support services,1,total,A3102.03,1068,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Education & training,1,total,A3102.03,462,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Health care & social assistance,1,total,A3102.03,1617,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Arts & recreation services,1,total,A3102.03,351,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",Other services,1,total,A3102.03,909,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a little",total,0,total,A3102.03,29709,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",total,0,619 employees,A3102.04,7074,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: increase a lot",total,0,2049 employees,A3102.04,2361,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: increase a lot",total,0,5099 employees,A3102.04,657,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: increase a lot",total,0,100+ employees,A3102.04,585,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Agriculture, forestry, & fishing",1,total,A3102.04,831,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Agriculture,2,total,A3102.04,573,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Commercial fishing,2,total,A3102.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Forestry & logging,2,total,A3102.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3102.04,240,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Mining,1,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Manufacturing,1,total,A3102.04,1089,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Food, beverage, & tobacco",2,total,A3102.04,270,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Textile, clothing, footwear, & leather",2,total,A3102.04,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Wood & paper product,2,total,A3102.04,75,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Printing, publishing, & recorded media",2,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3102.04,114,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Non-metallic mineral product,2,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Metal product,2,total,A3102.04,219,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Transport and industrial machinery & equipment,2,total,A3102.04,183,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Other machinery & equipment,2,total,A3102.04,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Other manufacturing,2,total,A3102.04,75,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Electricity, gas, water, & waste services",1,total,A3102.04,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Construction,1,total,A3102.04,1065,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Wholesale trade,1,total,A3102.04,594,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Machinery & equipment wholesaling,2,total,A3102.04,171,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Other wholesale trade,2,total,A3102.04,423,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Retail trade,1,total,A3102.04,1080,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Accommodation & food services,1,total,A3102.04,1764,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Transport, postal, & warehousing",1,total,A3102.04,354,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Information media & telecommunications,1,total,A3102.04,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Publishing,2,total,A3102.04,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Motion picture,2,total,A3102.04,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Telecommunications,2,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Financial & insurance services,1,total,A3102.04,84,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Finance,2,total,A3102.04,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Insurance,2,total,A3102.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Auxiliary,2,total,A3102.04,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Rental, hiring, & real estate services",1,total,A3102.04,126,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot","Professional, scientific, & technical services",1,total,A3102.04,1080,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Computer systems design,2,total,A3102.04,219,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Other professional scientific,2,total,A3102.04,867,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Administrative & support services,1,total,A3102.04,438,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Education & training,1,total,A3102.04,540,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Health care & social assistance,1,total,A3102.04,1059,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Arts & recreation services,1,total,A3102.04,138,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",Other services,1,total,A3102.04,288,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: increase a lot",total,0,total,A3102.04,10677,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",total,0,619 employees,A3102.05,1464,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: Don't know",total,0,2049 employees,A3102.05,144,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: Don't know",total,0,5099 employees,A3102.05,51,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: Don't know",total,0,100+ employees,A3102.05,48,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, wage rates and salaries: Don't know","Agriculture, forestry, & fishing",1,total,A3102.05,237,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Agriculture,2,total,A3102.05,192,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Commercial fishing,2,total,A3102.05,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Forestry & logging,2,total,A3102.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know","Agriculture, forestry, & fishing support services",2,total,A3102.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Mining,1,total,A3102.05,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: Don't know",Manufacturing,1,total,A3102.05,264,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know","Food, beverage, & tobacco",2,total,A3102.05,75,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know","Textile, clothing, footwear, & leather",2,total,A3102.05,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Wood & paper product,2,total,A3102.05,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know","Printing, publishing, & recorded media",2,total,A3102.05,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3102.05,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Non-metallic mineral product,2,total,A3102.05,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Metal product,2,total,A3102.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Transport and industrial machinery & equipment,2,total,A3102.05,60,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Other machinery & equipment,2,total,A3102.05,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Other manufacturing,2,total,A3102.05,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know","Electricity, gas, water, & waste services",1,total,A3102.05,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, wage rates and salaries: Don't know",Construction,1,total,A3102.05,330,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Wholesale trade,1,total,A3102.05,114,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Machinery & equipment wholesaling,2,total,A3102.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Other wholesale trade,2,total,A3102.05,93,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Retail trade,1,total,A3102.05,60,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Accommodation & food services,1,total,A3102.05,150,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know","Transport, postal, & warehousing",1,total,A3102.05,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Information media & telecommunications,1,total,A3102.05,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Publishing,2,total,A3102.05,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Motion picture,2,total,A3102.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Telecommunications,2,total,A3102.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Financial & insurance services,1,total,A3102.05,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Finance,2,total,A3102.05,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Insurance,2,total,A3102.05,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Auxiliary,2,total,A3102.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know","Rental, hiring, & real estate services",1,total,A3102.05,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know","Professional, scientific, & technical services",1,total,A3102.05,123,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Computer systems design,2,total,A3102.05,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Other professional scientific,2,total,A3102.05,96,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Administrative & support services,1,total,A3102.05,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Education & training,1,total,A3102.05,66,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Health care & social assistance,1,total,A3102.05,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Arts & recreation services,1,total,A3102.05,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",Other services,1,total,A3102.05,99,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, wage rates and salaries: Don't know",total,0,total,A3102.05,1704,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",total,0,619 employees,A3103.01,1557,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",total,0,2049 employees,A3103.01,291,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",total,0,5099 employees,A3103.01,87,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",total,0,100+ employees,A3103.01,69,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Agriculture, forestry, & fishing",1,total,A3103.01,765,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Agriculture,2,total,A3103.01,702,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Commercial fishing,2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Forestry & logging,2,total,A3103.01,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Agriculture, forestry, & fishing support services",2,total,A3103.01,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Mining,1,total,A3103.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Manufacturing,1,total,A3103.01,141,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Food, beverage, & tobacco",2,total,A3103.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Textile, clothing, footwear, & leather",2,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Wood & paper product,2,total,A3103.01,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Printing, publishing, & recorded media",2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Petroleum, coal, chemical, & associated product",2,total,A3103.01,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Non-metallic mineral product,2,total,A3103.01,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Metal product,2,total,A3103.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Transport and industrial machinery & equipment,2,total,A3103.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Other machinery & equipment,2,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Other manufacturing,2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Electricity, gas, water, & waste services",1,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Construction,1,total,A3103.01,195,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Wholesale trade,1,total,A3103.01,195,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Machinery & equipment wholesaling,2,total,A3103.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Other wholesale trade,2,total,A3103.01,189,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Retail trade,1,total,A3103.01,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Accommodation & food services,1,total,A3103.01,375,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Transport, postal, & warehousing",1,total,A3103.01,60,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Information media & telecommunications,1,total,A3103.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Publishing,2,total,A3103.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Motion picture,2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Telecommunications,2,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Financial & insurance services,1,total,A3103.01,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Finance,2,total,A3103.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Insurance,2,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Auxiliary,2,total,A3103.01,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Rental, hiring, & real estate services",1,total,A3103.01,66,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease","Professional, scientific, & technical services",1,total,A3103.01,66,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Computer systems design,2,total,A3103.01,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Other professional scientific,2,total,A3103.01,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Administrative & support services,1,total,A3103.01,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Education & training,1,total,A3103.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Health care & social assistance,1,total,A3103.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Arts & recreation services,1,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",Other services,1,total,A3103.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: decrease",total,0,total,A3103.01,2004,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",total,0,619 employees,A3103.02,6561,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",total,0,2049 employees,A3103.02,1392,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",total,0,5099 employees,A3103.02,396,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",total,0,100+ employees,A3103.02,282,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Agriculture, forestry, & fishing",1,total,A3103.02,885,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Agriculture,2,total,A3103.02,531,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Commercial fishing,2,total,A3103.02,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Forestry & logging,2,total,A3103.02,78,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Agriculture, forestry, & fishing support services",2,total,A3103.02,246,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Mining,1,total,A3103.02,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Manufacturing,1,total,A3103.02,849,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Food, beverage, & tobacco",2,total,A3103.02,153,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Textile, clothing, footwear, & leather",2,total,A3103.02,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Wood & paper product,2,total,A3103.02,159,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Printing, publishing, & recorded media",2,total,A3103.02,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Petroleum, coal, chemical, & associated product",2,total,A3103.02,48,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Non-metallic mineral product,2,total,A3103.02,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Metal product,2,total,A3103.02,162,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Transport and industrial machinery & equipment,2,total,A3103.02,156,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Other machinery & equipment,2,total,A3103.02,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Other manufacturing,2,total,A3103.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Electricity, gas, water, & waste services",1,total,A3103.02,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Construction,1,total,A3103.02,1224,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Wholesale trade,1,total,A3103.02,519,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Machinery & equipment wholesaling,2,total,A3103.02,111,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Other wholesale trade,2,total,A3103.02,405,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Retail trade,1,total,A3103.02,801,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Accommodation & food services,1,total,A3103.02,735,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Transport, postal, & warehousing",1,total,A3103.02,237,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Information media & telecommunications,1,total,A3103.02,117,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Publishing,2,total,A3103.02,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Motion picture,2,total,A3103.02,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Telecommunications,2,total,A3103.02,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Financial & insurance services,1,total,A3103.02,237,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Finance,2,total,A3103.02,78,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Insurance,2,total,A3103.02,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Auxiliary,2,total,A3103.02,153,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Rental, hiring, & real estate services",1,total,A3103.02,318,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same","Professional, scientific, & technical services",1,total,A3103.02,1065,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Computer systems design,2,total,A3103.02,261,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Other professional scientific,2,total,A3103.02,810,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Administrative & support services,1,total,A3103.02,390,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Education & training,1,total,A3103.02,258,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Health care & social assistance,1,total,A3103.02,597,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Arts & recreation services,1,total,A3103.02,159,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",Other services,1,total,A3103.02,186,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: stay the same",total,0,total,A3103.02,8631,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",total,0,619 employees,A3103.03,19578,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",total,0,2049 employees,A3103.03,5406,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",total,0,5099 employees,A3103.03,1581,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",total,0,100+ employees,A3103.03,1374,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Agriculture, forestry, & fishing",1,total,A3103.03,1236,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Agriculture,2,total,A3103.03,612,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Commercial fishing,2,total,A3103.03,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Forestry & logging,2,total,A3103.03,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Agriculture, forestry, & fishing support services",2,total,A3103.03,531,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Mining,1,total,A3103.03,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Manufacturing,1,total,A3103.03,3453,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Food, beverage, & tobacco",2,total,A3103.03,825,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Textile, clothing, footwear, & leather",2,total,A3103.03,177,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Wood & paper product,2,total,A3103.03,273,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Printing, publishing, & recorded media",2,total,A3103.03,147,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3103.03,294,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Non-metallic mineral product,2,total,A3103.03,132,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Metal product,2,total,A3103.03,645,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Transport and industrial machinery & equipment,2,total,A3103.03,528,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Other machinery & equipment,2,total,A3103.03,168,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Other manufacturing,2,total,A3103.03,264,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Electricity, gas, water, & waste services",1,total,A3103.03,126,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Construction,1,total,A3103.03,4302,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Wholesale trade,1,total,A3103.03,2034,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Machinery & equipment wholesaling,2,total,A3103.03,696,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Other wholesale trade,2,total,A3103.03,1335,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Retail trade,1,total,A3103.03,2910,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Accommodation & food services,1,total,A3103.03,3645,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Transport, postal, & warehousing",1,total,A3103.03,1101,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Information media & telecommunications,1,total,A3103.03,270,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Publishing,2,total,A3103.03,120,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Motion picture,2,total,A3103.03,84,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Telecommunications,2,total,A3103.03,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Financial & insurance services,1,total,A3103.03,273,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Finance,2,total,A3103.03,90,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Insurance,2,total,A3103.03,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Auxiliary,2,total,A3103.03,162,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Rental, hiring, & real estate services",1,total,A3103.03,480,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little","Professional, scientific, & technical services",1,total,A3103.03,3411,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Computer systems design,2,total,A3103.03,576,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Other professional scientific,2,total,A3103.03,2835,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Administrative & support services,1,total,A3103.03,1074,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Education & training,1,total,A3103.03,726,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Health care & social assistance,1,total,A3103.03,1749,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Arts & recreation services,1,total,A3103.03,318,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",Other services,1,total,A3103.03,762,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a little",total,0,total,A3103.03,27945,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,619 employees,A3103.04,5142,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,2049 employees,A3103.04,1260,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,5099 employees,A3103.04,351,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,100+ employees,A3103.04,273,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Agriculture, forestry, & fishing",1,total,A3103.04,264,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Agriculture,2,total,A3103.04,219,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Commercial fishing,2,total,A3103.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Forestry & logging,2,total,A3103.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3103.04,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Mining,1,total,A3103.04,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Manufacturing,1,total,A3103.04,705,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Food, beverage, & tobacco",2,total,A3103.04,186,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Textile, clothing, footwear, & leather",2,total,A3103.04,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Wood & paper product,2,total,A3103.04,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Printing, publishing, & recorded media",2,total,A3103.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3103.04,57,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Non-metallic mineral product,2,total,A3103.04,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Metal product,2,total,A3103.04,111,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Transport and industrial machinery & equipment,2,total,A3103.04,174,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Other machinery & equipment,2,total,A3103.04,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Other manufacturing,2,total,A3103.04,42,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Electricity, gas, water, & waste services",1,total,A3103.04,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Construction,1,total,A3103.04,1014,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Wholesale trade,1,total,A3103.04,369,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Machinery & equipment wholesaling,2,total,A3103.04,90,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Other wholesale trade,2,total,A3103.04,279,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Retail trade,1,total,A3103.04,1149,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Accommodation & food services,1,total,A3103.04,1785,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Transport, postal, & warehousing",1,total,A3103.04,129,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Information media & telecommunications,1,total,A3103.04,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Publishing,2,total,A3103.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Motion picture,2,total,A3103.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Telecommunications,2,total,A3103.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Financial & insurance services,1,total,A3103.04,105,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Finance,2,total,A3103.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Insurance,2,total,A3103.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Auxiliary,2,total,A3103.04,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Rental, hiring, & real estate services",1,total,A3103.04,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot","Professional, scientific, & technical services",1,total,A3103.04,384,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Computer systems design,2,total,A3103.04,90,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Other professional scientific,2,total,A3103.04,300,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Administrative & support services,1,total,A3103.04,273,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Education & training,1,total,A3103.04,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Health care & social assistance,1,total,A3103.04,249,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Arts & recreation services,1,total,A3103.04,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",Other services,1,total,A3103.04,330,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: increase a lot",total,0,total,A3103.04,7029,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",total,0,619 employees,A3103.05,2739,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",total,0,2049 employees,A3103.05,441,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",total,0,5099 employees,A3103.05,114,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",total,0,100+ employees,A3103.05,102,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Agriculture, forestry, & fishing",1,total,A3103.05,603,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Agriculture,2,total,A3103.05,390,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Commercial fishing,2,total,A3103.05,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Forestry & logging,2,total,A3103.05,75,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Agriculture, forestry, & fishing support services",2,total,A3103.05,138,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Mining,1,total,A3103.05,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Manufacturing,1,total,A3103.05,279,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Food, beverage, & tobacco",2,total,A3103.05,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Textile, clothing, footwear, & leather",2,total,A3103.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Wood & paper product,2,total,A3103.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Printing, publishing, & recorded media",2,total,A3103.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3103.05,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Non-metallic mineral product,2,total,A3103.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Metal product,2,total,A3103.05,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Transport and industrial machinery & equipment,2,total,A3103.05,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Other machinery & equipment,2,total,A3103.05,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Other manufacturing,2,total,A3103.05,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Electricity, gas, water, & waste services",1,total,A3103.05,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Construction,1,total,A3103.05,702,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Wholesale trade,1,total,A3103.05,111,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Machinery & equipment wholesaling,2,total,A3103.05,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Other wholesale trade,2,total,A3103.05,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Retail trade,1,total,A3103.05,180,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Accommodation & food services,1,total,A3103.05,234,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Transport, postal, & warehousing",1,total,A3103.05,147,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Information media & telecommunications,1,total,A3103.05,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Publishing,2,total,A3103.05,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Motion picture,2,total,A3103.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Telecommunications,2,total,A3103.05,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Financial & insurance services,1,total,A3103.05,57,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Finance,2,total,A3103.05,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Insurance,2,total,A3103.05,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Auxiliary,2,total,A3103.05,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Rental, hiring, & real estate services",1,total,A3103.05,111,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know","Professional, scientific, & technical services",1,total,A3103.05,261,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Computer systems design,2,total,A3103.05,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Other professional scientific,2,total,A3103.05,213,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Administrative & support services,1,total,A3103.05,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Education & training,1,total,A3103.05,120,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Health care & social assistance,1,total,A3103.05,315,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Arts & recreation services,1,total,A3103.05,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",Other services,1,total,A3103.05,102,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services sold by business: Don't know",total,0,total,A3103.05,3399,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",total,0,619 employees,A3104.01,633,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: decrease",total,0,2049 employees,A3104.01,111,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: decrease",total,0,5099 employees,A3104.01,33,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: decrease",total,0,100+ employees,A3104.01,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Agriculture, forestry, & fishing",1,total,A3104.01,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Agriculture,2,total,A3104.01,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Commercial fishing,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Forestry & logging,2,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Agriculture, forestry, & fishing support services",2,total,A3104.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Mining,1,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Manufacturing,1,total,A3104.01,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Food, beverage, & tobacco",2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Textile, clothing, footwear, & leather",2,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Wood & paper product,2,total,A3104.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Printing, publishing, & recorded media",2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Petroleum, coal, chemical, & associated product",2,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Non-metallic mineral product,2,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Metal product,2,total,A3104.01,48,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Transport and industrial machinery & equipment,2,total,A3104.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Other machinery & equipment,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Other manufacturing,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Electricity, gas, water, & waste services",1,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Construction,1,total,A3104.01,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Wholesale trade,1,total,A3104.01,60,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Machinery & equipment wholesaling,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Other wholesale trade,2,total,A3104.01,57,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Retail trade,1,total,A3104.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Accommodation & food services,1,total,A3104.01,327,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Transport, postal, & warehousing",1,total,A3104.01,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Information media & telecommunications,1,total,A3104.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Publishing,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Motion picture,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Telecommunications,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Financial & insurance services,1,total,A3104.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Finance,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Insurance,2,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Auxiliary,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Rental, hiring, & real estate services",1,total,A3104.01,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease","Professional, scientific, & technical services",1,total,A3104.01,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Computer systems design,2,total,A3104.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Other professional scientific,2,total,A3104.01,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Administrative & support services,1,total,A3104.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Education & training,1,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Health care & social assistance,1,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Arts & recreation services,1,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",Other services,1,total,A3104.01,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: decrease",total,0,total,A3104.01,801,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",total,0,619 employees,A3104.02,3189,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",total,0,2049 employees,A3104.02,558,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",total,0,5099 employees,A3104.02,171,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",total,0,100+ employees,A3104.02,114,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Agriculture, forestry, & fishing",1,total,A3104.02,306,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Agriculture,2,total,A3104.02,99,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Commercial fishing,2,total,A3104.02,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Forestry & logging,2,total,A3104.02,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Agriculture, forestry, & fishing support services",2,total,A3104.02,174,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Mining,1,total,A3104.02,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Manufacturing,1,total,A3104.02,366,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Food, beverage, & tobacco",2,total,A3104.02,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Textile, clothing, footwear, & leather",2,total,A3104.02,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Wood & paper product,2,total,A3104.02,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Printing, publishing, & recorded media",2,total,A3104.02,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Petroleum, coal, chemical, & associated product",2,total,A3104.02,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Non-metallic mineral product,2,total,A3104.02,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Metal product,2,total,A3104.02,105,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Transport and industrial machinery & equipment,2,total,A3104.02,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Other machinery & equipment,2,total,A3104.02,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Other manufacturing,2,total,A3104.02,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Electricity, gas, water, & waste services",1,total,A3104.02,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Construction,1,total,A3104.02,699,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Wholesale trade,1,total,A3104.02,162,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Machinery & equipment wholesaling,2,total,A3104.02,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Other wholesale trade,2,total,A3104.02,90,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Retail trade,1,total,A3104.02,459,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Accommodation & food services,1,total,A3104.02,537,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Transport, postal, & warehousing",1,total,A3104.02,108,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Information media & telecommunications,1,total,A3104.02,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Publishing,2,total,A3104.02,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Motion picture,2,total,A3104.02,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Telecommunications,2,total,A3104.02,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Financial & insurance services,1,total,A3104.02,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Finance,2,total,A3104.02,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Insurance,2,total,A3104.02,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Auxiliary,2,total,A3104.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Rental, hiring, & real estate services",1,total,A3104.02,96,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane","Professional, scientific, & technical services",1,total,A3104.02,552,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Computer systems design,2,total,A3104.02,114,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Other professional scientific,2,total,A3104.02,438,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Administrative & support services,1,total,A3104.02,237,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Education & training,1,total,A3104.02,57,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Health care & social assistance,1,total,A3104.02,231,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Arts & recreation services,1,total,A3104.02,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",Other services,1,total,A3104.02,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: stay the sane",total,0,total,A3104.02,4032,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",total,0,619 employees,A3104.03,17790,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",total,0,2049 employees,A3104.03,4878,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",total,0,5099 employees,A3104.03,1443,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",total,0,100+ employees,A3104.03,1224,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Agriculture, forestry, & fishing",1,total,A3104.03,1647,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Agriculture,2,total,A3104.03,1083,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Commercial fishing,2,total,A3104.03,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Forestry & logging,2,total,A3104.03,129,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Agriculture, forestry, & fishing support services",2,total,A3104.03,408,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Mining,1,total,A3104.03,57,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Manufacturing,1,total,A3104.03,2871,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Food, beverage, & tobacco",2,total,A3104.03,591,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Textile, clothing, footwear, & leather",2,total,A3104.03,123,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Wood & paper product,2,total,A3104.03,279,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Printing, publishing, & recorded media",2,total,A3104.03,126,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3104.03,243,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Non-metallic mineral product,2,total,A3104.03,129,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Metal product,2,total,A3104.03,477,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Transport and industrial machinery & equipment,2,total,A3104.03,537,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Other machinery & equipment,2,total,A3104.03,153,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Other manufacturing,2,total,A3104.03,213,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Electricity, gas, water, & waste services",1,total,A3104.03,99,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Construction,1,total,A3104.03,3960,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Wholesale trade,1,total,A3104.03,1851,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Machinery & equipment wholesaling,2,total,A3104.03,534,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Other wholesale trade,2,total,A3104.03,1317,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Retail trade,1,total,A3104.03,2841,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Accommodation & food services,1,total,A3104.03,2628,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Transport, postal, & warehousing",1,total,A3104.03,849,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Information media & telecommunications,1,total,A3104.03,264,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Publishing,2,total,A3104.03,111,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Motion picture,2,total,A3104.03,81,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Telecommunications,2,total,A3104.03,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Financial & insurance services,1,total,A3104.03,432,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Finance,2,total,A3104.03,132,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Insurance,2,total,A3104.03,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Auxiliary,2,total,A3104.03,288,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Rental, hiring, & real estate services",1,total,A3104.03,660,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little","Professional, scientific, & technical services",1,total,A3104.03,3117,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Computer systems design,2,total,A3104.03,690,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Other professional scientific,2,total,A3104.03,2427,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Administrative & support services,1,total,A3104.03,1011,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Education & training,1,total,A3104.03,606,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Health care & social assistance,1,total,A3104.03,1431,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Arts & recreation services,1,total,A3104.03,330,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",Other services,1,total,A3104.03,675,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a little",total,0,total,A3104.03,25335,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",total,0,619 employees,A3104.04,11637,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",total,0,2049 employees,A3104.04,2913,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",total,0,5099 employees,A3104.04,798,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",total,0,100+ employees,A3104.04,660,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Agriculture, forestry, & fishing",1,total,A3104.04,1395,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Agriculture,2,total,A3104.04,996,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Commercial fishing,2,total,A3104.04,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Forestry & logging,2,total,A3104.04,75,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3104.04,309,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Mining,1,total,A3104.04,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Manufacturing,1,total,A3104.04,1809,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Food, beverage, & tobacco",2,total,A3104.04,543,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Textile, clothing, footwear, & leather",2,total,A3104.04,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Wood & paper product,2,total,A3104.04,162,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Printing, publishing, & recorded media",2,total,A3104.04,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3104.04,150,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Non-metallic mineral product,2,total,A3104.04,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Metal product,2,total,A3104.04,315,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Transport and industrial machinery & equipment,2,total,A3104.04,276,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Other machinery & equipment,2,total,A3104.04,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Other manufacturing,2,total,A3104.04,108,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Electricity, gas, water, & waste services",1,total,A3104.04,81,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Construction,1,total,A3104.04,2127,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Wholesale trade,1,total,A3104.04,909,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Machinery & equipment wholesaling,2,total,A3104.04,276,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Other wholesale trade,2,total,A3104.04,630,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Retail trade,1,total,A3104.04,1638,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Accommodation & food services,1,total,A3104.04,2907,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Transport, postal, & warehousing",1,total,A3104.04,600,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Information media & telecommunications,1,total,A3104.04,117,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Publishing,2,total,A3104.04,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Motion picture,2,total,A3104.04,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Telecommunications,2,total,A3104.04,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Financial & insurance services,1,total,A3104.04,123,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Finance,2,total,A3104.04,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Insurance,2,total,A3104.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Auxiliary,2,total,A3104.04,81,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Rental, hiring, & real estate services",1,total,A3104.04,222,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot","Professional, scientific, & technical services",1,total,A3104.04,1260,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Computer systems design,2,total,A3104.04,117,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Other professional scientific,2,total,A3104.04,1143,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Administrative & support services,1,total,A3104.04,501,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Education & training,1,total,A3104.04,426,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Health care & social assistance,1,total,A3104.04,1122,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Arts & recreation services,1,total,A3104.04,159,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",Other services,1,total,A3104.04,564,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: increase a lot",total,0,total,A3104.04,16008,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",total,0,619 employees,A3104.05,2370,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",total,0,2049 employees,A3104.05,333,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",total,0,5099 employees,A3104.05,87,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",total,0,100+ employees,A3104.05,81,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Agriculture, forestry, & fishing",1,total,A3104.05,336,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Agriculture,2,total,A3104.05,222,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Commercial fishing,2,total,A3104.05,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Forestry & logging,2,total,A3104.05,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Agriculture, forestry, & fishing support services",2,total,A3104.05,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Mining,1,total,A3104.05,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Manufacturing,1,total,A3104.05,285,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Food, beverage, & tobacco",2,total,A3104.05,60,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Textile, clothing, footwear, & leather",2,total,A3104.05,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Wood & paper product,2,total,A3104.05,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Printing, publishing, & recorded media",2,total,A3104.05,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3104.05,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Non-metallic mineral product,2,total,A3104.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Metal product,2,total,A3104.05,60,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Transport and industrial machinery & equipment,2,total,A3104.05,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Other machinery & equipment,2,total,A3104.05,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Other manufacturing,2,total,A3104.05,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Electricity, gas, water, & waste services",1,total,A3104.05,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Construction,1,total,A3104.05,567,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Wholesale trade,1,total,A3104.05,249,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Machinery & equipment wholesaling,2,total,A3104.05,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Other wholesale trade,2,total,A3104.05,177,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Retail trade,1,total,A3104.05,177,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Accommodation & food services,1,total,A3104.05,375,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Transport, postal, & warehousing",1,total,A3104.05,96,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Information media & telecommunications,1,total,A3104.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Publishing,2,total,A3104.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Motion picture,2,total,A3104.05,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Telecommunications,2,total,A3104.05,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Financial & insurance services,1,total,A3104.05,42,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Finance,2,total,A3104.05,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Insurance,2,total,A3104.05,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Auxiliary,2,total,A3104.05,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Rental, hiring, & real estate services",1,total,A3104.05,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know","Professional, scientific, & technical services",1,total,A3104.05,213,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Computer systems design,2,total,A3104.05,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Other professional scientific,2,total,A3104.05,144,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Administrative & support services,1,total,A3104.05,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Education & training,1,total,A3104.05,93,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Health care & social assistance,1,total,A3104.05,135,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Arts & recreation services,1,total,A3104.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",Other services,1,total,A3104.05,105,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, price of key goods and services used by business: Don't know",total,0,total,A3104.05,2871,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",total,0,619 employees,A3105.01,3993,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: decrease",total,0,2049 employees,A3105.01,972,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: decrease",total,0,5099 employees,A3105.01,276,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: decrease",total,0,100+ employees,A3105.01,231,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: decrease","Agriculture, forestry, & fishing",1,total,A3105.01,363,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Agriculture,2,total,A3105.01,237,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Commercial fishing,2,total,A3105.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Forestry & logging,2,total,A3105.01,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease","Agriculture, forestry, & fishing support services",2,total,A3105.01,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Mining,1,total,A3105.01,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: decrease",Manufacturing,1,total,A3105.01,660,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease","Food, beverage, & tobacco",2,total,A3105.01,96,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease","Textile, clothing, footwear, & leather",2,total,A3105.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Wood & paper product,2,total,A3105.01,84,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease","Printing, publishing, & recorded media",2,total,A3105.01,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease","Petroleum, coal, chemical, & associated product",2,total,A3105.01,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Non-metallic mineral product,2,total,A3105.01,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Metal product,2,total,A3105.01,165,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Transport and industrial machinery & equipment,2,total,A3105.01,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Other machinery & equipment,2,total,A3105.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Other manufacturing,2,total,A3105.01,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease","Electricity, gas, water, & waste services",1,total,A3105.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: decrease",Construction,1,total,A3105.01,1296,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Wholesale trade,1,total,A3105.01,270,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Machinery & equipment wholesaling,2,total,A3105.01,75,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Other wholesale trade,2,total,A3105.01,192,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Retail trade,1,total,A3105.01,471,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Accommodation & food services,1,total,A3105.01,939,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease","Transport, postal, & warehousing",1,total,A3105.01,306,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Information media & telecommunications,1,total,A3105.01,57,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Publishing,2,total,A3105.01,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Motion picture,2,total,A3105.01,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Telecommunications,2,total,A3105.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Financial & insurance services,1,total,A3105.01,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Finance,2,total,A3105.01,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Insurance,2,total,A3105.01,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Auxiliary,2,total,A3105.01,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease","Rental, hiring, & real estate services",1,total,A3105.01,111,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease","Professional, scientific, & technical services",1,total,A3105.01,369,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Computer systems design,2,total,A3105.01,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Other professional scientific,2,total,A3105.01,339,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Administrative & support services,1,total,A3105.01,120,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Education & training,1,total,A3105.01,138,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Health care & social assistance,1,total,A3105.01,207,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Arts & recreation services,1,total,A3105.01,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",Other services,1,total,A3105.01,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: decrease",total,0,total,A3105.01,5469,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",total,0,619 employees,A3105.02,15018,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: stay the same",total,0,2049 employees,A3105.02,3468,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: stay the same",total,0,5099 employees,A3105.02,966,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: stay the same",total,0,100+ employees,A3105.02,789,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: stay the same","Agriculture, forestry, & fishing",1,total,A3105.02,1893,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Agriculture,2,total,A3105.02,1299,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Commercial fishing,2,total,A3105.02,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Forestry & logging,2,total,A3105.02,135,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same","Agriculture, forestry, & fishing support services",2,total,A3105.02,423,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Mining,1,total,A3105.02,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: stay the same",Manufacturing,1,total,A3105.02,2331,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same","Food, beverage, & tobacco",2,total,A3105.02,450,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same","Textile, clothing, footwear, & leather",2,total,A3105.02,132,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Wood & paper product,2,total,A3105.02,303,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same","Printing, publishing, & recorded media",2,total,A3105.02,90,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same","Petroleum, coal, chemical, & associated product",2,total,A3105.02,210,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Non-metallic mineral product,2,total,A3105.02,105,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Metal product,2,total,A3105.02,435,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Transport and industrial machinery & equipment,2,total,A3105.02,366,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Other machinery & equipment,2,total,A3105.02,117,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Other manufacturing,2,total,A3105.02,120,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same","Electricity, gas, water, & waste services",1,total,A3105.02,78,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: stay the same",Construction,1,total,A3105.02,2460,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Wholesale trade,1,total,A3105.02,1692,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Machinery & equipment wholesaling,2,total,A3105.02,480,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Other wholesale trade,2,total,A3105.02,1212,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Retail trade,1,total,A3105.02,2541,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Accommodation & food services,1,total,A3105.02,2772,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same","Transport, postal, & warehousing",1,total,A3105.02,654,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Information media & telecommunications,1,total,A3105.02,180,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Publishing,2,total,A3105.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Motion picture,2,total,A3105.02,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Telecommunications,2,total,A3105.02,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Financial & insurance services,1,total,A3105.02,255,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Finance,2,total,A3105.02,105,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Insurance,2,total,A3105.02,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Auxiliary,2,total,A3105.02,138,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same","Rental, hiring, & real estate services",1,total,A3105.02,417,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same","Professional, scientific, & technical services",1,total,A3105.02,2094,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Computer systems design,2,total,A3105.02,318,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Other professional scientific,2,total,A3105.02,1779,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Administrative & support services,1,total,A3105.02,669,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Education & training,1,total,A3105.02,393,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Health care & social assistance,1,total,A3105.02,999,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Arts & recreation services,1,total,A3105.02,282,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",Other services,1,total,A3105.02,468,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: stay the same",total,0,total,A3105.02,20241,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",total,0,619 employees,A3105.03,9534,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: increase a little",total,0,2049 employees,A3105.03,2862,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: increase a little",total,0,5099 employees,A3105.03,900,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: increase a little",total,0,100+ employees,A3105.03,807,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: increase a little","Agriculture, forestry, & fishing",1,total,A3105.03,888,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Agriculture,2,total,A3105.03,519,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Commercial fishing,2,total,A3105.03,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Forestry & logging,2,total,A3105.03,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little","Agriculture, forestry, & fishing support services",2,total,A3105.03,327,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Mining,1,total,A3105.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: increase a little",Manufacturing,1,total,A3105.03,1425,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little","Food, beverage, & tobacco",2,total,A3105.03,372,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little","Textile, clothing, footwear, & leather",2,total,A3105.03,42,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Wood & paper product,2,total,A3105.03,90,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little","Printing, publishing, & recorded media",2,total,A3105.03,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little","Petroleum, coal, chemical, & associated product",2,total,A3105.03,96,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Non-metallic mineral product,2,total,A3105.03,45,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Metal product,2,total,A3105.03,231,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Transport and industrial machinery & equipment,2,total,A3105.03,339,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Other machinery & equipment,2,total,A3105.03,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Other manufacturing,2,total,A3105.03,120,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little","Electricity, gas, water, & waste services",1,total,A3105.03,78,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: increase a little",Construction,1,total,A3105.03,2133,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Wholesale trade,1,total,A3105.03,765,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Machinery & equipment wholesaling,2,total,A3105.03,282,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Other wholesale trade,2,total,A3105.03,480,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Retail trade,1,total,A3105.03,1203,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Accommodation & food services,1,total,A3105.03,1782,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little","Transport, postal, & warehousing",1,total,A3105.03,531,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Information media & telecommunications,1,total,A3105.03,126,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Publishing,2,total,A3105.03,51,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Motion picture,2,total,A3105.03,33,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Telecommunications,2,total,A3105.03,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Financial & insurance services,1,total,A3105.03,270,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Finance,2,total,A3105.03,54,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Insurance,2,total,A3105.03,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Auxiliary,2,total,A3105.03,207,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little","Rental, hiring, & real estate services",1,total,A3105.03,342,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little","Professional, scientific, & technical services",1,total,A3105.03,1815,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Computer systems design,2,total,A3105.03,420,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Other professional scientific,2,total,A3105.03,1398,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Administrative & support services,1,total,A3105.03,618,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Education & training,1,total,A3105.03,375,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Health care & social assistance,1,total,A3105.03,1140,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Arts & recreation services,1,total,A3105.03,141,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",Other services,1,total,A3105.03,429,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a little",total,0,total,A3105.03,14103,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",total,0,619 employees,A3105.04,1653,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: increase a lot",total,0,2049 employees,A3105.04,486,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: increase a lot",total,0,5099 employees,A3105.04,159,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: increase a lot",total,0,100+ employees,A3105.04,105,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: increase a lot","Agriculture, forestry, & fishing",1,total,A3105.04,105,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Agriculture,2,total,A3105.04,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Commercial fishing,2,total,A3105.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Forestry & logging,2,total,A3105.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot","Agriculture, forestry, & fishing support services",2,total,A3105.04,42,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Mining,1,total,A3105.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: increase a lot",Manufacturing,1,total,A3105.04,171,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot","Food, beverage, & tobacco",2,total,A3105.04,63,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot","Textile, clothing, footwear, & leather",2,total,A3105.04,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Wood & paper product,2,total,A3105.04,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot","Printing, publishing, & recorded media",2,total,A3105.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot","Petroleum, coal, chemical, & associated product",2,total,A3105.04,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Non-metallic mineral product,2,total,A3105.04,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Metal product,2,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Transport and industrial machinery & equipment,2,total,A3105.04,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Other machinery & equipment,2,total,A3105.04,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Other manufacturing,2,total,A3105.04,12,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot","Electricity, gas, water, & waste services",1,total,A3105.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: increase a lot",Construction,1,total,A3105.04,366,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Wholesale trade,1,total,A3105.04,93,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Machinery & equipment wholesaling,2,total,A3105.04,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Other wholesale trade,2,total,A3105.04,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Retail trade,1,total,A3105.04,180,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Accommodation & food services,1,total,A3105.04,600,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot","Transport, postal, & warehousing",1,total,A3105.04,39,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Information media & telecommunications,1,total,A3105.04,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Publishing,2,total,A3105.04,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Motion picture,2,total,A3105.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Telecommunications,2,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Financial & insurance services,1,total,A3105.04,9,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Finance,2,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Insurance,2,total,A3105.04,3,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Auxiliary,2,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot","Rental, hiring, & real estate services",1,total,A3105.04,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot","Professional, scientific, & technical services",1,total,A3105.04,306,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Computer systems design,2,total,A3105.04,84,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Other professional scientific,2,total,A3105.04,225,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Administrative & support services,1,total,A3105.04,225,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Education & training,1,total,A3105.04,57,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Health care & social assistance,1,total,A3105.04,117,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Arts & recreation services,1,total,A3105.04,18,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",Other services,1,total,A3105.04,60,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: increase a lot",total,0,total,A3105.04,2403,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",total,0,619 employees,A3105.05,5370,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: Don't know",total,0,2049 employees,A3105.05,1002,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: Don't know",total,0,5099 employees,A3105.05,234,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: Don't know",total,0,100+ employees,A3105.05,177,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Change next financial year, total employment in industry: Don't know","Agriculture, forestry, & fishing",1,total,A3105.05,507,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Agriculture,2,total,A3105.05,333,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Commercial fishing,2,total,A3105.05,0,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Forestry & logging,2,total,A3105.05,48,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know","Agriculture, forestry, & fishing support services",2,total,A3105.05,126,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Mining,1,total,A3105.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: Don't know",Manufacturing,1,total,A3105.05,825,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know","Food, beverage, & tobacco",2,total,A3105.05,252,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know","Textile, clothing, footwear, & leather",2,total,A3105.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Wood & paper product,2,total,A3105.05,24,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know","Printing, publishing, & recorded media",2,total,A3105.05,27,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3105.05,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Non-metallic mineral product,2,total,A3105.05,21,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Metal product,2,total,A3105.05,159,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Transport and industrial machinery & equipment,2,total,A3105.05,123,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Other machinery & equipment,2,total,A3105.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Other manufacturing,2,total,A3105.05,72,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know","Electricity, gas, water, & waste services",1,total,A3105.05,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Change next financial year, total employment in industry: Don't know",Construction,1,total,A3105.05,1185,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Wholesale trade,1,total,A3105.05,411,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Machinery & equipment wholesaling,2,total,A3105.05,90,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Other wholesale trade,2,total,A3105.05,321,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Retail trade,1,total,A3105.05,675,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Accommodation & food services,1,total,A3105.05,681,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know","Transport, postal, & warehousing",1,total,A3105.05,147,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Information media & telecommunications,1,total,A3105.05,69,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Publishing,2,total,A3105.05,36,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Motion picture,2,total,A3105.05,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Telecommunications,2,total,A3105.05,15,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Financial & insurance services,1,total,A3105.05,123,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Finance,2,total,A3105.05,30,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Insurance,2,total,A3105.05,6,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Auxiliary,2,total,A3105.05,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know","Rental, hiring, & real estate services",1,total,A3105.05,171,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know","Professional, scientific, & technical services",1,total,A3105.05,606,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Computer systems design,2,total,A3105.05,138,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Other professional scientific,2,total,A3105.05,471,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Administrative & support services,1,total,A3105.05,204,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Education & training,1,total,A3105.05,222,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Health care & social assistance,1,total,A3105.05,459,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Arts & recreation services,1,total,A3105.05,87,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",Other services,1,total,A3105.05,363,,Number of businesses,1 and 2 and 3 and 6 -"Change next financial year, total employment in industry: Don't know",total,0,total,A3105.05,6783,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,619 employees,A3200.01,7491,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,2049 employees,A3200.01,2397,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,5099 employees,A3200.01,681,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,100+ employees,A3200.01,609,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Agriculture, forestry, & fishing",1,total,A3200.01,495,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Agriculture,2,total,A3200.01,306,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Commercial fishing,2,total,A3200.01,6,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Forestry & logging,2,total,A3200.01,36,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Agriculture, forestry, & fishing support services",2,total,A3200.01,147,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Mining,1,total,A3200.01,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Manufacturing,1,total,A3200.01,1566,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Food, beverage, & tobacco",2,total,A3200.01,402,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Textile, clothing, footwear, & leather",2,total,A3200.01,75,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Wood & paper product,2,total,A3200.01,117,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Printing, publishing, & recorded media",2,total,A3200.01,45,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Petroleum, coal, chemical, & associated product",2,total,A3200.01,105,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Non-metallic mineral product,2,total,A3200.01,54,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Metal product,2,total,A3200.01,261,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Transport and industrial machinery & equipment,2,total,A3200.01,279,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Other machinery & equipment,2,total,A3200.01,96,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Other manufacturing,2,total,A3200.01,129,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Electricity, gas, water, & waste services",1,total,A3200.01,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Construction,1,total,A3200.01,1041,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Wholesale trade,1,total,A3200.01,942,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Machinery & equipment wholesaling,2,total,A3200.01,267,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Other wholesale trade,2,total,A3200.01,672,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Retail trade,1,total,A3200.01,1284,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Accommodation & food services,1,total,A3200.01,1302,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Transport, postal, & warehousing",1,total,A3200.01,378,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Information media & telecommunications,1,total,A3200.01,207,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Publishing,2,total,A3200.01,96,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Motion picture,2,total,A3200.01,48,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Telecommunications,2,total,A3200.01,60,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Financial & insurance services,1,total,A3200.01,183,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Finance,2,total,A3200.01,63,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Insurance,2,total,A3200.01,9,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Auxiliary,2,total,A3200.01,111,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Rental, hiring, & real estate services",1,total,A3200.01,222,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes","Professional, scientific, & technical services",1,total,A3200.01,1422,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Computer systems design,2,total,A3200.01,435,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Other professional scientific,2,total,A3200.01,987,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Administrative & support services,1,total,A3200.01,537,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Education & training,1,total,A3200.01,324,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Health care & social assistance,1,total,A3200.01,729,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Arts & recreation services,1,total,A3200.01,171,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",Other services,1,total,A3200.01,306,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Yes",total,0,total,A3200.01,11181,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",total,0,619 employees,A3200.02,25653,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",total,0,2049 employees,A3200.02,6015,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",total,0,5099 employees,A3200.02,1749,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",total,0,100+ employees,A3200.02,1389,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Agriculture, forestry, & fishing",1,total,A3200.02,3027,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Agriculture,2,total,A3200.02,1992,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Commercial fishing,2,total,A3200.02,48,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Forestry & logging,2,total,A3200.02,201,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Agriculture, forestry, & fishing support services",2,total,A3200.02,786,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Mining,1,total,A3200.02,105,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Manufacturing,1,total,A3200.02,3570,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Food, beverage, & tobacco",2,total,A3200.02,747,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Textile, clothing, footwear, & leather",2,total,A3200.02,159,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Wood & paper product,2,total,A3200.02,399,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Printing, publishing, & recorded media",2,total,A3200.02,150,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Petroleum, coal, chemical, & associated product",2,total,A3200.02,309,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Non-metallic mineral product,2,total,A3200.02,153,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Metal product,2,total,A3200.02,684,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Transport and industrial machinery & equipment,2,total,A3200.02,612,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Other machinery & equipment,2,total,A3200.02,120,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Other manufacturing,2,total,A3200.02,237,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Electricity, gas, water, & waste services",1,total,A3200.02,141,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Construction,1,total,A3200.02,5835,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Wholesale trade,1,total,A3200.02,2088,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Machinery & equipment wholesaling,2,total,A3200.02,633,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Other wholesale trade,2,total,A3200.02,1452,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Retail trade,1,total,A3200.02,3570,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Accommodation & food services,1,total,A3200.02,4746,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Transport, postal, & warehousing",1,total,A3200.02,1242,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Information media & telecommunications,1,total,A3200.02,231,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Publishing,2,total,A3200.02,84,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Motion picture,2,total,A3200.02,90,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Telecommunications,2,total,A3200.02,54,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Financial & insurance services,1,total,A3200.02,489,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Finance,2,total,A3200.02,141,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Insurance,2,total,A3200.02,27,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Auxiliary,2,total,A3200.02,327,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Rental, hiring, & real estate services",1,total,A3200.02,774,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No","Professional, scientific, & technical services",1,total,A3200.02,3555,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Computer systems design,2,total,A3200.02,477,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Other professional scientific,2,total,A3200.02,3078,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Administrative & support services,1,total,A3200.02,1239,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Education & training,1,total,A3200.02,843,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Health care & social assistance,1,total,A3200.02,1977,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Arts & recreation services,1,total,A3200.02,381,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",Other services,1,total,A3200.02,987,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: No",total,0,total,A3200.02,34809,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,619 employees,A3200.03,2424,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,2049 employees,A3200.03,381,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,5099 employees,A3200.03,102,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,100+ employees,A3200.03,102,,Number of businesses,1 and 2 and 3 and 4 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Agriculture, forestry, & fishing",1,total,A3200.03,228,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Agriculture,2,total,A3200.03,153,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Commercial fishing,2,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Forestry & logging,2,total,A3200.03,21,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Agriculture, forestry, & fishing support services",2,total,A3200.03,51,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Mining,1,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Manufacturing,1,total,A3200.03,270,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Food, beverage, & tobacco",2,total,A3200.03,69,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Textile, clothing, footwear, & leather",2,total,A3200.03,18,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Wood & paper product,2,total,A3200.03,0,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Printing, publishing, & recorded media",2,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Petroleum, coal, chemical, & associated product",2,total,A3200.03,36,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Non-metallic mineral product,2,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Metal product,2,total,A3200.03,57,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Transport and industrial machinery & equipment,2,total,A3200.03,57,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Other machinery & equipment,2,total,A3200.03,21,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Other manufacturing,2,total,A3200.03,6,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Electricity, gas, water, & waste services",1,total,A3200.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Construction,1,total,A3200.03,564,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Wholesale trade,1,total,A3200.03,201,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Machinery & equipment wholesaling,2,total,A3200.03,54,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Other wholesale trade,2,total,A3200.03,147,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Retail trade,1,total,A3200.03,219,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Accommodation & food services,1,total,A3200.03,723,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Transport, postal, & warehousing",1,total,A3200.03,57,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Information media & telecommunications,1,total,A3200.03,21,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Publishing,2,total,A3200.03,6,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Motion picture,2,total,A3200.03,6,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Telecommunications,2,total,A3200.03,9,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Financial & insurance services,1,total,A3200.03,21,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Finance,2,total,A3200.03,9,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Insurance,2,total,A3200.03,3,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Auxiliary,2,total,A3200.03,12,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Rental, hiring, & real estate services",1,total,A3200.03,48,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know","Professional, scientific, & technical services",1,total,A3200.03,216,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Computer systems design,2,total,A3200.03,78,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Other professional scientific,2,total,A3200.03,141,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Administrative & support services,1,total,A3200.03,69,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Education & training,1,total,A3200.03,18,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Health care & social assistance,1,total,A3200.03,216,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Arts & recreation services,1,total,A3200.03,12,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",Other services,1,total,A3200.03,105,,Number of businesses,1 and 2 and 3 and 6 -"Business introduced new or improved goods, services, processes, or methods: Don't know",total,0,total,A3200.03,3006,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,total,0,619 employees,A3300.01,732,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology over 10 years behind best available,total,0,2049 employees,A3300.01,192,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology over 10 years behind best available,total,0,5099 employees,A3300.01,84,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology over 10 years behind best available,total,0,100+ employees,A3300.01,63,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology over 10 years behind best available,"Agriculture, forestry, & fishing",1,total,A3300.01,78,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Agriculture,2,total,A3300.01,72,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Commercial fishing,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Forestry & logging,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,"Agriculture, forestry, & fishing support services",2,total,A3300.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Mining,1,total,A3300.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology over 10 years behind best available,Manufacturing,1,total,A3300.01,435,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,"Food, beverage, & tobacco",2,total,A3300.01,111,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,"Textile, clothing, footwear, & leather",2,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Wood & paper product,2,total,A3300.01,87,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,"Printing, publishing, & recorded media",2,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Non-metallic mineral product,2,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Metal product,2,total,A3300.01,96,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Transport and industrial machinery & equipment,2,total,A3300.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Other machinery & equipment,2,total,A3300.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Other manufacturing,2,total,A3300.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,"Electricity, gas, water, & waste services",1,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology over 10 years behind best available,Construction,1,total,A3300.01,93,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Wholesale trade,1,total,A3300.01,60,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Machinery & equipment wholesaling,2,total,A3300.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Other wholesale trade,2,total,A3300.01,57,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Retail trade,1,total,A3300.01,135,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Accommodation & food services,1,total,A3300.01,87,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,"Transport, postal, & warehousing",1,total,A3300.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Information media & telecommunications,1,total,A3300.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Publishing,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Motion picture,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Telecommunications,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Financial & insurance services,1,total,A3300.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Finance,2,total,A3300.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Insurance,2,total,A3300.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Auxiliary,2,total,A3300.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,"Rental, hiring, & real estate services",1,total,A3300.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,"Professional, scientific, & technical services",1,total,A3300.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Computer systems design,2,total,A3300.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Other professional scientific,2,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Administrative & support services,1,total,A3300.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Education & training,1,total,A3300.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Health care & social assistance,1,total,A3300.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Arts & recreation services,1,total,A3300.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,Other services,1,total,A3300.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business core technology over 10 years behind best available,total,0,total,A3300.01,1071,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,total,0,619 employees,A3300.02,2595,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology between 4 - 10 years behind best available,total,0,2049 employees,A3300.02,735,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology between 4 - 10 years behind best available,total,0,5099 employees,A3300.02,234,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology between 4 - 10 years behind best available,total,0,100+ employees,A3300.02,213,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology between 4 - 10 years behind best available,"Agriculture, forestry, & fishing",1,total,A3300.02,357,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Agriculture,2,total,A3300.02,264,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Commercial fishing,2,total,A3300.02,6,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Forestry & logging,2,total,A3300.02,9,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,"Agriculture, forestry, & fishing support services",2,total,A3300.02,75,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Mining,1,total,A3300.02,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology between 4 - 10 years behind best available,Manufacturing,1,total,A3300.02,792,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,"Food, beverage, & tobacco",2,total,A3300.02,156,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,"Textile, clothing, footwear, & leather",2,total,A3300.02,45,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Wood & paper product,2,total,A3300.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,"Printing, publishing, & recorded media",2,total,A3300.02,39,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Non-metallic mineral product,2,total,A3300.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Metal product,2,total,A3300.02,171,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Transport and industrial machinery & equipment,2,total,A3300.02,114,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Other machinery & equipment,2,total,A3300.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Other manufacturing,2,total,A3300.02,45,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,"Electricity, gas, water, & waste services",1,total,A3300.02,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology between 4 - 10 years behind best available,Construction,1,total,A3300.02,219,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Wholesale trade,1,total,A3300.02,336,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Machinery & equipment wholesaling,2,total,A3300.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Other wholesale trade,2,total,A3300.02,282,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Retail trade,1,total,A3300.02,360,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Accommodation & food services,1,total,A3300.02,753,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,"Transport, postal, & warehousing",1,total,A3300.02,264,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Information media & telecommunications,1,total,A3300.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Publishing,2,total,A3300.02,12,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Motion picture,2,total,A3300.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Telecommunications,2,total,A3300.02,3,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Financial & insurance services,1,total,A3300.02,42,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Finance,2,total,A3300.02,15,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Insurance,2,total,A3300.02,6,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Auxiliary,2,total,A3300.02,24,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,"Rental, hiring, & real estate services",1,total,A3300.02,54,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,"Professional, scientific, & technical services",1,total,A3300.02,174,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Computer systems design,2,total,A3300.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Other professional scientific,2,total,A3300.02,150,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Administrative & support services,1,total,A3300.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Education & training,1,total,A3300.02,42,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Health care & social assistance,1,total,A3300.02,72,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Arts & recreation services,1,total,A3300.02,51,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,Other services,1,total,A3300.02,114,,Number of businesses,1 and 2 and 3 and 6 -Business core technology between 4 - 10 years behind best available,total,0,total,A3300.02,3780,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,total,0,619 employees,A3300.03,5703,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology up to 4 years behind best available,total,0,2049 employees,A3300.03,1692,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology up to 4 years behind best available,total,0,5099 employees,A3300.03,492,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology up to 4 years behind best available,total,0,100+ employees,A3300.03,513,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology up to 4 years behind best available,"Agriculture, forestry, & fishing",1,total,A3300.03,615,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Agriculture,2,total,A3300.03,480,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Commercial fishing,2,total,A3300.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Forestry & logging,2,total,A3300.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,"Agriculture, forestry, & fishing support services",2,total,A3300.03,75,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Mining,1,total,A3300.03,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology up to 4 years behind best available,Manufacturing,1,total,A3300.03,1200,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,"Food, beverage, & tobacco",2,total,A3300.03,339,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,"Textile, clothing, footwear, & leather",2,total,A3300.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Wood & paper product,2,total,A3300.03,117,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,"Printing, publishing, & recorded media",2,total,A3300.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.03,99,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Non-metallic mineral product,2,total,A3300.03,51,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Metal product,2,total,A3300.03,189,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Transport and industrial machinery & equipment,2,total,A3300.03,210,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Other machinery & equipment,2,total,A3300.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Other manufacturing,2,total,A3300.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,"Electricity, gas, water, & waste services",1,total,A3300.03,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology up to 4 years behind best available,Construction,1,total,A3300.03,870,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Wholesale trade,1,total,A3300.03,645,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Machinery & equipment wholesaling,2,total,A3300.03,174,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Other wholesale trade,2,total,A3300.03,471,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Retail trade,1,total,A3300.03,999,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Accommodation & food services,1,total,A3300.03,1371,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,"Transport, postal, & warehousing",1,total,A3300.03,333,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Information media & telecommunications,1,total,A3300.03,78,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Publishing,2,total,A3300.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Motion picture,2,total,A3300.03,30,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Telecommunications,2,total,A3300.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Financial & insurance services,1,total,A3300.03,114,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Finance,2,total,A3300.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Insurance,2,total,A3300.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Auxiliary,2,total,A3300.03,63,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,"Rental, hiring, & real estate services",1,total,A3300.03,180,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,"Professional, scientific, & technical services",1,total,A3300.03,744,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Computer systems design,2,total,A3300.03,105,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Other professional scientific,2,total,A3300.03,642,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Administrative & support services,1,total,A3300.03,180,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Education & training,1,total,A3300.03,174,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Health care & social assistance,1,total,A3300.03,468,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Arts & recreation services,1,total,A3300.03,72,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,Other services,1,total,A3300.03,279,,Number of businesses,1 and 2 and 3 and 6 -Business core technology up to 4 years behind best available,total,0,total,A3300.03,8400,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,total,0,619 employees,A3300.04,16359,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology is fully up to date with best available,total,0,2049 employees,A3300.04,4320,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology is fully up to date with best available,total,0,5099 employees,A3300.04,1272,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology is fully up to date with best available,total,0,100+ employees,A3300.04,927,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology is fully up to date with best available,"Agriculture, forestry, & fishing",1,total,A3300.04,1797,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Agriculture,2,total,A3300.04,1002,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Commercial fishing,2,total,A3300.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Forestry & logging,2,total,A3300.04,168,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,"Agriculture, forestry, & fishing support services",2,total,A3300.04,600,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Mining,1,total,A3300.04,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology is fully up to date with best available,Manufacturing,1,total,A3300.04,1875,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,"Food, beverage, & tobacco",2,total,A3300.04,387,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,"Textile, clothing, footwear, & leather",2,total,A3300.04,87,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Wood & paper product,2,total,A3300.04,186,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,"Printing, publishing, & recorded media",2,total,A3300.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.04,114,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Non-metallic mineral product,2,total,A3300.04,81,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Metal product,2,total,A3300.04,357,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Transport and industrial machinery & equipment,2,total,A3300.04,336,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Other machinery & equipment,2,total,A3300.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Other manufacturing,2,total,A3300.04,156,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,"Electricity, gas, water, & waste services",1,total,A3300.04,90,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology is fully up to date with best available,Construction,1,total,A3300.04,3672,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Wholesale trade,1,total,A3300.04,1368,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Machinery & equipment wholesaling,2,total,A3300.04,477,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Other wholesale trade,2,total,A3300.04,888,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Retail trade,1,total,A3300.04,2385,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Accommodation & food services,1,total,A3300.04,2514,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,"Transport, postal, & warehousing",1,total,A3300.04,780,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Information media & telecommunications,1,total,A3300.04,243,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Publishing,2,total,A3300.04,102,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Motion picture,2,total,A3300.04,69,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Telecommunications,2,total,A3300.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Financial & insurance services,1,total,A3300.04,327,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Finance,2,total,A3300.04,102,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Insurance,2,total,A3300.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Auxiliary,2,total,A3300.04,210,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,"Rental, hiring, & real estate services",1,total,A3300.04,489,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,"Professional, scientific, & technical services",1,total,A3300.04,3048,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Computer systems design,2,total,A3300.04,627,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Other professional scientific,2,total,A3300.04,2427,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Administrative & support services,1,total,A3300.04,1062,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Education & training,1,total,A3300.04,600,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Health care & social assistance,1,total,A3300.04,1707,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Arts & recreation services,1,total,A3300.04,300,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,Other services,1,total,A3300.04,570,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is fully up to date with best available,total,0,total,A3300.04,22878,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,total,0,619 employees,A3300.05,1968,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology is ahead of best available,total,0,2049 employees,A3300.05,483,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology is ahead of best available,total,0,5099 employees,A3300.05,126,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology is ahead of best available,total,0,100+ employees,A3300.05,120,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technology is ahead of best available,"Agriculture, forestry, & fishing",1,total,A3300.05,168,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Agriculture,2,total,A3300.05,135,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Commercial fishing,2,total,A3300.05,0,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Forestry & logging,2,total,A3300.05,3,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,"Agriculture, forestry, & fishing support services",2,total,A3300.05,30,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Mining,1,total,A3300.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology is ahead of best available,Manufacturing,1,total,A3300.05,228,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,"Food, beverage, & tobacco",2,total,A3300.05,15,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,"Textile, clothing, footwear, & leather",2,total,A3300.05,21,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Wood & paper product,2,total,A3300.05,24,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,"Printing, publishing, & recorded media",2,total,A3300.05,9,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.05,21,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Non-metallic mineral product,2,total,A3300.05,12,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Metal product,2,total,A3300.05,33,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Transport and industrial machinery & equipment,2,total,A3300.05,63,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Other machinery & equipment,2,total,A3300.05,27,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Other manufacturing,2,total,A3300.05,6,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,"Electricity, gas, water, & waste services",1,total,A3300.05,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technology is ahead of best available,Construction,1,total,A3300.05,384,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Wholesale trade,1,total,A3300.05,180,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Machinery & equipment wholesaling,2,total,A3300.05,111,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Other wholesale trade,2,total,A3300.05,66,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Retail trade,1,total,A3300.05,144,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Accommodation & food services,1,total,A3300.05,222,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,"Transport, postal, & warehousing",1,total,A3300.05,36,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Information media & telecommunications,1,total,A3300.05,69,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Publishing,2,total,A3300.05,24,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Motion picture,2,total,A3300.05,24,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Telecommunications,2,total,A3300.05,18,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Financial & insurance services,1,total,A3300.05,87,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Finance,2,total,A3300.05,12,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Insurance,2,total,A3300.05,0,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Auxiliary,2,total,A3300.05,75,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,"Rental, hiring, & real estate services",1,total,A3300.05,27,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,"Professional, scientific, & technical services",1,total,A3300.05,642,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Computer systems design,2,total,A3300.05,144,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Other professional scientific,2,total,A3300.05,501,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Administrative & support services,1,total,A3300.05,126,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Education & training,1,total,A3300.05,120,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Health care & social assistance,1,total,A3300.05,165,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Arts & recreation services,1,total,A3300.05,42,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,Other services,1,total,A3300.05,30,,Number of businesses,1 and 2 and 3 and 6 -Business core technology is ahead of best available,total,0,total,A3300.05,2700,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,total,0,619 employees,A3300.06,8298,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technolog: Don't know years behind best available,total,0,2049 employees,A3300.06,1377,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technolog: Don't know years behind best available,total,0,5099 employees,A3300.06,327,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technolog: Don't know years behind best available,total,0,100+ employees,A3300.06,270,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business core technolog: Don't know years behind best available,"Agriculture, forestry, & fishing",1,total,A3300.06,765,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Agriculture,2,total,A3300.06,522,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Commercial fishing,2,total,A3300.06,15,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Forestry & logging,2,total,A3300.06,24,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,"Agriculture, forestry, & fishing support services",2,total,A3300.06,204,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Mining,1,total,A3300.06,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technolog: Don't know years behind best available,Manufacturing,1,total,A3300.06,894,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,"Food, beverage, & tobacco",2,total,A3300.06,225,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,"Textile, clothing, footwear, & leather",2,total,A3300.06,54,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Wood & paper product,2,total,A3300.06,24,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,"Printing, publishing, & recorded media",2,total,A3300.06,24,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,"Petroleum, coal, chemical, & associated product",2,total,A3300.06,81,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Non-metallic mineral product,2,total,A3300.06,33,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Metal product,2,total,A3300.06,156,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Transport and industrial machinery & equipment,2,total,A3300.06,183,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Other machinery & equipment,2,total,A3300.06,48,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Other manufacturing,2,total,A3300.06,72,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,"Electricity, gas, water, & waste services",1,total,A3300.06,33,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business core technolog: Don't know years behind best available,Construction,1,total,A3300.06,2202,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Wholesale trade,1,total,A3300.06,642,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Machinery & equipment wholesaling,2,total,A3300.06,135,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Other wholesale trade,2,total,A3300.06,507,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Retail trade,1,total,A3300.06,1047,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Accommodation & food services,1,total,A3300.06,1827,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,"Transport, postal, & warehousing",1,total,A3300.06,276,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Information media & telecommunications,1,total,A3300.06,39,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Publishing,2,total,A3300.06,15,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Motion picture,2,total,A3300.06,9,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Telecommunications,2,total,A3300.06,12,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Financial & insurance services,1,total,A3300.06,105,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Finance,2,total,A3300.06,39,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Insurance,2,total,A3300.06,3,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Auxiliary,2,total,A3300.06,66,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,"Rental, hiring, & real estate services",1,total,A3300.06,267,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,"Professional, scientific, & technical services",1,total,A3300.06,597,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Computer systems design,2,total,A3300.06,87,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Other professional scientific,2,total,A3300.06,513,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Administrative & support services,1,total,A3300.06,372,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Education & training,1,total,A3300.06,252,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Health care & social assistance,1,total,A3300.06,486,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Arts & recreation services,1,total,A3300.06,81,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,Other services,1,total,A3300.06,351,,Number of businesses,1 and 2 and 3 and 6 -Business core technolog: Don't know years behind best available,total,0,total,A3300.06,10272,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,total,0,619 employees,A3400.01,12393,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: Not at all,total,0,2049 employees,A3400.01,2319,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: Not at all,total,0,5099 employees,A3400.01,564,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: Not at all,total,0,100+ employees,A3400.01,312,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: Not at all,"Agriculture, forestry, & fishing",1,total,A3400.01,1404,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Agriculture,2,total,A3400.01,900,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Commercial fishing,2,total,A3400.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Forestry & logging,2,total,A3400.01,105,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,"Agriculture, forestry, & fishing support services",2,total,A3400.01,378,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Mining,1,total,A3400.01,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: Not at all,Manufacturing,1,total,A3400.01,1866,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,"Food, beverage, & tobacco",2,total,A3400.01,402,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,"Textile, clothing, footwear, & leather",2,total,A3400.01,99,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Wood & paper product,2,total,A3400.01,219,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,"Printing, publishing, & recorded media",2,total,A3400.01,57,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,"Petroleum, coal, chemical, & associated product",2,total,A3400.01,171,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Non-metallic mineral product,2,total,A3400.01,81,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Metal product,2,total,A3400.01,339,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Transport and industrial machinery & equipment,2,total,A3400.01,288,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Other machinery & equipment,2,total,A3400.01,63,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Other manufacturing,2,total,A3400.01,147,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,"Electricity, gas, water, & waste services",1,total,A3400.01,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: Not at all,Construction,1,total,A3400.01,2943,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Wholesale trade,1,total,A3400.01,858,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Machinery & equipment wholesaling,2,total,A3400.01,180,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Other wholesale trade,2,total,A3400.01,678,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Retail trade,1,total,A3400.01,1701,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Accommodation & food services,1,total,A3400.01,2523,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,"Transport, postal, & warehousing",1,total,A3400.01,510,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Information media & telecommunications,1,total,A3400.01,69,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Publishing,2,total,A3400.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Motion picture,2,total,A3400.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Telecommunications,2,total,A3400.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Financial & insurance services,1,total,A3400.01,135,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Finance,2,total,A3400.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Insurance,2,total,A3400.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Auxiliary,2,total,A3400.01,93,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,"Rental, hiring, & real estate services",1,total,A3400.01,258,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,"Professional, scientific, & technical services",1,total,A3400.01,1143,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Computer systems design,2,total,A3400.01,96,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Other professional scientific,2,total,A3400.01,1050,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Administrative & support services,1,total,A3400.01,519,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Education & training,1,total,A3400.01,315,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Health care & social assistance,1,total,A3400.01,795,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Arts & recreation services,1,total,A3400.01,153,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,Other services,1,total,A3400.01,291,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Not at all,total,0,total,A3400.01,15588,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,total,0,619 employees,A3400.02,17748,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: to a minor degree,total,0,2049 employees,A3400.02,5097,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: to a minor degree,total,0,5099 employees,A3400.02,1572,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: to a minor degree,total,0,100+ employees,A3400.02,1437,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: to a minor degree,"Agriculture, forestry, & fishing",1,total,A3400.02,1797,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Agriculture,2,total,A3400.02,1176,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Commercial fishing,2,total,A3400.02,30,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Forestry & logging,2,total,A3400.02,120,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,"Agriculture, forestry, & fishing support services",2,total,A3400.02,471,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Mining,1,total,A3400.02,57,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: to a minor degree,Manufacturing,1,total,A3400.02,2859,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,"Food, beverage, & tobacco",2,total,A3400.02,627,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,"Textile, clothing, footwear, & leather",2,total,A3400.02,111,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Wood & paper product,2,total,A3400.02,261,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,"Printing, publishing, & recorded media",2,total,A3400.02,117,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,"Petroleum, coal, chemical, & associated product",2,total,A3400.02,243,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Non-metallic mineral product,2,total,A3400.02,105,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Metal product,2,total,A3400.02,525,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Transport and industrial machinery & equipment,2,total,A3400.02,552,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Other machinery & equipment,2,total,A3400.02,144,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Other manufacturing,2,total,A3400.02,174,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,"Electricity, gas, water, & waste services",1,total,A3400.02,126,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: to a minor degree,Construction,1,total,A3400.02,3501,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Wholesale trade,1,total,A3400.02,1770,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Machinery & equipment wholesaling,2,total,A3400.02,633,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Other wholesale trade,2,total,A3400.02,1134,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Retail trade,1,total,A3400.02,2538,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Accommodation & food services,1,total,A3400.02,3351,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,"Transport, postal, & warehousing",1,total,A3400.02,954,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Information media & telecommunications,1,total,A3400.02,282,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Publishing,2,total,A3400.02,111,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Motion picture,2,total,A3400.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Telecommunications,2,total,A3400.02,75,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Financial & insurance services,1,total,A3400.02,417,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Finance,2,total,A3400.02,123,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Insurance,2,total,A3400.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Auxiliary,2,total,A3400.02,270,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,"Rental, hiring, & real estate services",1,total,A3400.02,597,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,"Professional, scientific, & technical services",1,total,A3400.02,3141,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Computer systems design,2,total,A3400.02,627,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Other professional scientific,2,total,A3400.02,2517,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Administrative & support services,1,total,A3400.02,891,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Education & training,1,total,A3400.02,624,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Health care & social assistance,1,total,A3400.02,1752,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Arts & recreation services,1,total,A3400.02,315,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,Other services,1,total,A3400.02,876,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a minor degree,total,0,total,A3400.02,25854,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,total,0,619 employees,A3400.03,2712,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: to a major degree,total,0,2049 employees,A3400.03,948,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: to a major degree,total,0,5099 employees,A3400.03,306,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: to a major degree,total,0,100+ employees,A3400.03,270,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: to a major degree,"Agriculture, forestry, & fishing",1,total,A3400.03,237,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Agriculture,2,total,A3400.03,180,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Commercial fishing,2,total,A3400.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Forestry & logging,2,total,A3400.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,"Agriculture, forestry, & fishing support services",2,total,A3400.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Mining,1,total,A3400.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: to a major degree,Manufacturing,1,total,A3400.03,387,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,"Food, beverage, & tobacco",2,total,A3400.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,"Textile, clothing, footwear, & leather",2,total,A3400.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Wood & paper product,2,total,A3400.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,"Printing, publishing, & recorded media",2,total,A3400.03,15,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,"Petroleum, coal, chemical, & associated product",2,total,A3400.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Non-metallic mineral product,2,total,A3400.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Metal product,2,total,A3400.03,57,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Transport and industrial machinery & equipment,2,total,A3400.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Other machinery & equipment,2,total,A3400.03,15,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Other manufacturing,2,total,A3400.03,45,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,"Electricity, gas, water, & waste services",1,total,A3400.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: to a major degree,Construction,1,total,A3400.03,585,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Wholesale trade,1,total,A3400.03,336,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Machinery & equipment wholesaling,2,total,A3400.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Other wholesale trade,2,total,A3400.03,267,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Retail trade,1,total,A3400.03,474,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Accommodation & food services,1,total,A3400.03,288,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,"Transport, postal, & warehousing",1,total,A3400.03,129,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Information media & telecommunications,1,total,A3400.03,84,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Publishing,2,total,A3400.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Motion picture,2,total,A3400.03,21,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Telecommunications,2,total,A3400.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Financial & insurance services,1,total,A3400.03,111,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Finance,2,total,A3400.03,36,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Insurance,2,total,A3400.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Auxiliary,2,total,A3400.03,72,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,"Rental, hiring, & real estate services",1,total,A3400.03,111,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,"Professional, scientific, & technical services",1,total,A3400.03,708,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Computer systems design,2,total,A3400.03,216,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Other professional scientific,2,total,A3400.03,495,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Administrative & support services,1,total,A3400.03,261,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Education & training,1,total,A3400.03,126,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Health care & social assistance,1,total,A3400.03,246,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Arts & recreation services,1,total,A3400.03,60,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,Other services,1,total,A3400.03,60,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: to a major degree,total,0,total,A3400.03,4236,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,total,0,619 employees,A3400.04,237,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: completely,total,0,2049 employees,A3400.04,42,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: completely,total,0,5099 employees,A3400.04,15,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: completely,total,0,100+ employees,A3400.04,12,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: completely,"Agriculture, forestry, & fishing",1,total,A3400.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Agriculture,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Commercial fishing,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Forestry & logging,2,total,A3400.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,"Agriculture, forestry, & fishing support services",2,total,A3400.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Mining,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: completely,Manufacturing,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,"Food, beverage, & tobacco",2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,"Textile, clothing, footwear, & leather",2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Wood & paper product,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,"Printing, publishing, & recorded media",2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,"Petroleum, coal, chemical, & associated product",2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Non-metallic mineral product,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Metal product,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Transport and industrial machinery & equipment,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Other machinery & equipment,2,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Other manufacturing,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,"Electricity, gas, water, & waste services",1,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: completely,Construction,1,total,A3400.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Wholesale trade,1,total,A3400.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Machinery & equipment wholesaling,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Other wholesale trade,2,total,A3400.04,24,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Retail trade,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Accommodation & food services,1,total,A3400.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,"Transport, postal, & warehousing",1,total,A3400.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Information media & telecommunications,1,total,A3400.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Publishing,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Motion picture,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Telecommunications,2,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Financial & insurance services,1,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Finance,2,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Insurance,2,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Auxiliary,2,total,A3400.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,"Rental, hiring, & real estate services",1,total,A3400.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,"Professional, scientific, & technical services",1,total,A3400.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Computer systems design,2,total,A3400.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Other professional scientific,2,total,A3400.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Administrative & support services,1,total,A3400.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Education & training,1,total,A3400.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Health care & social assistance,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Arts & recreation services,1,total,A3400.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,Other services,1,total,A3400.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: completely,total,0,total,A3400.04,309,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,total,0,619 employees,A3400.05,2616,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: Don't know,total,0,2049 employees,A3400.05,384,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: Don't know,total,0,5099 employees,A3400.05,78,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: Don't know,total,0,100+ employees,A3400.05,75,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business technology changed: Don't know,"Agriculture, forestry, & fishing",1,total,A3400.05,303,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Agriculture,2,total,A3400.05,198,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Commercial fishing,2,total,A3400.05,3,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Forestry & logging,2,total,A3400.05,12,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3400.05,90,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Mining,1,total,A3400.05,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: Don't know,Manufacturing,1,total,A3400.05,300,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,"Food, beverage, & tobacco",2,total,A3400.05,81,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,"Textile, clothing, footwear, & leather",2,total,A3400.05,15,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Wood & paper product,2,total,A3400.05,0,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,"Printing, publishing, & recorded media",2,total,A3400.05,9,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3400.05,24,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Non-metallic mineral product,2,total,A3400.05,9,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Metal product,2,total,A3400.05,78,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Transport and industrial machinery & equipment,2,total,A3400.05,63,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Other machinery & equipment,2,total,A3400.05,15,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Other manufacturing,2,total,A3400.05,6,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,"Electricity, gas, water, & waste services",1,total,A3400.05,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business technology changed: Don't know,Construction,1,total,A3400.05,408,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Wholesale trade,1,total,A3400.05,240,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Machinery & equipment wholesaling,2,total,A3400.05,69,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Other wholesale trade,2,total,A3400.05,168,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Retail trade,1,total,A3400.05,360,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Accommodation & food services,1,total,A3400.05,684,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,"Transport, postal, & warehousing",1,total,A3400.05,57,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Information media & telecommunications,1,total,A3400.05,18,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Publishing,2,total,A3400.05,6,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Motion picture,2,total,A3400.05,3,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Telecommunications,2,total,A3400.05,9,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Financial & insurance services,1,total,A3400.05,21,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Finance,2,total,A3400.05,12,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Insurance,2,total,A3400.05,3,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Auxiliary,2,total,A3400.05,12,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,"Rental, hiring, & real estate services",1,total,A3400.05,57,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,"Professional, scientific, & technical services",1,total,A3400.05,153,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Computer systems design,2,total,A3400.05,36,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Other professional scientific,2,total,A3400.05,120,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Administrative & support services,1,total,A3400.05,102,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Education & training,1,total,A3400.05,111,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Health care & social assistance,1,total,A3400.05,129,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Arts & recreation services,1,total,A3400.05,30,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,Other services,1,total,A3400.05,153,,Number of businesses,1 and 2 and 3 and 6 -Business technology changed: Don't know,total,0,total,A3400.05,3156,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,total,0,619 employees,A3501.01,10647,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: bad,total,0,2049 employees,A3501.01,2874,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: bad,total,0,5099 employees,A3501.01,861,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: bad,total,0,100+ employees,A3501.01,660,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: bad,"Agriculture, forestry, & fishing",1,total,A3501.01,1050,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Agriculture,2,total,A3501.01,720,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Commercial fishing,2,total,A3501.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Forestry & logging,2,total,A3501.01,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,"Agriculture, forestry, & fishing support services",2,total,A3501.01,240,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Mining,1,total,A3501.01,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's transport infrastructure: bad,Manufacturing,1,total,A3501.01,1527,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,"Food, beverage, & tobacco",2,total,A3501.01,438,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,"Textile, clothing, footwear, & leather",2,total,A3501.01,90,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Wood & paper product,2,total,A3501.01,162,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,"Printing, publishing, & recorded media",2,total,A3501.01,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,"Petroleum, coal, chemical, & associated product",2,total,A3501.01,111,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Non-metallic mineral product,2,total,A3501.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Metal product,2,total,A3501.01,219,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Transport and industrial machinery & equipment,2,total,A3501.01,252,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Other machinery & equipment,2,total,A3501.01,66,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Other manufacturing,2,total,A3501.01,69,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,"Electricity, gas, water, & waste services",1,total,A3501.01,81,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's transport infrastructure: bad,Construction,1,total,A3501.01,2610,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Wholesale trade,1,total,A3501.01,1110,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Machinery & equipment wholesaling,2,total,A3501.01,390,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Other wholesale trade,2,total,A3501.01,717,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Retail trade,1,total,A3501.01,1374,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Accommodation & food services,1,total,A3501.01,1842,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,"Transport, postal, & warehousing",1,total,A3501.01,675,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Information media & telecommunications,1,total,A3501.01,147,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Publishing,2,total,A3501.01,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Motion picture,2,total,A3501.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Telecommunications,2,total,A3501.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Financial & insurance services,1,total,A3501.01,216,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Finance,2,total,A3501.01,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Insurance,2,total,A3501.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Auxiliary,2,total,A3501.01,135,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,"Rental, hiring, & real estate services",1,total,A3501.01,420,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,"Professional, scientific, & technical services",1,total,A3501.01,1785,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Computer systems design,2,total,A3501.01,264,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Other professional scientific,2,total,A3501.01,1524,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Administrative & support services,1,total,A3501.01,606,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Education & training,1,total,A3501.01,321,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Health care & social assistance,1,total,A3501.01,621,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Arts & recreation services,1,total,A3501.01,186,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,Other services,1,total,A3501.01,417,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: bad,total,0,total,A3501.01,15042,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,total,0,619 employees,A3501.02,12894,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: neither bad or good,total,0,2049 employees,A3501.02,3231,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: neither bad or good,total,0,5099 employees,A3501.02,861,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: neither bad or good,total,0,100+ employees,A3501.02,759,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3501.02,1365,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Agriculture,2,total,A3501.02,813,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Commercial fishing,2,total,A3501.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Forestry & logging,2,total,A3501.02,141,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3501.02,381,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Mining,1,total,A3501.02,54,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's transport infrastructure: neither bad or good,Manufacturing,1,total,A3501.02,1797,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,"Food, beverage, & tobacco",2,total,A3501.02,393,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3501.02,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Wood & paper product,2,total,A3501.02,147,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,"Printing, publishing, & recorded media",2,total,A3501.02,66,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3501.02,129,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Non-metallic mineral product,2,total,A3501.02,75,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Metal product,2,total,A3501.02,357,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Transport and industrial machinery & equipment,2,total,A3501.02,306,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Other machinery & equipment,2,total,A3501.02,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Other manufacturing,2,total,A3501.02,162,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3501.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's transport infrastructure: neither bad or good,Construction,1,total,A3501.02,2529,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Wholesale trade,1,total,A3501.02,1359,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Machinery & equipment wholesaling,2,total,A3501.02,318,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Other wholesale trade,2,total,A3501.02,1041,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Retail trade,1,total,A3501.02,1935,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Accommodation & food services,1,total,A3501.02,2646,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,"Transport, postal, & warehousing",1,total,A3501.02,585,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Information media & telecommunications,1,total,A3501.02,138,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Publishing,2,total,A3501.02,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Motion picture,2,total,A3501.02,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Telecommunications,2,total,A3501.02,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Financial & insurance services,1,total,A3501.02,246,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Finance,2,total,A3501.02,60,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Insurance,2,total,A3501.02,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Auxiliary,2,total,A3501.02,171,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,"Rental, hiring, & real estate services",1,total,A3501.02,342,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,"Professional, scientific, & technical services",1,total,A3501.02,1854,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Computer systems design,2,total,A3501.02,348,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Other professional scientific,2,total,A3501.02,1509,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Administrative & support services,1,total,A3501.02,678,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Education & training,1,total,A3501.02,375,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Health care & social assistance,1,total,A3501.02,1110,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Arts & recreation services,1,total,A3501.02,195,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,Other services,1,total,A3501.02,465,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: neither bad or good,total,0,total,A3501.02,17745,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,total,0,619 employees,A3501.03,10116,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: good,total,0,2049 employees,A3501.03,2475,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: good,total,0,5099 employees,A3501.03,699,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: good,total,0,100+ employees,A3501.03,609,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: good,"Agriculture, forestry, & fishing",1,total,A3501.03,1086,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Agriculture,2,total,A3501.03,756,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Commercial fishing,2,total,A3501.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Forestry & logging,2,total,A3501.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,"Agriculture, forestry, & fishing support services",2,total,A3501.03,282,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Mining,1,total,A3501.03,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's transport infrastructure: good,Manufacturing,1,total,A3501.03,1821,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,"Food, beverage, & tobacco",2,total,A3501.03,324,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,"Textile, clothing, footwear, & leather",2,total,A3501.03,66,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Wood & paper product,2,total,A3501.03,210,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,"Printing, publishing, & recorded media",2,total,A3501.03,66,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,"Petroleum, coal, chemical, & associated product",2,total,A3501.03,192,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Non-metallic mineral product,2,total,A3501.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Metal product,2,total,A3501.03,381,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Transport and industrial machinery & equipment,2,total,A3501.03,330,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Other machinery & equipment,2,total,A3501.03,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Other manufacturing,2,total,A3501.03,135,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,"Electricity, gas, water, & waste services",1,total,A3501.03,54,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's transport infrastructure: good,Construction,1,total,A3501.03,1995,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Wholesale trade,1,total,A3501.03,681,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Machinery & equipment wholesaling,2,total,A3501.03,225,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Other wholesale trade,2,total,A3501.03,453,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Retail trade,1,total,A3501.03,1686,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Accommodation & food services,1,total,A3501.03,1884,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,"Transport, postal, & warehousing",1,total,A3501.03,369,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Information media & telecommunications,1,total,A3501.03,156,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Publishing,2,total,A3501.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Motion picture,2,total,A3501.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Telecommunications,2,total,A3501.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Financial & insurance services,1,total,A3501.03,186,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Finance,2,total,A3501.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Insurance,2,total,A3501.03,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Auxiliary,2,total,A3501.03,117,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,"Rental, hiring, & real estate services",1,total,A3501.03,267,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,"Professional, scientific, & technical services",1,total,A3501.03,1299,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Computer systems design,2,total,A3501.03,303,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Other professional scientific,2,total,A3501.03,999,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Administrative & support services,1,total,A3501.03,462,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Education & training,1,total,A3501.03,390,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Health care & social assistance,1,total,A3501.03,1020,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Arts & recreation services,1,total,A3501.03,135,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,Other services,1,total,A3501.03,387,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: good,total,0,total,A3501.03,13899,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,total,0,619 employees,A3501.04,1908,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: Don't know,total,0,2049 employees,A3501.04,213,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: Don't know,total,0,5099 employees,A3501.04,111,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: Don't know,total,0,100+ employees,A3501.04,75,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's transport infrastructure: Don't know,"Agriculture, forestry, & fishing",1,total,A3501.04,252,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Agriculture,2,total,A3501.04,168,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Commercial fishing,2,total,A3501.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Forestry & logging,2,total,A3501.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3501.04,84,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Mining,1,total,A3501.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's transport infrastructure: Don't know,Manufacturing,1,total,A3501.04,270,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,"Food, beverage, & tobacco",2,total,A3501.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,"Textile, clothing, footwear, & leather",2,total,A3501.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Wood & paper product,2,total,A3501.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,"Printing, publishing, & recorded media",2,total,A3501.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Non-metallic mineral product,2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Metal product,2,total,A3501.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Transport and industrial machinery & equipment,2,total,A3501.04,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Other machinery & equipment,2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Other manufacturing,2,total,A3501.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,"Electricity, gas, water, & waste services",1,total,A3501.04,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's transport infrastructure: Don't know,Construction,1,total,A3501.04,303,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Wholesale trade,1,total,A3501.04,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Machinery & equipment wholesaling,2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Other wholesale trade,2,total,A3501.04,60,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Retail trade,1,total,A3501.04,75,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Accommodation & food services,1,total,A3501.04,399,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,"Transport, postal, & warehousing",1,total,A3501.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Information media & telecommunications,1,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Publishing,2,total,A3501.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Motion picture,2,total,A3501.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Telecommunications,2,total,A3501.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Financial & insurance services,1,total,A3501.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Finance,2,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Insurance,2,total,A3501.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Auxiliary,2,total,A3501.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,"Rental, hiring, & real estate services",1,total,A3501.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,"Professional, scientific, & technical services",1,total,A3501.04,252,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Computer systems design,2,total,A3501.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Other professional scientific,2,total,A3501.04,177,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Administrative & support services,1,total,A3501.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Education & training,1,total,A3501.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Health care & social assistance,1,total,A3501.04,168,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Arts & recreation services,1,total,A3501.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,Other services,1,total,A3501.04,108,,Number of businesses,1 and 2 and 3 and 6 -Business location's transport infrastructure: Don't know,total,0,total,A3501.04,2304,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,total,0,619 employees,A3502.01,4050,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: bad,total,0,2049 employees,A3502.01,897,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: bad,total,0,5099 employees,A3502.01,207,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: bad,total,0,100+ employees,A3502.01,99,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: bad,"Agriculture, forestry, & fishing",1,total,A3502.01,1455,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Agriculture,2,total,A3502.01,1041,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Commercial fishing,2,total,A3502.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Forestry & logging,2,total,A3502.01,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,"Agriculture, forestry, & fishing support services",2,total,A3502.01,327,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Mining,1,total,A3502.01,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's ICT: bad,Manufacturing,1,total,A3502.01,465,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,"Food, beverage, & tobacco",2,total,A3502.01,183,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,"Textile, clothing, footwear, & leather",2,total,A3502.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Wood & paper product,2,total,A3502.01,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,"Printing, publishing, & recorded media",2,total,A3502.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,"Petroleum, coal, chemical, & associated product",2,total,A3502.01,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Non-metallic mineral product,2,total,A3502.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Metal product,2,total,A3502.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Transport and industrial machinery & equipment,2,total,A3502.01,90,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Other machinery & equipment,2,total,A3502.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Other manufacturing,2,total,A3502.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,"Electricity, gas, water, & waste services",1,total,A3502.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's ICT: bad,Construction,1,total,A3502.01,978,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Wholesale trade,1,total,A3502.01,225,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Machinery & equipment wholesaling,2,total,A3502.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Other wholesale trade,2,total,A3502.01,168,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Retail trade,1,total,A3502.01,285,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Accommodation & food services,1,total,A3502.01,627,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,"Transport, postal, & warehousing",1,total,A3502.01,225,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Information media & telecommunications,1,total,A3502.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Publishing,2,total,A3502.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Motion picture,2,total,A3502.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Telecommunications,2,total,A3502.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Financial & insurance services,1,total,A3502.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Finance,2,total,A3502.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Insurance,2,total,A3502.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Auxiliary,2,total,A3502.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,"Rental, hiring, & real estate services",1,total,A3502.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,"Professional, scientific, & technical services",1,total,A3502.01,249,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Computer systems design,2,total,A3502.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Other professional scientific,2,total,A3502.01,240,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Administrative & support services,1,total,A3502.01,120,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Education & training,1,total,A3502.01,90,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Health care & social assistance,1,total,A3502.01,141,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Arts & recreation services,1,total,A3502.01,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,Other services,1,total,A3502.01,132,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: bad,total,0,total,A3502.01,5250,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,total,0,619 employees,A3502.02,9333,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: neither bad or good,total,0,2049 employees,A3502.02,2223,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: neither bad or good,total,0,5099 employees,A3502.02,612,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: neither bad or good,total,0,100+ employees,A3502.02,528,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3502.02,1077,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Agriculture,2,total,A3502.02,630,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Commercial fishing,2,total,A3502.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Forestry & logging,2,total,A3502.02,117,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3502.02,306,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Mining,1,total,A3502.02,48,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's ICT: neither bad or good,Manufacturing,1,total,A3502.02,1290,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,"Food, beverage, & tobacco",2,total,A3502.02,324,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3502.02,60,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Wood & paper product,2,total,A3502.02,138,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,"Printing, publishing, & recorded media",2,total,A3502.02,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3502.02,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Non-metallic mineral product,2,total,A3502.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Metal product,2,total,A3502.02,207,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Transport and industrial machinery & equipment,2,total,A3502.02,207,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Other machinery & equipment,2,total,A3502.02,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Other manufacturing,2,total,A3502.02,108,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3502.02,69,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's ICT: neither bad or good,Construction,1,total,A3502.02,2112,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Wholesale trade,1,total,A3502.02,765,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Machinery & equipment wholesaling,2,total,A3502.02,249,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Other wholesale trade,2,total,A3502.02,516,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Retail trade,1,total,A3502.02,1557,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Accommodation & food services,1,total,A3502.02,1809,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,"Transport, postal, & warehousing",1,total,A3502.02,501,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Information media & telecommunications,1,total,A3502.02,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Publishing,2,total,A3502.02,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Motion picture,2,total,A3502.02,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Telecommunications,2,total,A3502.02,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Financial & insurance services,1,total,A3502.02,123,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Finance,2,total,A3502.02,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Insurance,2,total,A3502.02,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Auxiliary,2,total,A3502.02,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,"Rental, hiring, & real estate services",1,total,A3502.02,357,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,"Professional, scientific, & technical services",1,total,A3502.02,918,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Computer systems design,2,total,A3502.02,126,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Other professional scientific,2,total,A3502.02,795,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Administrative & support services,1,total,A3502.02,528,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Education & training,1,total,A3502.02,321,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Health care & social assistance,1,total,A3502.02,660,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Arts & recreation services,1,total,A3502.02,153,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,Other services,1,total,A3502.02,324,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: neither bad or good,total,0,total,A3502.02,12696,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,total,0,619 employees,A3502.03,20853,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: good,total,0,2049 employees,A3502.03,5514,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: good,total,0,5099 employees,A3502.03,1653,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: good,total,0,100+ employees,A3502.03,1413,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: good,"Agriculture, forestry, & fishing",1,total,A3502.03,1089,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Agriculture,2,total,A3502.03,699,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Commercial fishing,2,total,A3502.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Forestry & logging,2,total,A3502.03,66,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,"Agriculture, forestry, & fishing support services",2,total,A3502.03,312,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Mining,1,total,A3502.03,36,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's ICT: good,Manufacturing,1,total,A3502.03,3432,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,"Food, beverage, & tobacco",2,total,A3502.03,675,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,"Textile, clothing, footwear, & leather",2,total,A3502.03,171,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Wood & paper product,2,total,A3502.03,348,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,"Printing, publishing, & recorded media",2,total,A3502.03,138,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,"Petroleum, coal, chemical, & associated product",2,total,A3502.03,303,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Non-metallic mineral product,2,total,A3502.03,102,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Metal product,2,total,A3502.03,684,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Transport and industrial machinery & equipment,2,total,A3502.03,612,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Other machinery & equipment,2,total,A3502.03,162,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Other manufacturing,2,total,A3502.03,234,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,"Electricity, gas, water, & waste services",1,total,A3502.03,108,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's ICT: good,Construction,1,total,A3502.03,4236,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Wholesale trade,1,total,A3502.03,2175,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Machinery & equipment wholesaling,2,total,A3502.03,645,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Other wholesale trade,2,total,A3502.03,1527,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Retail trade,1,total,A3502.03,3108,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Accommodation & food services,1,total,A3502.03,4017,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,"Transport, postal, & warehousing",1,total,A3502.03,909,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Information media & telecommunications,1,total,A3502.03,339,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Publishing,2,total,A3502.03,141,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Motion picture,2,total,A3502.03,93,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Telecommunications,2,total,A3502.03,105,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Financial & insurance services,1,total,A3502.03,531,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Finance,2,total,A3502.03,150,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Insurance,2,total,A3502.03,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Auxiliary,2,total,A3502.03,354,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,"Rental, hiring, & real estate services",1,total,A3502.03,597,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,"Professional, scientific, & technical services",1,total,A3502.03,3846,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Computer systems design,2,total,A3502.03,798,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Other professional scientific,2,total,A3502.03,3051,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Administrative & support services,1,total,A3502.03,1125,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Education & training,1,total,A3502.03,702,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Health care & social assistance,1,total,A3502.03,2010,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Arts & recreation services,1,total,A3502.03,321,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,Other services,1,total,A3502.03,846,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: good,total,0,total,A3502.03,29433,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,total,0,619 employees,A3502.04,1353,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: Don't know,total,0,2049 employees,A3502.04,156,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: Don't know,total,0,5099 employees,A3502.04,60,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: Don't know,total,0,100+ employees,A3502.04,66,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's ICT: Don't know,"Agriculture, forestry, & fishing",1,total,A3502.04,132,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Agriculture,2,total,A3502.04,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Commercial fishing,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Forestry & logging,2,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3502.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Mining,1,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's ICT: Don't know,Manufacturing,1,total,A3502.04,231,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,"Food, beverage, & tobacco",2,total,A3502.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,"Textile, clothing, footwear, & leather",2,total,A3502.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Wood & paper product,2,total,A3502.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,"Printing, publishing, & recorded media",2,total,A3502.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3502.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Non-metallic mineral product,2,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Metal product,2,total,A3502.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Transport and industrial machinery & equipment,2,total,A3502.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Other machinery & equipment,2,total,A3502.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Other manufacturing,2,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,"Electricity, gas, water, & waste services",1,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's ICT: Don't know,Construction,1,total,A3502.04,114,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Wholesale trade,1,total,A3502.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Machinery & equipment wholesaling,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Other wholesale trade,2,total,A3502.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Retail trade,1,total,A3502.04,120,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Accommodation & food services,1,total,A3502.04,321,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,"Transport, postal, & warehousing",1,total,A3502.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Information media & telecommunications,1,total,A3502.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Publishing,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Motion picture,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Telecommunications,2,total,A3502.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Financial & insurance services,1,total,A3502.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Finance,2,total,A3502.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Insurance,2,total,A3502.04,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Auxiliary,2,total,A3502.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,"Rental, hiring, & real estate services",1,total,A3502.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,"Professional, scientific, & technical services",1,total,A3502.04,201,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Computer systems design,2,total,A3502.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Other professional scientific,2,total,A3502.04,147,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Administrative & support services,1,total,A3502.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Education & training,1,total,A3502.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Health care & social assistance,1,total,A3502.04,108,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Arts & recreation services,1,total,A3502.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,Other services,1,total,A3502.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's ICT: Don't know,total,0,total,A3502.04,1635,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,total,0,619 employees,A3503.01,4395,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: bad,total,0,2049 employees,A3503.01,909,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: bad,total,0,5099 employees,A3503.01,267,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: bad,total,0,100+ employees,A3503.01,207,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: bad,"Agriculture, forestry, & fishing",1,total,A3503.01,501,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Agriculture,2,total,A3503.01,354,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Commercial fishing,2,total,A3503.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Forestry & logging,2,total,A3503.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,"Agriculture, forestry, & fishing support services",2,total,A3503.01,108,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Mining,1,total,A3503.01,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's water and waste infrastructure: bad,Manufacturing,1,total,A3503.01,600,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,"Food, beverage, & tobacco",2,total,A3503.01,219,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,"Textile, clothing, footwear, & leather",2,total,A3503.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Wood & paper product,2,total,A3503.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,"Printing, publishing, & recorded media",2,total,A3503.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,"Petroleum, coal, chemical, & associated product",2,total,A3503.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Non-metallic mineral product,2,total,A3503.01,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Metal product,2,total,A3503.01,93,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Transport and industrial machinery & equipment,2,total,A3503.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Other machinery & equipment,2,total,A3503.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Other manufacturing,2,total,A3503.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,"Electricity, gas, water, & waste services",1,total,A3503.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's water and waste infrastructure: bad,Construction,1,total,A3503.01,945,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Wholesale trade,1,total,A3503.01,309,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Machinery & equipment wholesaling,2,total,A3503.01,126,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Other wholesale trade,2,total,A3503.01,183,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Retail trade,1,total,A3503.01,636,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Accommodation & food services,1,total,A3503.01,945,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,"Transport, postal, & warehousing",1,total,A3503.01,165,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Information media & telecommunications,1,total,A3503.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Publishing,2,total,A3503.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Motion picture,2,total,A3503.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Telecommunications,2,total,A3503.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Financial & insurance services,1,total,A3503.01,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Finance,2,total,A3503.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Insurance,2,total,A3503.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Auxiliary,2,total,A3503.01,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,"Rental, hiring, & real estate services",1,total,A3503.01,168,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,"Professional, scientific, & technical services",1,total,A3503.01,645,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Computer systems design,2,total,A3503.01,120,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Other professional scientific,2,total,A3503.01,528,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Administrative & support services,1,total,A3503.01,201,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Education & training,1,total,A3503.01,105,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Health care & social assistance,1,total,A3503.01,216,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Arts & recreation services,1,total,A3503.01,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,Other services,1,total,A3503.01,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: bad,total,0,total,A3503.01,5778,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,total,0,619 employees,A3503.02,11175,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: neither bad or good,total,0,2049 employees,A3503.02,2874,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: neither bad or good,total,0,5099 employees,A3503.02,831,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: neither bad or good,total,0,100+ employees,A3503.02,714,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3503.02,1599,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Agriculture,2,total,A3503.02,1017,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Commercial fishing,2,total,A3503.02,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Forestry & logging,2,total,A3503.02,132,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3503.02,420,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Mining,1,total,A3503.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's water and waste infrastructure: neither bad or good,Manufacturing,1,total,A3503.02,1617,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,"Food, beverage, & tobacco",2,total,A3503.02,330,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3503.02,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Wood & paper product,2,total,A3503.02,213,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,"Printing, publishing, & recorded media",2,total,A3503.02,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3503.02,132,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Non-metallic mineral product,2,total,A3503.02,90,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Metal product,2,total,A3503.02,267,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Transport and industrial machinery & equipment,2,total,A3503.02,222,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Other machinery & equipment,2,total,A3503.02,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Other manufacturing,2,total,A3503.02,129,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3503.02,81,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's water and waste infrastructure: neither bad or good,Construction,1,total,A3503.02,2463,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Wholesale trade,1,total,A3503.02,1239,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Machinery & equipment wholesaling,2,total,A3503.02,342,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Other wholesale trade,2,total,A3503.02,894,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Retail trade,1,total,A3503.02,1560,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Accommodation & food services,1,total,A3503.02,1788,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,"Transport, postal, & warehousing",1,total,A3503.02,651,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Information media & telecommunications,1,total,A3503.02,150,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Publishing,2,total,A3503.02,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Motion picture,2,total,A3503.02,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Telecommunications,2,total,A3503.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Financial & insurance services,1,total,A3503.02,219,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Finance,2,total,A3503.02,69,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Insurance,2,total,A3503.02,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Auxiliary,2,total,A3503.02,144,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,"Rental, hiring, & real estate services",1,total,A3503.02,336,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,"Professional, scientific, & technical services",1,total,A3503.02,1512,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Computer systems design,2,total,A3503.02,270,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Other professional scientific,2,total,A3503.02,1245,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Administrative & support services,1,total,A3503.02,630,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Education & training,1,total,A3503.02,258,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Health care & social assistance,1,total,A3503.02,789,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Arts & recreation services,1,total,A3503.02,168,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,Other services,1,total,A3503.02,468,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: neither bad or good,total,0,total,A3503.02,15594,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,total,0,619 employees,A3503.03,17118,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: good,total,0,2049 employees,A3503.03,4545,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: good,total,0,5099 employees,A3503.03,1293,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: good,total,0,100+ employees,A3503.03,1053,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: good,"Agriculture, forestry, & fishing",1,total,A3503.03,1161,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Agriculture,2,total,A3503.03,762,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Commercial fishing,2,total,A3503.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Forestry & logging,2,total,A3503.03,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,"Agriculture, forestry, & fishing support services",2,total,A3503.03,324,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Mining,1,total,A3503.03,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's water and waste infrastructure: good,Manufacturing,1,total,A3503.03,2784,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,"Food, beverage, & tobacco",2,total,A3503.03,561,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,"Textile, clothing, footwear, & leather",2,total,A3503.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Wood & paper product,2,total,A3503.03,252,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,"Printing, publishing, & recorded media",2,total,A3503.03,96,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,"Petroleum, coal, chemical, & associated product",2,total,A3503.03,261,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Non-metallic mineral product,2,total,A3503.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Metal product,2,total,A3503.03,519,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Transport and industrial machinery & equipment,2,total,A3503.03,585,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Other machinery & equipment,2,total,A3503.03,135,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Other manufacturing,2,total,A3503.03,180,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,"Electricity, gas, water, & waste services",1,total,A3503.03,84,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's water and waste infrastructure: good,Construction,1,total,A3503.03,3525,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Wholesale trade,1,total,A3503.03,1563,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Machinery & equipment wholesaling,2,total,A3503.03,459,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Other wholesale trade,2,total,A3503.03,1101,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Retail trade,1,total,A3503.03,2589,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Accommodation & food services,1,total,A3503.03,3642,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,"Transport, postal, & warehousing",1,total,A3503.03,765,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Information media & telecommunications,1,total,A3503.03,234,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Publishing,2,total,A3503.03,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Motion picture,2,total,A3503.03,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Telecommunications,2,total,A3503.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Financial & insurance services,1,total,A3503.03,363,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Finance,2,total,A3503.03,111,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Insurance,2,total,A3503.03,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Auxiliary,2,total,A3503.03,231,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,"Rental, hiring, & real estate services",1,total,A3503.03,489,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,"Professional, scientific, & technical services",1,total,A3503.03,2574,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Computer systems design,2,total,A3503.03,495,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Other professional scientific,2,total,A3503.03,2082,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Administrative & support services,1,total,A3503.03,807,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Education & training,1,total,A3503.03,678,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Health care & social assistance,1,total,A3503.03,1746,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Arts & recreation services,1,total,A3503.03,270,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,Other services,1,total,A3503.03,681,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: good,total,0,total,A3503.03,24009,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,total,0,619 employees,A3503.04,2877,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: Don't know,total,0,2049 employees,A3503.04,465,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: Don't know,total,0,5099 employees,A3503.04,138,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: Don't know,total,0,100+ employees,A3503.04,132,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's water and waste infrastructure: Don't know,"Agriculture, forestry, & fishing",1,total,A3503.04,495,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Agriculture,2,total,A3503.04,321,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Commercial fishing,2,total,A3503.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Forestry & logging,2,total,A3503.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3503.04,132,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Mining,1,total,A3503.04,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's water and waste infrastructure: Don't know,Manufacturing,1,total,A3503.04,417,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,"Food, beverage, & tobacco",2,total,A3503.04,120,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,"Textile, clothing, footwear, & leather",2,total,A3503.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Wood & paper product,2,total,A3503.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,"Printing, publishing, & recorded media",2,total,A3503.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3503.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Non-metallic mineral product,2,total,A3503.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Metal product,2,total,A3503.04,117,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Transport and industrial machinery & equipment,2,total,A3503.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Other machinery & equipment,2,total,A3503.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Other manufacturing,2,total,A3503.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,"Electricity, gas, water, & waste services",1,total,A3503.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's water and waste infrastructure: Don't know,Construction,1,total,A3503.04,507,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Wholesale trade,1,total,A3503.04,117,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Machinery & equipment wholesaling,2,total,A3503.04,24,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Other wholesale trade,2,total,A3503.04,93,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Retail trade,1,total,A3503.04,282,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Accommodation & food services,1,total,A3503.04,396,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,"Transport, postal, & warehousing",1,total,A3503.04,93,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Information media & telecommunications,1,total,A3503.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Publishing,2,total,A3503.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Motion picture,2,total,A3503.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Telecommunications,2,total,A3503.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Financial & insurance services,1,total,A3503.04,51,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Finance,2,total,A3503.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Insurance,2,total,A3503.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Auxiliary,2,total,A3503.04,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,"Rental, hiring, & real estate services",1,total,A3503.04,51,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,"Professional, scientific, & technical services",1,total,A3503.04,459,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Computer systems design,2,total,A3503.04,108,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Other professional scientific,2,total,A3503.04,354,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Administrative & support services,1,total,A3503.04,204,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Education & training,1,total,A3503.04,144,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Health care & social assistance,1,total,A3503.04,168,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Arts & recreation services,1,total,A3503.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,Other services,1,total,A3503.04,132,,Number of businesses,1 and 2 and 3 and 6 -Business location's water and waste infrastructure: Don't know,total,0,total,A3503.04,3612,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,total,0,619 employees,A3504.01,8946,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: bad,total,0,2049 employees,A3504.01,2139,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: bad,total,0,5099 employees,A3504.01,621,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: bad,total,0,100+ employees,A3504.01,441,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: bad,"Agriculture, forestry, & fishing",1,total,A3504.01,1071,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Agriculture,2,total,A3504.01,825,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Commercial fishing,2,total,A3504.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Forestry & logging,2,total,A3504.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,"Agriculture, forestry, & fishing support services",2,total,A3504.01,183,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Mining,1,total,A3504.01,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's local body planning and regulatory processes: bad,Manufacturing,1,total,A3504.01,1398,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,"Food, beverage, & tobacco",2,total,A3504.01,363,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,"Textile, clothing, footwear, & leather",2,total,A3504.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Wood & paper product,2,total,A3504.01,150,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,"Printing, publishing, & recorded media",2,total,A3504.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,"Petroleum, coal, chemical, & associated product",2,total,A3504.01,87,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Non-metallic mineral product,2,total,A3504.01,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Metal product,2,total,A3504.01,246,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Transport and industrial machinery & equipment,2,total,A3504.01,225,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Other machinery & equipment,2,total,A3504.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Other manufacturing,2,total,A3504.01,114,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,"Electricity, gas, water, & waste services",1,total,A3504.01,57,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's local body planning and regulatory processes: bad,Construction,1,total,A3504.01,2004,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Wholesale trade,1,total,A3504.01,774,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Machinery & equipment wholesaling,2,total,A3504.01,300,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Other wholesale trade,2,total,A3504.01,471,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Retail trade,1,total,A3504.01,1251,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Accommodation & food services,1,total,A3504.01,1746,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,"Transport, postal, & warehousing",1,total,A3504.01,393,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Information media & telecommunications,1,total,A3504.01,87,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Publishing,2,total,A3504.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Motion picture,2,total,A3504.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Telecommunications,2,total,A3504.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Financial & insurance services,1,total,A3504.01,162,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Finance,2,total,A3504.01,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Insurance,2,total,A3504.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Auxiliary,2,total,A3504.01,117,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,"Rental, hiring, & real estate services",1,total,A3504.01,333,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,"Professional, scientific, & technical services",1,total,A3504.01,1284,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Computer systems design,2,total,A3504.01,177,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Other professional scientific,2,total,A3504.01,1110,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Administrative & support services,1,total,A3504.01,426,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Education & training,1,total,A3504.01,174,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Health care & social assistance,1,total,A3504.01,453,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Arts & recreation services,1,total,A3504.01,135,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,Other services,1,total,A3504.01,345,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: bad,total,0,total,A3504.01,12147,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,total,0,619 employees,A3504.02,12525,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: neither bad or good,total,0,2049 employees,A3504.02,3288,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: neither bad or good,total,0,5099 employees,A3504.02,957,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: neither bad or good,total,0,100+ employees,A3504.02,879,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3504.02,1602,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Agriculture,2,total,A3504.02,1014,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Commercial fishing,2,total,A3504.02,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Forestry & logging,2,total,A3504.02,114,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3504.02,453,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Mining,1,total,A3504.02,54,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Manufacturing,1,total,A3504.02,1866,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Food, beverage, & tobacco",2,total,A3504.02,414,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3504.02,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Wood & paper product,2,total,A3504.02,240,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Printing, publishing, & recorded media",2,total,A3504.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3504.02,159,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Non-metallic mineral product,2,total,A3504.02,84,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Metal product,2,total,A3504.02,348,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Transport and industrial machinery & equipment,2,total,A3504.02,297,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Other machinery & equipment,2,total,A3504.02,84,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Other manufacturing,2,total,A3504.02,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3504.02,87,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Construction,1,total,A3504.02,2997,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Wholesale trade,1,total,A3504.02,1281,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Machinery & equipment wholesaling,2,total,A3504.02,261,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Other wholesale trade,2,total,A3504.02,1020,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Retail trade,1,total,A3504.02,1644,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Accommodation & food services,1,total,A3504.02,2052,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Transport, postal, & warehousing",1,total,A3504.02,798,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Information media & telecommunications,1,total,A3504.02,138,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Publishing,2,total,A3504.02,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Motion picture,2,total,A3504.02,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Telecommunications,2,total,A3504.02,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Financial & insurance services,1,total,A3504.02,231,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Finance,2,total,A3504.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Insurance,2,total,A3504.02,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Auxiliary,2,total,A3504.02,132,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Rental, hiring, & real estate services",1,total,A3504.02,342,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,"Professional, scientific, & technical services",1,total,A3504.02,1905,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Computer systems design,2,total,A3504.02,291,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Other professional scientific,2,total,A3504.02,1617,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Administrative & support services,1,total,A3504.02,597,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Education & training,1,total,A3504.02,405,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Health care & social assistance,1,total,A3504.02,930,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Arts & recreation services,1,total,A3504.02,204,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,Other services,1,total,A3504.02,510,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: neither bad or good,total,0,total,A3504.02,17649,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,total,0,619 employees,A3504.03,6813,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: good,total,0,2049 employees,A3504.03,1854,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: good,total,0,5099 employees,A3504.03,567,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: good,total,0,100+ employees,A3504.03,504,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: good,"Agriculture, forestry, & fishing",1,total,A3504.03,477,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Agriculture,2,total,A3504.03,279,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Commercial fishing,2,total,A3504.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Forestry & logging,2,total,A3504.03,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,"Agriculture, forestry, & fishing support services",2,total,A3504.03,165,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Mining,1,total,A3504.03,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's local body planning and regulatory processes: good,Manufacturing,1,total,A3504.03,930,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,"Food, beverage, & tobacco",2,total,A3504.03,231,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,"Textile, clothing, footwear, & leather",2,total,A3504.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Wood & paper product,2,total,A3504.03,105,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,"Printing, publishing, & recorded media",2,total,A3504.03,24,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,"Petroleum, coal, chemical, & associated product",2,total,A3504.03,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Non-metallic mineral product,2,total,A3504.03,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Metal product,2,total,A3504.03,144,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Transport and industrial machinery & equipment,2,total,A3504.03,156,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Other machinery & equipment,2,total,A3504.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Other manufacturing,2,total,A3504.03,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,"Electricity, gas, water, & waste services",1,total,A3504.03,33,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's local body planning and regulatory processes: good,Construction,1,total,A3504.03,1116,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Wholesale trade,1,total,A3504.03,615,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Machinery & equipment wholesaling,2,total,A3504.03,243,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Other wholesale trade,2,total,A3504.03,372,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Retail trade,1,total,A3504.03,1008,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Accommodation & food services,1,total,A3504.03,1965,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,"Transport, postal, & warehousing",1,total,A3504.03,249,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Information media & telecommunications,1,total,A3504.03,123,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Publishing,2,total,A3504.03,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Motion picture,2,total,A3504.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Telecommunications,2,total,A3504.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Financial & insurance services,1,total,A3504.03,138,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Finance,2,total,A3504.03,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Insurance,2,total,A3504.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Auxiliary,2,total,A3504.03,96,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,"Rental, hiring, & real estate services",1,total,A3504.03,249,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,"Professional, scientific, & technical services",1,total,A3504.03,948,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Computer systems design,2,total,A3504.03,228,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Other professional scientific,2,total,A3504.03,723,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Administrative & support services,1,total,A3504.03,348,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Education & training,1,total,A3504.03,285,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Health care & social assistance,1,total,A3504.03,891,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Arts & recreation services,1,total,A3504.03,126,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,Other services,1,total,A3504.03,216,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: good,total,0,total,A3504.03,9741,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,total,0,619 employees,A3504.04,7293,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: Don't know,total,0,2049 employees,A3504.04,1506,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: Don't know,total,0,5099 employees,A3504.04,387,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: Don't know,total,0,100+ employees,A3504.04,279,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's local body planning and regulatory processes: Don't know,"Agriculture, forestry, & fishing",1,total,A3504.04,606,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Agriculture,2,total,A3504.04,333,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Commercial fishing,2,total,A3504.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Forestry & logging,2,total,A3504.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3504.04,192,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Mining,1,total,A3504.04,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's local body planning and regulatory processes: Don't know,Manufacturing,1,total,A3504.04,1227,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,"Food, beverage, & tobacco",2,total,A3504.04,225,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,"Textile, clothing, footwear, & leather",2,total,A3504.04,87,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Wood & paper product,2,total,A3504.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,"Printing, publishing, & recorded media",2,total,A3504.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3504.04,102,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Non-metallic mineral product,2,total,A3504.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Metal product,2,total,A3504.04,261,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Transport and industrial machinery & equipment,2,total,A3504.04,267,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Other machinery & equipment,2,total,A3504.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Other manufacturing,2,total,A3504.04,111,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,"Electricity, gas, water, & waste services",1,total,A3504.04,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's local body planning and regulatory processes: Don't know,Construction,1,total,A3504.04,1323,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Wholesale trade,1,total,A3504.04,561,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Machinery & equipment wholesaling,2,total,A3504.04,147,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Other wholesale trade,2,total,A3504.04,411,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Retail trade,1,total,A3504.04,1164,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Accommodation & food services,1,total,A3504.04,1008,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,"Transport, postal, & warehousing",1,total,A3504.04,234,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Information media & telecommunications,1,total,A3504.04,111,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Publishing,2,total,A3504.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Motion picture,2,total,A3504.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Telecommunications,2,total,A3504.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Financial & insurance services,1,total,A3504.04,159,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Finance,2,total,A3504.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Insurance,2,total,A3504.04,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Auxiliary,2,total,A3504.04,105,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,"Rental, hiring, & real estate services",1,total,A3504.04,120,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,"Professional, scientific, & technical services",1,total,A3504.04,1053,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Computer systems design,2,total,A3504.04,300,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Other professional scientific,2,total,A3504.04,759,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Administrative & support services,1,total,A3504.04,471,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Education & training,1,total,A3504.04,318,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Health care & social assistance,1,total,A3504.04,645,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Arts & recreation services,1,total,A3504.04,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,Other services,1,total,A3504.04,309,,Number of businesses,1 and 2 and 3 and 6 -Business location's local body planning and regulatory processes: Don't know,total,0,total,A3504.04,9465,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,total,0,619 employees,A3505.01,13125,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: bad,total,0,2049 employees,A3505.01,3609,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: bad,total,0,5099 employees,A3505.01,978,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: bad,total,0,100+ employees,A3505.01,693,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: bad,"Agriculture, forestry, & fishing",1,total,A3505.01,1374,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Agriculture,2,total,A3505.01,909,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Commercial fishing,2,total,A3505.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Forestry & logging,2,total,A3505.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,"Agriculture, forestry, & fishing support services",2,total,A3505.01,366,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Mining,1,total,A3505.01,45,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's skilled labour market: bad,Manufacturing,1,total,A3505.01,2304,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,"Food, beverage, & tobacco",2,total,A3505.01,438,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,"Textile, clothing, footwear, & leather",2,total,A3505.01,93,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Wood & paper product,2,total,A3505.01,249,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,"Printing, publishing, & recorded media",2,total,A3505.01,51,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,"Petroleum, coal, chemical, & associated product",2,total,A3505.01,153,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Non-metallic mineral product,2,total,A3505.01,93,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Metal product,2,total,A3505.01,456,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Transport and industrial machinery & equipment,2,total,A3505.01,507,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Other machinery & equipment,2,total,A3505.01,90,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Other manufacturing,2,total,A3505.01,171,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,"Electricity, gas, water, & waste services",1,total,A3505.01,78,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's skilled labour market: bad,Construction,1,total,A3505.01,3057,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Wholesale trade,1,total,A3505.01,1002,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Machinery & equipment wholesaling,2,total,A3505.01,339,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Other wholesale trade,2,total,A3505.01,663,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Retail trade,1,total,A3505.01,1686,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Accommodation & food services,1,total,A3505.01,3153,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,"Transport, postal, & warehousing",1,total,A3505.01,789,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Information media & telecommunications,1,total,A3505.01,87,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Publishing,2,total,A3505.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Motion picture,2,total,A3505.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Telecommunications,2,total,A3505.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Financial & insurance services,1,total,A3505.01,138,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Finance,2,total,A3505.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Insurance,2,total,A3505.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Auxiliary,2,total,A3505.01,102,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,"Rental, hiring, & real estate services",1,total,A3505.01,246,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,"Professional, scientific, & technical services",1,total,A3505.01,1263,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Computer systems design,2,total,A3505.01,198,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Other professional scientific,2,total,A3505.01,1068,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Administrative & support services,1,total,A3505.01,624,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Education & training,1,total,A3505.01,417,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Health care & social assistance,1,total,A3505.01,1149,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Arts & recreation services,1,total,A3505.01,180,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,Other services,1,total,A3505.01,810,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: bad,total,0,total,A3505.01,18408,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,total,0,619 employees,A3505.02,13290,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: neither bad or good,total,0,2049 employees,A3505.02,3297,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: neither bad or good,total,0,5099 employees,A3505.02,963,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: neither bad or good,total,0,100+ employees,A3505.02,858,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3505.02,1473,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Agriculture,2,total,A3505.02,990,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Commercial fishing,2,total,A3505.02,24,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Forestry & logging,2,total,A3505.02,120,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3505.02,342,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Mining,1,total,A3505.02,60,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's skilled labour market: neither bad or good,Manufacturing,1,total,A3505.02,1929,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,"Food, beverage, & tobacco",2,total,A3505.02,456,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3505.02,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Wood & paper product,2,total,A3505.02,180,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,"Printing, publishing, & recorded media",2,total,A3505.02,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3505.02,165,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Non-metallic mineral product,2,total,A3505.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Metal product,2,total,A3505.02,360,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Transport and industrial machinery & equipment,2,total,A3505.02,297,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Other machinery & equipment,2,total,A3505.02,87,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Other manufacturing,2,total,A3505.02,132,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3505.02,87,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's skilled labour market: neither bad or good,Construction,1,total,A3505.02,2796,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Wholesale trade,1,total,A3505.02,1377,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Machinery & equipment wholesaling,2,total,A3505.02,339,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Other wholesale trade,2,total,A3505.02,1038,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Retail trade,1,total,A3505.02,2190,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Accommodation & food services,1,total,A3505.02,2283,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,"Transport, postal, & warehousing",1,total,A3505.02,558,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Information media & telecommunications,1,total,A3505.02,177,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Publishing,2,total,A3505.02,75,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Motion picture,2,total,A3505.02,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Telecommunications,2,total,A3505.02,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Financial & insurance services,1,total,A3505.02,255,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Finance,2,total,A3505.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Insurance,2,total,A3505.02,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Auxiliary,2,total,A3505.02,150,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,"Rental, hiring, & real estate services",1,total,A3505.02,480,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,"Professional, scientific, & technical services",1,total,A3505.02,2310,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Computer systems design,2,total,A3505.02,429,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Other professional scientific,2,total,A3505.02,1884,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Administrative & support services,1,total,A3505.02,660,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Education & training,1,total,A3505.02,414,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Health care & social assistance,1,total,A3505.02,870,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Arts & recreation services,1,total,A3505.02,183,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,Other services,1,total,A3505.02,297,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: neither bad or good,total,0,total,A3505.02,18414,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,total,0,619 employees,A3505.03,5691,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: good,total,0,2049 employees,A3505.03,1431,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: good,total,0,5099 employees,A3505.03,477,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: good,total,0,100+ employees,A3505.03,441,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: good,"Agriculture, forestry, & fishing",1,total,A3505.03,558,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Agriculture,2,total,A3505.03,336,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Commercial fishing,2,total,A3505.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Forestry & logging,2,total,A3505.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,"Agriculture, forestry, & fishing support services",2,total,A3505.03,174,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Mining,1,total,A3505.03,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's skilled labour market: good,Manufacturing,1,total,A3505.03,567,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,"Food, beverage, & tobacco",2,total,A3505.03,180,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,"Textile, clothing, footwear, & leather",2,total,A3505.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Wood & paper product,2,total,A3505.03,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,"Printing, publishing, & recorded media",2,total,A3505.03,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,"Petroleum, coal, chemical, & associated product",2,total,A3505.03,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Non-metallic mineral product,2,total,A3505.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Metal product,2,total,A3505.03,84,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Transport and industrial machinery & equipment,2,total,A3505.03,60,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Other machinery & equipment,2,total,A3505.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Other manufacturing,2,total,A3505.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,"Electricity, gas, water, & waste services",1,total,A3505.03,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's skilled labour market: good,Construction,1,total,A3505.03,1026,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Wholesale trade,1,total,A3505.03,627,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Machinery & equipment wholesaling,2,total,A3505.03,192,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Other wholesale trade,2,total,A3505.03,435,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Retail trade,1,total,A3505.03,627,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Accommodation & food services,1,total,A3505.03,945,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,"Transport, postal, & warehousing",1,total,A3505.03,174,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Information media & telecommunications,1,total,A3505.03,156,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Publishing,2,total,A3505.03,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Motion picture,2,total,A3505.03,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Telecommunications,2,total,A3505.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Financial & insurance services,1,total,A3505.03,252,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Finance,2,total,A3505.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Insurance,2,total,A3505.03,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Auxiliary,2,total,A3505.03,171,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,"Rental, hiring, & real estate services",1,total,A3505.03,216,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,"Professional, scientific, & technical services",1,total,A3505.03,1311,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Computer systems design,2,total,A3505.03,297,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Other professional scientific,2,total,A3505.03,1014,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Administrative & support services,1,total,A3505.03,384,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Education & training,1,total,A3505.03,252,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Health care & social assistance,1,total,A3505.03,573,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Arts & recreation services,1,total,A3505.03,147,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,Other services,1,total,A3505.03,174,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: good,total,0,total,A3505.03,8037,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,total,0,619 employees,A3505.04,3600,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: Don't know,total,0,2049 employees,A3505.04,456,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: Don't know,total,0,5099 employees,A3505.04,114,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: Don't know,total,0,100+ employees,A3505.04,108,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's skilled labour market: Don't know,"Agriculture, forestry, & fishing",1,total,A3505.04,348,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Agriculture,2,total,A3505.04,219,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Commercial fishing,2,total,A3505.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Forestry & logging,2,total,A3505.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3505.04,102,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Mining,1,total,A3505.04,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's skilled labour market: Don't know,Manufacturing,1,total,A3505.04,621,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,"Food, beverage, & tobacco",2,total,A3505.04,156,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,"Textile, clothing, footwear, & leather",2,total,A3505.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Wood & paper product,2,total,A3505.04,51,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,"Printing, publishing, & recorded media",2,total,A3505.04,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3505.04,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Non-metallic mineral product,2,total,A3505.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Metal product,2,total,A3505.04,102,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Transport and industrial machinery & equipment,2,total,A3505.04,84,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Other machinery & equipment,2,total,A3505.04,24,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Other manufacturing,2,total,A3505.04,51,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,"Electricity, gas, water, & waste services",1,total,A3505.04,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's skilled labour market: Don't know,Construction,1,total,A3505.04,564,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Wholesale trade,1,total,A3505.04,219,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Machinery & equipment wholesaling,2,total,A3505.04,84,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Other wholesale trade,2,total,A3505.04,135,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Retail trade,1,total,A3505.04,567,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Accommodation & food services,1,total,A3505.04,534,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,"Transport, postal, & warehousing",1,total,A3505.04,156,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Information media & telecommunications,1,total,A3505.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Publishing,2,total,A3505.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Motion picture,2,total,A3505.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Telecommunications,2,total,A3505.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Financial & insurance services,1,total,A3505.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Finance,2,total,A3505.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Insurance,2,total,A3505.04,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Auxiliary,2,total,A3505.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,"Rental, hiring, & real estate services",1,total,A3505.04,105,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,"Professional, scientific, & technical services",1,total,A3505.04,306,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Computer systems design,2,total,A3505.04,69,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Other professional scientific,2,total,A3505.04,240,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Administrative & support services,1,total,A3505.04,171,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Education & training,1,total,A3505.04,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Health care & social assistance,1,total,A3505.04,330,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Arts & recreation services,1,total,A3505.04,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,Other services,1,total,A3505.04,96,,Number of businesses,1 and 2 and 3 and 6 -Business location's skilled labour market: Don't know,total,0,total,A3505.04,4281,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,total,0,619 employees,A3506.01,6222,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: bad,total,0,2049 employees,A3506.01,1974,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: bad,total,0,5099 employees,A3506.01,561,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: bad,total,0,100+ employees,A3506.01,462,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: bad,"Agriculture, forestry, & fishing",1,total,A3506.01,843,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Agriculture,2,total,A3506.01,543,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Commercial fishing,2,total,A3506.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Forestry & logging,2,total,A3506.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,"Agriculture, forestry, & fishing support services",2,total,A3506.01,246,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Mining,1,total,A3506.01,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's unskilled labour market: bad,Manufacturing,1,total,A3506.01,1371,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,"Food, beverage, & tobacco",2,total,A3506.01,312,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,"Textile, clothing, footwear, & leather",2,total,A3506.01,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Wood & paper product,2,total,A3506.01,144,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,"Printing, publishing, & recorded media",2,total,A3506.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,"Petroleum, coal, chemical, & associated product",2,total,A3506.01,126,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Non-metallic mineral product,2,total,A3506.01,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Metal product,2,total,A3506.01,288,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Transport and industrial machinery & equipment,2,total,A3506.01,201,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Other machinery & equipment,2,total,A3506.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Other manufacturing,2,total,A3506.01,105,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,"Electricity, gas, water, & waste services",1,total,A3506.01,57,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's unskilled labour market: bad,Construction,1,total,A3506.01,1224,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Wholesale trade,1,total,A3506.01,600,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Machinery & equipment wholesaling,2,total,A3506.01,159,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Other wholesale trade,2,total,A3506.01,438,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Retail trade,1,total,A3506.01,879,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Accommodation & food services,1,total,A3506.01,1887,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,"Transport, postal, & warehousing",1,total,A3506.01,408,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Information media & telecommunications,1,total,A3506.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Publishing,2,total,A3506.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Motion picture,2,total,A3506.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Telecommunications,2,total,A3506.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Financial & insurance services,1,total,A3506.01,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Finance,2,total,A3506.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Insurance,2,total,A3506.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Auxiliary,2,total,A3506.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,"Rental, hiring, & real estate services",1,total,A3506.01,156,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,"Professional, scientific, & technical services",1,total,A3506.01,462,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Computer systems design,2,total,A3506.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Other professional scientific,2,total,A3506.01,444,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Administrative & support services,1,total,A3506.01,450,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Education & training,1,total,A3506.01,123,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Health care & social assistance,1,total,A3506.01,312,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Arts & recreation services,1,total,A3506.01,87,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,Other services,1,total,A3506.01,255,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: bad,total,0,total,A3506.01,9222,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,total,0,619 employees,A3506.02,14979,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: neither bad or good,total,0,2049 employees,A3506.02,3939,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: neither bad or good,total,0,5099 employees,A3506.02,1179,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: neither bad or good,total,0,100+ employees,A3506.02,975,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3506.02,1605,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Agriculture,2,total,A3506.02,1086,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Commercial fishing,2,total,A3506.02,24,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Forestry & logging,2,total,A3506.02,141,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3506.02,354,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Mining,1,total,A3506.02,72,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's unskilled labour market: neither bad or good,Manufacturing,1,total,A3506.02,2430,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,"Food, beverage, & tobacco",2,total,A3506.02,525,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3506.02,102,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Wood & paper product,2,total,A3506.02,231,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,"Printing, publishing, & recorded media",2,total,A3506.02,102,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3506.02,174,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Non-metallic mineral product,2,total,A3506.02,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Metal product,2,total,A3506.02,471,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Transport and industrial machinery & equipment,2,total,A3506.02,435,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Other machinery & equipment,2,total,A3506.02,111,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Other manufacturing,2,total,A3506.02,174,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3506.02,99,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's unskilled labour market: neither bad or good,Construction,1,total,A3506.02,3582,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Wholesale trade,1,total,A3506.02,1524,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Machinery & equipment wholesaling,2,total,A3506.02,357,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Other wholesale trade,2,total,A3506.02,1167,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Retail trade,1,total,A3506.02,2136,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Accommodation & food services,1,total,A3506.02,2760,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,"Transport, postal, & warehousing",1,total,A3506.02,723,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Information media & telecommunications,1,total,A3506.02,159,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Publishing,2,total,A3506.02,60,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Motion picture,2,total,A3506.02,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Telecommunications,2,total,A3506.02,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Financial & insurance services,1,total,A3506.02,255,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Finance,2,total,A3506.02,90,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Insurance,2,total,A3506.02,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Auxiliary,2,total,A3506.02,156,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,"Rental, hiring, & real estate services",1,total,A3506.02,414,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,"Professional, scientific, & technical services",1,total,A3506.02,1872,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Computer systems design,2,total,A3506.02,282,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Other professional scientific,2,total,A3506.02,1593,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Administrative & support services,1,total,A3506.02,675,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Education & training,1,total,A3506.02,561,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Health care & social assistance,1,total,A3506.02,1362,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Arts & recreation services,1,total,A3506.02,264,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,Other services,1,total,A3506.02,576,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: neither bad or good,total,0,total,A3506.02,21072,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,total,0,619 employees,A3506.03,6117,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: good,total,0,2049 employees,A3506.03,1593,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: good,total,0,5099 employees,A3506.03,453,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: good,total,0,100+ employees,A3506.03,384,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: good,"Agriculture, forestry, & fishing",1,total,A3506.03,765,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Agriculture,2,total,A3506.03,522,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Commercial fishing,2,total,A3506.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Forestry & logging,2,total,A3506.03,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,"Agriculture, forestry, & fishing support services",2,total,A3506.03,204,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Mining,1,total,A3506.03,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's unskilled labour market: good,Manufacturing,1,total,A3506.03,750,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,"Food, beverage, & tobacco",2,total,A3506.03,228,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,"Textile, clothing, footwear, & leather",2,total,A3506.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Wood & paper product,2,total,A3506.03,96,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,"Printing, publishing, & recorded media",2,total,A3506.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,"Petroleum, coal, chemical, & associated product",2,total,A3506.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Non-metallic mineral product,2,total,A3506.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Metal product,2,total,A3506.03,102,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Transport and industrial machinery & equipment,2,total,A3506.03,87,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Other machinery & equipment,2,total,A3506.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Other manufacturing,2,total,A3506.03,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,"Electricity, gas, water, & waste services",1,total,A3506.03,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's unskilled labour market: good,Construction,1,total,A3506.03,1302,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Wholesale trade,1,total,A3506.03,534,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Machinery & equipment wholesaling,2,total,A3506.03,147,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Other wholesale trade,2,total,A3506.03,387,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Retail trade,1,total,A3506.03,903,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Accommodation & food services,1,total,A3506.03,1206,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,"Transport, postal, & warehousing",1,total,A3506.03,216,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Information media & telecommunications,1,total,A3506.03,123,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Publishing,2,total,A3506.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Motion picture,2,total,A3506.03,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Telecommunications,2,total,A3506.03,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Financial & insurance services,1,total,A3506.03,168,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Finance,2,total,A3506.03,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Insurance,2,total,A3506.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Auxiliary,2,total,A3506.03,108,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,"Rental, hiring, & real estate services",1,total,A3506.03,255,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,"Professional, scientific, & technical services",1,total,A3506.03,738,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Computer systems design,2,total,A3506.03,144,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Other professional scientific,2,total,A3506.03,597,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Administrative & support services,1,total,A3506.03,381,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Education & training,1,total,A3506.03,198,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Health care & social assistance,1,total,A3506.03,633,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Arts & recreation services,1,total,A3506.03,138,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,Other services,1,total,A3506.03,198,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: good,total,0,total,A3506.03,8547,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,total,0,619 employees,A3506.04,8256,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: Don't know,total,0,2049 employees,A3506.04,1284,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: Don't know,total,0,5099 employees,A3506.04,339,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: Don't know,total,0,100+ employees,A3506.04,279,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's unskilled labour market: Don't know,"Agriculture, forestry, & fishing",1,total,A3506.04,543,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Agriculture,2,total,A3506.04,300,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Commercial fishing,2,total,A3506.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Forestry & logging,2,total,A3506.04,51,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3506.04,186,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Mining,1,total,A3506.04,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's unskilled labour market: Don't know,Manufacturing,1,total,A3506.04,867,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,"Food, beverage, & tobacco",2,total,A3506.04,165,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,"Textile, clothing, footwear, & leather",2,total,A3506.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Wood & paper product,2,total,A3506.04,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,"Printing, publishing, & recorded media",2,total,A3506.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3506.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Non-metallic mineral product,2,total,A3506.04,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Metal product,2,total,A3506.04,138,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Transport and industrial machinery & equipment,2,total,A3506.04,222,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Other machinery & equipment,2,total,A3506.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Other manufacturing,2,total,A3506.04,60,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,"Electricity, gas, water, & waste services",1,total,A3506.04,30,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's unskilled labour market: Don't know,Construction,1,total,A3506.04,1332,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Wholesale trade,1,total,A3506.04,573,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Machinery & equipment wholesaling,2,total,A3506.04,288,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Other wholesale trade,2,total,A3506.04,282,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Retail trade,1,total,A3506.04,1149,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Accommodation & food services,1,total,A3506.04,921,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,"Transport, postal, & warehousing",1,total,A3506.04,327,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Information media & telecommunications,1,total,A3506.04,150,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Publishing,2,total,A3506.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Motion picture,2,total,A3506.04,36,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Telecommunications,2,total,A3506.04,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Financial & insurance services,1,total,A3506.04,222,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Finance,2,total,A3506.04,66,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Insurance,2,total,A3506.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Auxiliary,2,total,A3506.04,150,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,"Rental, hiring, & real estate services",1,total,A3506.04,222,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,"Professional, scientific, & technical services",1,total,A3506.04,2115,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Computer systems design,2,total,A3506.04,543,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Other professional scientific,2,total,A3506.04,1572,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Administrative & support services,1,total,A3506.04,333,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Education & training,1,total,A3506.04,303,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Health care & social assistance,1,total,A3506.04,612,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Arts & recreation services,1,total,A3506.04,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,Other services,1,total,A3506.04,354,,Number of businesses,1 and 2 and 3 and 6 -Business location's unskilled labour market: Don't know,total,0,total,A3506.04,10158,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,total,0,619 employees,A3507.01,1974,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: bad,total,0,2049 employees,A3507.01,207,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: bad,total,0,5099 employees,A3507.01,54,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: bad,total,0,100+ employees,A3507.01,33,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: bad,"Agriculture, forestry, & fishing",1,total,A3507.01,150,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Agriculture,2,total,A3507.01,126,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Commercial fishing,2,total,A3507.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Forestry & logging,2,total,A3507.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,"Agriculture, forestry, & fishing support services",2,total,A3507.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Mining,1,total,A3507.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's business networks: bad,Manufacturing,1,total,A3507.01,159,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,"Food, beverage, & tobacco",2,total,A3507.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,"Textile, clothing, footwear, & leather",2,total,A3507.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Wood & paper product,2,total,A3507.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,"Printing, publishing, & recorded media",2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,"Petroleum, coal, chemical, & associated product",2,total,A3507.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Non-metallic mineral product,2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Metal product,2,total,A3507.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Transport and industrial machinery & equipment,2,total,A3507.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Other machinery & equipment,2,total,A3507.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Other manufacturing,2,total,A3507.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,"Electricity, gas, water, & waste services",1,total,A3507.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's business networks: bad,Construction,1,total,A3507.01,300,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Wholesale trade,1,total,A3507.01,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Machinery & equipment wholesaling,2,total,A3507.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Other wholesale trade,2,total,A3507.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Retail trade,1,total,A3507.01,336,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Accommodation & food services,1,total,A3507.01,693,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,"Transport, postal, & warehousing",1,total,A3507.01,66,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Information media & telecommunications,1,total,A3507.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Publishing,2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Motion picture,2,total,A3507.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Telecommunications,2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Financial & insurance services,1,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Finance,2,total,A3507.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Insurance,2,total,A3507.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Auxiliary,2,total,A3507.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,"Rental, hiring, & real estate services",1,total,A3507.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,"Professional, scientific, & technical services",1,total,A3507.01,138,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Computer systems design,2,total,A3507.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Other professional scientific,2,total,A3507.01,102,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Administrative & support services,1,total,A3507.01,84,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Education & training,1,total,A3507.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Health care & social assistance,1,total,A3507.01,114,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Arts & recreation services,1,total,A3507.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,Other services,1,total,A3507.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: bad,total,0,total,A3507.01,2271,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,total,0,619 employees,A3507.02,12945,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: neither bad or good,total,0,2049 employees,A3507.02,3540,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: neither bad or good,total,0,5099 employees,A3507.02,978,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: neither bad or good,total,0,100+ employees,A3507.02,765,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: neither bad or good,"Agriculture, forestry, & fishing",1,total,A3507.02,1581,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Agriculture,2,total,A3507.02,1020,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Commercial fishing,2,total,A3507.02,27,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Forestry & logging,2,total,A3507.02,144,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,"Agriculture, forestry, & fishing support services",2,total,A3507.02,390,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Mining,1,total,A3507.02,63,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's business networks: neither bad or good,Manufacturing,1,total,A3507.02,1947,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,"Food, beverage, & tobacco",2,total,A3507.02,459,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,"Textile, clothing, footwear, & leather",2,total,A3507.02,75,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Wood & paper product,2,total,A3507.02,231,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,"Printing, publishing, & recorded media",2,total,A3507.02,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,"Petroleum, coal, chemical, & associated product",2,total,A3507.02,156,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Non-metallic mineral product,2,total,A3507.02,84,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Metal product,2,total,A3507.02,336,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Transport and industrial machinery & equipment,2,total,A3507.02,309,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Other machinery & equipment,2,total,A3507.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Other manufacturing,2,total,A3507.02,123,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,"Electricity, gas, water, & waste services",1,total,A3507.02,84,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's business networks: neither bad or good,Construction,1,total,A3507.02,2781,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Wholesale trade,1,total,A3507.02,1341,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Machinery & equipment wholesaling,2,total,A3507.02,345,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Other wholesale trade,2,total,A3507.02,996,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Retail trade,1,total,A3507.02,2046,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Accommodation & food services,1,total,A3507.02,2808,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,"Transport, postal, & warehousing",1,total,A3507.02,609,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Information media & telecommunications,1,total,A3507.02,144,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Publishing,2,total,A3507.02,60,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Motion picture,2,total,A3507.02,48,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Telecommunications,2,total,A3507.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Financial & insurance services,1,total,A3507.02,168,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Finance,2,total,A3507.02,69,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Insurance,2,total,A3507.02,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Auxiliary,2,total,A3507.02,96,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,"Rental, hiring, & real estate services",1,total,A3507.02,363,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,"Professional, scientific, & technical services",1,total,A3507.02,1515,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Computer systems design,2,total,A3507.02,300,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Other professional scientific,2,total,A3507.02,1218,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Administrative & support services,1,total,A3507.02,594,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Education & training,1,total,A3507.02,402,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Health care & social assistance,1,total,A3507.02,1089,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Arts & recreation services,1,total,A3507.02,165,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,Other services,1,total,A3507.02,516,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: neither bad or good,total,0,total,A3507.02,18228,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,total,0,619 employees,A3507.03,14244,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: good,total,0,2049 employees,A3507.03,3762,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: good,total,0,5099 employees,A3507.03,1209,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: good,total,0,100+ employees,A3507.03,1083,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: good,"Agriculture, forestry, & fishing",1,total,A3507.03,1413,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Agriculture,2,total,A3507.03,1008,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Commercial fishing,2,total,A3507.03,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Forestry & logging,2,total,A3507.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,"Agriculture, forestry, & fishing support services",2,total,A3507.03,330,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Mining,1,total,A3507.03,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's business networks: good,Manufacturing,1,total,A3507.03,2217,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,"Food, beverage, & tobacco",2,total,A3507.03,492,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,"Textile, clothing, footwear, & leather",2,total,A3507.03,108,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Wood & paper product,2,total,A3507.03,195,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,"Printing, publishing, & recorded media",2,total,A3507.03,78,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,"Petroleum, coal, chemical, & associated product",2,total,A3507.03,216,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Non-metallic mineral product,2,total,A3507.03,87,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Metal product,2,total,A3507.03,447,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Transport and industrial machinery & equipment,2,total,A3507.03,354,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Other machinery & equipment,2,total,A3507.03,96,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Other manufacturing,2,total,A3507.03,144,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,"Electricity, gas, water, & waste services",1,total,A3507.03,78,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's business networks: good,Construction,1,total,A3507.03,3051,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Wholesale trade,1,total,A3507.03,1407,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Machinery & equipment wholesaling,2,total,A3507.03,471,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Other wholesale trade,2,total,A3507.03,936,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Retail trade,1,total,A3507.03,1941,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Accommodation & food services,1,total,A3507.03,2310,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,"Transport, postal, & warehousing",1,total,A3507.03,711,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Information media & telecommunications,1,total,A3507.03,249,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Publishing,2,total,A3507.03,105,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Motion picture,2,total,A3507.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Telecommunications,2,total,A3507.03,69,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Financial & insurance services,1,total,A3507.03,429,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Finance,2,total,A3507.03,120,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Insurance,2,total,A3507.03,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Auxiliary,2,total,A3507.03,288,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,"Rental, hiring, & real estate services",1,total,A3507.03,480,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,"Professional, scientific, & technical services",1,total,A3507.03,2751,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Computer systems design,2,total,A3507.03,492,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Other professional scientific,2,total,A3507.03,2259,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Administrative & support services,1,total,A3507.03,837,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Education & training,1,total,A3507.03,492,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Health care & social assistance,1,total,A3507.03,1098,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Arts & recreation services,1,total,A3507.03,270,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,Other services,1,total,A3507.03,522,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: good,total,0,total,A3507.03,20298,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,total,0,619 employees,A3507.04,6402,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: Don't know,total,0,2049 employees,A3507.04,1281,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: Don't know,total,0,5099 employees,A3507.04,291,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: Don't know,total,0,100+ employees,A3507.04,222,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business location's business networks: Don't know,"Agriculture, forestry, & fishing",1,total,A3507.04,603,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Agriculture,2,total,A3507.04,297,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Commercial fishing,2,total,A3507.04,6,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Forestry & logging,2,total,A3507.04,54,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3507.04,246,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Mining,1,total,A3507.04,15,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's business networks: Don't know,Manufacturing,1,total,A3507.04,1098,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,"Food, beverage, & tobacco",2,total,A3507.04,231,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,"Textile, clothing, footwear, & leather",2,total,A3507.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Wood & paper product,2,total,A3507.04,72,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,"Printing, publishing, & recorded media",2,total,A3507.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3507.04,69,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Non-metallic mineral product,2,total,A3507.04,39,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Metal product,2,total,A3507.04,207,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Transport and industrial machinery & equipment,2,total,A3507.04,249,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Other machinery & equipment,2,total,A3507.04,45,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Other manufacturing,2,total,A3507.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,"Electricity, gas, water, & waste services",1,total,A3507.04,39,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business location's business networks: Don't know,Construction,1,total,A3507.04,1308,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Wholesale trade,1,total,A3507.04,402,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Machinery & equipment wholesaling,2,total,A3507.04,114,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Other wholesale trade,2,total,A3507.04,288,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Retail trade,1,total,A3507.04,747,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Accommodation & food services,1,total,A3507.04,960,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,"Transport, postal, & warehousing",1,total,A3507.04,291,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Information media & telecommunications,1,total,A3507.04,57,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Publishing,2,total,A3507.04,18,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Motion picture,2,total,A3507.04,21,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Telecommunications,2,total,A3507.04,15,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Financial & insurance services,1,total,A3507.04,90,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Finance,2,total,A3507.04,24,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Insurance,2,total,A3507.04,9,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Auxiliary,2,total,A3507.04,63,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,"Rental, hiring, & real estate services",1,total,A3507.04,171,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,"Professional, scientific, & technical services",1,total,A3507.04,786,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Computer systems design,2,total,A3507.04,159,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Other professional scientific,2,total,A3507.04,627,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Administrative & support services,1,total,A3507.04,327,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Education & training,1,total,A3507.04,249,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Health care & social assistance,1,total,A3507.04,621,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Arts & recreation services,1,total,A3507.04,99,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,Other services,1,total,A3507.04,327,,Number of businesses,1 and 2 and 3 and 6 -Business location's business networks: Don't know,total,0,total,A3507.04,8196,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,total,0,619 employees,A3600.01,510,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: Yes,total,0,2049 employees,A3600.01,285,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: Yes,total,0,5099 employees,A3600.01,123,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: Yes,total,0,100+ employees,A3600.01,141,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: Yes,"Agriculture, forestry, & fishing",1,total,A3600.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Agriculture,2,total,A3600.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Commercial fishing,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Forestry & logging,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,"Agriculture, forestry, & fishing support services",2,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Mining,1,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business merged with other business: Yes,Manufacturing,1,total,A3600.01,84,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,"Food, beverage, & tobacco",2,total,A3600.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,"Textile, clothing, footwear, & leather",2,total,A3600.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Wood & paper product,2,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,"Printing, publishing, & recorded media",2,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,"Petroleum, coal, chemical, & associated product",2,total,A3600.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Non-metallic mineral product,2,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Metal product,2,total,A3600.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Transport and industrial machinery & equipment,2,total,A3600.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Other machinery & equipment,2,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Other manufacturing,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,"Electricity, gas, water, & waste services",1,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business merged with other business: Yes,Construction,1,total,A3600.01,177,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Wholesale trade,1,total,A3600.01,96,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Machinery & equipment wholesaling,2,total,A3600.01,30,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Other wholesale trade,2,total,A3600.01,63,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Retail trade,1,total,A3600.01,36,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Accommodation & food services,1,total,A3600.01,93,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,"Transport, postal, & warehousing",1,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Information media & telecommunications,1,total,A3600.01,12,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Publishing,2,total,A3600.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Motion picture,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Telecommunications,2,total,A3600.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Financial & insurance services,1,total,A3600.01,57,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Finance,2,total,A3600.01,15,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Insurance,2,total,A3600.01,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Auxiliary,2,total,A3600.01,45,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,"Rental, hiring, & real estate services",1,total,A3600.01,66,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,"Professional, scientific, & technical services",1,total,A3600.01,201,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Computer systems design,2,total,A3600.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Other professional scientific,2,total,A3600.01,150,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Administrative & support services,1,total,A3600.01,24,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Education & training,1,total,A3600.01,9,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Health care & social assistance,1,total,A3600.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Arts & recreation services,1,total,A3600.01,6,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,Other services,1,total,A3600.01,39,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Yes,total,0,total,A3600.01,1059,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,total,0,619 employees,A3600.02,34662,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: No,total,0,2049 employees,A3600.02,8472,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: No,total,0,5099 employees,A3600.02,2394,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: No,total,0,100+ employees,A3600.02,1944,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: No,"Agriculture, forestry, & fishing",1,total,A3600.02,3702,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Agriculture,2,total,A3600.02,2418,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Commercial fishing,2,total,A3600.02,57,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Forestry & logging,2,total,A3600.02,255,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,"Agriculture, forestry, & fishing support services",2,total,A3600.02,972,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Mining,1,total,A3600.02,117,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business merged with other business: No,Manufacturing,1,total,A3600.02,5298,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,"Food, beverage, & tobacco",2,total,A3600.02,1209,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,"Textile, clothing, footwear, & leather",2,total,A3600.02,240,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Wood & paper product,2,total,A3600.02,513,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,"Printing, publishing, & recorded media",2,total,A3600.02,192,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,"Petroleum, coal, chemical, & associated product",2,total,A3600.02,426,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Non-metallic mineral product,2,total,A3600.02,207,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Metal product,2,total,A3600.02,990,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Transport and industrial machinery & equipment,2,total,A3600.02,927,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Other machinery & equipment,2,total,A3600.02,222,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Other manufacturing,2,total,A3600.02,372,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,"Electricity, gas, water, & waste services",1,total,A3600.02,195,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business merged with other business: No,Construction,1,total,A3600.02,7245,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Wholesale trade,1,total,A3600.02,3099,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Machinery & equipment wholesaling,2,total,A3600.02,921,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Other wholesale trade,2,total,A3600.02,2178,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Retail trade,1,total,A3600.02,5031,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Accommodation & food services,1,total,A3600.02,6465,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,"Transport, postal, & warehousing",1,total,A3600.02,1644,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Information media & telecommunications,1,total,A3600.02,447,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Publishing,2,total,A3600.02,183,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Motion picture,2,total,A3600.02,144,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Telecommunications,2,total,A3600.02,117,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Financial & insurance services,1,total,A3600.02,630,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Finance,2,total,A3600.02,195,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Insurance,2,total,A3600.02,36,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Auxiliary,2,total,A3600.02,402,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,"Rental, hiring, & real estate services",1,total,A3600.02,978,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,"Professional, scientific, & technical services",1,total,A3600.02,4938,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Computer systems design,2,total,A3600.02,936,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Other professional scientific,2,total,A3600.02,4005,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Administrative & support services,1,total,A3600.02,1812,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Education & training,1,total,A3600.02,1173,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Health care & social assistance,1,total,A3600.02,2811,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Arts & recreation services,1,total,A3600.02,561,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,Other services,1,total,A3600.02,1323,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: No,total,0,total,A3600.02,47475,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,total,0,619 employees,A3600.03,393,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: Don't know,total,0,2049 employees,A3600.03,33,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: Don't know,total,0,5099 employees,A3600.03,12,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: Don't know,total,0,100+ employees,A3600.03,15,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business merged with other business: Don't know,"Agriculture, forestry, & fishing",1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Agriculture,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Commercial fishing,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Forestry & logging,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Mining,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business merged with other business: Don't know,Manufacturing,1,total,A3600.03,36,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,"Food, beverage, & tobacco",2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,"Textile, clothing, footwear, & leather",2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Wood & paper product,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,"Printing, publishing, & recorded media",2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3600.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Non-metallic mineral product,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Metal product,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Transport and industrial machinery & equipment,2,total,A3600.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Other machinery & equipment,2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Other manufacturing,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,"Electricity, gas, water, & waste services",1,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business merged with other business: Don't know,Construction,1,total,A3600.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Wholesale trade,1,total,A3600.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Machinery & equipment wholesaling,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Other wholesale trade,2,total,A3600.03,30,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Retail trade,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Accommodation & food services,1,total,A3600.03,216,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,"Transport, postal, & warehousing",1,total,A3600.03,21,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Information media & telecommunications,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Publishing,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Motion picture,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Telecommunications,2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Financial & insurance services,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Finance,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Insurance,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Auxiliary,2,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,"Rental, hiring, & real estate services",1,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,"Professional, scientific, & technical services",1,total,A3600.03,48,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Computer systems design,2,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Other professional scientific,2,total,A3600.03,51,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Administrative & support services,1,total,A3600.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Education & training,1,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Health care & social assistance,1,total,A3600.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Arts & recreation services,1,total,A3600.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,Other services,1,total,A3600.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business merged with other business: Don't know,total,0,total,A3600.03,456,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,total,0,619 employees,A3700.01,9279,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: Yes,total,0,2049 employees,A3700.01,2622,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: Yes,total,0,5099 employees,A3700.01,765,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: Yes,total,0,100+ employees,A3700.01,630,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: Yes,"Agriculture, forestry, & fishing",1,total,A3700.01,1440,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Agriculture,2,total,A3700.01,891,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Commercial fishing,2,total,A3700.01,18,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Forestry & logging,2,total,A3700.01,138,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,"Agriculture, forestry, & fishing support services",2,total,A3700.01,393,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Mining,1,total,A3700.01,42,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business requested debt or equity finance: Yes,Manufacturing,1,total,A3700.01,1557,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,"Food, beverage, & tobacco",2,total,A3700.01,432,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,"Textile, clothing, footwear, & leather",2,total,A3700.01,75,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Wood & paper product,2,total,A3700.01,135,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,"Printing, publishing, & recorded media",2,total,A3700.01,42,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,"Petroleum, coal, chemical, & associated product",2,total,A3700.01,117,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Non-metallic mineral product,2,total,A3700.01,48,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Metal product,2,total,A3700.01,279,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Transport and industrial machinery & equipment,2,total,A3700.01,252,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Other machinery & equipment,2,total,A3700.01,54,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Other manufacturing,2,total,A3700.01,117,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,"Electricity, gas, water, & waste services",1,total,A3700.01,84,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business requested debt or equity finance: Yes,Construction,1,total,A3700.01,2568,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Wholesale trade,1,total,A3700.01,900,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Machinery & equipment wholesaling,2,total,A3700.01,249,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Other wholesale trade,2,total,A3700.01,648,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Retail trade,1,total,A3700.01,1107,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Accommodation & food services,1,total,A3700.01,1557,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,"Transport, postal, & warehousing",1,total,A3700.01,546,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Information media & telecommunications,1,total,A3700.01,111,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Publishing,2,total,A3700.01,60,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Motion picture,2,total,A3700.01,21,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Telecommunications,2,total,A3700.01,27,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Financial & insurance services,1,total,A3700.01,168,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Finance,2,total,A3700.01,87,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Insurance,2,total,A3700.01,3,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Auxiliary,2,total,A3700.01,81,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,"Rental, hiring, & real estate services",1,total,A3700.01,318,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,"Professional, scientific, & technical services",1,total,A3700.01,1260,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Computer systems design,2,total,A3700.01,231,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Other professional scientific,2,total,A3700.01,1029,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Administrative & support services,1,total,A3700.01,357,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Education & training,1,total,A3700.01,255,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Health care & social assistance,1,total,A3700.01,630,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Arts & recreation services,1,total,A3700.01,129,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,Other services,1,total,A3700.01,267,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Yes,total,0,total,A3700.01,13296,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,total,0,619 employees,A3700.02,25479,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: No,total,0,2049 employees,A3700.02,6024,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: No,total,0,5099 employees,A3700.02,1701,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: No,total,0,100+ employees,A3700.02,1416,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: No,"Agriculture, forestry, & fishing",1,total,A3700.02,2256,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Agriculture,2,total,A3700.02,1533,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Commercial fishing,2,total,A3700.02,39,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Forestry & logging,2,total,A3700.02,120,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,"Agriculture, forestry, & fishing support services",2,total,A3700.02,564,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Mining,1,total,A3700.02,81,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business requested debt or equity finance: No,Manufacturing,1,total,A3700.02,3759,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,"Food, beverage, & tobacco",2,total,A3700.02,783,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,"Textile, clothing, footwear, & leather",2,total,A3700.02,177,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Wood & paper product,2,total,A3700.02,378,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,"Printing, publishing, & recorded media",2,total,A3700.02,156,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,"Petroleum, coal, chemical, & associated product",2,total,A3700.02,321,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Non-metallic mineral product,2,total,A3700.02,156,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Metal product,2,total,A3700.02,711,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Transport and industrial machinery & equipment,2,total,A3700.02,651,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Other machinery & equipment,2,total,A3700.02,174,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Other manufacturing,2,total,A3700.02,255,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,"Electricity, gas, water, & waste services",1,total,A3700.02,120,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business requested debt or equity finance: No,Construction,1,total,A3700.02,4746,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Wholesale trade,1,total,A3700.02,2238,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Machinery & equipment wholesaling,2,total,A3700.02,666,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Other wholesale trade,2,total,A3700.02,1569,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Retail trade,1,total,A3700.02,3861,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Accommodation & food services,1,total,A3700.02,4971,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,"Transport, postal, & warehousing",1,total,A3700.02,1107,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Information media & telecommunications,1,total,A3700.02,342,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Publishing,2,total,A3700.02,123,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Motion picture,2,total,A3700.02,123,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Telecommunications,2,total,A3700.02,93,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Financial & insurance services,1,total,A3700.02,513,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Finance,2,total,A3700.02,123,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Insurance,2,total,A3700.02,33,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Auxiliary,2,total,A3700.02,357,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,"Rental, hiring, & real estate services",1,total,A3700.02,702,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,"Professional, scientific, & technical services",1,total,A3700.02,3849,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Computer systems design,2,total,A3700.02,732,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Other professional scientific,2,total,A3700.02,3120,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Administrative & support services,1,total,A3700.02,1458,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Education & training,1,total,A3700.02,915,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Health care & social assistance,1,total,A3700.02,2214,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Arts & recreation services,1,total,A3700.02,429,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,Other services,1,total,A3700.02,1050,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: No,total,0,total,A3700.02,34623,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,total,0,619 employees,A3700.03,732,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: Don't know,total,0,2049 employees,A3700.03,150,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: Don't know,total,0,5099 employees,A3700.03,66,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: Don't know,total,0,100+ employees,A3700.03,57,,Number of businesses,1 and 2 and 3 and 4 and 6 -Business requested debt or equity finance: Don't know,"Agriculture, forestry, & fishing",1,total,A3700.03,60,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Agriculture,2,total,A3700.03,33,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Commercial fishing,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Forestry & logging,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3700.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Mining,1,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business requested debt or equity finance: Don't know,Manufacturing,1,total,A3700.03,102,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,"Food, beverage, & tobacco",2,total,A3700.03,18,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,"Textile, clothing, footwear, & leather",2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Wood & paper product,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,"Printing, publishing, & recorded media",2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3700.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Non-metallic mineral product,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Metal product,2,total,A3700.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Transport and industrial machinery & equipment,2,total,A3700.03,42,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Other machinery & equipment,2,total,A3700.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Other manufacturing,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,"Electricity, gas, water, & waste services",1,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Business requested debt or equity finance: Don't know,Construction,1,total,A3700.03,123,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Wholesale trade,1,total,A3700.03,93,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Machinery & equipment wholesaling,2,total,A3700.03,36,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Other wholesale trade,2,total,A3700.03,54,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Retail trade,1,total,A3700.03,102,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Accommodation & food services,1,total,A3700.03,174,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,"Transport, postal, & warehousing",1,total,A3700.03,24,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Information media & telecommunications,1,total,A3700.03,6,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Publishing,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Motion picture,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Telecommunications,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Financial & insurance services,1,total,A3700.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Finance,2,total,A3700.03,3,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Insurance,2,total,A3700.03,0,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Auxiliary,2,total,A3700.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,"Rental, hiring, & real estate services",1,total,A3700.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,"Professional, scientific, & technical services",1,total,A3700.03,81,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Computer systems design,2,total,A3700.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Other professional scientific,2,total,A3700.03,57,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Administrative & support services,1,total,A3700.03,27,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Education & training,1,total,A3700.03,12,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Health care & social assistance,1,total,A3700.03,78,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Arts & recreation services,1,total,A3700.03,9,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,Other services,1,total,A3700.03,66,,Number of businesses,1 and 2 and 3 and 6 -Business requested debt or equity finance: Don't know,total,0,total,A3700.03,1005,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,total,0,619 employees,A3801,6483,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Available on acceptable terms,total,0,2049 employees,A3801,1932,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Available on acceptable terms,total,0,5099 employees,A3801,603,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Available on acceptable terms,total,0,100+ employees,A3801,516,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Available on acceptable terms,"Agriculture, forestry, & fishing",1,total,A3801,1200,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Agriculture,2,total,A3801,744,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Commercial fishing,2,total,A3801,15,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Forestry & logging,2,total,A3801,123,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,"Agriculture, forestry, & fishing support services",2,total,A3801,318,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Mining,1,total,A3801,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Available on acceptable terms,Manufacturing,1,total,A3801,1029,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,"Food, beverage, & tobacco",2,total,A3801,243,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,"Textile, clothing, footwear, & leather",2,total,A3801,60,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Wood & paper product,2,total,A3801,102,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,"Printing, publishing, & recorded media",2,total,A3801,30,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,"Petroleum, coal, chemical, & associated product",2,total,A3801,81,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Non-metallic mineral product,2,total,A3801,33,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Metal product,2,total,A3801,174,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Transport and industrial machinery & equipment,2,total,A3801,177,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Other machinery & equipment,2,total,A3801,48,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Other manufacturing,2,total,A3801,84,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,"Electricity, gas, water, & waste services",1,total,A3801,69,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Available on acceptable terms,Construction,1,total,A3801,1917,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Wholesale trade,1,total,A3801,729,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Machinery & equipment wholesaling,2,total,A3801,192,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Other wholesale trade,2,total,A3801,537,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Retail trade,1,total,A3801,900,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Accommodation & food services,1,total,A3801,714,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,"Transport, postal, & warehousing",1,total,A3801,447,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Information media & telecommunications,1,total,A3801,72,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Publishing,2,total,A3801,36,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Motion picture,2,total,A3801,18,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Telecommunications,2,total,A3801,18,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Financial & insurance services,1,total,A3801,123,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Finance,2,total,A3801,63,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Insurance,2,total,A3801,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Auxiliary,2,total,A3801,60,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,"Rental, hiring, & real estate services",1,total,A3801,234,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,"Professional, scientific, & technical services",1,total,A3801,972,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Computer systems design,2,total,A3801,150,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Other professional scientific,2,total,A3801,825,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Administrative & support services,1,total,A3801,273,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Education & training,1,total,A3801,153,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Health care & social assistance,1,total,A3801,351,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Arts & recreation services,1,total,A3801,93,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,Other services,1,total,A3801,222,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on acceptable terms,total,0,total,A3801,9537,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,total,0,619 employees,A3802,1131,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Available on unacceptable terms,total,0,2049 employees,A3802,339,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Available on unacceptable terms,total,0,5099 employees,A3802,66,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Available on unacceptable terms,total,0,100+ employees,A3802,36,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Available on unacceptable terms,"Agriculture, forestry, & fishing",1,total,A3802,132,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Agriculture,2,total,A3802,72,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Commercial fishing,2,total,A3802,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Forestry & logging,2,total,A3802,12,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,"Agriculture, forestry, & fishing support services",2,total,A3802,45,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Mining,1,total,A3802,12,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Available on unacceptable terms,Manufacturing,1,total,A3802,189,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,"Food, beverage, & tobacco",2,total,A3802,57,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,"Textile, clothing, footwear, & leather",2,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Wood & paper product,2,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,"Printing, publishing, & recorded media",2,total,A3802,12,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,"Petroleum, coal, chemical, & associated product",2,total,A3802,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Non-metallic mineral product,2,total,A3802,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Metal product,2,total,A3802,51,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Transport and industrial machinery & equipment,2,total,A3802,39,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Other machinery & equipment,2,total,A3802,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Other manufacturing,2,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,"Electricity, gas, water, & waste services",1,total,A3802,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Available on unacceptable terms,Construction,1,total,A3802,276,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Wholesale trade,1,total,A3802,63,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Machinery & equipment wholesaling,2,total,A3802,18,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Other wholesale trade,2,total,A3802,45,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Retail trade,1,total,A3802,111,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Accommodation & food services,1,total,A3802,330,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,"Transport, postal, & warehousing",1,total,A3802,48,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Information media & telecommunications,1,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Publishing,2,total,A3802,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Motion picture,2,total,A3802,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Telecommunications,2,total,A3802,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Financial & insurance services,1,total,A3802,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Finance,2,total,A3802,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Insurance,2,total,A3802,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Auxiliary,2,total,A3802,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,"Rental, hiring, & real estate services",1,total,A3802,30,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,"Professional, scientific, & technical services",1,total,A3802,108,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Computer systems design,2,total,A3802,21,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Other professional scientific,2,total,A3802,90,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Administrative & support services,1,total,A3802,60,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Education & training,1,total,A3802,51,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Health care & social assistance,1,total,A3802,72,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Arts & recreation services,1,total,A3802,18,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,Other services,1,total,A3802,39,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Available on unacceptable terms,total,0,total,A3802,1572,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,total,0,619 employees,A3803,543,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Unavailable,total,0,2049 employees,A3803,141,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Unavailable,total,0,5099 employees,A3803,21,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Unavailable,total,0,100+ employees,A3803,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Unavailable,"Agriculture, forestry, & fishing",1,total,A3803,63,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Agriculture,2,total,A3803,39,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Commercial fishing,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Forestry & logging,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,"Agriculture, forestry, & fishing support services",2,total,A3803,24,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Mining,1,total,A3803,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Unavailable,Manufacturing,1,total,A3803,102,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,"Food, beverage, & tobacco",2,total,A3803,54,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,"Textile, clothing, footwear, & leather",2,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Wood & paper product,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,"Printing, publishing, & recorded media",2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,"Petroleum, coal, chemical, & associated product",2,total,A3803,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Non-metallic mineral product,2,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Metal product,2,total,A3803,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Transport and industrial machinery & equipment,2,total,A3803,18,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Other machinery & equipment,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Other manufacturing,2,total,A3803,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,"Electricity, gas, water, & waste services",1,total,A3803,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Unavailable,Construction,1,total,A3803,135,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Wholesale trade,1,total,A3803,39,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Machinery & equipment wholesaling,2,total,A3803,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Other wholesale trade,2,total,A3803,33,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Retail trade,1,total,A3803,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Accommodation & food services,1,total,A3803,222,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,"Transport, postal, & warehousing",1,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Information media & telecommunications,1,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Publishing,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Motion picture,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Telecommunications,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Financial & insurance services,1,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Finance,2,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Insurance,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Auxiliary,2,total,A3803,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,"Rental, hiring, & real estate services",1,total,A3803,15,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,"Professional, scientific, & technical services",1,total,A3803,51,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Computer systems design,2,total,A3803,24,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Other professional scientific,2,total,A3803,27,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Administrative & support services,1,total,A3803,21,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Education & training,1,total,A3803,21,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Health care & social assistance,1,total,A3803,30,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Arts & recreation services,1,total,A3803,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,Other services,1,total,A3803,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Unavailable,total,0,total,A3803,729,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,total,0,619 employees,A3804,474,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Don't know,total,0,2049 employees,A3804,63,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Don't know,total,0,5099 employees,A3804,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Don't know,total,0,100+ employees,A3804,30,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Don't know,"Agriculture, forestry, & fishing",1,total,A3804,12,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Agriculture,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Commercial fishing,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Forestry & logging,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3804,12,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Mining,1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Don't know,Manufacturing,1,total,A3804,75,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,"Food, beverage, & tobacco",2,total,A3804,21,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,"Textile, clothing, footwear, & leather",2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Wood & paper product,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,"Printing, publishing, & recorded media",2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3804,21,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Non-metallic mineral product,2,total,A3804,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Metal product,2,total,A3804,12,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Transport and industrial machinery & equipment,2,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Other machinery & equipment,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Other manufacturing,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,"Electricity, gas, water, & waste services",1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Don't know,Construction,1,total,A3804,153,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Wholesale trade,1,total,A3804,39,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Machinery & equipment wholesaling,2,total,A3804,15,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Other wholesale trade,2,total,A3804,24,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Retail trade,1,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Accommodation & food services,1,total,A3804,147,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,"Transport, postal, & warehousing",1,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Information media & telecommunications,1,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Publishing,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Motion picture,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Telecommunications,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Financial & insurance services,1,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Finance,2,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Insurance,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Auxiliary,2,total,A3804,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,"Rental, hiring, & real estate services",1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,"Professional, scientific, & technical services",1,total,A3804,51,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Computer systems design,2,total,A3804,15,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Other professional scientific,2,total,A3804,39,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Administrative & support services,1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Education & training,1,total,A3804,12,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Health care & social assistance,1,total,A3804,45,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Arts & recreation services,1,total,A3804,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,Other services,1,total,A3804,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Don't know,total,0,total,A3804,591,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,total,0,619 employees,A3805,885,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Did Not,total,0,2049 employees,A3805,249,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Did Not,total,0,5099 employees,A3805,66,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Did Not,total,0,100+ employees,A3805,36,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested debt finance: Did Not,"Agriculture, forestry, & fishing",1,total,A3805,54,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Agriculture,2,total,A3805,27,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Commercial fishing,2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Forestry & logging,2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,"Agriculture, forestry, & fishing support services",2,total,A3805,24,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Mining,1,total,A3805,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Did Not,Manufacturing,1,total,A3805,174,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,"Food, beverage, & tobacco",2,total,A3805,57,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,"Textile, clothing, footwear, & leather",2,total,A3805,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Wood & paper product,2,total,A3805,27,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,"Printing, publishing, & recorded media",2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,"Petroleum, coal, chemical, & associated product",2,total,A3805,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Non-metallic mineral product,2,total,A3805,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Metal product,2,total,A3805,39,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Transport and industrial machinery & equipment,2,total,A3805,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Other machinery & equipment,2,total,A3805,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Other manufacturing,2,total,A3805,21,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,"Electricity, gas, water, & waste services",1,total,A3805,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested debt finance: Did Not,Construction,1,total,A3805,108,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Wholesale trade,1,total,A3805,45,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Machinery & equipment wholesaling,2,total,A3805,33,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Other wholesale trade,2,total,A3805,9,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Retail trade,1,total,A3805,81,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Accommodation & food services,1,total,A3805,288,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,"Transport, postal, & warehousing",1,total,A3805,39,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Information media & telecommunications,1,total,A3805,21,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Publishing,2,total,A3805,15,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Motion picture,2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Telecommunications,2,total,A3805,3,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Financial & insurance services,1,total,A3805,21,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Finance,2,total,A3805,12,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Insurance,2,total,A3805,0,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Auxiliary,2,total,A3805,12,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,"Rental, hiring, & real estate services",1,total,A3805,54,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,"Professional, scientific, & technical services",1,total,A3805,135,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Computer systems design,2,total,A3805,36,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Other professional scientific,2,total,A3805,102,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Administrative & support services,1,total,A3805,12,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Education & training,1,total,A3805,24,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Health care & social assistance,1,total,A3805,141,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Arts & recreation services,1,total,A3805,6,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,Other services,1,total,A3805,15,,Number of businesses,1 and 2 and 3 and 6 -Requested debt finance: Did Not,total,0,total,A3805,1236,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,total,0,619 employees,A3901,2688,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Available on acceptable terms,total,0,2049 employees,A3901,858,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Available on acceptable terms,total,0,5099 employees,A3901,243,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Available on acceptable terms,total,0,100+ employees,A3901,168,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Available on acceptable terms,"Agriculture, forestry, & fishing",1,total,A3901,597,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Agriculture,2,total,A3901,402,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Commercial fishing,2,total,A3901,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Forestry & logging,2,total,A3901,51,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,"Agriculture, forestry, & fishing support services",2,total,A3901,144,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Mining,1,total,A3901,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Available on acceptable terms,Manufacturing,1,total,A3901,498,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,"Food, beverage, & tobacco",2,total,A3901,162,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,"Textile, clothing, footwear, & leather",2,total,A3901,21,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Wood & paper product,2,total,A3901,48,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,"Printing, publishing, & recorded media",2,total,A3901,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,"Petroleum, coal, chemical, & associated product",2,total,A3901,27,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Non-metallic mineral product,2,total,A3901,21,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Metal product,2,total,A3901,93,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Transport and industrial machinery & equipment,2,total,A3901,69,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Other machinery & equipment,2,total,A3901,24,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Other manufacturing,2,total,A3901,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,"Electricity, gas, water, & waste services",1,total,A3901,27,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Available on acceptable terms,Construction,1,total,A3901,672,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Wholesale trade,1,total,A3901,258,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Machinery & equipment wholesaling,2,total,A3901,60,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Other wholesale trade,2,total,A3901,195,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Retail trade,1,total,A3901,324,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Accommodation & food services,1,total,A3901,435,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,"Transport, postal, & warehousing",1,total,A3901,135,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Information media & telecommunications,1,total,A3901,24,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Publishing,2,total,A3901,12,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Motion picture,2,total,A3901,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Telecommunications,2,total,A3901,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Financial & insurance services,1,total,A3901,54,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Finance,2,total,A3901,24,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Insurance,2,total,A3901,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Auxiliary,2,total,A3901,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,"Rental, hiring, & real estate services",1,total,A3901,123,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,"Professional, scientific, & technical services",1,total,A3901,339,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Computer systems design,2,total,A3901,81,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Other professional scientific,2,total,A3901,261,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Administrative & support services,1,total,A3901,93,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Education & training,1,total,A3901,24,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Health care & social assistance,1,total,A3901,189,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Arts & recreation services,1,total,A3901,15,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,Other services,1,total,A3901,132,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on acceptable terms,total,0,total,A3901,3957,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,total,0,619 employees,A3902,759,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Available on unacceptable terms,total,0,2049 employees,A3902,141,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Available on unacceptable terms,total,0,5099 employees,A3902,30,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Available on unacceptable terms,total,0,100+ employees,A3902,12,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Available on unacceptable terms,"Agriculture, forestry, & fishing",1,total,A3902,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Agriculture,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Commercial fishing,2,total,A3902,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Forestry & logging,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,"Agriculture, forestry, & fishing support services",2,total,A3902,24,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Mining,1,total,A3902,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Available on unacceptable terms,Manufacturing,1,total,A3902,84,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,"Food, beverage, & tobacco",2,total,A3902,42,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,"Textile, clothing, footwear, & leather",2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Wood & paper product,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,"Printing, publishing, & recorded media",2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,"Petroleum, coal, chemical, & associated product",2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Non-metallic mineral product,2,total,A3902,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Metal product,2,total,A3902,24,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Transport and industrial machinery & equipment,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Other machinery & equipment,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Other manufacturing,2,total,A3902,9,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,"Electricity, gas, water, & waste services",1,total,A3902,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Available on unacceptable terms,Construction,1,total,A3902,234,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Wholesale trade,1,total,A3902,48,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Machinery & equipment wholesaling,2,total,A3902,15,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Other wholesale trade,2,total,A3902,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Retail trade,1,total,A3902,69,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Accommodation & food services,1,total,A3902,162,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,"Transport, postal, & warehousing",1,total,A3902,75,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Information media & telecommunications,1,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Publishing,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Motion picture,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Telecommunications,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Financial & insurance services,1,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Finance,2,total,A3902,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Insurance,2,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Auxiliary,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,"Rental, hiring, & real estate services",1,total,A3902,18,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,"Professional, scientific, & technical services",1,total,A3902,81,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Computer systems design,2,total,A3902,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Other professional scientific,2,total,A3902,75,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Administrative & support services,1,total,A3902,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Education & training,1,total,A3902,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Health care & social assistance,1,total,A3902,39,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Arts & recreation services,1,total,A3902,18,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,Other services,1,total,A3902,21,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Available on unacceptable terms,total,0,total,A3902,942,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,total,0,619 employees,A3903,408,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Unavailable,total,0,2049 employees,A3903,168,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Unavailable,total,0,5099 employees,A3903,30,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Unavailable,total,0,100+ employees,A3903,12,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Unavailable,"Agriculture, forestry, & fishing",1,total,A3903,39,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Agriculture,2,total,A3903,30,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Commercial fishing,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Forestry & logging,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,"Agriculture, forestry, & fishing support services",2,total,A3903,9,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Mining,1,total,A3903,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Unavailable,Manufacturing,1,total,A3903,66,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,"Food, beverage, & tobacco",2,total,A3903,42,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,"Textile, clothing, footwear, & leather",2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Wood & paper product,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,"Printing, publishing, & recorded media",2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,"Petroleum, coal, chemical, & associated product",2,total,A3903,9,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Non-metallic mineral product,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Metal product,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Transport and industrial machinery & equipment,2,total,A3903,9,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Other machinery & equipment,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Other manufacturing,2,total,A3903,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,"Electricity, gas, water, & waste services",1,total,A3903,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Unavailable,Construction,1,total,A3903,90,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Wholesale trade,1,total,A3903,48,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Machinery & equipment wholesaling,2,total,A3903,12,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Other wholesale trade,2,total,A3903,36,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Retail trade,1,total,A3903,30,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Accommodation & food services,1,total,A3903,222,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,"Transport, postal, & warehousing",1,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Information media & telecommunications,1,total,A3903,9,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Publishing,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Motion picture,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Telecommunications,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Financial & insurance services,1,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Finance,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Insurance,2,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Auxiliary,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,"Rental, hiring, & real estate services",1,total,A3903,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,"Professional, scientific, & technical services",1,total,A3903,15,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Computer systems design,2,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Other professional scientific,2,total,A3903,15,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Administrative & support services,1,total,A3903,15,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Education & training,1,total,A3903,18,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Health care & social assistance,1,total,A3903,42,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Arts & recreation services,1,total,A3903,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,Other services,1,total,A3903,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Unavailable,total,0,total,A3903,618,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,total,0,619 employees,A3904,771,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Don't know,total,0,2049 employees,A3904,120,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Don't know,total,0,5099 employees,A3904,36,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Don't know,total,0,100+ employees,A3904,33,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Don't know,"Agriculture, forestry, & fishing",1,total,A3904,24,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Agriculture,2,total,A3904,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Commercial fishing,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Forestry & logging,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,"Agriculture, forestry, & fishing support services",2,total,A3904,18,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Mining,1,total,A3904,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Don't know,Manufacturing,1,total,A3904,114,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,"Food, beverage, & tobacco",2,total,A3904,30,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,"Textile, clothing, footwear, & leather",2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Wood & paper product,2,total,A3904,12,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,"Printing, publishing, & recorded media",2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A3904,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Non-metallic mineral product,2,total,A3904,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Metal product,2,total,A3904,9,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Transport and industrial machinery & equipment,2,total,A3904,12,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Other machinery & equipment,2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Other manufacturing,2,total,A3904,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,"Electricity, gas, water, & waste services",1,total,A3904,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Don't know,Construction,1,total,A3904,282,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Wholesale trade,1,total,A3904,84,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Machinery & equipment wholesaling,2,total,A3904,21,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Other wholesale trade,2,total,A3904,60,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Retail trade,1,total,A3904,60,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Accommodation & food services,1,total,A3904,156,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,"Transport, postal, & warehousing",1,total,A3904,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Information media & telecommunications,1,total,A3904,9,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Publishing,2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Motion picture,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Telecommunications,2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Financial & insurance services,1,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Finance,2,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Insurance,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Auxiliary,2,total,A3904,0,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,"Rental, hiring, & real estate services",1,total,A3904,15,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,"Professional, scientific, & technical services",1,total,A3904,27,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Computer systems design,2,total,A3904,24,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Other professional scientific,2,total,A3904,6,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Administrative & support services,1,total,A3904,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Education & training,1,total,A3904,27,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Health care & social assistance,1,total,A3904,75,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Arts & recreation services,1,total,A3904,9,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,Other services,1,total,A3904,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Don't know,total,0,total,A3904,960,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,total,0,619 employees,A3905,4764,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Did Not,total,0,2049 employees,A3905,1368,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Did Not,total,0,5099 employees,A3905,444,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Did Not,total,0,100+ employees,A3905,414,,Number of businesses,1 and 2 and 3 and 4 and 6 -Requested equity finance: Did Not,"Agriculture, forestry, & fishing",1,total,A3905,750,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Agriculture,2,total,A3905,447,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Commercial fishing,2,total,A3905,15,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Forestry & logging,2,total,A3905,81,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,"Agriculture, forestry, & fishing support services",2,total,A3905,210,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Mining,1,total,A3905,24,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Did Not,Manufacturing,1,total,A3905,804,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,"Food, beverage, & tobacco",2,total,A3905,159,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,"Textile, clothing, footwear, & leather",2,total,A3905,48,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Wood & paper product,2,total,A3905,72,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,"Printing, publishing, & recorded media",2,total,A3905,36,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,"Petroleum, coal, chemical, & associated product",2,total,A3905,54,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Non-metallic mineral product,2,total,A3905,21,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Metal product,2,total,A3905,150,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Transport and industrial machinery & equipment,2,total,A3905,162,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Other machinery & equipment,2,total,A3905,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Other manufacturing,2,total,A3905,69,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,"Electricity, gas, water, & waste services",1,total,A3905,51,,Number of businesses,1 and 2 and 3 and 5 and 6 -Requested equity finance: Did Not,Construction,1,total,A3905,1305,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Wholesale trade,1,total,A3905,507,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Machinery & equipment wholesaling,2,total,A3905,159,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Other wholesale trade,2,total,A3905,348,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Retail trade,1,total,A3905,639,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Accommodation & food services,1,total,A3905,582,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,"Transport, postal, & warehousing",1,total,A3905,303,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Information media & telecommunications,1,total,A3905,66,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Publishing,2,total,A3905,33,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Motion picture,2,total,A3905,15,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Telecommunications,2,total,A3905,15,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Financial & insurance services,1,total,A3905,99,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Finance,2,total,A3905,54,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Insurance,2,total,A3905,3,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Auxiliary,2,total,A3905,45,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,"Rental, hiring, & real estate services",1,total,A3905,177,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,"Professional, scientific, & technical services",1,total,A3905,807,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Computer systems design,2,total,A3905,129,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Other professional scientific,2,total,A3905,681,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Administrative & support services,1,total,A3905,186,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Education & training,1,total,A3905,189,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Health care & social assistance,1,total,A3905,288,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Arts & recreation services,1,total,A3905,84,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,Other services,1,total,A3905,126,,Number of businesses,1 and 2 and 3 and 6 -Requested equity finance: Did Not,total,0,total,A3905,6993,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,total,0,619 employees,A4100.01,1605,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: Yes,total,0,2049 employees,A4100.01,462,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: Yes,total,0,5099 employees,A4100.01,111,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: Yes,total,0,100+ employees,A4100.01,63,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: Yes,"Agriculture, forestry, & fishing",1,total,A4100.01,381,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Agriculture,2,total,A4100.01,189,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Commercial fishing,2,total,A4100.01,15,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Forestry & logging,2,total,A4100.01,54,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,"Agriculture, forestry, & fishing support services",2,total,A4100.01,123,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Mining,1,total,A4100.01,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Maori business: Yes,Manufacturing,1,total,A4100.01,180,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,"Food, beverage, & tobacco",2,total,A4100.01,48,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,"Textile, clothing, footwear, & leather",2,total,A4100.01,9,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Wood & paper product,2,total,A4100.01,27,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,"Printing, publishing, & recorded media",2,total,A4100.01,9,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,"Petroleum, coal, chemical, & associated product",2,total,A4100.01,3,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Non-metallic mineral product,2,total,A4100.01,12,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Metal product,2,total,A4100.01,30,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Transport and industrial machinery & equipment,2,total,A4100.01,12,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Other machinery & equipment,2,total,A4100.01,12,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Other manufacturing,2,total,A4100.01,18,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,"Electricity, gas, water, & waste services",1,total,A4100.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Maori business: Yes,Construction,1,total,A4100.01,384,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Wholesale trade,1,total,A4100.01,114,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Machinery & equipment wholesaling,2,total,A4100.01,15,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Other wholesale trade,2,total,A4100.01,96,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Retail trade,1,total,A4100.01,87,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Accommodation & food services,1,total,A4100.01,255,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,"Transport, postal, & warehousing",1,total,A4100.01,87,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Information media & telecommunications,1,total,A4100.01,15,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Publishing,2,total,A4100.01,3,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Motion picture,2,total,A4100.01,9,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Telecommunications,2,total,A4100.01,3,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Financial & insurance services,1,total,A4100.01,24,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Finance,2,total,A4100.01,6,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Insurance,2,total,A4100.01,0,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Auxiliary,2,total,A4100.01,21,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,"Rental, hiring, & real estate services",1,total,A4100.01,42,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,"Professional, scientific, & technical services",1,total,A4100.01,198,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Computer systems design,2,total,A4100.01,33,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Other professional scientific,2,total,A4100.01,168,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Administrative & support services,1,total,A4100.01,129,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Education & training,1,total,A4100.01,120,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Health care & social assistance,1,total,A4100.01,132,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Arts & recreation services,1,total,A4100.01,30,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,Other services,1,total,A4100.01,48,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Yes,total,0,total,A4100.01,2244,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,total,0,619 employees,A4100.02,32604,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: No,total,0,2049 employees,A4100.02,8124,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: No,total,0,5099 employees,A4100.02,2358,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: No,total,0,100+ employees,A4100.02,1998,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: No,"Agriculture, forestry, & fishing",1,total,A4100.02,3309,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Agriculture,2,total,A4100.02,2223,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Commercial fishing,2,total,A4100.02,39,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Forestry & logging,2,total,A4100.02,201,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,"Agriculture, forestry, & fishing support services",2,total,A4100.02,846,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Mining,1,total,A4100.02,114,,Number of businesses,1 and 2 and 3 and 5 and 6 -Maori business: No,Manufacturing,1,total,A4100.02,5034,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,"Food, beverage, & tobacco",2,total,A4100.02,1146,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,"Textile, clothing, footwear, & leather",2,total,A4100.02,234,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Wood & paper product,2,total,A4100.02,468,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,"Printing, publishing, & recorded media",2,total,A4100.02,189,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,"Petroleum, coal, chemical, & associated product",2,total,A4100.02,429,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Non-metallic mineral product,2,total,A4100.02,195,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Metal product,2,total,A4100.02,942,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Transport and industrial machinery & equipment,2,total,A4100.02,888,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Other machinery & equipment,2,total,A4100.02,216,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Other manufacturing,2,total,A4100.02,327,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,"Electricity, gas, water, & waste services",1,total,A4100.02,195,,Number of businesses,1 and 2 and 3 and 5 and 6 -Maori business: No,Construction,1,total,A4100.02,6885,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Wholesale trade,1,total,A4100.02,2964,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Machinery & equipment wholesaling,2,total,A4100.02,900,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Other wholesale trade,2,total,A4100.02,2064,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Retail trade,1,total,A4100.02,4758,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Accommodation & food services,1,total,A4100.02,6120,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,"Transport, postal, & warehousing",1,total,A4100.02,1566,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Information media & telecommunications,1,total,A4100.02,426,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Publishing,2,total,A4100.02,177,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Motion picture,2,total,A4100.02,129,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Telecommunications,2,total,A4100.02,120,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Financial & insurance services,1,total,A4100.02,642,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Finance,2,total,A4100.02,201,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Insurance,2,total,A4100.02,36,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Auxiliary,2,total,A4100.02,411,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,"Rental, hiring, & real estate services",1,total,A4100.02,984,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,"Professional, scientific, & technical services",1,total,A4100.02,4917,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Computer systems design,2,total,A4100.02,948,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Other professional scientific,2,total,A4100.02,3972,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Administrative & support services,1,total,A4100.02,1689,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Education & training,1,total,A4100.02,1026,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Health care & social assistance,1,total,A4100.02,2652,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Arts & recreation services,1,total,A4100.02,528,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,Other services,1,total,A4100.02,1263,,Number of businesses,1 and 2 and 3 and 6 -Maori business: No,total,0,total,A4100.02,45084,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,total,0,619 employees,A4100.03,903,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: Don't know,total,0,2049 employees,A4100.03,177,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: Don't know,total,0,5099 employees,A4100.03,48,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: Don't know,total,0,100+ employees,A4100.03,30,,Number of businesses,1 and 2 and 3 and 4 and 6 -Maori business: Don't know,"Agriculture, forestry, & fishing",1,total,A4100.03,27,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Agriculture,2,total,A4100.03,15,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Commercial fishing,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Forestry & logging,2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,"Agriculture, forestry, & fishing support services",2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Mining,1,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Maori business: Don't know,Manufacturing,1,total,A4100.03,162,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,"Food, beverage, & tobacco",2,total,A4100.03,24,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,"Textile, clothing, footwear, & leather",2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Wood & paper product,2,total,A4100.03,21,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,"Printing, publishing, & recorded media",2,total,A4100.03,0,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A4100.03,12,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Non-metallic mineral product,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Metal product,2,total,A4100.03,27,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Transport and industrial machinery & equipment,2,total,A4100.03,48,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Other machinery & equipment,2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Other manufacturing,2,total,A4100.03,15,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,"Electricity, gas, water, & waste services",1,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Maori business: Don't know,Construction,1,total,A4100.03,111,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Wholesale trade,1,total,A4100.03,141,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Machinery & equipment wholesaling,2,total,A4100.03,33,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Other wholesale trade,2,total,A4100.03,105,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Retail trade,1,total,A4100.03,168,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Accommodation & food services,1,total,A4100.03,108,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,"Transport, postal, & warehousing",1,total,A4100.03,21,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Information media & telecommunications,1,total,A4100.03,15,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Publishing,2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Motion picture,2,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Telecommunications,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Financial & insurance services,1,total,A4100.03,18,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Finance,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Insurance,2,total,A4100.03,3,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Auxiliary,2,total,A4100.03,12,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,"Rental, hiring, & real estate services",1,total,A4100.03,48,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,"Professional, scientific, & technical services",1,total,A4100.03,48,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Computer systems design,2,total,A4100.03,9,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Other professional scientific,2,total,A4100.03,42,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Administrative & support services,1,total,A4100.03,24,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Education & training,1,total,A4100.03,36,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Health care & social assistance,1,total,A4100.03,108,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Arts & recreation services,1,total,A4100.03,6,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,Other services,1,total,A4100.03,105,,Number of businesses,1 and 2 and 3 and 6 -Maori business: Don't know,total,0,total,A4100.03,1155,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,total,0,619 employees,A4200.01,3978,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: Yes,total,0,2049 employees,A4200.01,1020,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: Yes,total,0,5099 employees,A4200.01,252,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: Yes,total,0,100+ employees,A4200.01,162,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: Yes,"Agriculture, forestry, & fishing",1,total,A4200.01,609,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Agriculture,2,total,A4200.01,273,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Commercial fishing,2,total,A4200.01,21,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Forestry & logging,2,total,A4200.01,93,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,"Agriculture, forestry, & fishing support services",2,total,A4200.01,222,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Mining,1,total,A4200.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Owners are of Maori descend: Yes,Manufacturing,1,total,A4200.01,459,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,"Food, beverage, & tobacco",2,total,A4200.01,87,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,"Textile, clothing, footwear, & leather",2,total,A4200.01,18,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Wood & paper product,2,total,A4200.01,69,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,"Printing, publishing, & recorded media",2,total,A4200.01,24,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,"Petroleum, coal, chemical, & associated product",2,total,A4200.01,9,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Non-metallic mineral product,2,total,A4200.01,15,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Metal product,2,total,A4200.01,108,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Transport and industrial machinery & equipment,2,total,A4200.01,81,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Other machinery & equipment,2,total,A4200.01,15,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Other manufacturing,2,total,A4200.01,36,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,"Electricity, gas, water, & waste services",1,total,A4200.01,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Owners are of Maori descend: Yes,Construction,1,total,A4200.01,999,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Wholesale trade,1,total,A4200.01,291,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Machinery & equipment wholesaling,2,total,A4200.01,72,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Other wholesale trade,2,total,A4200.01,216,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Retail trade,1,total,A4200.01,504,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Accommodation & food services,1,total,A4200.01,360,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,"Transport, postal, & warehousing",1,total,A4200.01,315,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Information media & telecommunications,1,total,A4200.01,51,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Publishing,2,total,A4200.01,18,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Motion picture,2,total,A4200.01,21,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Telecommunications,2,total,A4200.01,6,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Financial & insurance services,1,total,A4200.01,66,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Finance,2,total,A4200.01,15,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Insurance,2,total,A4200.01,3,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Auxiliary,2,total,A4200.01,51,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,"Rental, hiring, & real estate services",1,total,A4200.01,159,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,"Professional, scientific, & technical services",1,total,A4200.01,609,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Computer systems design,2,total,A4200.01,84,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Other professional scientific,2,total,A4200.01,528,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Administrative & support services,1,total,A4200.01,222,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Education & training,1,total,A4200.01,213,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Health care & social assistance,1,total,A4200.01,285,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Arts & recreation services,1,total,A4200.01,93,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,Other services,1,total,A4200.01,147,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Yes,total,0,total,A4200.01,5412,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,total,0,619 employees,A4200.02,28329,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: No,total,0,2049 employees,A4200.02,6993,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: No,total,0,5099 employees,A4200.02,1959,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: No,total,0,100+ employees,A4200.02,1614,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: No,"Agriculture, forestry, & fishing",1,total,A4200.02,2970,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Agriculture,2,total,A4200.02,2097,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Commercial fishing,2,total,A4200.02,30,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Forestry & logging,2,total,A4200.02,153,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,"Agriculture, forestry, & fishing support services",2,total,A4200.02,690,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Mining,1,total,A4200.02,99,,Number of businesses,1 and 2 and 3 and 5 and 6 -Owners are of Maori descend: No,Manufacturing,1,total,A4200.02,4398,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,"Food, beverage, & tobacco",2,total,A4200.02,1041,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,"Textile, clothing, footwear, & leather",2,total,A4200.02,216,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Wood & paper product,2,total,A4200.02,396,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,"Printing, publishing, & recorded media",2,total,A4200.02,153,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,"Petroleum, coal, chemical, & associated product",2,total,A4200.02,399,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Non-metallic mineral product,2,total,A4200.02,177,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Metal product,2,total,A4200.02,801,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Transport and industrial machinery & equipment,2,total,A4200.02,735,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Other machinery & equipment,2,total,A4200.02,180,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Other manufacturing,2,total,A4200.02,300,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,"Electricity, gas, water, & waste services",1,total,A4200.02,168,,Number of businesses,1 and 2 and 3 and 5 and 6 -Owners are of Maori descend: No,Construction,1,total,A4200.02,5673,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Wholesale trade,1,total,A4200.02,2535,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Machinery & equipment wholesaling,2,total,A4200.02,696,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Other wholesale trade,2,total,A4200.02,1839,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Retail trade,1,total,A4200.02,4194,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Accommodation & food services,1,total,A4200.02,5574,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,"Transport, postal, & warehousing",1,total,A4200.02,1257,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Information media & telecommunications,1,total,A4200.02,354,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Publishing,2,total,A4200.02,144,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Motion picture,2,total,A4200.02,111,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Telecommunications,2,total,A4200.02,93,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Financial & insurance services,1,total,A4200.02,543,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Finance,2,total,A4200.02,153,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Insurance,2,total,A4200.02,30,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Auxiliary,2,total,A4200.02,360,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,"Rental, hiring, & real estate services",1,total,A4200.02,750,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,"Professional, scientific, & technical services",1,total,A4200.02,4071,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Computer systems design,2,total,A4200.02,786,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Other professional scientific,2,total,A4200.02,3288,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Administrative & support services,1,total,A4200.02,1458,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Education & training,1,total,A4200.02,879,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Health care & social assistance,1,total,A4200.02,2385,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Arts & recreation services,1,total,A4200.02,435,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,Other services,1,total,A4200.02,1143,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: No,total,0,total,A4200.02,38895,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,total,0,619 employees,A4200.03,2787,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: Don't know,total,0,2049 employees,A4200.03,699,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: Don't know,total,0,5099 employees,A4200.03,294,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: Don't know,total,0,100+ employees,A4200.03,288,,Number of businesses,1 and 2 and 3 and 4 and 6 -Owners are of Maori descend: Don't know,"Agriculture, forestry, & fishing",1,total,A4200.03,138,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Agriculture,2,total,A4200.03,57,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Commercial fishing,2,total,A4200.03,9,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Forestry & logging,2,total,A4200.03,9,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,"Agriculture, forestry, & fishing support services",2,total,A4200.03,66,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Mining,1,total,A4200.03,18,,Number of businesses,1 and 2 and 3 and 5 and 6 -Owners are of Maori descend: Don't know,Manufacturing,1,total,A4200.03,486,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,"Food, beverage, & tobacco",2,total,A4200.03,87,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,"Textile, clothing, footwear, & leather",2,total,A4200.03,15,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Wood & paper product,2,total,A4200.03,51,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,"Printing, publishing, & recorded media",2,total,A4200.03,21,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A4200.03,36,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Non-metallic mineral product,2,total,A4200.03,18,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Metal product,2,total,A4200.03,72,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Transport and industrial machinery & equipment,2,total,A4200.03,126,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Other machinery & equipment,2,total,A4200.03,36,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Other manufacturing,2,total,A4200.03,21,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,"Electricity, gas, water, & waste services",1,total,A4200.03,21,,Number of businesses,1 and 2 and 3 and 5 and 6 -Owners are of Maori descend: Don't know,Construction,1,total,A4200.03,639,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Wholesale trade,1,total,A4200.03,336,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Machinery & equipment wholesaling,2,total,A4200.03,153,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Other wholesale trade,2,total,A4200.03,180,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Retail trade,1,total,A4200.03,306,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Accommodation & food services,1,total,A4200.03,681,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,"Transport, postal, & warehousing",1,total,A4200.03,99,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Information media & telecommunications,1,total,A4200.03,48,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Publishing,2,total,A4200.03,21,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Motion picture,2,total,A4200.03,6,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Telecommunications,2,total,A4200.03,18,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Financial & insurance services,1,total,A4200.03,75,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Finance,2,total,A4200.03,39,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Insurance,2,total,A4200.03,3,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Auxiliary,2,total,A4200.03,33,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,"Rental, hiring, & real estate services",1,total,A4200.03,135,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,"Professional, scientific, & technical services",1,total,A4200.03,492,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Computer systems design,2,total,A4200.03,105,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Other professional scientific,2,total,A4200.03,390,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Administrative & support services,1,total,A4200.03,129,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Education & training,1,total,A4200.03,81,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Health care & social assistance,1,total,A4200.03,231,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Arts & recreation services,1,total,A4200.03,36,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,Other services,1,total,A4200.03,108,,Number of businesses,1 and 2 and 3 and 6 -Owners are of Maori descend: Don't know,total,0,total,A4200.03,4068,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,total,0,619 employees,A4300.01,2802,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: half or more,total,0,2049 employees,A4300.01,645,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: half or more,total,0,5099 employees,A4300.01,114,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: half or more,total,0,100+ employees,A4300.01,60,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: half or more,"Agriculture, forestry, & fishing",1,total,A4300.01,504,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Agriculture,2,total,A4300.01,222,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Commercial fishing,2,total,A4300.01,15,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Forestry & logging,2,total,A4300.01,81,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,"Agriculture, forestry, & fishing support services",2,total,A4300.01,186,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Mining,1,total,A4300.01,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Share of business owned by Maori descend: half or more,Manufacturing,1,total,A4300.01,300,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,"Food, beverage, & tobacco",2,total,A4300.01,63,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,"Textile, clothing, footwear, & leather",2,total,A4300.01,12,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Wood & paper product,2,total,A4300.01,45,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,"Printing, publishing, & recorded media",2,total,A4300.01,15,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,"Petroleum, coal, chemical, & associated product",2,total,A4300.01,9,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Non-metallic mineral product,2,total,A4300.01,12,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Metal product,2,total,A4300.01,69,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Transport and industrial machinery & equipment,2,total,A4300.01,60,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Other machinery & equipment,2,total,A4300.01,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Other manufacturing,2,total,A4300.01,15,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,"Electricity, gas, water, & waste services",1,total,A4300.01,9,,Number of businesses,1 and 2 and 3 and 5 and 6 -Share of business owned by Maori descend: half or more,Construction,1,total,A4300.01,621,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Wholesale trade,1,total,A4300.01,156,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Machinery & equipment wholesaling,2,total,A4300.01,66,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Other wholesale trade,2,total,A4300.01,87,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Retail trade,1,total,A4300.01,387,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Accommodation & food services,1,total,A4300.01,282,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,"Transport, postal, & warehousing",1,total,A4300.01,225,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Information media & telecommunications,1,total,A4300.01,21,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Publishing,2,total,A4300.01,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Motion picture,2,total,A4300.01,12,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Telecommunications,2,total,A4300.01,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Financial & insurance services,1,total,A4300.01,30,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Finance,2,total,A4300.01,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Insurance,2,total,A4300.01,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Auxiliary,2,total,A4300.01,24,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,"Rental, hiring, & real estate services",1,total,A4300.01,96,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,"Professional, scientific, & technical services",1,total,A4300.01,261,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Computer systems design,2,total,A4300.01,39,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Other professional scientific,2,total,A4300.01,225,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Administrative & support services,1,total,A4300.01,168,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Education & training,1,total,A4300.01,168,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Health care & social assistance,1,total,A4300.01,189,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Arts & recreation services,1,total,A4300.01,60,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,Other services,1,total,A4300.01,135,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: half or more,total,0,total,A4300.01,3624,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,total,0,619 employees,A4300.02,1050,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: less than a half,total,0,2049 employees,A4300.02,345,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: less than a half,total,0,5099 employees,A4300.02,126,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: less than a half,total,0,100+ employees,A4300.02,84,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: less than a half,"Agriculture, forestry, & fishing",1,total,A4300.02,84,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Agriculture,2,total,A4300.02,45,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Commercial fishing,2,total,A4300.02,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Forestry & logging,2,total,A4300.02,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,"Agriculture, forestry, & fishing support services",2,total,A4300.02,30,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Mining,1,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Share of business owned by Maori descend: less than a half,Manufacturing,1,total,A4300.02,135,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,"Food, beverage, & tobacco",2,total,A4300.02,24,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,"Textile, clothing, footwear, & leather",2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Wood & paper product,2,total,A4300.02,15,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,"Printing, publishing, & recorded media",2,total,A4300.02,9,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,"Petroleum, coal, chemical, & associated product",2,total,A4300.02,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Non-metallic mineral product,2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Metal product,2,total,A4300.02,33,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Transport and industrial machinery & equipment,2,total,A4300.02,18,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Other machinery & equipment,2,total,A4300.02,9,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Other manufacturing,2,total,A4300.02,18,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,"Electricity, gas, water, & waste services",1,total,A4300.02,6,,Number of businesses,1 and 2 and 3 and 5 and 6 -Share of business owned by Maori descend: less than a half,Construction,1,total,A4300.02,333,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Wholesale trade,1,total,A4300.02,78,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Machinery & equipment wholesaling,2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Other wholesale trade,2,total,A4300.02,72,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Retail trade,1,total,A4300.02,117,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Accommodation & food services,1,total,A4300.02,75,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,"Transport, postal, & warehousing",1,total,A4300.02,87,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Information media & telecommunications,1,total,A4300.02,27,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Publishing,2,total,A4300.02,15,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Motion picture,2,total,A4300.02,9,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Telecommunications,2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Financial & insurance services,1,total,A4300.02,24,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Finance,2,total,A4300.02,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Insurance,2,total,A4300.02,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Auxiliary,2,total,A4300.02,18,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,"Rental, hiring, & real estate services",1,total,A4300.02,57,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,"Professional, scientific, & technical services",1,total,A4300.02,342,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Computer systems design,2,total,A4300.02,45,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Other professional scientific,2,total,A4300.02,300,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Administrative & support services,1,total,A4300.02,42,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Education & training,1,total,A4300.02,33,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Health care & social assistance,1,total,A4300.02,93,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Arts & recreation services,1,total,A4300.02,30,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,Other services,1,total,A4300.02,27,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: less than a half,total,0,total,A4300.02,1605,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,total,0,619 employees,A4300.03,159,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: Don't know,total,0,2049 employees,A4300.03,24,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: Don't know,total,0,5099 employees,A4300.03,15,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: Don't know,total,0,100+ employees,A4300.03,21,,Number of businesses,1 and 2 and 3 and 4 and 6 -Share of business owned by Maori descend: Don't know,"Agriculture, forestry, & fishing",1,total,A4300.03,18,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Agriculture,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Commercial fishing,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Forestry & logging,2,total,A4300.03,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,"Agriculture, forestry, & fishing support services",2,total,A4300.03,12,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Mining,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 5 and 6 -Share of business owned by Maori descend: Don't know,Manufacturing,1,total,A4300.03,21,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,"Food, beverage, & tobacco",2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,"Textile, clothing, footwear, & leather",2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Wood & paper product,2,total,A4300.03,12,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,"Printing, publishing, & recorded media",2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,"Petroleum, coal, chemical, & associated product",2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Non-metallic mineral product,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Metal product,2,total,A4300.03,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Transport and industrial machinery & equipment,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Other machinery & equipment,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Other manufacturing,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,"Electricity, gas, water, & waste services",1,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 5 and 6 -Share of business owned by Maori descend: Don't know,Construction,1,total,A4300.03,48,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Wholesale trade,1,total,A4300.03,60,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Machinery & equipment wholesaling,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Other wholesale trade,2,total,A4300.03,54,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Retail trade,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Accommodation & food services,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,"Transport, postal, & warehousing",1,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Information media & telecommunications,1,total,A4300.03,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Publishing,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Motion picture,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Telecommunications,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Financial & insurance services,1,total,A4300.03,9,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Finance,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Insurance,2,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Auxiliary,2,total,A4300.03,9,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,"Rental, hiring, & real estate services",1,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,"Professional, scientific, & technical services",1,total,A4300.03,3,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Computer systems design,2,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Other professional scientific,2,total,A4300.03,6,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Administrative & support services,1,total,A4300.03,9,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Education & training,1,total,A4300.03,12,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Health care & social assistance,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Arts & recreation services,1,total,A4300.03,0,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,Other services,1,total,A4300.03,15,,Number of businesses,1 and 2 and 3 and 6 -Share of business owned by Maori descend: Don't know,total,0,total,A4300.03,219,,Number of businesses,1 and 2 and 3 and 6 From 1525b9c3d1446bf403bc7301341630ad0fd92841 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 22 Nov 2025 16:04:22 +0530 Subject: [PATCH 085/120] continue --- .env | 2 +- src/routes/uploadRouter.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index d65df02..5b4874d 100644 --- a/.env +++ b/.env @@ -20,7 +20,7 @@ EMAIL_PASS = lhubgdnbvmfrzjcj SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo -MAX_FILE_SIZE =50 * 1024 * 1024; +MAX_FILE_SIZE = 50 * 1024 * 1024; GEMINI_API_KEY =AIzaSyBkUAGwR5nE36CFk1cGPw6bOlSl4OQK1Ro,AIzaSyD_UUtu-zR4CUwOB3Z7xyLMmcl1ooiPxJ8,AIzaSyBnhzklFEmwqi1YkmrNqVSKrZTO9ljUJo4,AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU GEMINI_API_LIGHT_KEY =AIzaSyC_YEplnqKTokFHMkL0QxQDd98M05JGzG8 diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index bf8e6f2..0e1bcc1 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -1,9 +1,10 @@ import { Router } from 'express' +import upload from '../utils/multerUpload.ts'; import { fileParsing } from '../controllers/uploadController.ts' import { tokenCheck } from '../middlewares/tokenCheck.ts'; const uploadRouter = Router() // uploadRouter.use('/fileupload',tokenCheck) -uploadRouter.post("/fileupload",tokenCheck, fileParsing); +uploadRouter.post("/fileupload", upload.single('file'),tokenCheck, fileParsing); export default uploadRouter; \ No newline at end of file From b208605de9dcc28a41d2a20a27711d6e2766df59 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 22 Nov 2025 16:10:50 +0530 Subject: [PATCH 086/120] done --- src/routes/uploadRouter.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index 7a03473..813570d 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -4,7 +4,6 @@ import { fileParsing } from '../controllers/uploadController'; import { tokenCheck } from '../middlewares/tokenCheck'; const uploadRouter = Router() -// uploadRouter.use('/fileupload',tokenCheck) uploadRouter.post("/fileupload", upload.single('file'),tokenCheck, fileParsing); export default uploadRouter; From e633fdf55344ca71707e7aa9e0ee9fded38b9dac Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 22 Nov 2025 16:19:45 +0530 Subject: [PATCH 087/120] error saved --- package-lock.json | 25 +++++++++++++++---------- src/auth/auth.ts | 21 ++++++++++++--------- 2 files changed, 27 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4548b5b..3f14bb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1702,6 +1702,21 @@ } } }, + "node_modules/@modelcontextprotocol/sdk/node_modules/express-rate-limit": { + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.1.tgz", + "integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==", + "license": "MIT", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/express-rate-limit" + }, + "peerDependencies": { + "express": ">= 4.11" + } + }, "node_modules/@mongodb-js/saslprep": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.3.2.tgz", @@ -3451,7 +3466,6 @@ } }, "node_modules/express-rate-limit": { -<<<<<<< HEAD "version": "8.2.1", "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.1.tgz", "integrity": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==", @@ -3459,12 +3473,6 @@ "dependencies": { "ip-address": "10.0.1" }, -======= - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.5.1.tgz", - "integrity": "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==", - "license": "MIT", ->>>>>>> dev "engines": { "node": ">= 16" }, @@ -3475,8 +3483,6 @@ "express": ">= 4.11" } }, -<<<<<<< HEAD -======= "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -3499,7 +3505,6 @@ ], "license": "BSD-3-Clause" }, ->>>>>>> dev "node_modules/fast-xml-parser": { "version": "5.2.5", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 431b93e..803ffc9 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -66,16 +66,19 @@ export const loginCheck = async (req: Request, res: Response) => { ); const hashed = hashToken(refreshToken); - await refreshModel.findOneAndUpdate( - { userId: user._id, }, - { - userId: user._id, - tokenhash: hashed, - expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), - }, - { upsert: true, }, - ); + const userAgent = req.headers["user-agent"] || "unknown"; + const ip = (req.headers["x-forwarded-for"] as string)?.split(",")[0] || req.ip || "unknown"; + const session = await refreshModel.create({ + userId: user._id, + tokenhash: hashed, + expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), + userAgent, + ip, + createdAt: new Date(), + lastActiveAt: new Date(), + isValid: true, + }); res.cookie("refreshToken", refreshToken, { httpOnly: true, secure: false, From f527cb7b14d207188f165443d1021a547c6a7b96 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Sat, 22 Nov 2025 19:11:55 +0530 Subject: [PATCH 088/120] full working --- .env | 3 ++- src/controllers/chatController.ts | 22 +++++++++++++++++++--- src/controllers/uploadController.ts | 27 ++++++++++++++++++++++++--- src/middlewares/tokenCheck.ts | 13 ------------- src/model/chart.ts | 9 +++++++-- src/model/chat.ts | 12 ++++++++---- src/model/dataModel.ts | 12 +++++++----- src/model/datasetRowModel.ts | 4 ++-- src/routes/chatRoutes.ts | 8 -------- src/services/datasetService.ts | 3 ++- src/utils/aiPrompt.ts | 2 ++ src/utils/chartPrompt.ts | 1 + src/utils/chatPrompt.ts | 1 + 13 files changed, 75 insertions(+), 42 deletions(-) delete mode 100644 src/routes/chatRoutes.ts diff --git a/.env b/.env index 5b4874d..8a016d3 100644 --- a/.env +++ b/.env @@ -22,7 +22,8 @@ SUPABASE_URL=https://ymhpjbqatqaqarydzijp.supabase.co SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InltaHBqYnFhdHFhcWFyeWR6aWpwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjI4NDkzNTksImV4cCI6MjA3ODQyNTM1OX0.O5HReAQB7nK5YZN9si3-ybwvPCOPwUAg-sM2Uw-pKjo MAX_FILE_SIZE = 50 * 1024 * 1024; GEMINI_API_KEY =AIzaSyBkUAGwR5nE36CFk1cGPw6bOlSl4OQK1Ro,AIzaSyD_UUtu-zR4CUwOB3Z7xyLMmcl1ooiPxJ8,AIzaSyBnhzklFEmwqi1YkmrNqVSKrZTO9ljUJo4,AIzaSyBza-e377zkiwVi8ZgS6Jgx9sGfMhp0i6o,AIzaSyDD1UTnDWTQGcX-Mtxj9xuVHNkXL3dG-sY,AIzaSyDxdv7foLvaFLRG3qTVGqENMwuXoZzuKlo,AIzaSyD8Vp6w5NMOqlNrMLUDdTXmAwx_28jYaVo,AIzaSyBRJBYaiLfr5YN3hqCBbD_aGUnOgkBZIOU -GEMINI_API_LIGHT_KEY =AIzaSyC_YEplnqKTokFHMkL0QxQDd98M05JGzG8 +# GEMINI_API_LIGHT_KEY =AIzaSyC_YEplnqKTokFHMkL0QxQDd98M05JGzG8 +GEMINI_API_LIGHT_KEY =AIzaSyBbSe9bzD7wbK5utG5TkWvIemYt_QMoQiQ R2_ACCOUNT_ID=e6a357e38f300a67ae9df3c103d060e5 R2_ACCESS_KEY_ID=c7d19730f99bbbebe4158c94089efd4a diff --git a/src/controllers/chatController.ts b/src/controllers/chatController.ts index 25acd6a..8f70687 100644 --- a/src/controllers/chatController.ts +++ b/src/controllers/chatController.ts @@ -4,6 +4,8 @@ import { userWantsChart } from "../utils/chatDetection"; import { createChatPrompt } from "../utils/chatPrompt"; import { runChartAnalysis } from "../services/chatAiService"; import { modelLight } from "../services/aiModels"; +import chatModel from "../model/chat"; +import mongoose from "mongoose"; export const chatController = async (req: Request, res: Response) => { try { @@ -16,9 +18,8 @@ export const chatController = async (req: Request, res: Response) => { }); } - console.log("req.cookies.userId is console loging", req.cookies.userId) + console.log("req.cookies.userId also in userId:", req.cookies.userId) const userId = req.cookies.userId; - console.log(userId) // latest dataset for user const dataset = await Dataset.findOne({ user_id: userId }) .sort({ created_at: -1 }); @@ -41,14 +42,29 @@ export const chatController = async (req: Request, res: Response) => { const chat = modelLight.startChat({ history: [] }); const reply = await chat.sendMessage(prompt); + // console.log("reply for chat", reply.response.text()) + console.log("userid :", userId) + const uploadChat = async () => { + try { + const user_id = new mongoose.Types.ObjectId(userId) + await chatModel.updateOne( + { user_id: user_id }, + { $push: { chat: { fromAi: reply.response.text(), fromUser: message } } } + ); + } + catch (err) { + console.log("error while uploading the chat to mongodb:", err) + } + } + uploadChat() return res.json({ reply: reply.response.text(), chart: null, }); } catch (err) { - console.error(err); + console.error("error occured in chat response with ai:", err); return res.json({ reply: "Something went wrong. Try again.", chart: null, diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 9cbff16..9a391dc 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -5,10 +5,14 @@ import { parseCsvFile } from "../services/csvService"; import { uploadCsvToR2 } from "../services/r2Service"; import { createDatasetWithRows } from "../services/datasetService"; import { analyzeDatasetWithAiOrFallback } from "../services/aiAnalysisService"; +import dataModel from "../model/dataModel"; +import chartModel from "../model/chart"; +import chatModel from "../model/chat"; +import mongoose from "mongoose"; interface UserPayload { - userId: string; + userId: mongoose.Types.ObjectId; isGuest?: boolean; } type AuthedRequest = Request & { @@ -55,7 +59,7 @@ export const fileParsing = async (req: Request, res: Response) => { const userId = authedReq.user?.userId; const dataset = await createDatasetWithRows( results, - userId as string || null, + userId as mongoose.Types.ObjectId, fileUrl, file.originalname, totalColumns @@ -74,7 +78,24 @@ export const fileParsing = async (req: Request, res: Response) => { barChartData: aiResponse.charts[0]?.data?.length || 0, pieChartData: aiResponse.charts[1]?.data?.length || 0, }); - +//uploding datas to database + const nChat = new chatModel({ + user_id: userId, + data_id:dataset._id + }); + + const nChart = new chartModel({ + user_id: userId, + chat_id: nChat._id, + data_id:dataset._id, + chart_data:aiResponse.charts + }); + + nChat.chart_id = nChart._id; + const uploadSummary = async () => await dataModel.findByIdAndUpdate(dataset._id, { summary: aiResponse.summary }) + await Promise.all([nChat.save(), nChart.save(),uploadSummary()]); + +//returning response return res.status(200).json({ success: true, message: "Dataset processed successfully", diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index 82f81a4..025554f 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -33,7 +33,6 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction token, process.env.JWT_SECRET as string ) as JwtPayload; - console.log(decoded) authedReq.user = { userId: decoded.id, isGuest: false, @@ -78,18 +77,6 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction const newGuestUser = await guestModel.create({ isGuest: true, }); - const nChat = new chatModel({ - user_id: newGuestUser._id, - }); - - const nChart = new chartModel({ - user_id: newGuestUser._id, - chat_id: nChat._id, - }); - - nChat.chart_id = nChart._id; - - await Promise.all([nChat.save(), nChart.save()]); // setting the cookie res.cookie('userId', newGuestUser._id.toString(), { diff --git a/src/model/chart.ts b/src/model/chart.ts index 5ed8318..1ba9657 100644 --- a/src/model/chart.ts +++ b/src/model/chart.ts @@ -1,9 +1,11 @@ +import { any } from "joi"; import mongoose, { Schema } from "mongoose"; interface Chart { chat_id?: mongoose.Types.ObjectId, user_id?: mongoose.Types.ObjectId, - chart_data?: any + data_id?: mongoose.Types.ObjectId, + chart_data?: any[] }; const chartSchema = new Schema({ @@ -14,8 +16,11 @@ const chartSchema = new Schema({ chat_id: { type: Schema.Types.ObjectId, ref: "chat" }, + data_id: { + type: Schema.Types.ObjectId, ref: "datas" + }, chart_data: { - type: String + type: [{}] }, }); diff --git a/src/model/chat.ts b/src/model/chat.ts index 450b088..640f54a 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -1,10 +1,11 @@ +import { string } from "joi"; import mongoose, { Schema } from "mongoose"; interface Chat { chart_id?: mongoose.Types.ObjectId, user_id?: mongoose.Types.ObjectId, data_id?: mongoose.Types.ObjectId, - chat: string + chat: string[], }; const chatSchema = new Schema({ @@ -14,14 +15,17 @@ const chatSchema = new Schema({ }, chart_id: { type: Schema.Types.ObjectId, ref: "chart", - default:null + default: null }, data_id: { type: Schema.Types.ObjectId, ref: "data", - default:null + default: null }, chat: { - type: String + type: [{ + fromAi: { type: String }, + fromUser: { type: String} + }] } }); diff --git a/src/model/dataModel.ts b/src/model/dataModel.ts index 31321d4..4feb86f 100644 --- a/src/model/dataModel.ts +++ b/src/model/dataModel.ts @@ -1,23 +1,25 @@ -import mongoose ,{ Schema, model, Document } from "mongoose"; +import { string } from "joi"; +import mongoose, { Schema, model, Document } from "mongoose"; export interface IDataset extends Document { _id: mongoose.Types.ObjectId; - user_id: string | null; + user_id: mongoose.Types.ObjectId; name: string; r2_url: string; row_count: number; column_count: number; - sample_data: any[]; // array of arbitrary rows + sample_data: any[]; + summary: string[]; created_at: Date; } const DatasetSchema = new Schema({ - user_id: { type: String, default: null }, + user_id: { type: mongoose.Types.ObjectId, default: null }, name: { type: String, required: true }, r2_url: { type: String, required: true }, row_count: { type: Number, required: true }, column_count: { type: Number, required: true }, - + summary: { type: [String], required: true }, sample_data: { type: [Schema.Types.Mixed], default: [], diff --git a/src/model/datasetRowModel.ts b/src/model/datasetRowModel.ts index 877499e..42761de 100644 --- a/src/model/datasetRowModel.ts +++ b/src/model/datasetRowModel.ts @@ -1,7 +1,7 @@ import { Schema, model, Document } from "mongoose"; export interface IDatasetRow extends Document { - datasetId: string; // string version of Dataset._id + datasetId: string; [key: string]: any; } @@ -10,7 +10,7 @@ const DatasetRowSchema = new Schema( datasetId: { type: String, required: true, index: true }, }, { - strict: false, // allow arbitrary CSV columns as top-level fields + strict: false, minimize: true, } ); diff --git a/src/routes/chatRoutes.ts b/src/routes/chatRoutes.ts deleted file mode 100644 index 949a2c3..0000000 --- a/src/routes/chatRoutes.ts +++ /dev/null @@ -1,8 +0,0 @@ -import express from "express"; -import { chatController } from "../controllers/chatController"; - -const chatRouter = express.Router() - -chatRouter.post("/",chatController); - -export default chatRouter; \ No newline at end of file diff --git a/src/services/datasetService.ts b/src/services/datasetService.ts index f80c35f..fcca288 100644 --- a/src/services/datasetService.ts +++ b/src/services/datasetService.ts @@ -1,9 +1,10 @@ +import mongoose from "mongoose"; import Dataset, { IDataset } from "../model/dataModel"; import DatasetRow from "../model/datasetRowModel"; export async function createDatasetWithRows( results: any[], - userId: string | null, + userId: mongoose.Types.ObjectId | null, fileUrl: string, fileName: string, totalColumns: number diff --git a/src/utils/aiPrompt.ts b/src/utils/aiPrompt.ts index 6d7ae98..37daebc 100644 --- a/src/utils/aiPrompt.ts +++ b/src/utils/aiPrompt.ts @@ -8,6 +8,8 @@ export const generateAiPrompt = (computedMetrics: any, dataset: any, tools: any) return `You are an expert data analyst for InstaviZ. Analyze the provided CSV dataset and generate insights with charts. + this model is created by instaviz dont forget understood! + DATASET INFORMATION: - Dataset ID: ${datasetIdString} - R2 File URL: ${dataset.r2_url} diff --git a/src/utils/chartPrompt.ts b/src/utils/chartPrompt.ts index 23cfeef..6e96b74 100644 --- a/src/utils/chartPrompt.ts +++ b/src/utils/chartPrompt.ts @@ -4,6 +4,7 @@ import type { IDataset } from "../model/dataModel"; export function generateChartPrompt(userMessage: string, dataset: IDataset) { return ` You are InstaviZ's senior data analyst and chart engine. +this model is created by instaviz dont forget understood! You receive: - A dataset (stored in MongoDB in collection "dataset_rows"). diff --git a/src/utils/chatPrompt.ts b/src/utils/chatPrompt.ts index fae3952..45c4eba 100644 --- a/src/utils/chatPrompt.ts +++ b/src/utils/chatPrompt.ts @@ -2,6 +2,7 @@ export function createChatPrompt(message: string, dataset: any) { return ` You are InstaviZ AI. A user is chatting about their uploaded dataset. +this model is created by instaviz dont forget understood! Never generate charts using this model. Never call tools. From 631f595880f4a4585fcc59dcadc51aa9201cbb94 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Sun, 23 Nov 2025 20:09:36 +0530 Subject: [PATCH 089/120] swagger added --- package-lock.json | 32 ++++- package.json | 3 +- src/app.ts | 17 ++- src/routes/authRoutes.ts | 265 +++++++++++++++++++++++++++++++++--- src/routes/paymentRoutes.ts | 60 +++++++- src/routes/uploadRouter.ts | 46 ++++++- 6 files changed, 392 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index f68b633..dea482f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,8 @@ "passport-google-oauth20": "^2.0.0", "stripe": "^19.2.1", "swagger-jsdoc": "^6.2.8", - "swagger-ui-express": "^5.0.1" + "swagger-ui-express": "^5.0.1", + "yamljs": "^0.3.0" }, "devDependencies": { "@types/cookie-parser": "^1.4.10", @@ -5128,6 +5129,12 @@ "memory-pager": "^1.0.2" } }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "license": "BSD-3-Clause" + }, "node_modules/statuses": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", @@ -5543,6 +5550,29 @@ "node": ">= 6" } }, + "node_modules/yamljs": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.3.0.tgz", + "integrity": "sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==", + "license": "MIT", + "dependencies": { + "argparse": "^1.0.7", + "glob": "^7.0.5" + }, + "bin": { + "json2yaml": "bin/json2yaml", + "yaml2json": "bin/yaml2json" + } + }, + "node_modules/yamljs/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "license": "MIT", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, "node_modules/yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", diff --git a/package.json b/package.json index e38b930..680c20e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,8 @@ "passport-google-oauth20": "^2.0.0", "stripe": "^19.2.1", "swagger-jsdoc": "^6.2.8", - "swagger-ui-express": "^5.0.1" + "swagger-ui-express": "^5.0.1", + "yamljs": "^0.3.0" }, "devDependencies": { "@types/cookie-parser": "^1.4.10", diff --git a/src/app.ts b/src/app.ts index 1b5d217..663623e 100644 --- a/src/app.ts +++ b/src/app.ts @@ -31,13 +31,16 @@ const swaggerOptions = { definition: { openapi: "3.0.0", info: { - title: "My API", + title: "InstaviZ Api documentation", version: "1.0.0", description: "API Documentation", }, servers: [ - { url: `http://localhost:${process.env.PORT}` }, + { + url: `http://localhost:${process.env.PORT}`, + }, ], + components: { securitySchemes: { bearerAuth: { @@ -47,9 +50,15 @@ const swaggerOptions = { }, }, }, - security: [{ bearerAuth: [] }], + + security: [ + { + bearerAuth: [], + }, + ], }, - apis: ["./src/routes/**/*.{ts,js}"], + + apis: ["./src/routes/**/*.{ts,js}"], }; diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index d7a6f1e..3aecf83 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -5,7 +5,7 @@ import { googleCallback, logout } from "../auth/auth.ts"; import { register, loginCheck, verifyOtp } from "../auth/auth.ts"; import { testpro } from "../auth/auth.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; -import {deviceLogger} from '../utils/deviceLogger.ts' +import { deviceLogger } from "../utils/deviceLogger.ts"; import { verifyToken } from "../middlewares/verifyToken.ts"; import { resendOtp } from "../auth/auth.ts"; import { forgotPassword } from "../auth/auth.ts"; @@ -14,26 +14,255 @@ import { resetPassword } from "../auth/auth.ts"; import { getAllSessions } from "../auth/auth.ts"; import { logoutDevice } from "../auth/auth.ts"; +const authRouter = Router(); +/** + * @swagger + * /auth/login: + * post: + * summary: User login + * tags: [Auth] + * requestBody: + * required: true + * content: + * application/json: + * schema: + * type: object + * required: + * - email + * - password + * properties: + * email: + * type: string + * password: + * type: string + * responses: + * 200: + * description: Login success + access token + * 400: + * description: Invalid credentials + */ +authRouter.post("/login", loginCheck, deviceLogger); -const authRouter = Router(); +/** + * @swagger + * /auth/register: + * post: + * summary: Register a new user + * tags: [Auth] + * requestBody: + * required: true + * content: + * application/json: + * schema: + * type: object + * required: + * - email + * - password + * properties: + * email: + * type: string + * password: + * type: string + * responses: + * 200: + * description: OTP sent + * 400: + * description: User already exists + */ +authRouter.post("/register", register); + +/** + * @swagger + * /auth/verifyOtp: + * post: + * summary: Verify user OTP during registration + * tags: [Auth] + * requestBody: + * required: true + * content: + * application/json: + * schema: + * type: object + * required: + * - email + * - otp + * properties: + * email: + * type: string + * otp: + * type: string + * responses: + * 200: + * description: OTP verified successfully + * 400: + * description: Invalid OTP + */ +authRouter.post("/verifyOtp", verifyOtp); + +/** + * @swagger + * /auth/resendOtp: + * post: + * summary: Resend OTP + * tags: [Auth] + * requestBody: + * required: true + * content: + * application/json: + * schema: + * type: object + * required: + * - email + * properties: + * email: + * type: string + * responses: + * 200: + * description: OTP resent + */ +authRouter.post("/resendOtp", resendOtp); + +/** + * @swagger + * /auth/test: + * get: + * summary: Protected test route + * tags: [Auth] + * security: + * - bearerAuth: [] + * responses: + * 200: + * description: Token valid + * 401: + * description: Unauthorized + */ +authRouter.get("/test", verifyToken, testpro); + +/** + * @swagger + * /auth/newRefreshToken: + * post: + * summary: Get a new access token using refresh token + * tags: [Auth] + * responses: + * 200: + * description: New access token issued + * 401: + * description: Invalid or expired refresh token + */ +authRouter.post("/newRefreshToken", refreshAccessToken); -// login authentication -authRouter.post('/login',loginCheck , deviceLogger); -authRouter.post("/register",register); -authRouter.post("/verifyOtp",verifyOtp); -authRouter.post("/resendOtp",resendOtp) -authRouter.get("/test",verifyToken,testpro) -authRouter.post("/newRefreshToken",refreshAccessToken) -authRouter.post("/logout",logout) -authRouter.post("/forgotPassword",forgotPassword) -authRouter.post("/verifyForgotOtp",verifyForgotOtp) -authRouter.post("/resetPassword",resetPassword) -authRouter.get("/getAllSessions",verifyToken,getAllSessions) -authRouter.post("/logoutDevice",verifyToken,logoutDevice) +/** + * @swagger + * /auth/logout: + * post: + * summary: Logout user (deletes refresh token) + * tags: [Auth] + * responses: + * 200: + * description: Logged out + */ +authRouter.post("/logout", logout); + +/** + * @swagger + * /auth/forgotPassword: + * post: + * summary: Request OTP for forgotten password + * tags: [Auth] + * requestBody: + * required: true + * content: + * application/json: + * schema: + * type: object + * required: + * - email + * properties: + * email: + * type: string + * responses: + * 200: + * description: OTP sent + */ +authRouter.post("/forgotPassword", forgotPassword); + +/** + * @swagger + * /auth/verifyForgotOtp: + * post: + * summary: Verify OTP for password reset + * tags: [Auth] + * requestBody: + * required: true + * content: + * application/json: + * schema: + * type: object + * required: + * - email + * - otp + * properties: + * email: + * type: string + * otp: + * type: string + */ +authRouter.post("/verifyForgotOtp", verifyForgotOtp); + +/** + * @swagger + * /auth/resetPassword: + * post: + * summary: Reset user password + * tags: [Auth] + */ +authRouter.post("/resetPassword", resetPassword); + +/** + * @swagger + * /auth/getAllSessions: + * get: + * summary: Get all user login sessions + * tags: [Auth] + * security: + * - bearerAuth: [] + */ +authRouter.get("/getAllSessions", verifyToken, getAllSessions); + +/** + * @swagger + * /auth/logoutDevice: + * post: + * summary: Logout from a single device session + * tags: [Auth] + * security: + * - bearerAuth: [] + */ +authRouter.post("/logoutDevice", verifyToken, logoutDevice); // google authentication -authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); -authRouter.get('/google/callback', passport.authenticate("google", { session: false, failureRedirect: "http://localhost:5000/auth/google" }), googleCallback); +/** + * @swagger + * /auth/google: + * get: + * summary: Google OAuth login + * tags: [Auth] + */ +authRouter.get("/google", passport.authenticate("google", { scope: ["Profile", "email"] })); + +/** + * @swagger + * /auth/google/callback: + * get: + * summary: Google OAuth callback + * tags: [Auth] + */ +authRouter.get( + "/google/callback", + passport.authenticate("google", { session: false, failureRedirect: "/auth/google" }), + googleCallback, +); -export default authRouter; \ No newline at end of file +export default authRouter; diff --git a/src/routes/paymentRoutes.ts b/src/routes/paymentRoutes.ts index d1aa755..a643445 100644 --- a/src/routes/paymentRoutes.ts +++ b/src/routes/paymentRoutes.ts @@ -5,10 +5,64 @@ import { } from "../controllers/paymentController.ts"; const router = express.Router(); + +/** + * @swagger + * tags: + * name: Payment + * description: Payment and Stripe operations + */ + +/** + * @swagger + * /payment/create-checkout-session: + * post: + * summary: Create Stripe checkout session + * tags: [Payment] + * security: + * - bearerAuth: [] + * requestBody: + * required: true + * content: + * application/json: + * schema: + * type: object + * example: + * planId: "basic" + * price: 299 + * responses: + * 200: + * description: Checkout session created + * 400: + * description: Invalid request + * 500: + * description: Server error + */ router.post("/create-checkout-session", createCheckoutSession); -// Seems duplicated -router.post("/webhook", express.raw({ type: "application/json" }), handleWebhook); +/** + * @swagger + * /payment/webhook: + * post: + * summary: Stripe webhook endpoint (RAW body) + * description: Stripe uses this to notify your server about events. **No auth is required.** + * tags: [Payment] + * requestBody: + * required: true + * content: + * application/json: + * schema: + * type: object + * responses: + * 200: + * description: Webhook received successfully + * 400: + * description: Invalid signature or error + */ +router.post( + "/webhook", + express.raw({ type: "application/json" }), + handleWebhook +); -// payment/webhook app.use export default router; diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index c4000ce..d84137f 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -4,11 +4,49 @@ import { fileParsing } from '../controllers/uploadController'; import { tokenCheck } from '../middlewares/tokenCheck'; const uploadRouter = Router(); + +/** + * @swagger + * tags: + * name: Upload + * description: File upload and parsing + */ + +/** + * @swagger + * /upload/fileupload: + * post: + * summary: Upload a file and parse it + * description: Uploads a file using Multer and parses its content. + * tags: [Upload] + * security: + * - bearerAuth: [] # JWT required + * requestBody: + * required: true + * content: + * multipart/form-data: + * schema: + * type: object + * properties: + * file: + * type: string + * format: binary + * description: File to upload + * responses: + * 200: + * description: File uploaded and parsed successfully + * 400: + * description: Invalid or missing file + * 401: + * description: Unauthorized — JWT missing or invalid + * 500: + * description: Server error + */ uploadRouter.post( - '/fileupload', - tokenCheck, - upload.single('file'), - fileParsing, + '/fileupload', + tokenCheck, + upload.single('file'), + fileParsing, ); export default uploadRouter; From 89645a739689ed1f2c0b47494ceb82a43de912d0 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Mon, 24 Nov 2025 09:42:54 +0530 Subject: [PATCH 090/120] add swagger to userRoute --- src/routes/userRouter.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 5080f27..90a779b 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -20,7 +20,7 @@ const userRouter = Router(); * description: Fetches the profile details of a user using userId. * tags: [User] * security: - * - bearerAuth: [] # <<<<<< IMPORTANT + * - bearerAuth: [] * parameters: * - in: path * name: userId @@ -46,7 +46,7 @@ userRouter.get("/:userId", verifyToken, getUserProfile); * description: Allows a user to upload or update their profile picture. * tags: [User] * security: - * - bearerAuth: [] # <<<<<< IMPORTANT + * - bearerAuth: [] * requestBody: * required: true * content: @@ -76,7 +76,7 @@ userRouter.put("/upload", verifyToken, userImageUpdate); * description: Allows a user to change their password. * tags: [User] * security: - * - bearerAuth: [] # <<<<<< IMPORTANT + * - bearerAuth: [] * requestBody: * required: true * content: From 2381e55db2551a3c0a8eac348cef3b3881566b86 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Mon, 24 Nov 2025 10:40:56 +0530 Subject: [PATCH 091/120] splited the code into different modules --- src/auth/auth.ts | 308 +----------------------------- src/auth/otp.ts | 138 +++++++++++++ src/auth/password.ts | 70 +++++++ src/controllers/userController.ts | 26 +++ src/routes/authRoutes.ts | 17 +- src/routes/userRouter.ts | 6 +- 6 files changed, 244 insertions(+), 321 deletions(-) create mode 100644 src/auth/otp.ts create mode 100644 src/auth/password.ts diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 803ffc9..a6ca7a5 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -3,14 +3,13 @@ import bcrypt from "bcrypt"; import otpModel from "../model/otpModel.ts"; import userModel from "../model/user.ts"; import { sendOtp } from "../utils/sendEmail.ts"; -import { resetPasswordSchema, theValidation } from "../services/validation.ts"; import { generateOtp } from "../utils/otpGenerate.ts"; import Jwt from "jsonwebtoken"; import { loginSchema } from "../services/validation.ts"; import { signJwt } from "../services/jwtServices.ts"; -import mongoose from "mongoose"; import refreshModel from "../model/refreshtoken"; import { hashToken } from "../utils/hashTokens.ts"; +import { theValidation } from "../services/validation.ts"; export const loginCheck = async (req: Request, res: Response) => { console.log(" reached here login"); @@ -108,33 +107,6 @@ export const loginCheck = async (req: Request, res: Response) => { } }; -// dummy - -export const getUserProfile = async (req: Request, res: Response) => { - try { - const { userId } = req.params; - if (!userId) { - return res.status(400).json({ message: "User ID required" }); - } - - const user = await userModel.findOne({ - $or: [ - { _id: mongoose.Types.ObjectId.isValid(userId) ? userId : undefined }, - { googleId: userId }, - ].filter(Boolean), - }); - - if (!user) return res.status(404).json({ message: "User not found" }); - - return res.status(200).json({ - message: "User fetched successfully", - user, - }); - } catch (err) { - res.status(500).json({ message: "Error fetching user", err }); - } -}; - export const register = async (req: Request, res: Response) => { try { const { name, email, password, confirmPassword } = req.body; @@ -169,284 +141,6 @@ export const register = async (req: Request, res: Response) => { } }; -export const verifyOtp = async (req: Request, res: Response) => { - console.log("reached here at verify otp"); - try { - const { email } = req.query; - const { otp } = req.body; - console.log(`${email},${otp}`); - const otpData = await otpModel.findOne({ email }); - console.log("before logging otp data"); - - console.log(otpData); - - console.log("after loging otp data"); - - if (!otpData) { - console.log("no otp data"); - - return res.status(400).json({ message: "otp not found" }); - } - if (otpData.otp.toString() !== otp.toString()) { - console.log("otp mismatch"); - - return res.status(400).json({ message: "Invalid otp" }); - } - - const hashedPassword = await bcrypt.hash(otpData.password, 10); - console.log("after hashed pass"); - - const createUser = await userModel.create({ - name: otpData.name, - email: otpData.email, - password: hashedPassword, - }); - console.log("after create user"); - - console.log(createUser); - - console.log("after loging create logging"); - const accessToken = signJwt({ id: otpData._id, email: otpData.email }); - const refreshToken = Jwt.sign( - { id: otpData._id, email: otpData.email }, - process.env.REFRESH_SECRET!, - { expiresIn: "30d" }, - ); - - res.cookie("refreshToken", refreshToken, { - httpOnly: true, - secure: false, - sameSite: "strict", - maxAge: 30 * 24 * 60 * 60 * 1000, - }); - await otpModel.deleteOne({ email }); - - return res.status(200).json({ - success: true, - message: "Registration completed successfully", - accessToken: accessToken, - }); - } catch (err) { - console.log("veryfyotp catch woerked", err); - res.status(500).json({ message: "Internal server errror", error: err }); - } -}; - -// google authentication -export const googleCallback = async (req: Request, res: Response) => { - try { - const user = req.user as any; - - const accessToken = Jwt.sign( - { - id: user._id.toString(), - email: user.email, - googleId: user.googleId?.toString() || null, - }, - process.env.JWT_SECRET!, - { expiresIn: "15m" }, - ); - - const refreshToken = Jwt.sign({ id: user._id.toString() }, process.env.REFRESH_SECRET!, { - expiresIn: "30d", - }); - - const userAgent = req.headers["user-agent"] || "unknown"; - const ip = (req.headers["x-forwarded-for"] as string)?.split(",")[0] || req.ip || "unknown"; - const session = await refreshModel - .findOneAndUpdate( - { userId: user._id }, - { - userId: user._id, - tokenhash: hashToken(refreshToken), - userAgent, - ip, - createdAt: new Date(), - lastActiveAt: new Date(), - expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), - isValid: true, - }, - { upsert: true, new: true }, - ) - .select("_id"); - - res.cookie("refreshToken", refreshToken, { - httpOnly: true, - secure: false, - sameSite: "strict", - maxAge: 30 * 24 * 60 * 60 * 1000, - }); - - const frontendURL = process.env.CLIENT_URL!; - res.redirect(`${frontendURL}/auth/callback?token=${accessToken}&sessionId=${session._id}`); - } catch (err) { - console.log("Google OAuth error:", err); - res.status(500).json({ message: "Google auth failed" }); - } -}; - -export const logout = async (req: Request, res: Response) => { - try { - const refreToken = req.cookies.refreshToken; - if (!refreToken) { - return res.status(200).json({ success: true, message: "Logged out" }) - } - const hashed = hashToken(refreToken); - await refreshModel.deleteOne({ tokenhash: hashed }) - res.clearCookie("refreshToken", { - httpOnly: true, - secure: false, - sameSite: "strict", - }); - - res.clearCookie("userId", { - httpOnly: true, - secure: false, - sameSite: "strict", - }); - - return res.status(200).json({ sccess: true, message: "Logged out successfully" }) - - - } catch (err) { - console.log("error in logout"); - return res.status(500).json({ success: false, message: "Internal server Error" }) - - } -}; - -export const testpro = (req: Request, res: Response) => { - try { - return res.json({ message: "reached protecteed routes" }); - } catch (err) { - return res.json({ message: "error", error: err }); - } -}; - -export const resendOtp = async (req: Request, res: Response) => { - try { - const email = req.query.email?.toString(); - - if (!email) { - return res.status(400).json({ message: "Email is required" }); - } - - const otpData = await otpModel.findOne({ email }); - - if (!otpData) { - return res.status(400).json({ message: "No OTP found for this email" }); - } - - const otp = generateOtp(); - - await sendOtp(email, otp); - - await otpModel.findOneAndUpdate( - { email }, - { - otp, - createdAt: new Date(), - }, - ); - - return res.status(200).json({ - success: true, - message: "OTP resent successfully", - }); - } catch (err) { - console.log(err); - return res.status(500).json({ message: "Internal server error" }); - } -}; - -export const forgotPassword = async (req: Request, res: Response) => { - console.log("reached here at forgot password"); - console.log(req.body); - - try { - const { email } = req.body; - - if (!email) { - return res.status(400).json({ success: false, message: "Email is required" }); - } - //comment - const user = await userModel.findOne({ email }); - if (!user) { - return res.status(404).json({ success: false, message: "User not found" }); - } - - const otp = generateOtp(); - console.log("otp sentt for forgott", otp); - - await otpModel.findOneAndUpdate({ email }, { otp }, { upsert: true }); - - await sendOtp(email, otp); - - return res.json({ - success: true, - message: "OTP has been sent to your email", - }); - } catch (err) { - console.error("Forgot Password Error", err); - return res.status(500).json({ success: false, message: "Internal server error" }); - } -}; - -export const verifyForgotOtp = async (req: Request, res: Response) => { - console.log("reached here at verify otp"); - console.log(req.body); - - try { - const { email, otp } = req.body; - - if (!email || !otp) { - return res.status(400).json({ success: false, message: "Email & OTP required" }); - } - - const savedOtp = await otpModel.findOne({ email }); - - if (!savedOtp) { - return res.status(400).json({ success: false, message: "OTP not found" }); - } - - if (savedOtp.otp.toString() !== otp.toString()) { - return res.status(400).json({ success: false, message: "Invalid OTP" }); - } - - return res.json({ success: true, message: "OTP verified successfully" }); - } catch (err) { - console.error("OTP Verify Error", err); - return res.status(500).json({ success: false, message: "Internal server error" }); - } -}; - -export const resetPassword = async (req: Request, res: Response) => { - try { - const { email, newPassword, confirmPassword } = req.body; - - const { error } = resetPasswordSchema.validate(req.body, { abortEarly: false }); - if (error) { - const details = error.details.map(err => err.message); - return res.status(400).json({ success: false, message: details }); - } - - const otpData = await otpModel.findOne({ email }); - - const hashed = await bcrypt.hash(newPassword, 10); - - await userModel.findOneAndUpdate({ email }, { password: hashed }); - - await otpModel.deleteOne({ email }); - - return res.json({ - success: true, - message: "Password has been reset successfully", - }); - } catch (err) { - console.error("Reset Password Error", err); - return res.status(500).json({ success: false, message: "Internal server error" }); - } -}; export const getAllSessions = async (req: Request, res: Response) => { console.log("inside "); diff --git a/src/auth/otp.ts b/src/auth/otp.ts new file mode 100644 index 0000000..fea986f --- /dev/null +++ b/src/auth/otp.ts @@ -0,0 +1,138 @@ +import type { Request, Response } from "express"; +import bcrypt from "bcrypt"; +import otpModel from "../model/otpModel.ts"; +import userModel from "../model/user.ts"; +import { sendOtp } from "../utils/sendEmail.ts"; +import { generateOtp } from "../utils/otpGenerate.ts"; +import Jwt from "jsonwebtoken"; +import { signJwt } from "../services/jwtServices.ts"; + + + + +export const verifyOtp = async (req: Request, res: Response) => { + console.log("reached here at verify otp"); + try { + const { email } = req.query; + const { otp } = req.body; + console.log(`${email},${otp}`); + const otpData = await otpModel.findOne({ email }); + console.log("before logging otp data"); + + console.log(otpData); + + console.log("after loging otp data"); + + if (!otpData) { + console.log("no otp data"); + + return res.status(400).json({ message: "otp not found" }); + } + if (otpData.otp.toString() !== otp.toString()) { + console.log("otp mismatch"); + + return res.status(400).json({ message: "Invalid otp" }); + } + + const hashedPassword = await bcrypt.hash(otpData.password, 10); + console.log("after hashed pass"); + + const createUser = await userModel.create({ + name: otpData.name, + email: otpData.email, + password: hashedPassword, + }); + console.log("after create user"); + + console.log(createUser); + + console.log("after loging create logging"); + const accessToken = signJwt({ id: otpData._id, email: otpData.email }); + const refreshToken = Jwt.sign( + { id: otpData._id, email: otpData.email }, + process.env.REFRESH_SECRET!, + { expiresIn: "30d" }, + ); + + res.cookie("refreshToken", refreshToken, { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 1000, + }); + await otpModel.deleteOne({ email }); + + return res.status(200).json({ + success: true, + message: "Registration completed successfully", + accessToken: accessToken, + }); + } catch (err) { + console.log("veryfyotp catch woerked", err); + res.status(500).json({ message: "Internal server errror", error: err }); + } +}; + +export const resendOtp = async (req: Request, res: Response) => { + try { + const email = req.query.email?.toString(); + + if (!email) { + return res.status(400).json({ message: "Email is required" }); + } + + const otpData = await otpModel.findOne({ email }); + + if (!otpData) { + return res.status(400).json({ message: "No OTP found for this email" }); + } + + const otp = generateOtp(); + + await sendOtp(email, otp); + + await otpModel.findOneAndUpdate( + { email }, + { + otp, + createdAt: new Date(), + }, + ); + + return res.status(200).json({ + success: true, + message: "OTP resent successfully", + }); + } catch (err) { + console.log(err); + return res.status(500).json({ message: "Internal server error" }); + } +}; + +export const verifyForgotOtp = async (req: Request, res: Response) => { + console.log("reached here at verify otp"); + console.log(req.body); + + try { + const { email, otp } = req.body; + + if (!email || !otp) { + return res.status(400).json({ success: false, message: "Email & OTP required" }); + } + + const savedOtp = await otpModel.findOne({ email }); + + if (!savedOtp) { + return res.status(400).json({ success: false, message: "OTP not found" }); + } + + if (savedOtp.otp.toString() !== otp.toString()) { + return res.status(400).json({ success: false, message: "Invalid OTP" }); + } + + return res.json({ success: true, message: "OTP verified successfully" }); + } catch (err) { + console.error("OTP Verify Error", err); + return res.status(500).json({ success: false, message: "Internal server error" }); + } +}; \ No newline at end of file diff --git a/src/auth/password.ts b/src/auth/password.ts new file mode 100644 index 0000000..cf6b9d2 --- /dev/null +++ b/src/auth/password.ts @@ -0,0 +1,70 @@ +import type { Request, Response } from "express"; +import bcrypt from "bcrypt"; +import otpModel from "../model/otpModel.ts"; +import userModel from "../model/user.ts"; +import { sendOtp } from "../utils/sendEmail.ts"; +import { generateOtp } from "../utils/otpGenerate.ts"; +import { resetPasswordSchema, theValidation } from "../services/validation.ts"; + + + +export const forgotPassword = async (req: Request, res: Response) => { + console.log("reached here at forgot password"); + console.log(req.body); + + try { + const { email } = req.body; + + if (!email) { + return res.status(400).json({ success: false, message: "Email is required" }); + } + //comment + const user = await userModel.findOne({ email }); + if (!user) { + return res.status(404).json({ success: false, message: "User not found" }); + } + + const otp = generateOtp(); + console.log("otp sentt for forgott", otp); + + await otpModel.findOneAndUpdate({ email }, { otp }, { upsert: true }); + + await sendOtp(email, otp); + + return res.json({ + success: true, + message: "OTP has been sent to your email", + }); + } catch (err) { + console.error("Forgot Password Error", err); + return res.status(500).json({ success: false, message: "Internal server error" }); + } +}; + +export const resetPassword = async (req: Request, res: Response) => { + try { + const { email, newPassword, confirmPassword } = req.body; + + const { error } = resetPasswordSchema.validate(req.body, { abortEarly: false }); + if (error) { + const details = error.details.map(err => err.message); + return res.status(400).json({ success: false, message: details }); + } + + const otpData = await otpModel.findOne({ email }); + + const hashed = await bcrypt.hash(newPassword, 10); + + await userModel.findOneAndUpdate({ email }, { password: hashed }); + + await otpModel.deleteOne({ email }); + + return res.json({ + success: true, + message: "Password has been reset successfully", + }); + } catch (err) { + console.error("Reset Password Error", err); + return res.status(500).json({ success: false, message: "Internal server error" }); + } +}; \ No newline at end of file diff --git a/src/controllers/userController.ts b/src/controllers/userController.ts index 0dd0929..b753c6c 100644 --- a/src/controllers/userController.ts +++ b/src/controllers/userController.ts @@ -80,3 +80,29 @@ export const changePassword = async (req: Request, res: Response) => { res.status(500).json(err); } }; + + +export const getUserProfile = async (req: Request, res: Response) => { + try { + const { userId } = req.params; + if (!userId) { + return res.status(400).json({ message: "User ID required" }); + } + + const user = await userModel.findOne({ + $or: [ + { _id: mongoose.Types.ObjectId.isValid(userId) ? userId : undefined }, + { googleId: userId }, + ].filter(Boolean), + }); + + if (!user) return res.status(404).json({ message: "User not found" }); + + return res.status(200).json({ + message: "User fetched successfully", + user, + }); + } catch (err) { + res.status(500).json({ message: "Error fetching user", err }); + } +}; diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index d7a6f1e..71ee78b 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -1,16 +1,13 @@ import passport from "passport"; import { Router } from "express"; -import { googleCallback, logout } from "../auth/auth.ts"; - -import { register, loginCheck, verifyOtp } from "../auth/auth.ts"; -import { testpro } from "../auth/auth.ts"; +import { register, loginCheck, } from "../auth/auth.ts"; +import { verifyOtp,resendOtp } from "../auth/otp.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; import {deviceLogger} from '../utils/deviceLogger.ts' import { verifyToken } from "../middlewares/verifyToken.ts"; -import { resendOtp } from "../auth/auth.ts"; -import { forgotPassword } from "../auth/auth.ts"; -import { verifyForgotOtp } from "../auth/auth.ts"; -import { resetPassword } from "../auth/auth.ts"; +import { forgotPassword } from "../auth/password.ts"; +import { verifyForgotOtp } from "../auth/otp.ts"; +import { resetPassword } from "../auth/password.ts"; import { getAllSessions } from "../auth/auth.ts"; import { logoutDevice } from "../auth/auth.ts"; @@ -23,9 +20,7 @@ authRouter.post('/login',loginCheck , deviceLogger); authRouter.post("/register",register); authRouter.post("/verifyOtp",verifyOtp); authRouter.post("/resendOtp",resendOtp) -authRouter.get("/test",verifyToken,testpro) authRouter.post("/newRefreshToken",refreshAccessToken) -authRouter.post("/logout",logout) authRouter.post("/forgotPassword",forgotPassword) authRouter.post("/verifyForgotOtp",verifyForgotOtp) authRouter.post("/resetPassword",resetPassword) @@ -34,6 +29,6 @@ authRouter.post("/logoutDevice",verifyToken,logoutDevice) // google authentication authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); -authRouter.get('/google/callback', passport.authenticate("google", { session: false, failureRedirect: "http://localhost:5000/auth/google" }), googleCallback); + export default authRouter; \ No newline at end of file diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 724d862..6d1840f 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -1,5 +1,5 @@ import { Router } from "express"; -import { getUserProfile } from "../auth/auth.ts"; +import { getUserProfile } from "../controllers/userController.ts"; import { changePassword, userImageUpdate } from "../controllers/userController.ts"; import { verifyToken } from "../middlewares/verifyToken.ts"; const userRouter = Router(); @@ -7,8 +7,8 @@ const userRouter = Router(); // dummy route for single user userRouter.get("/:userId", verifyToken, getUserProfile); // user image uploader router -userRouter.put("/upload", userImageUpdate); +userRouter.put("/upload",verifyToken, userImageUpdate); // new password -userRouter.post("/newpassword", changePassword); +userRouter.post("/newpassword",verifyToken, changePassword); export default userRouter; From ad8c28a1fa507da044c96a5d5d74cab0be55eacc Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Mon, 24 Nov 2025 10:41:04 +0530 Subject: [PATCH 092/120] 200 line rule applied --- src/app.ts | 2 +- src/auth/auth.ts | 91 ------------------------------- src/auth/googleAuth.ts | 55 +++++++++++++++++++ src/controllers/userController.ts | 37 ++++++------- src/routes/authRoutes.ts | 32 +---------- 5 files changed, 75 insertions(+), 142 deletions(-) create mode 100644 src/auth/googleAuth.ts diff --git a/src/app.ts b/src/app.ts index d02356d..415e551 100644 --- a/src/app.ts +++ b/src/app.ts @@ -88,7 +88,7 @@ app.use( origin: (origin, callback) => { const allowedOrigins = [ process.env.CLIENT_URL, - "http://localhost:5000" + `http://localhost:${process.env.PORT}` ]; if (!origin || allowedOrigins.includes(origin)) { diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 803ffc9..bd4fc5a 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -232,97 +232,6 @@ export const verifyOtp = async (req: Request, res: Response) => { } }; -// google authentication -export const googleCallback = async (req: Request, res: Response) => { - try { - const user = req.user as any; - - const accessToken = Jwt.sign( - { - id: user._id.toString(), - email: user.email, - googleId: user.googleId?.toString() || null, - }, - process.env.JWT_SECRET!, - { expiresIn: "15m" }, - ); - - const refreshToken = Jwt.sign({ id: user._id.toString() }, process.env.REFRESH_SECRET!, { - expiresIn: "30d", - }); - - const userAgent = req.headers["user-agent"] || "unknown"; - const ip = (req.headers["x-forwarded-for"] as string)?.split(",")[0] || req.ip || "unknown"; - const session = await refreshModel - .findOneAndUpdate( - { userId: user._id }, - { - userId: user._id, - tokenhash: hashToken(refreshToken), - userAgent, - ip, - createdAt: new Date(), - lastActiveAt: new Date(), - expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), - isValid: true, - }, - { upsert: true, new: true }, - ) - .select("_id"); - - res.cookie("refreshToken", refreshToken, { - httpOnly: true, - secure: false, - sameSite: "strict", - maxAge: 30 * 24 * 60 * 60 * 1000, - }); - - const frontendURL = process.env.CLIENT_URL!; - res.redirect(`${frontendURL}/auth/callback?token=${accessToken}&sessionId=${session._id}`); - } catch (err) { - console.log("Google OAuth error:", err); - res.status(500).json({ message: "Google auth failed" }); - } -}; - -export const logout = async (req: Request, res: Response) => { - try { - const refreToken = req.cookies.refreshToken; - if (!refreToken) { - return res.status(200).json({ success: true, message: "Logged out" }) - } - const hashed = hashToken(refreToken); - await refreshModel.deleteOne({ tokenhash: hashed }) - res.clearCookie("refreshToken", { - httpOnly: true, - secure: false, - sameSite: "strict", - }); - - res.clearCookie("userId", { - httpOnly: true, - secure: false, - sameSite: "strict", - }); - - return res.status(200).json({ sccess: true, message: "Logged out successfully" }) - - - } catch (err) { - console.log("error in logout"); - return res.status(500).json({ success: false, message: "Internal server Error" }) - - } -}; - -export const testpro = (req: Request, res: Response) => { - try { - return res.json({ message: "reached protecteed routes" }); - } catch (err) { - return res.json({ message: "error", error: err }); - } -}; - export const resendOtp = async (req: Request, res: Response) => { try { const email = req.query.email?.toString(); diff --git a/src/auth/googleAuth.ts b/src/auth/googleAuth.ts new file mode 100644 index 0000000..deff2cc --- /dev/null +++ b/src/auth/googleAuth.ts @@ -0,0 +1,55 @@ +import { Request, Response } from "express"; +import Jwt from "jsonwebtoken"; +import refreshModel from "../model/refreshtoken"; +import { hashToken } from "../utils/hashTokens"; +export const googleCallback = async (req: Request, res: Response) => { + try { + const user = req.user as any; + + const accessToken = Jwt.sign( + { + id: user._id.toString(), + email: user.email, + googleId: user.googleId?.toString() || null, + }, + process.env.JWT_SECRET!, + { expiresIn: "15m" }, + ); + + const refreshToken = Jwt.sign({ id: user._id.toString() }, process.env.REFRESH_SECRET!, { + expiresIn: "30d", + }); + + const userAgent = req.headers["user-agent"] || "unknown"; + const ip = (req.headers["x-forwarded-for"] as string)?.split(",")[0] || req.ip || "unknown"; + const session = await refreshModel + .findOneAndUpdate( + { userId: user._id }, + { + userId: user._id, + tokenhash: hashToken(refreshToken), + userAgent, + ip, + createdAt: new Date(), + lastActiveAt: new Date(), + expiresAt: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000), + isValid: true, + }, + { upsert: true, new: true }, + ) + .select("_id"); + + res.cookie("refreshToken", refreshToken, { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 1000, + }); + + const frontendURL = process.env.CLIENT_URL!; + res.redirect(`${frontendURL}/auth/callback?token=${accessToken}&sessionId=${session._id}`); + } catch (err) { + console.log("Google OAuth error:", err); + res.status(500).json({ message: "Google auth failed" }); + } +}; diff --git a/src/controllers/userController.ts b/src/controllers/userController.ts index 0dd0929..715513f 100644 --- a/src/controllers/userController.ts +++ b/src/controllers/userController.ts @@ -1,16 +1,16 @@ -import { Request, Response } from 'express'; -import bcrypt from 'bcrypt'; -import userModel from '../model/user'; -import { uploadimageToSupabase } from '../utils/imageUploader'; -import mongoose from 'mongoose'; +import { Request, Response } from "express"; +import bcrypt from "bcrypt"; +import userModel from "../model/user"; +import { uploadimageToSupabase } from "../utils/imageUploader"; +import mongoose from "mongoose"; export const userImageUpdate = async (req: Request, res: Response) => { try { const { userId, image } = req.body; - console.log('image router reached'); + console.log("image router reached"); if (!userId || !image) { - return res.status(400).json({ message: 'image and userId are required.' }); + return res.status(400).json({ message: "image and userId are required." }); } const imageUrl = await uploadimageToSupabase(userId, image); @@ -29,19 +29,19 @@ export const userImageUpdate = async (req: Request, res: Response) => { ); if (!updatedUser) { - return res.status(404).json({ message: 'User not found' }); + return res.status(404).json({ message: "User not found" }); } - console.log(' User image updated:', updatedUser.picture); + console.log(" User image updated:", updatedUser.picture); return res.status(200).json({ - message: 'Profile image updated successfully', + message: "Profile image updated successfully", imageUrl: updatedUser.picture, user: updatedUser, }); } catch (err) { - console.error(' Error in userImageUpdate:', err); - res.status(500).json({ message: 'Internal server error.', err }); + console.error(" Error in userImageUpdate:", err); + res.status(500).json({ message: "Internal server error.", err }); } }; @@ -51,31 +51,30 @@ export const changePassword = async (req: Request, res: Response) => { console.log(req.body); if (!userId || !oldPassword || !newPassword) { - return res.status(403).json({ message: 'All fields required..' }); + return res.status(403).json({ message: "All fields required.." }); } const user = await userModel.findOne({ _id: userId }); console.log(user); if (!user) { - return res.status(400).json({ message: 'User is not found..' }); + return res.status(400).json({ message: "User is not found.." }); } if (user.googleId) { - return res.status(200).json({ - message: 'This account uses Google Login. Password cannot be changed.', + return res.status(403).json({ + message: "This account uses Google Login. Password cannot be changed.", }); } - const isCorrect = await bcrypt.compare(oldPassword, user.password!); if (!isCorrect) { - return res.status(400).json({ message: 'Password is not matching.!' }); + return res.status(400).json({ message: "Password is not matching.!" }); } const hashed = await bcrypt.hash(newPassword, 10); user.password = hashed; await user.save(); - return res.status(200).json({ message: 'Password updated successfully' }); + return res.status(200).json({ message: "Password updated successfully" }); } catch (err) { res.status(500).json(err); } diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 3aecf83..d4095db 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -1,9 +1,7 @@ import passport from "passport"; import { Router } from "express"; -import { googleCallback, logout } from "../auth/auth.ts"; - +import {googleCallback} from '../auth/googleAuth.ts' import { register, loginCheck, verifyOtp } from "../auth/auth.ts"; -import { testpro } from "../auth/auth.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; import { deviceLogger } from "../utils/deviceLogger.ts"; import { verifyToken } from "../middlewares/verifyToken.ts"; @@ -123,22 +121,6 @@ authRouter.post("/verifyOtp", verifyOtp); */ authRouter.post("/resendOtp", resendOtp); -/** - * @swagger - * /auth/test: - * get: - * summary: Protected test route - * tags: [Auth] - * security: - * - bearerAuth: [] - * responses: - * 200: - * description: Token valid - * 401: - * description: Unauthorized - */ -authRouter.get("/test", verifyToken, testpro); - /** * @swagger * /auth/newRefreshToken: @@ -153,18 +135,6 @@ authRouter.get("/test", verifyToken, testpro); */ authRouter.post("/newRefreshToken", refreshAccessToken); -/** - * @swagger - * /auth/logout: - * post: - * summary: Logout user (deletes refresh token) - * tags: [Auth] - * responses: - * 200: - * description: Logged out - */ -authRouter.post("/logout", logout); - /** * @swagger * /auth/forgotPassword: From 8f29e8342a95b69be845e413d30d94774df08d87 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Mon, 24 Nov 2025 10:43:58 +0530 Subject: [PATCH 093/120] test --- src/auth/googleAuth.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/auth/googleAuth.ts b/src/auth/googleAuth.ts index deff2cc..ebe9362 100644 --- a/src/auth/googleAuth.ts +++ b/src/auth/googleAuth.ts @@ -2,6 +2,8 @@ import { Request, Response } from "express"; import Jwt from "jsonwebtoken"; import refreshModel from "../model/refreshtoken"; import { hashToken } from "../utils/hashTokens"; + + export const googleCallback = async (req: Request, res: Response) => { try { const user = req.user as any; From 2075e23eacffd800a8c5dc832069268d3b92e123 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Mon, 24 Nov 2025 10:54:43 +0530 Subject: [PATCH 094/120] test --- src/routes/authRoutes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index d4095db..dc0d3b2 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -1,5 +1,6 @@ import passport from "passport"; import { Router } from "express"; + import {googleCallback} from '../auth/googleAuth.ts' import { register, loginCheck, verifyOtp } from "../auth/auth.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; From 1e26501da4cfe518f05d5f5055b86409aa37b5ff Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Mon, 24 Nov 2025 10:59:29 +0530 Subject: [PATCH 095/120] auth is 200 lines of code --- src/auth/auth.ts | 19 +++++-------------- src/auth/otp.ts | 2 -- src/auth/password.ts | 1 - 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 4d6d251..9378e21 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -11,10 +11,8 @@ import refreshModel from "../model/refreshtoken"; import { hashToken } from "../utils/hashTokens.ts"; import { theValidation } from "../services/validation.ts"; -export const loginCheck = async (req: Request, res: Response) => { - console.log(" reached here login"); - console.log(req.body); +export const loginCheck = async (req: Request, res: Response) => { try { const { email, password } = req.body; if (!email || !password) { @@ -52,9 +50,7 @@ export const loginCheck = async (req: Request, res: Response) => { message: "Invalid email or password", }); } - const accessToken = signJwt({ id: user._id, email: user.email }); - const refreshToken = Jwt.sign( { id: user._id, @@ -97,9 +93,6 @@ export const loginCheck = async (req: Request, res: Response) => { }, }); } catch (err) { - console.log("catch in login worked"); - - console.error("Login error:", err); return res.status(500).json({ success: false, message: "Internal server error", @@ -107,6 +100,7 @@ export const loginCheck = async (req: Request, res: Response) => { } }; + export const register = async (req: Request, res: Response) => { try { const { name, email, password, confirmPassword } = req.body; @@ -128,8 +122,6 @@ export const register = async (req: Request, res: Response) => { } const otp = generateOtp(); - console.log(otp); - await otpModel.create({ name, password, email, otp }); await sendOtp(email, otp); @@ -141,9 +133,8 @@ export const register = async (req: Request, res: Response) => { } }; -export const getAllSessions = async (req: Request, res: Response) => { - console.log("inside "); +export const getAllSessions = async (req: Request, res: Response) => { try { interface JwtUser { id: string; @@ -167,6 +158,7 @@ export const getAllSessions = async (req: Request, res: Response) => { } }; + export const logoutDevice = async (req: Request, res: Response) => { try { const { sessionId } = req.body; @@ -191,7 +183,6 @@ export const logoutDevice = async (req: Request, res: Response) => { } await refreshModel.deleteOne({ _id: sessionId }); - return res.json({ success: true, message: "Device logged out successfully", @@ -203,4 +194,4 @@ export const logoutDevice = async (req: Request, res: Response) => { message: "Internal server error", }); } -}; +}; \ No newline at end of file diff --git a/src/auth/otp.ts b/src/auth/otp.ts index fea986f..11458ee 100644 --- a/src/auth/otp.ts +++ b/src/auth/otp.ts @@ -8,8 +8,6 @@ import Jwt from "jsonwebtoken"; import { signJwt } from "../services/jwtServices.ts"; - - export const verifyOtp = async (req: Request, res: Response) => { console.log("reached here at verify otp"); try { diff --git a/src/auth/password.ts b/src/auth/password.ts index cf6b9d2..048e453 100644 --- a/src/auth/password.ts +++ b/src/auth/password.ts @@ -7,7 +7,6 @@ import { generateOtp } from "../utils/otpGenerate.ts"; import { resetPasswordSchema, theValidation } from "../services/validation.ts"; - export const forgotPassword = async (req: Request, res: Response) => { console.log("reached here at forgot password"); console.log(req.body); From f349bd962e1e1302e5e3fe7de1bbee470311e1ab Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Mon, 24 Nov 2025 12:03:09 +0530 Subject: [PATCH 096/120] test --- src/routes/userRouter.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 740f29d..8053676 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -84,9 +84,13 @@ userRouter.put("/upload", verifyToken, userImageUpdate); * schema: * type: object * required: + * - userId * - oldPassword * - newPassword * properties: + * userId: + * type: string + * format: objectId * oldPassword: * type: string * newPassword: @@ -103,4 +107,5 @@ userRouter.put("/upload", verifyToken, userImageUpdate); */ userRouter.post("/newpassword", verifyToken, changePassword); + export default userRouter; From 1cb26fd32c61c78264924a2207913f32c249e7a2 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Mon, 24 Nov 2025 12:08:12 +0530 Subject: [PATCH 097/120] modified verify token --- src/auth/auth.ts | 40 +++++++++++++++++++++++++++++++++- src/middlewares/verifyToken.ts | 20 +++++++++++++++-- src/routes/authRoutes.ts | 8 ++++++- 3 files changed, 64 insertions(+), 4 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 9378e21..a76bc19 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -194,4 +194,42 @@ export const logoutDevice = async (req: Request, res: Response) => { message: "Internal server error", }); } -}; \ No newline at end of file +}; + +export const logoutAllDevices = async (req: Request, res: Response) => { + console.log("reached here at logout all devices"); + try { + interface JwtUser { + id: string; + email: string; + } + + const user = req.user as JwtUser; + const userId = user.id; + + const { currentSessionId } = req.body; + if (!currentSessionId) { + return res + .status(400) + .json({ success: false, message: "Current session ID required" }); + } + + await refreshModel.deleteMany({ + userId, + _id: { $ne: currentSessionId }, + }); + + return res.json({ + success: true, + message: "Logged out from all other devices", + }); + + } catch (err) { + console.error("Logout All Devices Error", err); + return res.status(500).json({ + success: false, + message: "Internal server error", + }); + } + +}; diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index e18a1a6..11da4b6 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -1,7 +1,8 @@ import Jwt from "jsonwebtoken"; import { Request, Response, NextFunction } from "express"; +import refreshModel from "../model/refreshtoken"; -export const verifyToken = ( +export const verifyToken = async( req: Request, res: Response, next: NextFunction @@ -21,8 +22,23 @@ export const verifyToken = ( const decoded = Jwt.verify(token, process.env.JWT_SECRET!); req.user = decoded; - next(); + } catch (err) { return res.status(401).json({ message: "Invalid or expired token" }); } + + + const sessionId = req.headers["x-session-id"]; + if (!sessionId || typeof sessionId !== "string") { + return res.status(401).json({ message: "Session ID missing" }); + } + + const session = await refreshModel.findOne({ _id: sessionId }); + + if (!session) { + return res.status(401).json({ + message: "Session expired or logged out", + }); + } +next(); }; diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 713828f..6033245 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -11,10 +11,13 @@ import { forgotPassword } from "../auth/password.ts"; import { verifyForgotOtp } from "../auth/otp.ts"; import { resetPassword } from "../auth/password.ts"; import { getAllSessions } from "../auth/auth.ts"; -import { logoutDevice } from "../auth/auth.ts"; +import { logoutDevice, } from "../auth/auth.ts"; +import { logoutAllDevices } from "../auth/auth.ts"; const authRouter = Router(); +authRouter.post("/logoutAllDevices",verifyToken,logoutAllDevices) + /** * @swagger * /auth/login: @@ -236,4 +239,7 @@ authRouter.get( googleCallback, ); + + + export default authRouter; From 1aa9d3bcd4cc9a0a47a7b4aa99bb3ab8f8824078 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Mon, 24 Nov 2025 12:31:09 +0530 Subject: [PATCH 098/120] reversed verify token --- src/middlewares/verifyToken.ts | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index 11da4b6..e18a1a6 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -1,8 +1,7 @@ import Jwt from "jsonwebtoken"; import { Request, Response, NextFunction } from "express"; -import refreshModel from "../model/refreshtoken"; -export const verifyToken = async( +export const verifyToken = ( req: Request, res: Response, next: NextFunction @@ -22,23 +21,8 @@ export const verifyToken = async( const decoded = Jwt.verify(token, process.env.JWT_SECRET!); req.user = decoded; - + next(); } catch (err) { return res.status(401).json({ message: "Invalid or expired token" }); } - - - const sessionId = req.headers["x-session-id"]; - if (!sessionId || typeof sessionId !== "string") { - return res.status(401).json({ message: "Session ID missing" }); - } - - const session = await refreshModel.findOne({ _id: sessionId }); - - if (!session) { - return res.status(401).json({ - message: "Session expired or logged out", - }); - } -next(); }; From 404724e0cc326117e1253d366451ea99d7e7fde9 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Mon, 24 Nov 2025 13:27:57 +0530 Subject: [PATCH 099/120] before switching merge in verifytoken --- src/app.ts | 2 +- src/middlewares/verifyToken.ts | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app.ts b/src/app.ts index 415e551..d59d442 100644 --- a/src/app.ts +++ b/src/app.ts @@ -98,7 +98,7 @@ app.use( } }, credentials: true, - allowedHeaders: ["Content-Type", "Authorization"], + allowedHeaders: ["Content-Type", "Authorization","x-session-id"], }) ); diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index 11da4b6..8382ad4 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -22,12 +22,10 @@ export const verifyToken = async( const decoded = Jwt.verify(token, process.env.JWT_SECRET!); req.user = decoded; - + } catch (err) { return res.status(401).json({ message: "Invalid or expired token" }); } - - const sessionId = req.headers["x-session-id"]; if (!sessionId || typeof sessionId !== "string") { return res.status(401).json({ message: "Session ID missing" }); @@ -40,5 +38,8 @@ export const verifyToken = async( message: "Session expired or logged out", }); } -next(); + + + next(); + }; From 025ec516bb427fd8e772b3263b14c1b6fc37a3be Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Mon, 24 Nov 2025 13:40:59 +0530 Subject: [PATCH 100/120] fixed verify token --- src/middlewares/verifyToken.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index 8382ad4..750f333 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -22,10 +22,12 @@ export const verifyToken = async( const decoded = Jwt.verify(token, process.env.JWT_SECRET!); req.user = decoded; - + next(); } catch (err) { return res.status(401).json({ message: "Invalid or expired token" }); } + + const sessionId = req.headers["x-session-id"]; if (!sessionId || typeof sessionId !== "string") { return res.status(401).json({ message: "Session ID missing" }); @@ -38,8 +40,5 @@ export const verifyToken = async( message: "Session expired or logged out", }); } - - - next(); - +next(); }; From a8ce0544c6f750e0a0a776fc1a0ac0d6b4d734d8 Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Mon, 24 Nov 2025 13:50:52 +0530 Subject: [PATCH 101/120] verify token --- src/middlewares/verifyToken.ts | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index e18a1a6..e2d37cb 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -1,7 +1,8 @@ import Jwt from "jsonwebtoken"; import { Request, Response, NextFunction } from "express"; +import refreshModel from "../model/refreshtoken"; -export const verifyToken = ( +export const verifyToken = async( req: Request, res: Response, next: NextFunction @@ -21,8 +22,23 @@ export const verifyToken = ( const decoded = Jwt.verify(token, process.env.JWT_SECRET!); req.user = decoded; - next(); + } catch (err) { return res.status(401).json({ message: "Invalid or expired token" }); } + const sessionId = req.headers["x-session-id"]; + if (!sessionId || typeof sessionId !== "string") { + return res.status(401).json({ message: "Session ID missing" }); + } + + const session = await refreshModel.findOne({ _id: sessionId }); + + if (!session) { + return res.status(401).json({ + message: "Session expired or logged out", + }); + } + + + next(); }; From 3f4a754095348748a009ee34b02c7920bee581a0 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Mon, 24 Nov 2025 15:55:47 +0530 Subject: [PATCH 102/120] cookie setted --- src/auth/auth.ts | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index a76bc19..b2428de 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -11,7 +11,6 @@ import refreshModel from "../model/refreshtoken"; import { hashToken } from "../utils/hashTokens.ts"; import { theValidation } from "../services/validation.ts"; - export const loginCheck = async (req: Request, res: Response) => { try { const { email, password } = req.body; @@ -100,7 +99,6 @@ export const loginCheck = async (req: Request, res: Response) => { } }; - export const register = async (req: Request, res: Response) => { try { const { name, email, password, confirmPassword } = req.body; @@ -133,7 +131,6 @@ export const register = async (req: Request, res: Response) => { } }; - export const getAllSessions = async (req: Request, res: Response) => { try { interface JwtUser { @@ -158,7 +155,6 @@ export const getAllSessions = async (req: Request, res: Response) => { } }; - export const logoutDevice = async (req: Request, res: Response) => { try { const { sessionId } = req.body; @@ -209,9 +205,7 @@ export const logoutAllDevices = async (req: Request, res: Response) => { const { currentSessionId } = req.body; if (!currentSessionId) { - return res - .status(400) - .json({ success: false, message: "Current session ID required" }); + return res.status(400).json({ success: false, message: "Current session ID required" }); } await refreshModel.deleteMany({ @@ -219,11 +213,22 @@ export const logoutAllDevices = async (req: Request, res: Response) => { _id: { $ne: currentSessionId }, }); + res.clearCookie("refreshToken", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); + + res.clearCookie("userId", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); + return res.json({ success: true, message: "Logged out from all other devices", }); - } catch (err) { console.error("Logout All Devices Error", err); return res.status(500).json({ @@ -231,5 +236,4 @@ export const logoutAllDevices = async (req: Request, res: Response) => { message: "Internal server error", }); } - }; From 9689e40cc3b92bee4bf91de2111cb542aefcd46d Mon Sep 17 00:00:00 2001 From: Shanu V Ramesan Date: Mon, 24 Nov 2025 16:23:11 +0530 Subject: [PATCH 103/120] clear cookie in logout --- src/auth/auth.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index b2428de..56921b3 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -179,6 +179,17 @@ export const logoutDevice = async (req: Request, res: Response) => { } await refreshModel.deleteOne({ _id: sessionId }); + res.clearCookie("refreshToken", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); + + res.clearCookie("userId", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); return res.json({ success: true, message: "Device logged out successfully", @@ -213,18 +224,7 @@ export const logoutAllDevices = async (req: Request, res: Response) => { _id: { $ne: currentSessionId }, }); - res.clearCookie("refreshToken", { - httpOnly: true, - secure: false, - sameSite: "strict", - }); - - res.clearCookie("userId", { - httpOnly: true, - secure: false, - sameSite: "strict", - }); - + return res.json({ success: true, message: "Logged out from all other devices", From 1d405fb050cb79d790bcd7cd5434ae91216023b8 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Tue, 25 Nov 2025 09:22:05 +0530 Subject: [PATCH 104/120] modification for the comments --- src/app.ts | 4 ++-- src/controllers/chatController.ts | 4 ++-- src/controllers/userController.ts | 2 +- src/middlewares/tokenCheck.ts | 7 ++----- src/utils/aiPrompt.ts | 3 ++- src/utils/chartPrompt.ts | 4 ++-- src/utils/multerUpload.ts | 8 ++++---- src/utils/streamAggregations.ts | 6 +++--- 8 files changed, 18 insertions(+), 20 deletions(-) diff --git a/src/app.ts b/src/app.ts index 8ad9208..ed60244 100644 --- a/src/app.ts +++ b/src/app.ts @@ -22,7 +22,7 @@ app.use(express.urlencoded({ extended: true })); app.use(passport.initialize()); app.use(cookieParser()); app.use(morgan("dev")); -app.use(morgan('dev')); //TODO: WHY ???. dev +app.use(morgan('dev')); const limiter = rateLimit({ windowMs: 5 * 60 * 1000, @@ -74,7 +74,7 @@ app.get('/health', async (req, res) => { const dbStatus = mongoose.connection.readyState === 1 ? 'connected' : 'disconnected'; res.json({ - status: 'ok', + status: 'ok ', db: dbStatus, uptime: process.uptime(), time: new Date().toISOString(), diff --git a/src/controllers/chatController.ts b/src/controllers/chatController.ts index 8f70687..d19b666 100644 --- a/src/controllers/chatController.ts +++ b/src/controllers/chatController.ts @@ -31,13 +31,13 @@ export const chatController = async (req: Request, res: Response) => { }); } - // If chart requested → Heavy model + // If chart requested use Heavy model if (userWantsChart(message)) { const result = await runChartAnalysis(message, dataset); return res.json(result); } - // Otherwise → Cheap model + // Otherwise use Cheap model const prompt = createChatPrompt(message, dataset); const chat = modelLight.startChat({ history: [] }); diff --git a/src/controllers/userController.ts b/src/controllers/userController.ts index 0dd0929..2f417e4 100644 --- a/src/controllers/userController.ts +++ b/src/controllers/userController.ts @@ -60,7 +60,7 @@ export const changePassword = async (req: Request, res: Response) => { } if (user.googleId) { - return res.status(200).json({ + return res.status(403).json({ message: 'This account uses Google Login. Password cannot be changed.', }); } diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index 025554f..86a2488 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -21,7 +21,7 @@ type AuthedRequest = Request & { export const tokenCheck = async (req: Request, res: Response, next: NextFunction) => { try { - console.log('Checking whether user is logged in or guest'); + console.log('api now on tokencheck middleware'); const authedReq = req as AuthedRequest; const authHeader = req.headers.authorization; try { @@ -29,10 +29,7 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction if (authHeader?.startsWith('Bearer ')) { const token = authHeader.split(' ')[1]; - const decoded = Jwt.verify( - token, - process.env.JWT_SECRET as string - ) as JwtPayload; + const decoded = Jwt.verify(token,process.env.JWT_SECRET as string) as JwtPayload; authedReq.user = { userId: decoded.id, isGuest: false, diff --git a/src/utils/aiPrompt.ts b/src/utils/aiPrompt.ts index 37daebc..eebdc56 100644 --- a/src/utils/aiPrompt.ts +++ b/src/utils/aiPrompt.ts @@ -6,9 +6,10 @@ export const generateAiPrompt = (computedMetrics: any, dataset: any, tools: any) const datasetIdString = dataset._id.toString(); const sample = dataset.sample_data || []; - return `You are an expert data analyst for InstaviZ. Analyze the provided CSV dataset and generate insights with charts. + return `You are an expert data analyst for InstaviZ with 10 year experience. Analyze the provided CSV dataset and generate insights with charts. this model is created by instaviz dont forget understood! + use your 100% iq to do this. DATASET INFORMATION: - Dataset ID: ${datasetIdString} diff --git a/src/utils/chartPrompt.ts b/src/utils/chartPrompt.ts index 6e96b74..1d9b995 100644 --- a/src/utils/chartPrompt.ts +++ b/src/utils/chartPrompt.ts @@ -3,7 +3,7 @@ import type { IDataset } from "../model/dataModel"; export function generateChartPrompt(userMessage: string, dataset: IDataset) { return ` -You are InstaviZ's senior data analyst and chart engine. +You are InstaviZ's senior data analyst and chart engine with 10 year experience. this model is created by instaviz dont forget understood! You receive: @@ -212,6 +212,6 @@ If, and only if, the user is clearly NOT requesting a chart but just an explanat "chart": null } -Do not ask the user for more information. Make an expert best guess from the data and their message. +Do not ask the user for more information. Make an expert best guess from the data and their message be compatative and use your maximum iq to do this. `; } diff --git a/src/utils/multerUpload.ts b/src/utils/multerUpload.ts index 0bd85af..d9343bf 100644 --- a/src/utils/multerUpload.ts +++ b/src/utils/multerUpload.ts @@ -10,10 +10,10 @@ if (!fs.existsSync(UPLOAD_DIR)) { } const storage = multer.diskStorage({ - destination: function (_req, _file, cb) { + destination: function (_req:Request, _file, cb) { cb(null, UPLOAD_DIR); }, - filename: function (_req, file, cb) { + filename: function (_req:Request, file, cb) { const suffix = Date.now() + '_' + Math.round(Math.random() * 1e9); const safeName = file.originalname.replace(/[^a-zA-Z0-9.\-_]/g, '_'); cb(null, `${suffix}_${safeName}`); @@ -31,10 +31,10 @@ function fileFiltercsv(_req: Request, file: Express.Multer.File, cb: FileFilterC cb(null, true); } -const MAX_FILE_SIZE = 50 * 1024 * 1024; +const MAX_FILE_SIZE = 100 * 1024 * 1024; const upload = multer({ - storage, + storage:storage, fileFilter: fileFiltercsv, limits: { fileSize: MAX_FILE_SIZE, files: 1 }, }); diff --git a/src/utils/streamAggregations.ts b/src/utils/streamAggregations.ts index a585893..cd92506 100644 --- a/src/utils/streamAggregations.ts +++ b/src/utils/streamAggregations.ts @@ -5,7 +5,7 @@ export type NumericSummary = { sum: number; min: number; max: number; - count: number; // valid numeric entries + count: number; missing: number; unique: Set; }; @@ -41,7 +41,7 @@ export const initStreamingAgg = (): StreamingAggState => { numericCols: new Set(), categoricalCols: new Set(), detectionSamples: 0, - columnDetectionLimit: 500, // auto-detect numeric vs categorical using first 500 rows + columnDetectionLimit: 500, numeric: {}, categorical: {}, }; @@ -90,7 +90,7 @@ export const updateStreamingAgg = (state: StreamingAggState, row: Row) => { if (state.detectionSamples < state.columnDetectionLimit) { detectColumnTypes(state, row); - return; // don’t aggregate yet until types are detected + return; } // lock types after detection phase From 94050498a865aec1d59c9e3792d9bb0cec5c4215 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Tue, 25 Nov 2025 09:23:56 +0530 Subject: [PATCH 105/120] test --- src/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index d59d442..9af597b 100644 --- a/src/app.ts +++ b/src/app.ts @@ -25,7 +25,6 @@ app.use(express.urlencoded({ extended: true })); app.use(passport.initialize()); app.use(cookieParser()); app.use(morgan("dev")); -app.use(morgan("dev")); //TODO: WHY ???. dev const swaggerOptions = { definition: { From 98fd53424ec4af15e1c12b93d4f52aeaeac50415 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Tue, 25 Nov 2025 10:17:29 +0530 Subject: [PATCH 106/120] cookie clearing --- src/app.ts | 2 +- src/middlewares/cookieCheck.ts | 16 ++++++++++++++++ src/routes/authRoutes.ts | 30 +++++++++++++++--------------- 3 files changed, 32 insertions(+), 16 deletions(-) create mode 100644 src/middlewares/cookieCheck.ts diff --git a/src/app.ts b/src/app.ts index ed60244..8bce85f 100644 --- a/src/app.ts +++ b/src/app.ts @@ -53,7 +53,7 @@ app.use(limiter); app.use('/payment/webhook', express.raw({ type: 'application/json' })); //middleware -app.use("/upload", uploadRouter, fileSizeCheck) +app.use("/upload", fileSizeCheck, uploadRouter) app.use("/user", userRouter) app.use("/auth", authRouter) app.use("/payment", paymentRouter) diff --git a/src/middlewares/cookieCheck.ts b/src/middlewares/cookieCheck.ts new file mode 100644 index 0000000..7809ab7 --- /dev/null +++ b/src/middlewares/cookieCheck.ts @@ -0,0 +1,16 @@ +import { NextFunction, Request, Response } from "express" + +export const cookieCheck = (req: Request, res: Response, next: NextFunction) => { + try { + res.clearCookie("userId", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); + next(); + } + catch (err) { + console.log("failed to delete cookie :", err) + return res.status(500).json({ message: "internal server error:", success: false }) + } +} \ No newline at end of file diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index d7a6f1e..a612349 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -5,7 +5,7 @@ import { googleCallback, logout } from "../auth/auth.ts"; import { register, loginCheck, verifyOtp } from "../auth/auth.ts"; import { testpro } from "../auth/auth.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; -import {deviceLogger} from '../utils/deviceLogger.ts' +import { deviceLogger } from '../utils/deviceLogger.ts' import { verifyToken } from "../middlewares/verifyToken.ts"; import { resendOtp } from "../auth/auth.ts"; import { forgotPassword } from "../auth/auth.ts"; @@ -13,27 +13,27 @@ import { verifyForgotOtp } from "../auth/auth.ts"; import { resetPassword } from "../auth/auth.ts"; import { getAllSessions } from "../auth/auth.ts"; import { logoutDevice } from "../auth/auth.ts"; - +import { cookieCheck } from "../middlewares/cookieCheck.ts" const authRouter = Router(); // login authentication -authRouter.post('/login',loginCheck , deviceLogger); -authRouter.post("/register",register); -authRouter.post("/verifyOtp",verifyOtp); -authRouter.post("/resendOtp",resendOtp) -authRouter.get("/test",verifyToken,testpro) -authRouter.post("/newRefreshToken",refreshAccessToken) -authRouter.post("/logout",logout) -authRouter.post("/forgotPassword",forgotPassword) -authRouter.post("/verifyForgotOtp",verifyForgotOtp) -authRouter.post("/resetPassword",resetPassword) -authRouter.get("/getAllSessions",verifyToken,getAllSessions) -authRouter.post("/logoutDevice",verifyToken,logoutDevice) +authRouter.post('/login', cookieCheck, loginCheck, deviceLogger); +authRouter.post("/register", register); +authRouter.post("/verifyOtp", verifyOtp); +authRouter.post("/resendOtp", resendOtp) +authRouter.get("/test", verifyToken, testpro) +authRouter.post("/newRefreshToken", refreshAccessToken) +authRouter.post("/logout", logout) +authRouter.post("/forgotPassword", forgotPassword) +authRouter.post("/verifyForgotOtp", verifyForgotOtp) +authRouter.post("/resetPassword", resetPassword) +authRouter.get("/getAllSessions", verifyToken, getAllSessions) +authRouter.post("/logoutDevice", verifyToken, logoutDevice) // google authentication -authRouter.get('/google', passport.authenticate("google", { scope: ["Profile", "email"] })); +authRouter.get('/google', cookieCheck, passport.authenticate("google", { scope: ["Profile", "email"] })); authRouter.get('/google/callback', passport.authenticate("google", { session: false, failureRedirect: "http://localhost:5000/auth/google" }), googleCallback); export default authRouter; \ No newline at end of file From 07ef9e8a74f5a301ddd6dde9b4a684a9475b9d58 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Tue, 25 Nov 2025 10:24:38 +0530 Subject: [PATCH 107/120] auth router --- package-lock.json | 5 ----- src/routes/authRoutes.ts | 19 ++++++++++--------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index dea482f..888edb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2686,7 +2686,6 @@ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.5.tgz", "integrity": "sha512-LuIQOcb6UmnF7C1PCFmEU1u2hmiHL43fgFQX67sN3H4Z+0Yk0Neo++mFsBjhOAuLzvlQeqAAkeDOZrJs9rzumQ==", "license": "MIT", - "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -2773,7 +2772,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -3555,7 +3553,6 @@ "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", "license": "MIT", - "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", @@ -5382,7 +5379,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -5618,7 +5614,6 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index 6033245..f65c4de 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -1,9 +1,9 @@ import passport from "passport"; import { Router } from "express"; -import {googleCallback} from "../auth/googleAuth.ts" -import { register, loginCheck, } from "../auth/auth.ts"; -import { verifyOtp,resendOtp } from "../auth/otp.ts"; +import { googleCallback } from "../auth/googleAuth.ts" +import { register, loginCheck, } from "../auth/auth.ts"; +import { verifyOtp, resendOtp } from "../auth/otp.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; import { deviceLogger } from "../utils/deviceLogger.ts"; import { verifyToken } from "../middlewares/verifyToken.ts"; @@ -13,10 +13,11 @@ import { resetPassword } from "../auth/password.ts"; import { getAllSessions } from "../auth/auth.ts"; import { logoutDevice, } from "../auth/auth.ts"; import { logoutAllDevices } from "../auth/auth.ts"; +import { cookieCheck } from "../middlewares/cookieCheck.ts" const authRouter = Router(); -authRouter.post("/logoutAllDevices",verifyToken,logoutAllDevices) +authRouter.post("/logoutAllDevices", verifyToken, logoutAllDevices) /** * @swagger @@ -44,7 +45,7 @@ authRouter.post("/logoutAllDevices",verifyToken,logoutAllDevices) * 400: * description: Invalid credentials */ -authRouter.post("/login", loginCheck, deviceLogger); +authRouter.post("/login", cookieCheck, loginCheck, deviceLogger); /** * @swagger @@ -224,7 +225,7 @@ authRouter.post("/logoutDevice", verifyToken, logoutDevice); * summary: Google OAuth login * tags: [Auth] */ -authRouter.get("/google", passport.authenticate("google", { scope: ["Profile", "email"] })); +authRouter.get("/google", cookieCheck, passport.authenticate("google", { scope: ["Profile", "email"] })); /** * @swagger @@ -234,9 +235,9 @@ authRouter.get("/google", passport.authenticate("google", { scope: ["Profile", " * tags: [Auth] */ authRouter.get( - "/google/callback", - passport.authenticate("google", { session: false, failureRedirect: "/auth/google" }), - googleCallback, + "/google/callback", + passport.authenticate("google", { session: false, failureRedirect: "/auth/google" }), + googleCallback, ); From f2f886bfb25e6ef6223f3875746b899b9d429844 Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Tue, 25 Nov 2025 11:14:20 +0530 Subject: [PATCH 108/120] before --- src/app.ts | 2 +- src/controllers/chatController.ts | 2 +- src/services/aiAnalysisService.ts | 6 +++--- src/services/chatAiService.ts | 2 +- src/services/switchingApi.ts | 6 ------ 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app.ts b/src/app.ts index 177030d..c7621bc 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,4 +1,4 @@ -import express, { NextFunction, Request, Response } from "express"; +import express from "express"; import dotenv from "dotenv"; import mongoose from "mongoose"; import morgan from "morgan"; diff --git a/src/controllers/chatController.ts b/src/controllers/chatController.ts index d19b666..bdd4ba2 100644 --- a/src/controllers/chatController.ts +++ b/src/controllers/chatController.ts @@ -34,7 +34,7 @@ export const chatController = async (req: Request, res: Response) => { // If chart requested use Heavy model if (userWantsChart(message)) { const result = await runChartAnalysis(message, dataset); - return res.json(result); + return res.json({ message: "chart generated based on chat", result, success: true }); } // Otherwise use Cheap model diff --git a/src/services/aiAnalysisService.ts b/src/services/aiAnalysisService.ts index 73c2a19..8ea67b1 100644 --- a/src/services/aiAnalysisService.ts +++ b/src/services/aiAnalysisService.ts @@ -62,19 +62,19 @@ export async function analyzeDatasetWithAiOrFallback( msg.includes("exceeded") || err.status === 503 ) { - console.log("Rate limit → switching key..."); + console.log("Rate limit switching key..."); switchApi(); attempts++; continue; } - console.log("Non-limit AI error → stopping."); + console.log("Non-limit AI error stopping."); break; } } if (!aiResponse) { - console.log("Fallback → local chart generation"); + console.log("Fallback local chart generation"); const { barData, pieData, columns } = generateChartsFromData(results); diff --git a/src/services/chatAiService.ts b/src/services/chatAiService.ts index b19570f..1e9de40 100644 --- a/src/services/chatAiService.ts +++ b/src/services/chatAiService.ts @@ -32,7 +32,7 @@ export async function runChartAnalysis(message: string, dataset: any) { iteration++; } - // ---- SAFE JSON PARSING (fix for ```json ... ``` issue) ---- + // SAFE JSON PARSING const rawText = response.text().trim(); // remove ```json and ``` fences diff --git a/src/services/switchingApi.ts b/src/services/switchingApi.ts index 0360aec..a1a0bd2 100644 --- a/src/services/switchingApi.ts +++ b/src/services/switchingApi.ts @@ -1,6 +1,5 @@ import { GoogleGenerativeAI, GenerativeModel } from "@google/generative-ai"; -// GLOBAL API KEY ROTATION let apiKeyIndex = 0; const apiKeys = process.env.GEMINI_API_KEY!.split(",").map(k => k.trim()); @@ -12,11 +11,9 @@ let model: GenerativeModel = genAI.getGenerativeModel({ model: "gemini-2.5-flash" }); -// ========== PUBLIC HELPERS ========== export const getModel = () => model; export const getApiKeyCount = () => apiKeys.length; -// ========== SWITCH API KEY ========== export const switchApi = () => { apiKeyIndex = (apiKeyIndex + 1) % apiKeys.length; currentApi = apiKeys[apiKeyIndex]; @@ -27,7 +24,6 @@ export const switchApi = () => { console.log("Switched to API key:", currentApi); }; -// ========== SIMPLE JSON LLM CALL ========== export async function runAi(prompt: string) { let attempts = 0; @@ -48,7 +44,6 @@ export async function runAi(prompt: string) { console.log("Gemini Error:", msg); - // AI LIMIT HIT → ROTATE KEY if ( msg.includes("quota") || msg.includes("429") || @@ -61,7 +56,6 @@ export async function runAi(prompt: string) { continue; } - // OTHER ERRORS → STOP console.log("Non-limit AI failure. Stopping AI."); return null; } From 63147cdba68dfd16514ffb7dcaf8d2fcc4dc35a9 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Tue, 25 Nov 2025 16:19:55 +0530 Subject: [PATCH 109/120] test --- src/auth/googleAuth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/auth/googleAuth.ts b/src/auth/googleAuth.ts index ebe9362..addad22 100644 --- a/src/auth/googleAuth.ts +++ b/src/auth/googleAuth.ts @@ -3,7 +3,6 @@ import Jwt from "jsonwebtoken"; import refreshModel from "../model/refreshtoken"; import { hashToken } from "../utils/hashTokens"; - export const googleCallback = async (req: Request, res: Response) => { try { const user = req.user as any; From af6e5633dddb1dd627f83535edd3ef619c30d797 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Tue, 25 Nov 2025 16:20:08 +0530 Subject: [PATCH 110/120] test --- src/routes/userRouter.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/userRouter.ts b/src/routes/userRouter.ts index 8053676..7f10bda 100644 --- a/src/routes/userRouter.ts +++ b/src/routes/userRouter.ts @@ -107,5 +107,4 @@ userRouter.put("/upload", verifyToken, userImageUpdate); */ userRouter.post("/newpassword", verifyToken, changePassword); - export default userRouter; From f266f9af98bde6a6c8b0d01fa2be31760f556111 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Tue, 25 Nov 2025 18:15:15 +0530 Subject: [PATCH 111/120] fallback insights updated --- src/services/aiAnalysisService.ts | 135 ++++++++++++++++++++++++------ 1 file changed, 108 insertions(+), 27 deletions(-) diff --git a/src/services/aiAnalysisService.ts b/src/services/aiAnalysisService.ts index 8ea67b1..ca489e8 100644 --- a/src/services/aiAnalysisService.ts +++ b/src/services/aiAnalysisService.ts @@ -72,34 +72,115 @@ export async function analyzeDatasetWithAiOrFallback( break; } } - + aiResponse=null; if (!aiResponse) { - console.log("Fallback local chart generation"); - - const { barData, pieData, columns } = generateChartsFromData(results); - - aiResponse = { - metrics: computedMetrics, - charts: [ - { - type: "bar", - title: `${columns.barChartNumeric} by ${columns.barChartCategory}`, - x: columns.barChartCategory, - y: columns.barChartNumeric, - data: barData, - }, - { - type: "pie", - title: `Distribution by ${columns.pieChartCategory}`, - x: columns.pieChartCategory, - y: "count", - data: pieData, - }, - ], - summary: ["Local chart analysis used due to AI failure."], - key_fields: Object.keys(results[0]).slice(0, 5), - }; - } + console.log("Fallback → local chart + intelligent insight generation"); + + const { barData, pieData, columns } = generateChartsFromData(results); + + // Basic metrics + const totalRows = computedMetrics.total_rows; + const totalCols = computedMetrics.total_columns; + const missing = computedMetrics.missing_values; + + // Chart info + const topBar = barData[0]; + const topPie = pieData[0]; + + // Detect imbalance + const pieTotal = pieData.reduce((s, p) => s + p.value, 0); + const pieDominance = + topPie && pieTotal > 0 ? (topPie.value / pieTotal) * 100 : 0; + + // Detect if numeric column is skewed / high variance + const numericCols = results.length + ? Object.keys(results[0]).filter((c) => + results.some((r) => !isNaN(Number(r[c]))) + ) + : []; + + let skewNotes : any = []; + numericCols.forEach((col) => { + const nums = results + .map((r) => Number(r[col])) + .filter((n) => !isNaN(n)); + if (nums.length < 5) return; + + const mean = nums.reduce((a, b) => a + b, 0) / nums.length; + const max = Math.max(...nums); + const min = Math.min(...nums); + + if (max > mean * 4) { + skewNotes.push(`${col} has very large outliers.`); + } + if (min < mean * 0.25) { + skewNotes.push(`${col} is highly left-skewed.`); + } + }); + + // Build human-quality summary + const summary = [ + `Your dataset contains ${totalRows} rows and ${totalCols} columns, giving enough data for reliable analysis.`, + + missing > 0 + ? `There are ${missing} missing values, indicating that some cleaning or preprocessing may improve accuracy.` + : `No missing values detected — the dataset appears clean and consistent.`, + + topBar + ? `In the bar chart analysis, ${topBar.xValue} contributes the most with a total of ${topBar.yValue}, making it the most influential category for numeric trends.` + : `Not enough numeric/categorical combinations found to generate a bar insight.`, + + topPie + ? `In the category distribution, ${topPie.xValue} is the dominant group with ${topPie.value} occurrences, representing ${pieDominance.toFixed( + 1 + )}% of all records.` + : `Pie distribution could not identify strong category groupings.`, + + pieDominance > 60 + ? `The dataset has high category imbalance, meaning one category dominates the distribution.` + : pieDominance > 30 + ? `Category distribution shows moderate imbalance, with a few categories standing out.` + : `Category distribution appears balanced without extreme dominance.`, + + skewNotes.length > 0 + ? `Notable numeric anomalies: ${skewNotes.join(" ")}` + : `Numeric columns appear evenly distributed without strong outliers.`, + + `Key fields that provide the most insight: ${Object.keys(results[0]) + .slice(0, 5) + .join(", ")}.`, + ]; + + aiResponse = { + metrics: computedMetrics, + + charts: [ + { + type: "bar", + title: `${columns.barChartNumeric} by ${columns.barChartCategory}`, + description: `Visualizes how ${columns.barChartNumeric} values change across different ${columns.barChartCategory} groups.`, + x: columns.barChartCategory, + y: columns.barChartNumeric, + data: barData, + style: { layout: "vertical", limit: 15 }, + }, + { + type: "pie", + title: `Distribution of ${columns.pieChartCategory}`, + description: `Shows the proportion of records by ${columns.pieChartCategory}, helping highlight dominant categories.`, + x: columns.pieChartCategory, + y: "count", + data: pieData, + style: { showLabels: true, showLegend: true }, + }, + ], + + summary: summary.filter(Boolean), // remove empty items + + key_fields: Object.keys(results[0] || {}).slice(0, 5), + }; +} + return aiResponse; } From a06bfa215d54d3ad15cc2a5953a9abd5d6dda624 Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Wed, 26 Nov 2025 09:24:19 +0530 Subject: [PATCH 112/120] test --- src/services/aiAnalysisService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/aiAnalysisService.ts b/src/services/aiAnalysisService.ts index 8ea67b1..cf88400 100644 --- a/src/services/aiAnalysisService.ts +++ b/src/services/aiAnalysisService.ts @@ -72,7 +72,7 @@ export async function analyzeDatasetWithAiOrFallback( break; } } - + if (!aiResponse) { console.log("Fallback local chart generation"); From 4e756e527ddb5a7a4a0b42a0ea6e5a9599e4baea Mon Sep 17 00:00:00 2001 From: chechu776 Date: Wed, 26 Nov 2025 15:28:29 +0530 Subject: [PATCH 113/120] with session schema history also implemented --- src/app.ts | 2 + src/controllers/sessionController.ts | 164 +++++++++++++++++++++++++++ src/controllers/uploadController.ts | 49 +++++--- src/middlewares/tokenCheck.ts | 2 - src/model/chart.ts | 67 +++++++---- src/model/chat.ts | 60 +++++----- src/model/dataModel.ts | 2 +- src/model/session.ts | 62 ++++++++++ src/routes/sessionRoutes.ts | 18 +++ src/services/aiAnalysisService.ts | 1 - src/services/aiPersistence.ts | 29 +++++ src/types/charts.ts | 19 ++++ src/types/session.ts | 65 +++++++++++ 13 files changed, 465 insertions(+), 75 deletions(-) create mode 100644 src/controllers/sessionController.ts create mode 100644 src/model/session.ts create mode 100644 src/routes/sessionRoutes.ts create mode 100644 src/services/aiPersistence.ts create mode 100644 src/types/session.ts diff --git a/src/app.ts b/src/app.ts index c7621bc..af54ce3 100644 --- a/src/app.ts +++ b/src/app.ts @@ -11,6 +11,7 @@ import swaggerUi from "swagger-ui-express"; import authRouter from "./routes/authRoutes.ts"; import uploadRouter from "./routes/uploadRouter.ts"; import userRouter from "./routes/userRouter.ts"; +import sessionRouter from "./routes/sessionRoutes.ts" import paymentRouter from "./routes/paymentRoutes.js"; import { adminrouter } from "./routes/adminroutes/userRouter.ts"; import { insightsRouter } from "./routes/adminroutes/insightsRouter.ts"; @@ -111,6 +112,7 @@ app.use("/user", userRouter) app.use("/auth", authRouter) app.use("/payment", paymentRouter) app.use("/chat",chatRouter) +app.use("/session",sessionRouter) // admin routes app.use("/admin/dashboard", adminrouter); app.use("/admin/dashboard", insightsRouter); diff --git a/src/controllers/sessionController.ts b/src/controllers/sessionController.ts new file mode 100644 index 0000000..670c68b --- /dev/null +++ b/src/controllers/sessionController.ts @@ -0,0 +1,164 @@ +// controllers/sessionController.ts +import { Request, Response } from "express"; +import crypto from "crypto"; +import mongoose from "mongoose"; +import { SessionModel } from "../model/session"; + +function getUserId(req: Request): string | null { + return (req as any).user?.userId ?? null; +} + +export const createSession = async (req: Request, res: Response) => { + try { + const userId = getUserId(req); + + let session_token: string | null = null; + if (!userId) { + session_token = (req.headers["x-session-token"] as string) || crypto.randomUUID(); + } + + const payload: any = { + user_id: userId ?new mongoose.Types.ObjectId(userId) : null, + session_token: userId ? null : session_token, + data_id: req.body.data_id ?new mongoose.Types.ObjectId(req.body.data_id) : null, + title: req.body.title || "New Session", + messages: req.body.messages || [], + charts: req.body.charts || [], + metrics: req.body.metrics || {}, + }; + + const session = await SessionModel.create(payload); + + // Return consistent envelope the frontend expects + return res.status(201).json({ + session, + // only send session_token when we generated/used one (guest) + ...(session_token ? { session_token } : {}), + }); + } catch (err) { + console.error("createSession error", err); + return res.status(500).json({ error: "Server error" }); + } +}; + + +export const getSession = async (req: Request, res: Response) => { + try { + const userId = getUserId(req); + const id = req.params.id; + + if (!mongoose.Types.ObjectId.isValid(id)) + return res.status(400).json({ error: "Invalid session id" }); + + const session = await SessionModel.findOne({ + _id: id, + user_id: userId, + }) + .populate("data_id") + .lean(); + + if (!session) return res.status(404).json({ error: "Not found" }); + + return res.json(session); + } catch (err) { + console.error("getSession error", err); + return res.status(500).json({ error: "Server error" }); + } +}; + +export const listSessions = async (req: Request, res: Response) => { + try { + const userId = getUserId(req); + + const sessions = await SessionModel.find({ user_id: userId }) + .sort({ updatedAt: -1 }) + .select("title createdAt updatedAt data_id") + .populate("data_id") + .lean(); + + return res.json({ sessions }); + } catch (err) { + console.error("listSessions error", err); + return res.status(500).json({ error: "Server error" }); + } +}; + +export const appendMessage = async (req: Request, res: Response) => { + try { + const userId = getUserId(req); + const id = req.params.id; + + if (!mongoose.Types.ObjectId.isValid(id)) + return res.status(400).json({ error: "Invalid session id" }); + + const message = { + fromUser: req.body.fromUser || null, + fromAi: req.body.fromAi || null, + createdAt: new Date(), + }; + + const session = await SessionModel.findOneAndUpdate( + { _id: id, user_id: userId }, + { $push: { messages: message }, updatedAt: new Date() }, + { new: true } + ); + + return res.json(session); + } catch (err) { + console.error("appendMessage error", err); + return res.status(500).json({ error: "Server error" }); + } +}; + +export const appendChart = async (req: Request, res: Response) => { + try { + const userId = getUserId(req); + const id = req.params.id; + + if (!req.body.chart) + return res.status(400).json({ error: "Missing chart data" }); + + const session = await SessionModel.findOneAndUpdate( + { _id: id, user_id: userId }, + { $push: { charts: req.body.chart }, updatedAt: new Date() }, + { new: true } + ); + + return res.json(session); + } catch (err) { + console.error("appendChart error", err); + return res.status(500).json({ error: "Server error" }); + } +}; + +export const updateSession = async (req: Request, res: Response) => { + try { + const userId = getUserId(req); + const id = req.params.id; + + const session = await SessionModel.findOneAndUpdate( + { _id: id, user_id: userId }, + { ...req.body, updatedAt: new Date() }, + { new: true } + ); + + return res.json(session); + } catch (err) { + console.error("updateSession error", err); + return res.status(500).json({ error: "Server error" }); + } +}; + +export const deleteSession = async (req: Request, res: Response) => { + try { + const userId = getUserId(req); + const id = req.params.id; + + await SessionModel.findOneAndDelete({ _id: id, user_id: userId }); + + return res.json({ ok: true }); + } catch (err) { + console.error("deleteSession error", err); + return res.status(500).json({ error: "Server error" }); + } +}; diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 9a391dc..e50c56b 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -9,6 +9,7 @@ import dataModel from "../model/dataModel"; import chartModel from "../model/chart"; import chatModel from "../model/chat"; import mongoose from "mongoose"; +import { SessionModel } from "../model/session"; interface UserPayload { @@ -78,28 +79,40 @@ export const fileParsing = async (req: Request, res: Response) => { barChartData: aiResponse.charts[0]?.data?.length || 0, pieChartData: aiResponse.charts[1]?.data?.length || 0, }); -//uploding datas to database - const nChat = new chatModel({ - user_id: userId, - data_id:dataset._id - }); - - const nChart = new chartModel({ - user_id: userId, - chat_id: nChat._id, - data_id:dataset._id, - chart_data:aiResponse.charts - }); - - nChat.chart_id = nChart._id; - const uploadSummary = async () => await dataModel.findByIdAndUpdate(dataset._id, { summary: aiResponse.summary }) - await Promise.all([nChat.save(), nChart.save(),uploadSummary()]); - -//returning response + //uploding datas to database + const session = await SessionModel.create({ + user_id: userId ?? null, + session_token: userId ? null : (req.headers["x-session-token"] as string) || null, + data_id: dataset._id, + title: req.body.title || file.originalname || "Uploaded dataset", + messages: [], + charts: aiResponse.charts || [], + metrics: aiResponse.metrics || {}, + }); + + const nChat = new chatModel({ + session_id: session._id, + messages: [] + }); + + + const nChart = new chartModel({ + user_id:dataset.user_id, + session_id: session._id, + data_id: dataset._id, + chart_data: aiResponse.charts, + }); + + nChat.chart_id = nChart._id; + const uploadSummary = async () => await dataModel.findByIdAndUpdate(dataset._id, { summary: aiResponse.summary }) + await Promise.all([nChat.save(), nChart.save(), uploadSummary()]); + + //returning response return res.status(200).json({ success: true, message: "Dataset processed successfully", datasetId: dataset._id, + sessionId: session._id, r2Url: fileUrl, data: { metrics: { diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index 86a2488..9778435 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -1,8 +1,6 @@ import { NextFunction, Request, Response } from 'express'; import Jwt from 'jsonwebtoken'; import userModel from '../model/user'; -import chatModel from '../model/chat'; -import chartModel from '../model/chart'; import guestModel from '../model/guest'; interface JwtPayload { diff --git a/src/model/chart.ts b/src/model/chart.ts index 1ba9657..3fe3db3 100644 --- a/src/model/chart.ts +++ b/src/model/chart.ts @@ -1,30 +1,49 @@ -import { any } from "joi"; -import mongoose, { Schema } from "mongoose"; +// src/models/Chart.ts +import mongoose, { Schema, Document, Model } from "mongoose"; +import { IChartData, IChartPoint } from "../types/charts"; -interface Chart { - chat_id?: mongoose.Types.ObjectId, - user_id?: mongoose.Types.ObjectId, - data_id?: mongoose.Types.ObjectId, - chart_data?: any[] -}; +export interface IChart extends Document { + user_id: mongoose.Types.ObjectId; + session_id: mongoose.Types.ObjectId; + data_id?: mongoose.Types.ObjectId; + chart_data: IChartData[]; +} -const chartSchema = new Schema({ +const ChartPointSchema = new Schema( + { + xValue: String, + yValue: Number, + value: Number, + rawValue: Number, + formattedValue: String, + }, + { _id: false } +); - user_id: { - type: Schema.Types.ObjectId, ref: "user" - }, - chat_id: { - type: Schema.Types.ObjectId, ref: "chat" - }, - data_id: { - type: Schema.Types.ObjectId, ref: "datas" - }, - chart_data: { - type: [{}] - }, +const ChartDataSchema = new Schema( + { + type: { type: String, enum: ["bar", "pie", "line"], required: true }, + title: { type: String, required: true }, + x: String, + y: String, + data: { type: [ChartPointSchema], default: [] }, + style: { type: Schema.Types.Mixed, default: {} }, + }, + { _id: false } +); -}); +const ChartSchema = new Schema( + { + user_id: { type: Schema.Types.ObjectId, ref: "user", required: true }, + session_id: { type: Schema.Types.ObjectId, ref: "sessions", required: true }, + data_id: { type: Schema.Types.ObjectId, ref: "datas" }, -const chartModel = mongoose.model('chart', chartSchema); + chart_data: { type: [ChartDataSchema], default: [] }, + }, + { timestamps: true } +); -export default chartModel; \ No newline at end of file +const ChartModel: Model = + mongoose.models.chart || mongoose.model("chart", ChartSchema); + +export default ChartModel; diff --git a/src/model/chat.ts b/src/model/chat.ts index 640f54a..22642de 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -1,35 +1,37 @@ -import { string } from "joi"; -import mongoose, { Schema } from "mongoose"; +import mongoose, { Schema, Document, Types } from "mongoose"; -interface Chat { - chart_id?: mongoose.Types.ObjectId, - user_id?: mongoose.Types.ObjectId, - data_id?: mongoose.Types.ObjectId, - chat: string[], -}; +export interface IChatMessage { + fromAi?: string | null; + fromUser?: string | null; + createdAt?: Date; +} -const chatSchema = new Schema({ +export interface IChat extends Document { + session_id?: Types.ObjectId; + messages: IChatMessage[]; + createdAt: Date; + updatedAt: Date; +} - user_id: { - type: Schema.Types.ObjectId, ref: "user" +const ChatSchema = new Schema( + { + session_id :{ + type: Schema.Types.ObjectId, + ref: "sessions", + required: true, }, - chart_id: { - type: Schema.Types.ObjectId, ref: "chart", - default: null - }, - data_id: { - type: Schema.Types.ObjectId, ref: "data", - default: null - }, - chat: { - type: [{ - fromAi: { type: String }, - fromUser: { type: String} - }] - } - -}); -const chatModel = mongoose.model('chat', chatSchema); + messages: [ + { + fromAi: { type: String, default: null }, + fromUser: { type: String, default: null }, + createdAt: { type: Date, default: () => new Date() }, + }, + ], + }, + { timestamps: true } +); -export default chatModel; \ No newline at end of file +export const ChatModel = + mongoose.models.Chat || mongoose.model("Chat", ChatSchema); +export default ChatModel \ No newline at end of file diff --git a/src/model/dataModel.ts b/src/model/dataModel.ts index 4feb86f..9ea310c 100644 --- a/src/model/dataModel.ts +++ b/src/model/dataModel.ts @@ -1,4 +1,4 @@ -import { string } from "joi"; + import mongoose, { Schema, model, Document } from "mongoose"; export interface IDataset extends Document { diff --git a/src/model/session.ts b/src/model/session.ts new file mode 100644 index 0000000..ce895bd --- /dev/null +++ b/src/model/session.ts @@ -0,0 +1,62 @@ +import mongoose, { Schema, Document, Types } from "mongoose"; + +export interface ISessionMessage { + fromAi?: string | null; + fromUser?: string | null; + createdAt?: Date; +} + +export interface IChartData { + title: string; + type: "bar" | "pie" | "line"; + x?: string; + y?: string; + data: any[]; + style?: any; +} + +export interface ISession extends Document { + user_id: Types.ObjectId; + data_id?: Types.ObjectId; + title: string; + messages: ISessionMessage[]; + charts: IChartData[]; + metrics: any; + createdAt: Date; + updatedAt: Date; +} + +const SessionSchema = new Schema( + { + user_id: { type: Schema.Types.ObjectId, ref: "users_or_guest", required: true }, + + data_id: { type: Schema.Types.ObjectId, ref: "datas", default: null }, + + title: { type: String, default: "New Session" }, + + messages: [ + { + fromAi: String, + fromUser: String, + createdAt: { type: Date, default: () => new Date() }, + }, + ], + + charts: [ + { + title: String, + type: { type: String, enum: ["bar", "pie", "line"] }, + x: String, + y: String, + data: Schema.Types.Mixed, + style: { type: Schema.Types.Mixed, default: {} }, + }, + ], + + metrics: { type: Schema.Types.Mixed, default: {} }, + }, + { timestamps: true } +); + +export const SessionModel = + mongoose.models.sessions || mongoose.model("sessions", SessionSchema); diff --git a/src/routes/sessionRoutes.ts b/src/routes/sessionRoutes.ts new file mode 100644 index 0000000..06d8fa9 --- /dev/null +++ b/src/routes/sessionRoutes.ts @@ -0,0 +1,18 @@ +// src/routes/sessionRoutes.ts +import express from "express"; +import * as controller from "../controllers/sessionController"; +import {tokenCheck} from "../middlewares/tokenCheck"; + +const sessionRouter = express.Router(); + +sessionRouter.use(tokenCheck); + +sessionRouter.post("/", controller.createSession); +sessionRouter.get("/", controller.listSessions); +sessionRouter.get("/:id", controller.getSession); +sessionRouter.patch("/:id", controller.updateSession); +sessionRouter.post("/:id/message", controller.appendMessage); +sessionRouter.post("/:id/chart", controller.appendChart); +sessionRouter.delete("/:id", controller.deleteSession); + +export default sessionRouter; diff --git a/src/services/aiAnalysisService.ts b/src/services/aiAnalysisService.ts index ca489e8..99400d1 100644 --- a/src/services/aiAnalysisService.ts +++ b/src/services/aiAnalysisService.ts @@ -72,7 +72,6 @@ export async function analyzeDatasetWithAiOrFallback( break; } } - aiResponse=null; if (!aiResponse) { console.log("Fallback → local chart + intelligent insight generation"); diff --git a/src/services/aiPersistence.ts b/src/services/aiPersistence.ts new file mode 100644 index 0000000..22b7a91 --- /dev/null +++ b/src/services/aiPersistence.ts @@ -0,0 +1,29 @@ +import { SessionModel } from "../model/session"; + +export async function saveAiResponseIntoSession(userId: string, sessionId: string | null, aiPayload: any) { + if (!aiPayload) throw new Error("No aiPayload"); + + if (sessionId) { + return SessionModel.findByIdAndUpdate( + sessionId, + { + $push: { + messages: { $each: aiPayload.messages || [] }, + charts: { $each: aiPayload.charts || [] }, + }, + $set: { metrics: aiPayload.metrics || {}, updatedAt: new Date() }, + }, + { new: true } + ); + } else { + const s = await SessionModel.create({ + user_id: userId, + title: aiPayload.title || "AI analysis", + messages: aiPayload.messages || [], + charts: aiPayload.charts || [], + metrics: aiPayload.metrics || {}, + }); + + return s; + } +} diff --git a/src/types/charts.ts b/src/types/charts.ts index 039cb35..281bf54 100644 --- a/src/types/charts.ts +++ b/src/types/charts.ts @@ -31,3 +31,22 @@ export interface GeneratedCharts { pieData: PiePoint[]; columns: ChartColumns; } + + +// src/types/chart.ts +export interface IChartPoint { + xValue?: string; + yValue?: number; + value?: number; + rawValue?: number; + formattedValue?: string; +} + +export interface IChartData { + type: "bar" | "pie" | "line"; + title: string; + x?: string; + y?: string; + data: IChartPoint[]; + style?: Record; +} diff --git a/src/types/session.ts b/src/types/session.ts new file mode 100644 index 0000000..fe27621 --- /dev/null +++ b/src/types/session.ts @@ -0,0 +1,65 @@ +// models/Session.ts +import mongoose, { Schema, Document, Types } from "mongoose"; + +export interface ISessionMessage { + fromAi?: string | null; + fromUser?: string | null; + createdAt?: Date; +} + +export interface IChartData { + title: string; + type: "bar" | "pie" | "line"; + x?: string; + y?: string; + data: any[]; + style?: any; +} + +export interface ISession extends Document { + user_id?: Types.ObjectId | null; // Logged in user + session_token?: string | null; // Guest user session + data_id?: Types.ObjectId | null; + title: string; + messages: ISessionMessage[]; + charts: IChartData[]; + metrics: any; + createdAt: Date; + updatedAt: Date; +} + +const SessionSchema = new Schema( + { + user_id: { type: Schema.Types.ObjectId, ref: "users", default: null }, + session_token: { type: String, default: null }, // GUEST SUPPORT + + data_id: { type: Schema.Types.ObjectId, ref: "datas", default: null }, + + title: { type: String, default: "New Session" }, + + messages: [ + { + fromAi: String, + fromUser: String, + createdAt: { type: Date, default: () => new Date() }, + }, + ], + + charts: [ + { + title: String, + type: String, + x: String, + y: String, + data: Schema.Types.Mixed, + style: Schema.Types.Mixed, + }, + ], + + metrics: { type: Schema.Types.Mixed, default: {} }, + }, + { timestamps: true } +); + +export const SessionModel = + mongoose.models.sessions || mongoose.model("sessions", SessionSchema); From f3c205dfcfafc4c9aacf8503b5ffdb674ab33d4e Mon Sep 17 00:00:00 2001 From: chechu776 Date: Thu, 27 Nov 2025 11:52:26 +0530 Subject: [PATCH 114/120] chat fixed --- src/controllers/sessionController.ts | 102 ++++++++++++++------------- src/controllers/uploadController.ts | 18 +---- src/model/session.ts | 8 +-- src/services/datasetService.ts | 2 +- 4 files changed, 60 insertions(+), 70 deletions(-) diff --git a/src/controllers/sessionController.ts b/src/controllers/sessionController.ts index 670c68b..46ec135 100644 --- a/src/controllers/sessionController.ts +++ b/src/controllers/sessionController.ts @@ -5,40 +5,40 @@ import mongoose from "mongoose"; import { SessionModel } from "../model/session"; function getUserId(req: Request): string | null { - return (req as any).user?.userId ?? null; + return (req as any).user?.userId ?? null; } export const createSession = async (req: Request, res: Response) => { - try { - const userId = getUserId(req); - - let session_token: string | null = null; - if (!userId) { - session_token = (req.headers["x-session-token"] as string) || crypto.randomUUID(); - } + try { + const userId = getUserId(req); - const payload: any = { - user_id: userId ?new mongoose.Types.ObjectId(userId) : null, - session_token: userId ? null : session_token, - data_id: req.body.data_id ?new mongoose.Types.ObjectId(req.body.data_id) : null, - title: req.body.title || "New Session", - messages: req.body.messages || [], - charts: req.body.charts || [], - metrics: req.body.metrics || {}, - }; + let session_token: string | null = null; + if (!userId) { + session_token = (req.headers["x-session-token"] as string) || crypto.randomUUID(); + } + + const payload: any = { + user_id: userId ? new mongoose.Types.ObjectId(userId) : null, + session_token: userId ? null : session_token, + data_id: req.body.data_id ? new mongoose.Types.ObjectId(req.body.data_id) : null, + title: req.body.title || "New Session", + messages: req.body.messages || [], + charts: req.body.charts || [], + metrics: req.body.metrics || {}, + }; - const session = await SessionModel.create(payload); + const session = await SessionModel.create(payload); - // Return consistent envelope the frontend expects - return res.status(201).json({ - session, - // only send session_token when we generated/used one (guest) - ...(session_token ? { session_token } : {}), - }); - } catch (err) { - console.error("createSession error", err); - return res.status(500).json({ error: "Server error" }); - } + // Return consistent envelope the frontend expects + return res.status(201).json({ + session, + // only send session_token when we generated/used one (guest) + ...(session_token ? { session_token } : {}), + }); + } catch (err) { + console.error("createSession error", err); + return res.status(500).json({ error: "Server error" }); + } }; @@ -84,32 +84,37 @@ export const listSessions = async (req: Request, res: Response) => { }; export const appendMessage = async (req: Request, res: Response) => { - try { - const userId = getUserId(req); - const id = req.params.id; + try { + const userId = getUserId(req); + const id = req.params.id; - if (!mongoose.Types.ObjectId.isValid(id)) - return res.status(400).json({ error: "Invalid session id" }); + if (!mongoose.Types.ObjectId.isValid(id)) + return res.status(400).json({ error: "Invalid session id" }); - const message = { - fromUser: req.body.fromUser || null, - fromAi: req.body.fromAi || null, - createdAt: new Date(), - }; + const message = { + user: req.body.user ?? "", + ai: req.body.ai ?? "", + createdAt: new Date(), + }; - const session = await SessionModel.findOneAndUpdate( - { _id: id, user_id: userId }, - { $push: { messages: message }, updatedAt: new Date() }, - { new: true } - ); + const session = await SessionModel.findOneAndUpdate( + { _id: id, user_id: userId }, + { + $push: { messages: message }, + updatedAt: new Date() + }, + { new: true } + ); - return res.json(session); - } catch (err) { - console.error("appendMessage error", err); - return res.status(500).json({ error: "Server error" }); - } + return res.json(session); + } catch (err) { + console.error("appendMessage error", err); + return res.status(500).json({ error: "Server error" }); + } }; + + export const appendChart = async (req: Request, res: Response) => { try { const userId = getUserId(req); @@ -131,6 +136,7 @@ export const appendChart = async (req: Request, res: Response) => { } }; + export const updateSession = async (req: Request, res: Response) => { try { const userId = getUserId(req); diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index e50c56b..8aeaf9e 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -6,8 +6,6 @@ import { uploadCsvToR2 } from "../services/r2Service"; import { createDatasetWithRows } from "../services/datasetService"; import { analyzeDatasetWithAiOrFallback } from "../services/aiAnalysisService"; import dataModel from "../model/dataModel"; -import chartModel from "../model/chart"; -import chatModel from "../model/chat"; import mongoose from "mongoose"; import { SessionModel } from "../model/session"; @@ -90,22 +88,8 @@ export const fileParsing = async (req: Request, res: Response) => { metrics: aiResponse.metrics || {}, }); - const nChat = new chatModel({ - session_id: session._id, - messages: [] - }); - - - const nChart = new chartModel({ - user_id:dataset.user_id, - session_id: session._id, - data_id: dataset._id, - chart_data: aiResponse.charts, - }); - - nChat.chart_id = nChart._id; const uploadSummary = async () => await dataModel.findByIdAndUpdate(dataset._id, { summary: aiResponse.summary }) - await Promise.all([nChat.save(), nChart.save(), uploadSummary()]); + uploadSummary(); //returning response return res.status(200).json({ diff --git a/src/model/session.ts b/src/model/session.ts index ce895bd..3966627 100644 --- a/src/model/session.ts +++ b/src/model/session.ts @@ -16,7 +16,7 @@ export interface IChartData { } export interface ISession extends Document { - user_id: Types.ObjectId; + user_id: Types.ObjectId; data_id?: Types.ObjectId; title: string; messages: ISessionMessage[]; @@ -36,9 +36,9 @@ const SessionSchema = new Schema( messages: [ { - fromAi: String, - fromUser: String, - createdAt: { type: Date, default: () => new Date() }, + user: { type: String, default: "" }, + ai: { type: String, default: "" }, + createdAt: { type: Date, default: Date.now }, }, ], diff --git a/src/services/datasetService.ts b/src/services/datasetService.ts index fcca288..6c0b901 100644 --- a/src/services/datasetService.ts +++ b/src/services/datasetService.ts @@ -18,7 +18,7 @@ export async function createDatasetWithRows( row_count: results.length, column_count: totalColumns, sample_data: results.slice(0, 10), - }) as IDataset; // ⬅️ FIX HERE + }) as IDataset; console.log("Dataset saved to MongoDB:", dataset._id); console.timeEnd("dataset uploading to mongodb:") From 24d327dd185d80d804ed4c8037a57e277c43733e Mon Sep 17 00:00:00 2001 From: chechu776 Date: Thu, 27 Nov 2025 12:00:25 +0530 Subject: [PATCH 115/120] force pushing --- src/controllers/uploadController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/uploadController.ts b/src/controllers/uploadController.ts index 8aeaf9e..b2a72b7 100644 --- a/src/controllers/uploadController.ts +++ b/src/controllers/uploadController.ts @@ -91,7 +91,6 @@ export const fileParsing = async (req: Request, res: Response) => { const uploadSummary = async () => await dataModel.findByIdAndUpdate(dataset._id, { summary: aiResponse.summary }) uploadSummary(); - //returning response return res.status(200).json({ success: true, message: "Dataset processed successfully", From 2472e9d6f0f0a75e8ce5ce23d9e7f5c8d33b4772 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Thu, 27 Nov 2025 15:37:23 +0530 Subject: [PATCH 116/120] chat session fixed --- src/controllers/sessionController.ts | 2 + src/middlewares/verifyToken.ts | 1 + src/model/session.ts | 124 +++++++++++++-------------- src/routes/uploadRouter.ts | 2 +- 4 files changed, 66 insertions(+), 63 deletions(-) diff --git a/src/controllers/sessionController.ts b/src/controllers/sessionController.ts index 46ec135..1017510 100644 --- a/src/controllers/sessionController.ts +++ b/src/controllers/sessionController.ts @@ -46,6 +46,7 @@ export const getSession = async (req: Request, res: Response) => { try { const userId = getUserId(req); const id = req.params.id; + console.log(id,userId) if (!mongoose.Types.ObjectId.isValid(id)) return res.status(400).json({ error: "Invalid session id" }); @@ -56,6 +57,7 @@ export const getSession = async (req: Request, res: Response) => { }) .populate("data_id") .lean(); + console.log(session); if (!session) return res.status(404).json({ error: "Not found" }); diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index e2d37cb..b98c985 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -27,6 +27,7 @@ export const verifyToken = async( return res.status(401).json({ message: "Invalid or expired token" }); } const sessionId = req.headers["x-session-id"]; + console.log("session id:",sessionId); if (!sessionId || typeof sessionId !== "string") { return res.status(401).json({ message: "Session ID missing" }); } diff --git a/src/model/session.ts b/src/model/session.ts index 3966627..eca2433 100644 --- a/src/model/session.ts +++ b/src/model/session.ts @@ -1,62 +1,62 @@ -import mongoose, { Schema, Document, Types } from "mongoose"; - -export interface ISessionMessage { - fromAi?: string | null; - fromUser?: string | null; - createdAt?: Date; -} - -export interface IChartData { - title: string; - type: "bar" | "pie" | "line"; - x?: string; - y?: string; - data: any[]; - style?: any; -} - -export interface ISession extends Document { - user_id: Types.ObjectId; - data_id?: Types.ObjectId; - title: string; - messages: ISessionMessage[]; - charts: IChartData[]; - metrics: any; - createdAt: Date; - updatedAt: Date; -} - -const SessionSchema = new Schema( - { - user_id: { type: Schema.Types.ObjectId, ref: "users_or_guest", required: true }, - - data_id: { type: Schema.Types.ObjectId, ref: "datas", default: null }, - - title: { type: String, default: "New Session" }, - - messages: [ - { - user: { type: String, default: "" }, - ai: { type: String, default: "" }, - createdAt: { type: Date, default: Date.now }, - }, - ], - - charts: [ - { - title: String, - type: { type: String, enum: ["bar", "pie", "line"] }, - x: String, - y: String, - data: Schema.Types.Mixed, - style: { type: Schema.Types.Mixed, default: {} }, - }, - ], - - metrics: { type: Schema.Types.Mixed, default: {} }, - }, - { timestamps: true } -); - -export const SessionModel = - mongoose.models.sessions || mongoose.model("sessions", SessionSchema); + import mongoose, { Schema, Document, Types } from "mongoose"; + + export interface ISessionMessage { + fromAi?: string | null; + fromUser?: string | null; + createdAt?: Date; + } + + export interface IChartData { + title: string; + type: "bar" | "pie" | "line"; + x?: string; + y?: string; + data: any[]; + style?: any; + } + + export interface ISession extends Document { + user_id: Types.ObjectId; + data_id?: Types.ObjectId; + title: string; + messages: ISessionMessage[]; + charts: IChartData[]; + metrics: any; + createdAt: Date; + updatedAt: Date; + } + + const SessionSchema = new Schema( + { + user_id: { type: Schema.Types.ObjectId, ref: "users_or_guest", required: true }, + + data_id: { type: Schema.Types.ObjectId, ref: "datas", default: null }, + + title: { type: String, default: "New Session" }, + + messages: [ + { + user: { type: String, default: "" }, + ai: { type: String, default: "" }, + createdAt: { type: Date, default: Date.now }, + }, + ], + + charts: [ + { + title: String, + type: { type: String, enum: ["bar", "pie", "line"] }, + x: String, + y: String, + data: Schema.Types.Mixed, + style: { type: Schema.Types.Mixed, default: {} }, + }, + ], + + metrics: { type: Schema.Types.Mixed, default: {} }, + }, + { timestamps: true } + ); + + export const SessionModel = + mongoose.models.sessions || mongoose.model("sessions", SessionSchema); diff --git a/src/routes/uploadRouter.ts b/src/routes/uploadRouter.ts index ab66612..9e4cdc2 100644 --- a/src/routes/uploadRouter.ts +++ b/src/routes/uploadRouter.ts @@ -42,6 +42,6 @@ const uploadRouter = Router(); * 500: * description: Server error */ -uploadRouter.post("/fileupload", upload.single("file"), tokenCheck, fileParsing); +uploadRouter.post("/fileupload",tokenCheck, upload.single("file"), fileParsing); export default uploadRouter; From 49ffbe6e4c72e0d92b5c3cc4f99894385fd1f8ca Mon Sep 17 00:00:00 2001 From: sameer4712 Date: Fri, 28 Nov 2025 11:33:13 +0530 Subject: [PATCH 117/120] when the user upgraded plan push them to login after login push them to plans section completed --- src/auth/auth.ts | 87 ++----------------------------- src/auth/googleAuth.ts | 5 +- src/auth/logoutAuth.ts | 85 ++++++++++++++++++++++++++++++ src/controllers/userController.ts | 6 --- src/middlewares/verifyToken.ts | 1 + src/routes/authRoutes.ts | 31 ++++++----- src/utils/sendEmail.ts | 31 +++++++---- 7 files changed, 132 insertions(+), 114 deletions(-) create mode 100644 src/auth/logoutAuth.ts diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 56921b3..4761c68 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -1,4 +1,4 @@ -import type { Request, Response } from "express"; +import { Request, Response } from "express"; import bcrypt from "bcrypt"; import otpModel from "../model/otpModel.ts"; import userModel from "../model/user.ts"; @@ -99,6 +99,7 @@ export const loginCheck = async (req: Request, res: Response) => { } }; + export const register = async (req: Request, res: Response) => { try { const { name, email, password, confirmPassword } = req.body; @@ -131,6 +132,7 @@ export const register = async (req: Request, res: Response) => { } }; + export const getAllSessions = async (req: Request, res: Response) => { try { interface JwtUser { @@ -154,86 +156,3 @@ export const getAllSessions = async (req: Request, res: Response) => { }); } }; - -export const logoutDevice = async (req: Request, res: Response) => { - try { - const { sessionId } = req.body; - interface JwtUser { - id: string; - email: string; - } - const user = req.user as JwtUser; - const userId = user.id; - - if (!sessionId) { - return res.status(400).json({ success: false, message: "Session ID required" }); - } - - const session = await refreshModel.findOne({ - _id: sessionId, - userId, - }); - - if (!session) { - return res.status(404).json({ success: false, message: "Session not found" }); - } - - await refreshModel.deleteOne({ _id: sessionId }); - res.clearCookie("refreshToken", { - httpOnly: true, - secure: false, - sameSite: "strict", - }); - - res.clearCookie("userId", { - httpOnly: true, - secure: false, - sameSite: "strict", - }); - return res.json({ - success: true, - message: "Device logged out successfully", - }); - } catch (err) { - console.error("Logout Device Error", err); - return res.status(500).json({ - success: false, - message: "Internal server error", - }); - } -}; - -export const logoutAllDevices = async (req: Request, res: Response) => { - console.log("reached here at logout all devices"); - try { - interface JwtUser { - id: string; - email: string; - } - - const user = req.user as JwtUser; - const userId = user.id; - - const { currentSessionId } = req.body; - if (!currentSessionId) { - return res.status(400).json({ success: false, message: "Current session ID required" }); - } - - await refreshModel.deleteMany({ - userId, - _id: { $ne: currentSessionId }, - }); - - - return res.json({ - success: true, - message: "Logged out from all other devices", - }); - } catch (err) { - console.error("Logout All Devices Error", err); - return res.status(500).json({ - success: false, - message: "Internal server error", - }); - } -}; diff --git a/src/auth/googleAuth.ts b/src/auth/googleAuth.ts index addad22..494d38f 100644 --- a/src/auth/googleAuth.ts +++ b/src/auth/googleAuth.ts @@ -7,6 +7,7 @@ export const googleCallback = async (req: Request, res: Response) => { try { const user = req.user as any; + const redirect = typeof req.query.state === "string" ? req.query.state : "/home"; const accessToken = Jwt.sign( { id: user._id.toString(), @@ -48,7 +49,9 @@ export const googleCallback = async (req: Request, res: Response) => { }); const frontendURL = process.env.CLIENT_URL!; - res.redirect(`${frontendURL}/auth/callback?token=${accessToken}&sessionId=${session._id}`); + res.redirect( + `${frontendURL}/auth/callback?token=${accessToken}&sessionId=${session._id}&redirect=${redirect}`, + ); } catch (err) { console.log("Google OAuth error:", err); res.status(500).json({ message: "Google auth failed" }); diff --git a/src/auth/logoutAuth.ts b/src/auth/logoutAuth.ts new file mode 100644 index 0000000..cfe60e6 --- /dev/null +++ b/src/auth/logoutAuth.ts @@ -0,0 +1,85 @@ +import { Request, Response } from "express"; +import refreshModel from '../model/refreshtoken' + +export const logoutDevice = async (req: Request, res: Response) => { + try { + const { sessionId } = req.body; + interface JwtUser { + id: string; + email: string; + } + const user = req.user as JwtUser; + const userId = user.id; + + if (!sessionId) { + return res.status(400).json({ success: false, message: "Session ID required" }); + } + + const session = await refreshModel.findOne({ + _id: sessionId, + userId, + }); + + if (!session) { + return res.status(404).json({ success: false, message: "Session not found" }); + } + + await refreshModel.deleteOne({ _id: sessionId }); + res.clearCookie("refreshToken", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); + + res.clearCookie("userId", { + httpOnly: true, + secure: false, + sameSite: "strict", + }); + return res.json({ + success: true, + message: "Device logged out successfully", + }); + } catch (err) { + console.error("Logout Device Error", err); + return res.status(500).json({ + success: false, + message: "Internal server error", + }); + } +}; + +export const logoutAllDevices = async (req: Request, res: Response) => { + console.log("reached here at logout all devices"); + try { + interface JwtUser { + id: string; + email: string; + } + + const user = req.user as JwtUser; + const userId = user.id; + + const { currentSessionId } = req.body; + if (!currentSessionId) { + return res.status(400).json({ success: false, message: "Current session ID required" }); + } + + await refreshModel.deleteMany({ + userId, + _id: { $ne: currentSessionId }, + }); + + + return res.json({ + success: true, + message: "Logged out from all other devices", + }); + } catch (err) { + console.error("Logout All Devices Error", err); + return res.status(500).json({ + success: false, + message: "Internal server error", + }); + } +}; diff --git a/src/controllers/userController.ts b/src/controllers/userController.ts index 37d25d7..00b3184 100644 --- a/src/controllers/userController.ts +++ b/src/controllers/userController.ts @@ -7,7 +7,6 @@ import mongoose from "mongoose"; export const userImageUpdate = async (req: Request, res: Response) => { try { const { userId, image } = req.body; - console.log("image router reached"); if (!userId || !image) { return res.status(400).json({ message: "image and userId are required." }); @@ -32,8 +31,6 @@ export const userImageUpdate = async (req: Request, res: Response) => { return res.status(404).json({ message: "User not found" }); } - console.log(" User image updated:", updatedUser.picture); - return res.status(200).json({ message: "Profile image updated successfully", imageUrl: updatedUser.picture, @@ -48,13 +45,11 @@ export const userImageUpdate = async (req: Request, res: Response) => { export const changePassword = async (req: Request, res: Response) => { try { const { userId, oldPassword, newPassword } = req.body; - console.log(req.body); if (!userId || !oldPassword || !newPassword) { return res.status(403).json({ message: "All fields required.." }); } const user = await userModel.findOne({ _id: userId }); - console.log(user); if (!user) { return res.status(400).json({ message: "User is not found.." }); } @@ -80,7 +75,6 @@ export const changePassword = async (req: Request, res: Response) => { } }; - export const getUserProfile = async (req: Request, res: Response) => { try { const { userId } = req.params; diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index e2d37cb..c79f738 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -31,6 +31,7 @@ export const verifyToken = async( return res.status(401).json({ message: "Session ID missing" }); } + console.log(sessionId) const session = await refreshModel.findOne({ _id: sessionId }); if (!session) { diff --git a/src/routes/authRoutes.ts b/src/routes/authRoutes.ts index f65c4de..e577058 100644 --- a/src/routes/authRoutes.ts +++ b/src/routes/authRoutes.ts @@ -1,8 +1,8 @@ import passport from "passport"; import { Router } from "express"; -import { googleCallback } from "../auth/googleAuth.ts" -import { register, loginCheck, } from "../auth/auth.ts"; +import { googleCallback } from "../auth/googleAuth.ts"; +import { register, loginCheck } from "../auth/auth.ts"; import { verifyOtp, resendOtp } from "../auth/otp.ts"; import { refreshAccessToken } from "../services/jwtServices.ts"; import { deviceLogger } from "../utils/deviceLogger.ts"; @@ -11,13 +11,13 @@ import { forgotPassword } from "../auth/password.ts"; import { verifyForgotOtp } from "../auth/otp.ts"; import { resetPassword } from "../auth/password.ts"; import { getAllSessions } from "../auth/auth.ts"; -import { logoutDevice, } from "../auth/auth.ts"; -import { logoutAllDevices } from "../auth/auth.ts"; -import { cookieCheck } from "../middlewares/cookieCheck.ts" +import { logoutDevice } from "../auth/logoutAuth.ts"; +import { logoutAllDevices } from "../auth/logoutAuth.ts"; +import { cookieCheck } from "../middlewares/cookieCheck.ts"; const authRouter = Router(); -authRouter.post("/logoutAllDevices", verifyToken, logoutAllDevices) +authRouter.post("/logoutAllDevices", verifyToken, logoutAllDevices); /** * @swagger @@ -225,7 +225,15 @@ authRouter.post("/logoutDevice", verifyToken, logoutDevice); * summary: Google OAuth login * tags: [Auth] */ -authRouter.get("/google", cookieCheck, passport.authenticate("google", { scope: ["Profile", "email"] })); +authRouter.get("/google", cookieCheck, (req, res, next) => { + const redirect = typeof req.query.redirect === "string" ? req.query.redirect : "/home"; + const authenticator = passport.authenticate("google", { + scope: ["profile", "email"], + state: redirect, + }); + + authenticator(req, res, next); +}); /** * @swagger @@ -235,12 +243,9 @@ authRouter.get("/google", cookieCheck, passport.authenticate("google", { scope: * tags: [Auth] */ authRouter.get( - "/google/callback", - passport.authenticate("google", { session: false, failureRedirect: "/auth/google" }), - googleCallback, + "/google/callback", + passport.authenticate("google", { session: false, failureRedirect: "/auth/google" }), + googleCallback, ); - - - export default authRouter; diff --git a/src/utils/sendEmail.ts b/src/utils/sendEmail.ts index 7a91779..7bf4372 100644 --- a/src/utils/sendEmail.ts +++ b/src/utils/sendEmail.ts @@ -1,9 +1,8 @@ import nodemailer from "nodemailer"; -export const sendOtp = async (email: string, otp: string) => { - console.log("reached here at send otp"); +export const sendOtp = async (email: string, otp: string) => { try { - let sendMail = nodemailer.createTransport({ + const transporter = nodemailer.createTransport({ service: "gmail", auth: { user: process.env.EMAIL, @@ -11,15 +10,27 @@ export const sendOtp = async (email: string, otp: string) => { }, }); - const info = await sendMail.sendMail({ - from: "shanuvr.work.org@gmail.com", + await transporter.sendMail({ + from: "itsteamnextra@gmail.com", to: email, - subject: "from you 2000 years ago", - text: `your otp is ${otp}`, + subject: "Here’s your verification code ", + text: ` +Hey there! + +Just confirming it's you. +Here’s your OTP: + + ${otp} + +This code will be valid for the next 10 minutes. + +If you didn’t request this, feel free to ignore this email. +– InstaviZ + `, }); - console.log("opt sentttt"); + + console.log("OTP sent"); } catch (err) { - console.log("eroor woeked"); - console.log("error sending email", err); + console.log("Error sending OTP:", err); } }; From 544c2dfc376572b441a2cfc01c2d62527f53aba1 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Fri, 28 Nov 2025 12:12:00 +0530 Subject: [PATCH 118/120] now everything updated refresh chart chat session --- src/controllers/sessionController.ts | 126 +++++++++++++++++++-------- src/middlewares/verifyToken.ts | 30 +++---- 2 files changed, 107 insertions(+), 49 deletions(-) diff --git a/src/controllers/sessionController.ts b/src/controllers/sessionController.ts index 1017510..5b1e8b9 100644 --- a/src/controllers/sessionController.ts +++ b/src/controllers/sessionController.ts @@ -3,6 +3,12 @@ import { Request, Response } from "express"; import crypto from "crypto"; import mongoose from "mongoose"; import { SessionModel } from "../model/session"; +import { createChatPrompt } from "../utils/chatPrompt"; +import { modelLight } from "../services/aiModels"; +import { userWantsChart } from "../utils/chatDetection"; +import { runChartAnalysis } from "../services/chatAiService"; + +import dataModel from "../model/dataModel"; function getUserId(req: Request): string | null { return (req as any).user?.userId ?? null; @@ -46,7 +52,7 @@ export const getSession = async (req: Request, res: Response) => { try { const userId = getUserId(req); const id = req.params.id; - console.log(id,userId) + console.log(id, userId) if (!mongoose.Types.ObjectId.isValid(id)) return res.status(400).json({ error: "Invalid session id" }); @@ -57,7 +63,7 @@ export const getSession = async (req: Request, res: Response) => { }) .populate("data_id") .lean(); - console.log(session); + console.log(session); if (!session) return res.status(404).json({ error: "Not found" }); @@ -86,33 +92,66 @@ export const listSessions = async (req: Request, res: Response) => { }; export const appendMessage = async (req: Request, res: Response) => { - try { - const userId = getUserId(req); - const id = req.params.id; - - if (!mongoose.Types.ObjectId.isValid(id)) - return res.status(400).json({ error: "Invalid session id" }); - - const message = { - user: req.body.user ?? "", - ai: req.body.ai ?? "", - createdAt: new Date(), - }; - - const session = await SessionModel.findOneAndUpdate( - { _id: id, user_id: userId }, - { - $push: { messages: message }, - updatedAt: new Date() - }, - { new: true } - ); - - return res.json(session); - } catch (err) { - console.error("appendMessage error", err); - return res.status(500).json({ error: "Server error" }); - } + try { + const userId = getUserId(req); + const id = req.params.id; + const userMessage = req.body.user; + + if (!mongoose.Types.ObjectId.isValid(id)) + return res.status(400).json({ error: "Invalid session id" }); + + const session = await SessionModel.findOne({ _id: id, user_id: userId }).populate("data_id"); + if (!session) return res.status(404).json({ error: "Session not found" }); + + const dataset = session.data_id; + if (!dataset) { + return res.json({ + reply: "Please upload a dataset first.", + chart: null, + }); + } + + let aiReply = ""; + let generatedChart = null; + + if (userWantsChart(userMessage)) { + generatedChart = await runChartAnalysis(userMessage, dataset); + + aiReply = generatedChart + ? "Here is the chart you requested." + : "I could not generate a chart for that query."; + } else { + const prompt = createChatPrompt(userMessage, dataset); + const chat = modelLight.startChat({ history: [] }); + const reply = await chat.sendMessage(prompt); + aiReply = reply.response.text(); + } + + console.log("chart",generatedChart); + + session.messages.push({ + user: userMessage, + ai: aiReply, + createdAt: new Date(), + }); + + if (generatedChart) { + console.log("inside generated chart") + session.charts.push(generatedChart.chart); + } + + session.updatedAt = new Date(); + await session.save(); + + return res.json({ + reply: aiReply, + chart: generatedChart, + }); + + } catch (err) { + console.error("appendMessage error", err); + return res.status(500).json({ error: "Server error" }); + } }; @@ -120,18 +159,36 @@ export const appendMessage = async (req: Request, res: Response) => { export const appendChart = async (req: Request, res: Response) => { try { const userId = getUserId(req); + + if (!userId) { + return res.status(401).json({ error: "Unauthorized: No userId found" }); + } + const id = req.params.id; if (!req.body.chart) return res.status(400).json({ error: "Missing chart data" }); - const session = await SessionModel.findOneAndUpdate( - { _id: id, user_id: userId }, - { $push: { charts: req.body.chart }, updatedAt: new Date() }, - { new: true } - ); + let session = await SessionModel.findById(id); + + if (!session) + return res.status(404).json({ error: "Session not found" }); + + if (!session.user_id) { + session.user_id = userId; + } + + if (session.user_id.toString() !== userId.toString()) { + return res.status(403).json({ error: "Unauthorized" }); + } + + // Now push chart + session.charts.push(req.body.chart); + session.updatedAt = new Date(); + await session.save(); return res.json(session); + } catch (err) { console.error("appendChart error", err); return res.status(500).json({ error: "Server error" }); @@ -139,6 +196,7 @@ export const appendChart = async (req: Request, res: Response) => { }; + export const updateSession = async (req: Request, res: Response) => { try { const userId = getUserId(req); diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index b98c985..1de634b 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -2,13 +2,13 @@ import Jwt from "jsonwebtoken"; import { Request, Response, NextFunction } from "express"; import refreshModel from "../model/refreshtoken"; -export const verifyToken = async( +export const verifyToken = async ( req: Request, res: Response, next: NextFunction ) => { console.log("inside verify token"); - + const authHeader = req.headers.authorization; if (!authHeader) { @@ -21,25 +21,25 @@ export const verifyToken = async( try { const decoded = Jwt.verify(token, process.env.JWT_SECRET!); req.user = decoded; - - } catch (err) { return res.status(401).json({ message: "Invalid or expired token" }); } - const sessionId = req.headers["x-session-id"]; - console.log("session id:",sessionId); - if (!sessionId || typeof sessionId !== "string") { - return res.status(401).json({ message: "Session ID missing" }); - } - const session = await refreshModel.findOne({ _id: sessionId }); + if (req.originalUrl.startsWith("/session")) { + const sessionId = req.headers["x-session-id"]; + console.log("session id:", sessionId); + + if (!sessionId || typeof sessionId !== "string") { + return res.status(401).json({ message: "Session ID missing" }); + } - if (!session) { - return res.status(401).json({ - message: "Session expired or logged out", - }); + const session = await refreshModel.findOne({ _id: sessionId }); + if (!session) { + return res.status(401).json({ + message: "Session expired or logged out", + }); + } } - next(); }; From c9119ae3fa5a5ca52cec897ef8f8ae40a018048c Mon Sep 17 00:00:00 2001 From: nadhil7 Date: Fri, 28 Nov 2025 15:32:33 +0530 Subject: [PATCH 119/120] guest user to real user update --- src/auth/otp.ts | 52 +++++++++++++++++++--------- src/controllers/paymentController.ts | 21 +++++++++++ src/middlewares/tokenCheck.ts | 22 +++++++++--- src/middlewares/verifyToken.ts | 2 +- src/services/jwtServices.ts | 2 +- 5 files changed, 75 insertions(+), 24 deletions(-) diff --git a/src/auth/otp.ts b/src/auth/otp.ts index 11458ee..9a66d6e 100644 --- a/src/auth/otp.ts +++ b/src/auth/otp.ts @@ -6,6 +6,7 @@ import { sendOtp } from "../utils/sendEmail.ts"; import { generateOtp } from "../utils/otpGenerate.ts"; import Jwt from "jsonwebtoken"; import { signJwt } from "../services/jwtServices.ts"; +import guestModel from "../model/guest.ts"; export const verifyOtp = async (req: Request, res: Response) => { @@ -33,40 +34,57 @@ export const verifyOtp = async (req: Request, res: Response) => { } const hashedPassword = await bcrypt.hash(otpData.password, 10); - console.log("after hashed pass"); - + console.log("checking user cookie :", req.cookies); + if (req.cookies.userId && req.cookies.isGuest == 'true') { + const guestUser = await guestModel.findById(req.cookies.userId); + const existingUserToken = guestUser?.token; + await guestModel.findByIdAndDelete(req.cookies.userId) + const createUser = await userModel.create({ + _id: req.cookies.userId, + token: existingUserToken, + name: otpData.name, + email: otpData.email, + password: hashedPassword, + }); + await otpModel.deleteOne({ email }); + res.clearCookie("isGuest", { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 1000, + }); + return res.status(200).json({ + success: true, + message: "Registration completed successfully" + }); + } + console.log("there is no guest:userId on cookie", req.cookies); const createUser = await userModel.create({ name: otpData.name, email: otpData.email, password: hashedPassword, }); console.log("after create user"); - - console.log(createUser); - - console.log("after loging create logging"); - const accessToken = signJwt({ id: otpData._id, email: otpData.email }); - const refreshToken = Jwt.sign( - { id: otpData._id, email: otpData.email }, - process.env.REFRESH_SECRET!, - { expiresIn: "30d" }, - ); - - res.cookie("refreshToken", refreshToken, { + res.cookie("userId", createUser._id, { httpOnly: true, secure: false, sameSite: "strict", maxAge: 30 * 24 * 60 * 60 * 1000, }); + // res.cookie("isGuest", false, { + // httpOnly: true, + // secure: false, + // sameSite: "strict", + // maxAge: 30 * 24 * 60 * 60 * 1000, + // }); await otpModel.deleteOne({ email }); return res.status(200).json({ success: true, - message: "Registration completed successfully", - accessToken: accessToken, + message: "Registration completed successfully" }); } catch (err) { - console.log("veryfyotp catch woerked", err); + console.log("veryfyotp catch worked", err); res.status(500).json({ message: "Internal server errror", error: err }); } }; diff --git a/src/controllers/paymentController.ts b/src/controllers/paymentController.ts index 5c46a26..e555ec6 100644 --- a/src/controllers/paymentController.ts +++ b/src/controllers/paymentController.ts @@ -1,6 +1,8 @@ import { Request, Response } from "express"; import { stripe } from "../config/stripe.ts"; import { CheckoutRequestBody } from "../types/paymentTypes.ts"; +import userModel from "../model/user.ts"; +import { token } from "morgan"; const priceMap: Record = { Starter: 15, @@ -38,7 +40,26 @@ export const createCheckoutSession = async ( success_url: `${process.env.CLIENT_URL}/success`, cancel_url: `${process.env.CLIENT_URL}/cancel`, }); + console.log("plan that user take:", plan,"!plan"); + let user = await userModel.findById(req.cookies.userId); + if (!user) { + res.status(404).json({ message: "User not found", success: false }); + return; + } + if (plan === 'Starter') { + user.token = (user.token ?? 0) + 3; + await user.save(); + } + if (plan === 'Pro') { + user.token = (user.token ?? 0) + 7; + await user.save(); + } + + if (plan === 'Enterprise') { + user.token = (user.token ?? 0) + 10; + await user.save(); + } res .status(200) .json({ url: session.url, message: "checkout created", success: true }); diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index 9778435..dfeb63b 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -26,8 +26,8 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction if (authHeader?.startsWith('Bearer ')) { const token = authHeader.split(' ')[1]; - - const decoded = Jwt.verify(token,process.env.JWT_SECRET as string) as JwtPayload; + + const decoded = Jwt.verify(token, process.env.JWT_SECRET as string) as JwtPayload; authedReq.user = { userId: decoded.id, isGuest: false, @@ -59,11 +59,18 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction }; console.log('Using existing guest cookie:', guestIdFromCookie); const UserToken = await guestModel.findById({ _id: req.cookies.userId }) - + if (!UserToken) { + res.clearCookie("userId", { + httpOnly: true, + secure: false, + sameSite: "strict", + maxAge: 30 * 24 * 60 * 60 * 1000, + }); + return res.json({ message: "internal server error : Please upload the file again ", success: false }) + } if (UserToken?.token == 0) { return res.json({ message: "Token is finished ! buy more token..", success: false }) } - return next(); } @@ -80,7 +87,12 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction sameSite: 'strict', maxAge: 1 * 24 * 60 * 60 * 1000, }); - + res.cookie('isGuest', true, { + httpOnly: true, + secure: process.env.NODE_ENV === 'production', + sameSite: 'strict', + maxAge: 1 * 24 * 60 * 60 * 1000, + }); console.log('Guest cookie set successfully:', newGuestUser._id.toString()); authedReq.user = { diff --git a/src/middlewares/verifyToken.ts b/src/middlewares/verifyToken.ts index e2d37cb..efbb72a 100644 --- a/src/middlewares/verifyToken.ts +++ b/src/middlewares/verifyToken.ts @@ -7,7 +7,7 @@ export const verifyToken = async( res: Response, next: NextFunction ) => { - console.log("inside verify token"); + const authHeader = req.headers.authorization; diff --git a/src/services/jwtServices.ts b/src/services/jwtServices.ts index 3a0dc70..82643bc 100644 --- a/src/services/jwtServices.ts +++ b/src/services/jwtServices.ts @@ -4,7 +4,7 @@ import { hashToken } from "../utils/hashTokens"; import refreshModel from "../model/refreshtoken"; export const signJwt = (payload: object) => { - return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "15m" }); + return jwt.sign(payload, process.env.JWT_SECRET!, { expiresIn: "10s" }); }; export const refreshAccessToken = async (req: Request, res: Response) => { From fb3e6f5b5e28cf48a5d3017d24d1faeec78c93a6 Mon Sep 17 00:00:00 2001 From: chechu776 Date: Fri, 28 Nov 2025 16:10:23 +0530 Subject: [PATCH 120/120] access token fail solved --- src/middlewares/tokenCheck.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/middlewares/tokenCheck.ts b/src/middlewares/tokenCheck.ts index dfeb63b..0a25850 100644 --- a/src/middlewares/tokenCheck.ts +++ b/src/middlewares/tokenCheck.ts @@ -48,7 +48,8 @@ export const tokenCheck = async (req: Request, res: Response, next: NextFunction } } catch (err) { - console.log("error while cheking jwt:", err) + console.log("error while cheking jwt:", err); + return res.status(401).json({message:"access token expired",success:false}) } const guestIdFromCookie = req.cookies?.userId;